Google Drive Backup Not Working For You? Here is the Fix

As an Android user, one of the features I feel envious about is the seamless iOS backup system. No matter which iPhone you switch to, all your backups — from system settings to passwords are imported without a hitch. So to bring a similar backup system on Android, Google has been revising its backup mechanism to bring seamless transition through Google Drive. However, there have been many frailties — sometimes it picks up your data and settings, but does not import it and sometimes it straight-up stops backing up your data. Recently, many have reported that their Google Drive backup is not working and has been perennially showing “Waiting to Backup” error. So to solve this problem, in this article, we bring you a step by step guide with detailed instructions. That being said, let’s get started without any delay.

Fix Google Drive Backup Not Working

Here, we are going to fix the Google Drive backup issue using a few ADB commands. For that, we are following Dexer125’s guide from XDA Forums. In case you are wondering about root– no, you don’t need root privilege to fix this issue. The steps are quite straightforward but it does require a PC to execute the commands. Now having said that, let’s go through the steps.

  • Fix “Waiting to Backup” Error in Google Drive

Before we begin, make sure you have enabled “USB Debugging” from Developer Options. If you have not done this before, follow these steps. Open Settings and go to “About Phone”. Here, tap on the “Build Number” continuously for seven times to activate Developer Options. Now, go back and you will have the menu enabled. Open it and scroll down and enable “USB debugging”. There you have it.

Secondly, make sure ADB is properly set up on your computer. Again, if you are new to this, follow our tutorial by clicking on the link. Now that you have set up the basics, let’s begin.

1. Connect your device to the computer and open the platform-tools or ADB folder. Here, type cmd in the Explorer’s address bar and hit enter.

2. A Command Prompt window will open up. Now, type adb devices to check if the computer has detected your Android device. A prompt will appear on your smartphone asking for permission. Allow it and then Command Prompt will show a serial number of your device.

3. Now that we have established the connection, let’s get to the main thing. Type the below commands one by one and hit enter. If you don’t get any error during the process, you are done. After that, restart your smartphone.

adb shell
bmgr run
bmgr backupnow --all

4. Now, Google Drive backup should start working again and the greyed out backup button should go live.

5. However, in case, you encounter any kind of error, execute the below commands one by one and then restart your device. This will manually force Google Drive to start the backup process. Make sure you are in the adb shell mode.

bmgr backupnow appdata
bmgr backupnow --all

Is Your Google Drive Backup Working Again?

So that was our guide on how to fix the Google Drive backup issue that has been plaguing Android devices for a long time. While Google is trying hard to unify Android backup system, these kinds of basic issues don’t bode well for the Android ecosystem. Anyway, if the article helped you fix the problem, do comment down below and let us know. In case, you are still facing some problems, let us know the exact error that you getting. We will definitely take a look into it.

Comments 1
  • jagannatha says:

    Hi,

    I have nokia 5.3 and google backup is greyed out. I tried your process. it did not work, I have taken a screen shot of the process. How do I post it here

Leave a Reply