How To Create a Full Android Phone or Tablet Backup Without Rooting or Unlocking Your Device

how-to-create-a-full-android-phone-or-tablet-backup-without-rooting-or-unlocking-your-device photo 1

Android includes a built-in way to back up and restore the contents of your phone or tablet. All you need is a computer and a device running Android 4.0 (Ice Cream Sandwich) or newer.

We’ve also covered backing up and restoring your Android phone with Titanium Backup. Titanium Backup is a great app, but it requires rooting your Android. This feature isn’t exposed in Android’s user interface, so you should consider it experimental.

Installing the Android SDK

We’ll need to use the adb (Android Debug Bridge) command to perform a backup or restore. This command is included with Google’s Android SDK, which you can download for free.

First, you’ll need to install Oracle’s Java Development Kit, which the Android SDK requires. Download and install the 32-bit version – the Android SDK wants the 32-bit version, even if you’re using a 64-bit version of Windows.

how-to-create-a-full-android-phone-or-tablet-backup-without-rooting-or-unlocking-your-device photo 2

Next, download and install the Android SDK from Google. If the SDK informs you that it can’t find Java, you may have installed the 64-bit version of the JDK – ensure you install the 32-bit version.

After the SDK is installed, open the Android SDK Manager from your Start menu (search for “SDK Manager”).

Enable the Android SDK Platform-tools checkbox and click the Install button to install the platform tools package, which contains adb. If you see an error, you may need to run the SDK Manager as Administrator. (Right-click the SDK Manager shortcut in your Start menu and select Run as Administrator.)

how-to-create-a-full-android-phone-or-tablet-backup-without-rooting-or-unlocking-your-device photo 3

Device Setup

You’ll need to enable USB Debugging on your Android device – you can do this from the Developer Options screen in Android’s settings.

how-to-create-a-full-android-phone-or-tablet-backup-without-rooting-or-unlocking-your-device photo 4

You can now connect your Android smartphone or tablet to your computer using a USB cable. You’ll need drivers for your device installed on your computer to communicate with it – you can often find these drivers on your device manufacturer’s website. Installing the Google USB Driver from the Android SDK Manager window (look for it under Extras) may also work.

Testing ADB

Note the path where you installed the Android SDK. It’s displayed at the top of the Android SDK Manager window, next to SDK Path.

how-to-create-a-full-android-phone-or-tablet-backup-without-rooting-or-unlocking-your-device photo 5

You’ll find the adb.exe file in the platform-tools folder. With the default installation settings, the location is: C:\Users\NAME\AppData\Local\Android\Android-sdk\platform-tools

Navigate to this folder, hold Shift and right-click inside it, and select Open command window here.

how-to-create-a-full-android-phone-or-tablet-backup-without-rooting-or-unlocking-your-device photo 6

To test whether adb can communicate with your device, run the following command:

adb devices

how-to-create-a-full-android-phone-or-tablet-backup-without-rooting-or-unlocking-your-device photo 7

You should see a device in the list – if you see no devices, adb can’t communicate with your device because its driver isn’t installed properly.

Backing Up Your Device

You can now use the adb backup command to back up your device. To back up everything, run the following command:

adb backup -apk -shared -all -f C:\Users\NAME\backup.ab

This backs up all your installed apps (APK files) and shared storage (SD card) data to the C:\Users\NAME\backup.ab file on your computer. Replace NAME in the command with your Windows username or provide another location for the backup file.

how-to-create-a-full-android-phone-or-tablet-backup-without-rooting-or-unlocking-your-device photo 8

After running this command, you’ll have to agree to the backup on your device. You can also encrypt the backup with a password here, if you like.

how-to-create-a-full-android-phone-or-tablet-backup-without-rooting-or-unlocking-your-device photo 9

Depending on how much data there is to back up, the process may take some time.

Restoring a Backup

To restore your backup in the future, run the following command:

adb restore C:\Users\NAME\backup.ab

You’ll be asked if you want to do a full restore – this will replace the data and apps on the device with the ones from your backup. If you encrypted the backup with a password, you’ll have to enter the password to restore it.

how-to-create-a-full-android-phone-or-tablet-backup-without-rooting-or-unlocking-your-device photo 10


This is a useful feature, but the complexity of using the Android SDK to create and restore backups is a bit much for the average user. Hopefully this feature will be given a convenient button in Android’s interface in the future.

Article How To Create a Full Android Phone or Tablet Backup Without Rooting or Unlocking Your Device compiled by Original article here

More stories

Everything You Can Do on Your Apple Watch Without Your iPhone

Your Apple Watch relies on your iPhone to get notifications, view data, and even send messages and make calls. However, your Apple Watch is not completely useless without your iPhone. Here some things you can do on your watch when your phone is out of range.

How to Quickly Insert Blocks of Text in Microsoft Word with AutoText

We all have a few large chunks of text we have to type regularly–like your address, long names or phrases, or even tables and images you use often. The AutoText feature in Word allows you to store these chunks of text and quickly insert them with a few keystrokes, so you can waste less time typing.

What to Consider Before Buying an Electric Car

If you’ve been paying any attention to the headlines recently, you might think that now is a better time than ever to ditch gas-powered cars in favor of all-electric. But many people who want to buy an electric car often make the mistake of putting the solar-powered cart before the horse. So what