Xiaomi Smartphone Mi5, The 2016 version is still a popular device due to its balanced performance and custom firmware support, but the risk of data loss due to memory failures, failed updates or physical damage has only increased over the years. Backing up your computer is the only way to guarantee that you can save photos, correspondence, settings and apps if your phone suddenly stops turning on or requires a complete reset.
In this article, we will discuss all the current ways of backup for Mi5 (including models Mi5s and Mi5 Pro, given the specifics MIUI 12.5/14 You'll learn how to get around common errors like "not enough disk space" or "device not detected", and how to backups with Mi PC Suite, ADB And manual file copying, and we'll focus on saving data from system applications (SMS, Calls, notes, and notes that are not copied by standard methods.
Why Standard Cloud Backups Are Not Good for Xiaomi Mi5
Many users are used to relying on Mi Cloud or Google Drive for backup, but for the most part, the user is not. Mi5 This approach is fraught with problems:
- ๐ด Limited volume: Free fare Mi Cloud offers just 5GB, whereas full backup Mi5 Applications and media files easily exceed 15-20 GB.
- ๐ด Synchronization failures: On older versions MIUI (Below 12) cloud backup often freezes during the boot phase, especially if files weigh more than 2GB.
- ๐ด No system data reserve: The cloud does not store Wi-Fi settings, call data, and SMS in readable format โ only in proprietary Xiaomi format.
- ๐ด Internet addiction: Recovery from the cloud requires a stable connection, which is problematic with weak signal or limited traffic.
Also, when reset to factory settings, not all data is restored correctly, such as Wi-Fi passwords that may not be transferred, and settings for some applications (such as Xiaomi Home for smart devices) are reset, and local PC copy is free of these disadvantages: it does not depend on Internet speed, allows selective data recovery and works even if the Mi Account is blocked.
โ ๏ธ Note: If you are planning to squash Mi5 via Fastboot or install custom Recovery (TWRP), Backups on the PC are mandatory, and cloud backups are useless in this case, they won't save partition. /data baseline.
Preparing your phone and computer: what to do before the backup
Before you start backing up, follow the mandatory steps to avoid errors:
- Check the version. MIUI: Go to Settings. โ The phone. โ Version. MIUI. For stable operation Mi PC Suite required MIUI at least 10.2. If the version is older, update the phone via Settings โ Updating the system.
- Put the debugging on. USB: Open the Settings. โ About the phone and 7 times click on the version MIUI, To activate the developer mode. Go back to Settings. โ Additionally. โ For developers and enable debugging by USB. In the same menu, find the configuration. USB and select File Transfer (MTP).
Install the drivers.
Mi PC Suite
Qualcomm
Mi5
Charge the phone.
If you are using Windows 10/11, temporarily disable Windows Defender and Firewall โ they can block the connection Mi5 As "unidentified device." On macOS, install Android File Transfer.
Method 1: Backup through Mi PC Suite (official method)
Mi PC Suite is Xiaomiโs proprietary software that allows you to create a complete copy of data, including system settings and installed applications. ADB or manually.
Pros of the method:
- ๐น Keeps it. SMS, call log, notes and other system application data.
- ๐น Supports selective recovery (only contacts or photos can be returned).
- ๐น It works without root rights.
Cons
- ๐ธ Does not copy data from certain third-party applications (such as WhatsApp or Telegram).
- ๐ธ Backup takes up a lot of space (up to 10-15 GB).
- ๐ธ There may be errors when restoring to another version. MIUI.
Step-by-step:
- Connect. Mi5 to the computer via the original cable (use the port) USB 2.0 if USB 3.0 is not working).
- Launch Mi. PC Suite and wait for the program to recognize the phone. If the device is not identified, reinstall the drivers manually through Device Manager.
- In the main menu, select Backup.
- Check the data for copying: ๐ฑ Contacts and Call Log ๐ฌ SMS and MMS ๐ธ Gallery (photo and video) ๐ต Music and audio recordings โ๏ธ System settings (Wi-Fi, wallpaper, sounds)
Start.
C:\Users\[Your name]\Documents\Xiaomi\MiPhoneManager\Backup
Original cable connected USB|Debugging is on. USB|Qualcomm drivers installed|Battery charge >50%|Windows Defender Disconnected-->
Common mistakes and their solutions:
| Mistake. | Reason. | Decision |
|---|---|---|
| "No device found." | Drivers not installed or charging mode enabled | Switch over. USB-regime MTP and reinstall the drivers. |
| "Not enough disk space" | Default backup folder on system disk | Change the save path in the Mi settings PC Suite |
| "Backup error (code 1001)" | Damaged files in the phone memory | Check your phone for viruses and clear the cache in Settings โ Memory. |
| "Backup interrupted 99%." | Communication failure USB | Use another one. USB-port |
โ ๏ธ Note: If you are planning to squash Mi5 on custom firmware (for example, LineageOS), backup via Mi PC Suite is not suitable - it does not save partition /data in a format compatible with TWRP. In this case, use the method 3 (ADB Backup or Method 4 (TWRP).
Method 2: Manual file copying (for media and documents)
If you only need to save photos, videos, music and documents, you can do without specialized software (SMS, settings, applications).
What's copied:
- ๐ท Photos and videos from folders DCIM, Pictures, Movies
- ๐ต Music and audio recordings (Music, Recordings)
- ๐ Documents (Documents, Downloads)
- ๐ฎ Save games (folder) Android/obb)
What's NOT copied
- ๐ซ Contacts, SMS, call-in
- ๐ซ Wi-Fi settings and system settings
- ๐ซ Application data (for example, WhatsApp correspondence)
Instructions for Windows:
- Connect. Mi5 to the computer and select the file transfer mode (MTP).
- Open This Computer โ The Phone Will Show Up as a Removable Disk (e.g. Xiaomi) Mi5 (E:)).
- Go to the Internal Memory folder and copy the required directories: DCIM โ Pictures photos and videos from the Pictures camera - screenshots and uploaded Download images - uploaded files Android/obb โ cache of games and applications
- To speed up the process, use Total Commander or TeraCopy, which copy files faster than standard Explorer.
Instructions for macOS/Linux:
- Install Android File Transfer (for macOS) or connect your phone in mode PTP (if MTP doesn't work).
- Use the terminal to copy: adb pull /sdcard/DCIM ~/Mi5_Backup/Photos (pre-set ADB brew install android-platform-tools).
๐ก
If you have a file copy error that says โThe file is too big for the end file system,โ format the flash drive or external drive in exFAT or NTFS instead FAT32.
Method 3: Complete backup through ADB (power-user)
ADB Backup is an Android-built backup mechanism that works without root rights. It stores all application data, including settings and cache, but has limitations: some apps (like WhatsApp) block the backup of their data.
Advantages of the method:
- ๐น Stores application data (as opposed to manual copying).
- ๐น It works on all versions. MIUI.
- ๐น Backup can be encrypted with a password.
Deficiencies
- ๐ธ Don't copy. SMS and a call log on new versions MIUI.
- ๐ธ Requires skills to work with the command line.
- ๐ธ Recovery is possible only on the same device.
Step-by-step:
- Install ADB and Fastboot on your computer.
- Connect. Mi5 to the PC and make sure that the debugging USB included.
- Open the command line (Win) + R โ cmd) and check the connection: adb devices If the device is displayed (e.g, 5a2b3c4d device, move on further.
- Launch backup: adb backup -apk -obb -shared -all -f C:\Mi5_backup.ab -apk โ retain APK-file. -obb โ copy-caching. -shared โ includes files from shared memory. -all โ backup all applications. -f โ points the way to the backup file.
Create a backup copy
Mi5_backup.ab
How to recover data from ADB-backup:
- Connect the phone and execute the command: adb restore C:\Mi5_backup.ab
- On the phone screen, confirm the recovery.
Instructions:
- Install. TWRP for Mi5 (version 3.6.0 or later).
- Download the phone to Recovery Mode: Turn off the device, then press Volume Up + Nutrition.
- In the TWRP menu, select Backup.
- Check the backup sections: Boot System Data Cache
- Select a place of preservation (better to the external one) SD-map OTG-flash-drive).
- Swipe for confirmation and wait until completion (may take 10โ30 minutes).
- Copy the folder. TWRP computer-backup.
โ ๏ธ Attention: Backup through TWRP It takes up a lot of space (up to 20-30 GB) and is incompatible with standard recovery through the MIUI. Use it only if you plan to work with custom firmware.
Method 5: Preservation SMS, Calls and Contacts Separately
System data (SMS, call log, contacts) are not copied when manually transferring files and may be lost when reset.
Best tools:
| Type of data | Annex | Instructions |
|---|---|---|
| Contacts | Google Contacts or Super Backup | Export in.vcf format via Contacts โ Management โ Exports. |
| SMS and MMS | SMS Backup & Restore | Create a backup in.xml format and save it to PC. |
| Log of calls | Call Logs Backup | Export to.csv or.xml. |
| Miui notes | Mi Notes Exporter | Stores notes in.zip with images. |
Example: Exports SMS through SMS Backup & Restore:
- Install the app from Google Play.
- Open it and press Backup.
- Choose the format XML and indicate the way of preservation (for example, /sdcard/SMS_Backup).
- Copy the file to the computer.
๐ก
For recovery. SMS from XML-File use the same application (SMS Backup & Restore.Do not edit the file manually - this can lead to import errors.
Frequent mistakes and their solutions
Even when following instructions, users Mi5 We're going to have a lot of problems:
- ๐ด "Mi PC Suite doesn't see phone: Check if mode is on MTP Install the drivers via MiFlash (you can download here). USB-port USB 2.0).
- ๐ด "ADB Device not authorized": The phone will request debugging permission, confirm it. If the request does not appear, run adb kill-server and adb start-server.
- ๐ด "Not enough disk space when backup: Clear the app cache in Settings โ Memory. โ Clear the cache. Use the external cache. SD-card or connect the phone to the PC OTG.
- ๐ด "Backup through TWRP ends with error 255": Check if there is enough space on the media (need at least 20 GB of free space). TWRP last-minute.
If none of these methods work, try alternative programs:
- ๐น Dr.Fone โ Phone Backup (Paid but Secure).
- ๐น Mobogenie (free but with advertising).
- ๐น Syncios (supports WhatsApp backup).