Losing data on a smartphone is one of the most unpleasant situations for the user. Photos, correspondence, saved passwords and application settings can disappear in an instant due to a system crash, device theft or accidental formatting. Android backup on a computer is a reliable way to avoid losses, but many users put off this process, considering it difficult or unnecessary. In practice, you can create a backup in 10โ30 minutes, using both built-in tools and third-party utilities.
In this article we will look at 5 working methods backup, including ADB commandscloud services (Google Drive, Mi Cloud), specialized apps (Titanium Backup, Dr.Fone) and even manual saving of files via MTP. We will pay special attention to the nuances: what data can be saved and what cannot, how to bypass manufacturer restrictions (for example, Xiaomi or Samsung), and what to do if the smartphone is not detected by the PC. If you have never made a backup or previous attempts ended in errors, these instructions will help you understand all the details.
1. Preparing for a backup: what you need to know
Before you start creating a backup, it is important to understand what data can be savedwhich ones are not. Most methods allow you to backup:
- ๐ฑ Contact, SMS and call log (via Google Account or third-party utilities).
- ๐ท Photos and videos (including hidden folders, for example,
DCIM/.thumbnails). - ๐ต Music and documents (if they are stored in the internal memory).
- โ๏ธ System settings (Wi-Fi passwords, wallpaper, screen brightness - partially).
- ๐ฆ Installed applications (APK files and/or their data).
However, there are restrictions:
- ๐ DRM-protected content (for example, movies from Netflix or Google Play Movies) is not copied.
- ๐ฑ Data of some applications (for example, WhatsApp or banking apps) are encrypted and require a separate backup.
- ๐ root access needed for complete copying of system files and data of all applications.
Also note that manufacturers. smartphones may block access to some folders, for example, on devices Huawei without Huawei Mobile Services backup via Google does not work correctly, and Xiaomi restricts access to the folder MIUI without unlocking the bootloader. If your smartphone is is not detected by the computercheck:
- ๐ Cable (it is better to use the original USB-Type C).
- ๐ฅ๏ธ Connection mode (must be
File transfer (MTP)). - ๐ Drivers (for ADB need Google USB Driver or manufacturer drivers).
2. 1: Backup via ADB (without root)
ADB (Android Debug Bridge) is a universal tool for interacting with an Android device via a computer. It allows you to create full backup (including settings and application data), but with some restrictions: on new versions of Android (starting from Android 11) required permission for backup manually.
To make a backup via ADB:
- Download Platform Tools (official package from Google) and unpack it into a folder, for example,
C:\adb. - Enable on your smartphone USB debugging: go to
Settings โ About phone โ Build number(press 7 times to activate developer mode), then toSettings โ System โ For developers โ USB debugging. - Connect the phone to the PC, select the mode
File transfer (MTP)and confirm permission to debug. - Open the command line (
Win + Rโ entercmd) and go to the folder with ADB:cd C:\adb - Check the device connection:
adb devicesIf the device is displayed, you can continue.
- Create a backup:
adb backup -apk -obb -shared -all -f C:\backup.abHere:
-apkโ saves APK files of applications,-obbโ includes additional game data,-sharedโ copies files from shared memory (photos, videos),-allโ all applications (except system ones),-f C:\backup.abโ path to save the file backup.
A request to confirm the backup will appear on the smartphone screen. Enter the password (if required) and wait until the process is completed. The file backup.ab can be restored later with the command:
adb restore C:\backup.ab
Install Platform Tools|Enable USB debugging|Connect your phone in MTP mode|Check the connection using the adb devices command|Create a backup folder-->
โ ๏ธ Attention: The Android 11+ command adb backup may not work due to restrictions Google. In this case, use alternative methods (for example, Titanium Backup with root) or backup via Google Drive.
3. Method 2: Backup via Google Account
Google offers a built-in backup tool that automatically saves part of the data to the cloud. This method does not require connection to a PCbut has limitations: for example, it does not copy music, documents or APK files of applications. But it is simple and works on all devices with Google Mobile Services.
To enable backup:
- Open
Settings โ Google โ Backup. - Activate the switch Backup to Google Drive.
- Click
Set up backupand select an account Google. - Make sure that options included:
- ๐ฑ Application data,
- ๐ Call log,
- ๐ฌ SMS messages,
- ๐ Device settings (Wi-Fi, wallpaper, brightness).
To download a backup to your computer:
- Go to the website Google Drive.
- In the left menu, select
Backup copies. - Find an archive with the name of your device (for example,
Backup of Xiaomi Redmi Note 12) and download it. - ๐ The backup is updated automatically when connected to Wi-Fi and charging.
- ๐ Storage size is limited 15 GB (on a free plan).
- ๐ซ Some applications (for example, Viber or Telegram) do not save correspondence to cloud Google.
- ๐ฆ Save APK files and data applications (including system ones).
- ๐ Restore backups to a new device.
- ๐ Create an automatic backup schedule.
- ๐ Browse change logs between versions backups.
Please note:
| Data type | Stored in Google Backup? | Notes |
|---|---|---|
| Contact | โ Yes | Synchronized separately via Google Contacts. |
| Photos and videos | โ No | You need to use Google Photos (separate from the backup). |
| SMS and call log | โ Yes | Restored only to a new device. |
| Wi-Fi settings | โ Yes | Including saved passwords. |
| Application data | โ ๏ธ Partially | Depends on developer support (for example, WhatsApp backed up separately). |
If you use Google Photos to backup media files, enable the "Original quality" option in the settings to avoid image compression.
4. Method 3: Using third-party apps (Titanium Backup, Dr.Fone)
If the built-in tools Android and Google are not suitable, you can use third-party apps. They offer more features, but often require root access or a paid subscription.
Consider two popular utilities:
4.1. Titanium Backup (requires root)
Titanium Backup is one of the most powerful backup solutions, but it only works on rooted devices. The app allows you to:
Instructions:
- Install Titanium Backup from Google Play (or download APK from the official website).
- Provide root access (if prompted).
- Click
Menu โ Batch actions. - Select
Backup all user applications + system data. - Specify the save location (for example,
/sdcard/TitaniumBackup/). - Connect your phone to the PC and copy the folder
TitaniumBackupto your computer.
4.2. Dr.Fone - Backup & Restore (without root)
Dr.Fone from Wondershare is a paid solution, but with free trial version. The app works without root and supports backup:
- ๐ฑ Contacts, SMS, call logs,
- ๐ท Photos, video, audio,
- ๐ฆ Applications and their data (partially),
- ๐ Messages WhatsApp, Viber, LINE.
How to use:
- Download and install Dr.Fone on your computer (official website).
- Connect your phone via USB (in mode
MTP). - In the app, select module
Backup & Restore. - Tick the data types for backup.
- Click
Backupand wait for completion. - The backup file will be saved on the PC in the format
.drfone.
โ ๏ธ Attention: Free version Dr.Fone only allows you to view backups. To restore, you will need to purchase a license (from ~$40).
What is the difference between a backup with root and without root?
With root access you get access to ALL data on the device, including system files and settings. Without root, you can only save user files (photos, videos, some application data) and partially settings. For example, Titanium Backup without root you will not be able to backup SMS or call logs, and Dr.Fone will not copy data of some games (for example, saves in Genshin Impact).
5. Method 4: Manually copying files via MTP
If you only need to save media files, documents or APK, you can do without special apps. Just connect the phone to the computer in File transfer (MTP) mode and manually copy the necessary folders.
What data can be copied:
- ๐ท
DCIM- photos and videos from the camera, - ๐ต
Music,Podcasts,Ringtones- audio files, - ๐
Documents,Downloads- documents and downloads, - ๐ฆ
Android/obb- additional game data - ๐ฑ
Pictures/Screenshots- screenshots.
How to copy:
- Connect the phone to the PC via USB.
- On the smartphone screen, select the mode
File transfer (MTP). - Open
This computeron the PC - the device will appear as a removable disk. - Go to the folder
Internal memoryorSD card. - Copy the desired folders to the computer (for example
DCIMorWhatsApp/Media).
Pay attention to hidden folders (they need to be enabled in the Explorer settings):
.thumbnailsโ thumbnail images,.dataโdata of some applications,.nomediaโfiles excluded from media scanning.
Manual copying via MTP is the simplest method, but it does not save system settings, SMS or application data. Use it only for media files and documents.
6. copying through cloud services of manufacturers
Many brands offer their own cloud services for backup. They often integrated into the firmware. data-i="295">Manufacturer allow you to save data that is not available through Google DriveLet's consider popular options:
| Manufacturer | Service | What is saved | Restrictions |
|---|---|---|---|
| Samsung | Samsung Cloud | Contacts, SMS, call log, settings, application data Samsung (for example, Samsung Notes) | 15 GB free, requires an account on new devices Samsung |
| Xiaomi | Mi Cloud | Contacts, SMS, call log, photos, recordings Mi Recorder, themes | 5 GB free, some data (for example, SMS) is not restored on non-Xiaomi devices |
| Huawei | Huawei Cloud | Contacts, photos, videos, notes, calendar | Required Huawei ID, on devices without GMS โthe main method of backup |
| OnePlus | OnePlus Switch | Applications, contacts, SMS, call log, photos | Works only between devices OnePlus |
Example of backup via Mi Cloud (for Xiaomi/Redmi/Poco):
- Open
Settings โ Mi Account โ Mi Cloud. - Enable synchronization for the desired data types.
- For manual backup, click
Device backup. - Select data (for example, System settings or Applications) and click
Start backup. - To download a backup on your PC, go to the website Mi Cloud and log in.
โ ๏ธ Attention: Manufacturers' cloud services are often tied to a specific smartphone model. For example, backup Samsung Cloud may not be available. restore to the device Google Pixel. Before changing the brand, copy the data manually.
7. How to restore data from a backup
Creating a backup is half the battle. be able to restore data if necessary. The recovery method depends on the backup method:
7.1. Restoring via ADB
If you created a backup with the command adb backup, you can restore it like this:
adb restore C:\backup.ab
A confirmation request will appear on the smartphone screen. Enter the password (if installed during backup) and wait for completion.
7.2. Recovering from Google Drive
When you turn on a new smartphone for the first time, the system will prompt restore data from backup. If you skipped this step:
- Go to
Settings โ System โ Backup. - Click
Restore data. - Select an account Google and the required backup.
7.3. Recovery via Titanium Backup
If you have root:
- Copy the folder
TitaniumBackupback to the phone. - Open Titanium Backup and go to
Recovery. - Select applications or data to restore.
- Click
Recoverand confirm the action.
7.4. Recovery via Dr.Fone
Connect your phone to the PC, open Dr.Fone and select:
Backup & Restore โ Restore.- Specify the backup file (
.drfone). - Mark the data for recovery.
- Click
Restoreand wait for completion.
Important: when restoring data to a new device, some applications may not work correctly. For example, WhatsApp will require re-activation, and games (for example, Clash of Clans) may reset progress if not linked to the account.
8. Frequent errors and their solutions
When backing up, users often encounter problems. Let's consider the most common ones and ways to solve them:
| Problem | Possible cause | Solution |
|---|---|---|
| ADB does not see the device | No drivers, USB debugging is not enabled | Install drivers (Google USB Driver), check the developer settings |
| Backup in Google Drive is not updated | Not enough space, synchronization is disabled | Clean up space in Google Drive or buy additional storage |
| Titanium Backup does not save application data | No root access or the application is blocking backup | Get root or use alternative methods (for example, built-in application backup) |
| Files are not copied via MTP | The cable is damaged, there are not enough rights | Try a different cable or enable the mode PTP instead MTP |
| Mi Cloud does not save SMS | Firmware or region limitation | Update MIUI or use third-party utilities (for example, SMS Backup & Restore) |
If neither one of the methods does not work, check: (try another cable or port on the PC). data-i="401">(on
- ๐ USB cable and port (try a different cable or port on your PC).
- ๐ฑ Connection mode (sometimes changing from
MTPonPTP). - ๐ Android version (on Android 12+ additional permissions may be required for ADB).
- ๐ก๏ธ Antivirus (some apps block ADB or access to files).
โ ๏ธ Attention: On devices with Android 13 and newer Google tightened the security policy. For example, applications are prohibited from reading files of other apps without explicit permission. This may interfere with the operation of some backup utilities (for example, LineageOS), check the compatibility of backup methods with your version.
FAQ: Answers to frequently asked questions
Can I make a backup of Android without a computer?
Yes, there are several ways:
- ๐ฑ Google Drive - automatically saves contacts, SMS and settings.
- ๐ท Google Photos โ for backing up photos and videos.
- ๐ฆ Third-party applications (for example, Swift Backup for devices with root).
- ๐ Cloud services manufacturers (Mi Cloud, Samsung Cloud).
However, for full backup (including system files) you still need a computer or root access.
How to save a WhatsApp backup to a computer?
WhatsApp creates local backups in the folder /sdcard/WhatsApp/Databases. To copy them to a PC:
- Connect your phone in mode
MTP. - Copy the files
msgstore.db.crypt14(and others with the extension.crypt*) to the computer. - To restore, move the files back to the same folder and reinstall WhatsApp.
You can also use Google Drive (backup settings in WhatsApp โ โฎ โ Settings โ Chat โ Backup).
How much space does the backup take up? copy of Android?
The backup size depends on the amount of data:
- ๐ฑ Only contacts and SMS โseveral megabytes.
- ๐ท Photos and videos โfrom 1 GB to tens of gigabytes.
- ๐ฆ Applications and their data โ 5โ20 GB (depending on the number of games).
- โ๏ธ Full backup via ADB/Titanium โ 10โ50 GB.
To save space, you can:
- Exclude the application cache from the backup.
- Compress photos before copying.
- Use cloud services with selective synchronization.
Is it possible to restore a backup to another smartphone (for example, from Xiaomi to Samsung)?
Partially. Universal data