Backups on Xiaomi, Redmi and Poco smartphones take up gigabytes of memory, even if you havenโt created them in a long time. MIUI automatically saves backups of applications, SMS, call logs and settings โ often without the userโs knowledge. After 6-12 months, such files can โeatโ up to 15-20 GB of internal storage, especially on devices with 64/128 GB of memory.
The problem is that standard cleaning tools (like Settings โ Memory) donโt always show these files. Backups hide in /MIUI/backup/ or /data/com.miui.backup/, and some are created by Google and Mi Cloud. In this article, 5 proven ways to find and delete unnecessary copies, including hidden ones, without risking damage to the system.
1.Remove via the built-in MIUI menu
The easiest method is to use the local backup tool, which is available on all devices with MIUI 12 and later (including HyperOS). Suitable for removing backups created manually or through Settings โ About Phone โ Backup.
How to find the menu:
- ๐ฑ Open the Settings. โ The phone. โ Backup.
- ๐ Scroll down to the Local Backups sectionยป.
- ๐๏ธ Click on the unnecessary copy โ Delete (or select a few by holding your finger on the file).
โ ๏ธ Note: Only user backups are displayed here, automatic copies of applications (such as from WhatsApp or Viber) and system dumps are not available here).
2. Cleaning through Files (MIUI conductor)
If the backup menu is empty, check the folders manually. The backups are stored in multiple locations, depending on the MIUI version and smartphone model.
- ๐ /Internal Storage/MIUI/backup/ โ backup MIUI.
- ๐ /Internal Storage/Android/data/com.miui.backup/ โ hidden copies of system settings.
- ๐ /Internal Storage/Backups/ โ Backups from third-party applications (e.g. Swift Backup).
- ๐ /Internal Storage/Tencent/MicroMsg/Backup/ โ WeChat backups (if you use them).
Instructions:
- Open the Files app (folder icon).
- Go to Internal Memory โ find the folders from the list above.
- Keep your finger on an unnecessary folder/file โ Delete.
- Confirm the action (a password or pattern lock may be required).
๐น Tip: Enable the display of hidden files in Files โ โฎ (menu) โ Settings โ Show hidden files. This will help you find folders like.backup or.miui.
โ๏ธ Backup folders check.
3. Removal of automatic application backups
Android and MIUI automatically back up the app data via Google Drive and Mi Cloud, which are not visible in the Explorer, but take up space in the cloud and cache, to delete:
For Google backups:
- Open Settings โ Google โ Backup.
- Click Backup Management โ select the device.
- Delete unnecessary copies or disable the feature (Google Drive Backup โ Off).
For Mi Cloud:
- Go to Settings โ Xiaomi Account โ Mi Cloud.
- Select Backups โ Remove Older Versions
- Disable Auto-Creation: Backup settings โ Automatic Backup โ Off.
โ ๏ธ Attention: Removing backups from Mi Cloud doesn't free up space on your phone - only in cloud storage. To clear your local cache, use the method in Section 4.
| Type of backup | Where it's stored | How to remove |
|---|---|---|
| MIUI hand backups | /MIUI/backup/ | Through Settings โ Backup or Conductor |
| Google autobacks | Google Drive Cloud | Settings โ Google โ Backup |
| Backups Mi Cloud | Xiaomi's Cloud | Settings โ Xiaomi Account โ Mi Cloud |
| Cash backups | /Android/data/com.miui.backup/ | Only through a root or ADB conductor |
4. Cleaning through Recovery Mode (for experienced)
If backups are not removed in standard ways (for example, folders are protected from change), use Restore mode. This method is suitable for devices with an unlocked bootloader or custom TWRP.
Instructions for stock recovery (standard):
- Turn off the phone.
- Press Volume Up + Power before the Mi logo appears.
- Select the language โ Wipe & Reset โ Wipe Cache (this wonโt remove backups, but will clear the cache).
For complete removal via TWRP:
1. Go to TWRP (Loudness Up + Nutrition).
2. Go to Advanced โ File Manager.
3. Find the folders:
- /data/media/0/MIUI/backup/
- /data/data/com.miui.backup/
4. Select folders โ Swipe to Delete.
5. Reboot.โ ๏ธ Note: Delete files through TWRP If you don't have a backup, you can lose data if you make a mistake with the folder. /data/data/com.android.providers.settings/ โ It's a system setting!
What if Recovery doesnโt see the folder?
5. Removal via ADB (for Advanced)
If backups are protected from removal (e.g. root rights are not available), use Android Debug Bridge (ADB).The method works on all Xiaomi devices but requires a computer.
Steps:
- Download ADB Tools and install drivers.
- Turn on USB Debugging on your phone: Settings โ About Phone โ MIUI Version (click 7 times) โ Return to Settings โ Additional โ For Developers โ Debugging over USB.
- Connect your phone to your PC and execute the commands:
adb shell
su
rm -rf /sdcard/MIUI/backup/*
rm -rf /sdcard/Android/data/com.miui.backup/
exit๐น Note: If the su command is not working, you do not have root rights:
adb shell pm uninstall -k --user 0 com.miui.backupThis command will disable the backup service (but will not delete existing files).
๐ก
Before using ADB, back up your important data. rm -rf deletes files irrevocably!
Third-party cleaning applications
If you don't want to mess with manual methods, install specialized utilities. The best options for Xiaomi:
- ๐งน SD Maid finds and deletes unnecessary backups, cache, duplicates. There is a feature CorpseFinder to find "dead" files.
- ๐ Files by Google is a simple memory explorer that shows large files, including backups.
- ๐ฆ Swift Backup (requires root) โ manages backups of all applications, including system.
โ ๏ธ Note: Apps like Clean Master or CCleaner often delete useful data along with garbage. Use only proven utilities from Google Play with a rating of 4.5+.
๐น How to choose: Files by Google is enough for surface cleaning โ SD Maid (paid version) Swift Backup (but root is required) for full backup control).
๐ก
Third-party applications cannot remove MIUI system backups without root rights. Use ADB or TWRP to do this.