How to completely remove backups on Xiaomi: safe ways

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).

๐Ÿ“Š How often do you backup your Xiaomi?
Once a week.
Once a month
Only before the dump.
Never create.

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:

  1. Open the Files app (folder icon).
  2. Go to Internal Memory โ†’ find the folders from the list above.
  3. Keep your finger on an unnecessary folder/file โ†’ Delete.
  4. 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.

Done: 0 / 5

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:

  1. Open Settings โ†’ Google โ†’ Backup.
  2. Click Backup Management โ†’ select the device.
  3. Delete unnecessary copies or disable the feature (Google Drive Backup โ†’ Off).

For Mi Cloud:

  1. Go to Settings โ†’ Xiaomi Account โ†’ Mi Cloud.
  2. Select Backups โ†’ Remove Older Versions
  3. 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 backupWhere it's storedHow to remove
MIUI hand backups/MIUI/backup/Through Settings โ†’ Backup or Conductor
Google autobacksGoogle Drive CloudSettings โ†’ Google โ†’ Backup
Backups Mi CloudXiaomi's CloudSettings โ†’ 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):

  1. Turn off the phone.
  2. Press Volume Up + Power before the Mi logo appears.
  3. 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?
If stock Recovery does not have a File Manager option, use ADB (Section 5) or install TWRP. You need to unlock the bootloader through the official Xiaomi website (miui.com/unlock).

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:

  1. Download ADB Tools and install drivers.
  2. Turn on USB Debugging on your phone: Settings โ†’ About Phone โ†’ MIUI Version (click 7 times) โ†’ Return to Settings โ†’ Additional โ†’ For Developers โ†’ Debugging over USB.
  3. 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.backup

This 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.

FAQ: Frequent questions

Can backups be deleted without losing data?
Yes, if you only delete unnecessary copies, system backups (e.g. com.miui.backup) can be cleaned without risk, but don't touch folders like Android/obb/, which is the game data.
Why is memory not released after the backups are removed?
This is because of caching. Reboot your phone or use the adb shell sync command to apply the changes. Also check the /sdcard/.trash/ folder - sometimes files move there.
How to turn off automatic backup creation?
For Google: Settings โ†’ Google โ†’ Backup โ†’ Off. For Mi Cloud: Settings โ†’ Xiaomi Account โ†’ Mi Cloud โ†’ Backups โ†’ Automatic Backup โ†’ Off.
Can I recover a remote backup accidentally?
If the file was deleted less than 30 days ago and the phone was not writing new data, try programs like DiskDigger or Recuva (root). For cloud backups (Google/Mi Cloud), check the shopping cart in the web version of the service.
Why do backups take up so much space?
MIUI stores full copies of applications (including cache and data), not just settings. For example, WhatsApp backup with chat history can weigh 2-5 GB.