Why backup copy on the SD-The map is the best choice for Xiaomi?
Xiaomiโs MIUI-based smartphones store gigabytes of personal data, from Gallery photos to Mi Account settings. But what if the phone suddenly stops turning on or needs to be reset to factory settings? A backup to an external memory card (microSD) is the only way to save data if the internal drive fails or is blocked.
Unlike cloud services like Mi Cloud or Google Drive, backup is available for the user. SD-map:
- ๐ It does not depend on the Internet โ copying takes place offline.
- ๐ฆ Stores large files (video, games, app cache) that the cloud often ignores.
- ๐ Protected from hacking โ only you have physical access to the card.
- ๐ Recover faster โ no need to download gigabytes of data over the network.
But there are nuances: not all data can be copied without root rights, and some applications (such as WhatsApp) require a separate backup. Next, we will analyze all the working methods from standard MIUI Backup to advanced methods through TWRP.
Method 1: Standard backup via MIUI Backup (without root)
The built-in MIUI Backup is the easiest way to save basic data, and it's available on all Xiaomi, Redmi and POCO smartphones with MIUI 12 and later.
- ๐ฑ It saves only system settings, contacts, SMS, Call log and some application data (not all!).
- ๐ซ Do not copy photos, videos, music or installed APK-file.
- ๐ Recovery is possible only on the same smartphone or model with a similar version. MIUI.
How to make a backup:
- Open Settings โ About Phone โ Backup and Reset โ Local Backup.
- Click Create a backup and select the data to save (all items are marked by default).
- In the Storage area, specify the memory card (if it is not in the list, check that the card is not in the list). SD-The card is formatted as a portable storage).
- Confirm the action and wait until it is completed (may take 5-15 minutes).
Insert SD-card (minimum 4 GB of free space)|Check the battery charge (minimum 50%)|Connect the phone to charging|Close all background applications-->
โ ๏ธ Note: If you are using Xiaomi Mi 11 or newer with dynamic memory (UFS 3.1), a standard backup may not save some applications data due to limitations MIUI. In this case, go to method 3 or 4.
Method 2: Manual copying of files on SD-card (for photos, videos, music)
If you only need to save media files, documents or downloads, you just need to manually copy them to a memory card, which works on any Xiaomi smartphone, including older models like the Redmi Note 4 or Mi A1.
Instructions:
- Connect. SD-Phone card (if not permanently inserted).
- Open the Files app (or any other file manager, such as Solid Explorer).
- Go to the folders that you need to copy: ๐ท Photos and videos: /storage/emulated/0/DCIM/ and /Pictures/ ๐ต Music: /Music/ or /Download/ ๐ Documents: /Documents/ or /Download/ ๐ฎ Preservation of games: /Android/obb/ (Root is required for some games)
Copy
/storage/XXXX-XXXX/
| Type of data | The way to the folder | Do you need root rights? |
|---|---|---|
| Photographs and videos | /DCIM/, /Pictures/ | โ No. |
| Contacts and SMS | /data/data/com.android.providers.contacts/ | โ Yes. |
| Preservation of games | /Android/obb/ or /data/data/packet name/ | โ Yes. /data/) |
| MIUI settings | /data/system/ | โ Yes. |
๐ก
If you copy photos from Google Photos, pre-disable the function Free up space in the application settings. Otherwise, some of the images can only be stored in the cloud and not copied to the cloud. SD-map.
Method 3: Full backup via TWRP (for advanced users)
TWRP (Team Win Recovery Project) is a custom recovery that allows you to create a complete image of the system, including all applications, settings and even data in internal memory.
- ๐ง Recovery after a failed firmware.
- ๐ฑ Transfer data to another Xiaomi smartphone (if the models are identical).
- ๐ Data retention before obtaining root rights.
But there are drawbacks: an unlocked bootloader and an installed TWRP are required.
Step-by-step:
- Install TWRP for your model (instructions are available on 4PDA or XDA Developers).
- Load the phone into recovery mode: Turn off the device, then press Power + Volume up.
- In the TWRP menu, select Backup.
- Mark the sections for copying: ๐ Boot - Boot section. ๐ System - System files MIUI. ๐ Data โ User data (most important!). ๐ EFS โ IMEI Serial numbers (critical for communication!).
Storage
Micro SDCard
Swipe to Backup
โ ๏ธ Attention: On Xiaomi smartphones with Snapdragon chip 8 Gen 1/2 (for example, Xiaomi 12 Pro, Redmi K50 Ultra) TWRP It may not be possible to copy the Data partition correctly due to encryption FBE (File-Based Encryption: In this case, you need to format Data into the backup. TWRP (Loss of all data! or use it! ADB (method 4).
What to do if TWRP see SD-map?
Method 4: Backup through ADB (for developers)
ADB (Android Debug Bridge) is a debugging tool that allows you to back up any data, including apps and their settings, even without root. The method works on all Xiaomi smartphones, but requires a computer and enabled debugging over USB.
How to make a backup:
- Install ADB and Fastboot on PC.
- Turn it on on the phone: ๐ง Settings โ The phone. โ Version. MIUI (Press 7 times to activate the developer mode). ๐ง Settings โ Additionally. โ For developers โ Debugging by USB.
- Connect your phone to your PC and confirm your trust in your computer.
- Open the command line (Windows) or the terminal (Linux/macOS) and type in adb backup -apk -obb -shared -all -f /sdcard/backup.ab Where: -apk โ retain APK-file. -obb โ copy-caching. -shared โ file-include SD-map. -all โ all applications and data. -f /sdcard/backup.ab โ path to the backup file on the memory card.
On the phone, confirm the creation of a backup (you may need to enter a password).
๐ก
The backup.ab file can only be restored via ADB by the adb restore /sdcard/backup.ab command. It doesn't read like a regular archive, so don't edit it manually!
Method 5: App backup with Titanium Backup (root required)
Titanium Backup is a legendary backup application that saves:
- ๐ฑ All installed applications (including system applications).
- ๐๏ธ Application data (save games, settings messengers).
- ๐ Call logs, SMS, MMS.
- ๐ง Wi-Fi, Bluetooth and other system settings.
It only works on root-right phones.
Instructions:
- Install Titanium Backup from XDA Developers (removed from Google Play).
- Open the application and provide root access.
- Click on the menu icon โ Package actions.
- Select Backup of all user applications + system data.
- In the section The storage place indicate the path to SD-map (e.g., map, /storage/XXXX-XXXX/TitaniumBackup/).
- Start the process and wait until it is completed.
โ ๏ธ Note: On smartphones Xiaomi with MIUI 13/14 Titanium Backup may not correctly store data from some system applications (for example, Mi Browser or Mi Video.
How to restore data from backup to SD-map?
The recovery process depends on the way backup is created:
- ๐ MIUI Backup: Go to Settings โ Backup and reset โ Local backup, select the file to SD-map and press Restore.
- ๐ Manual Copy: Just transfer files back to internal memory through file manager.
- ๐ง TWRP: Download to recovery, select Restore, specify the folder with backup on SD-map and confirm the recovery.
- ๐ป ADB: Connect your phone to your PC and execute the adb restore command. /sdcard/backup.ab.
- ๐ ๏ธ Titanium Backup: Open the app, go to Recovery and select the desired applications/data.
Important nuances:
- ๐ Recovery of system data (e.g, SMS or settings MIUI) You may need to restart your phone.
- ๐ซ Don't restore the backup. TWRP or Titanium Backup on another Xiaomi model โ this could lead to bootloop (a looped bootload).
- ๐ If after recovery, the phone asks for a password, and you did not set it, reset the pattern lock through the TWRP (section โ File Manager, delete the file /data/system/gesture.key).