How to Clean the Other folder on Xiaomi: A Complete Guide with Hidden Tricks

The Other folder on Xiaomi smartphones is a real memory black hole, which takes up gigabytes, but it remains a mystery to most users, you try to make space, delete photos, clean the app cache, and the volume of Others is only growing. Why is this happening? The fact is that under this name hides system files, temporary data, remnants of deleted applications and even hidden backups. Unlike regular folders, the content of Other does not appear in the standard file manager, which makes it difficult to clean.

In this article, weโ€™ll look at all the ways to clean the Other folder, from basic to advanced, including working with ADB and hidden memory partitions, which files can be deleted without risk and which ones should not be touched, even if they take up a lot of space, and weโ€™ll also uncover the myths about the Other โ€” for example, why the folder can grow again after a factory reset.

Warning: Some methods require superuser rights or system partitioning. Mistakes can cause firmware failure or data loss. If you are unsure of your skills, use only the safe ways in the first three sections of this article.

1.What is the โ€œOtherโ€ folder on Xiaomi and why it grows

The Other folder (or Other in the English version of MIUI) is a collective name for files that the system cannot categorize as standard: photos, videos, music or documents.

  • ๐Ÿ“ Cache of system applications (for example, Mi Video, Gallery, Security)
  • ๐Ÿ”„ Temporary update files (remainders of firmware, Google Play updates)
  • ๐Ÿ—‘๏ธ Remnants of Remote Applications (Folders) /data/app-lib, /data/dalvik-cache)
  • ๐Ÿ”’ Hidden backups (such as Mi Cloud backups or Google Drive)
  • ๐Ÿ“Š Logs and dumps (.log,.dumpstate files after crashes)

The main problem is that MIUI doesn't provide tools for analyzing the "other" in detail. In a standard file manager, you will only see the total volume, but you will not be able to understand which files occupy it, and in fact, some of the data is hidden even from root users, since it is stored in secure partitions (/system, /vendor).

Why does the folder grow with time?

  • ๐Ÿ”„ Automatic updates: MIUI Downloads firmware in the background, even if you have not confirmed the installation.
  • ๐Ÿ“ฑ Application Remains: When programs are deleted, their data often remains in folders /data/data.
  • ๐Ÿ” Diagnostic Logs: The system generates performance reports (especially after a failure or overheating).
  • โ˜๏ธ Cloud syncs: Mi Cloud and Google Photos can leave temporary files.
๐Ÿ“Š How often do you clean the โ€œOtherโ€ folder on Xiaomi?
Once a month
Only when memory ends
Never cleaned.
I tried it, but it didn't work.

2.Safe ways to clean the โ€œOtherโ€ without root rights

If you don't have superuser rights, start with these methods. They don't require deep technical knowledge, and they don't risk the stability of the system.

Method 1: Cleaning the cache of system applications

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Click on the three dots in the upper right corner and select Show System.
  3. Sort the applications by cache size (click on Size).
  4. Clean the cache from the following applications (they most often clog โ€œOthersยป): ๐ŸŽฌ Mi Video (miniature cache and temporary files) ๐Ÿ“ท Gallery (preview and metadata of photos) ๐Ÿ›ก๏ธ Security (Scanning Logs and Quarantine) ๐Ÿ“ฑ Launcher (cache icons and widgets)

Method 2: Delete temporary update files

MIUI stores the downloaded firmware in the /cache folder, but doesn't always clean it after installation.

  1. Open Files (standard manager from Xiaomi)
  2. Go to Categories โ†’ Memory of the device โ†’ Cache.
  3. Delete all files with the.zip extension or names like update.zip, miui_*.zip.

Method 3: Resetting data from unnecessary applications

Some applications (e.g. Mi Browser, Mi Music) create large databases that are not cleared when the cache is removed.

  1. In Settings โ†’ Applications, select the unnecessary application.
  2. Click Warehouse โ†’ Clear the data (no cache!).
  3. If the application is system and is not removed - Disable it.

How to clean:

  1. Install a file manager with root support (such as Root Explorer or Solid Explorer).
  2. Go to /data and manually delete unnecessary folders (see list above).
  3. To automate, use the script in Termux: su rm -rf /data/app-lib/* rm -rf /data/dalvik-cache/* rm -rf /cache/*

What can't be removed:

  • ๐Ÿšซ Folders of current applications in /data/data (e.g. com.android.settings).
  • ๐Ÿšซ Files in /system or /vendor.
  • ๐Ÿšซ Databases *.db in /data/system (It'll cause a breakdown. MIUI).

โš ๏ธ Warning: After cleaning with root, be sure to restart your smartphone to recovery and run the Wipe Cache Partition.This will prevent errors on your next run.

5. Hidden backups and cloud data

Often, Others grows because of hidden backups that create Mi Cloud, Google Drive, and even some apps (like WhatsApp or Viber) that are not visible in the standard manager, but take up gigabytes.

How to find and delete:

  1. Mi Cloud: Go to Settings โ†’ Accounts โ†’ Mi Cloud โ†’ Backup. Remove old backups or turn off automatic backups.

Google Drive:

  • Open the Google Drive โ†’ Menu โ†’ Backups.
  • Remove backups of devices you no longer use.
  • Local Backups: Some applications (e.g. Titanium Backup) save copies to /sdcard/TitaniumBackup or /sdcard/MIUI/Backup.

2. Limit backups

  • ๐Ÿ”„ In Mi Cloud, disable automatic backup for unnecessary data (e.g. Call Records, SMS).
  • โ˜๏ธ In Google Drive, remove old backups of devices (drive.google.com/drive/backups).

3. Use lightweight alternatives to standard applications

Some Xiaomi system apps (such as Mi Video or Mi Music) create a large cache.

  • ๐ŸŽต Music: VLC BlackPlayer (no metadata caching).
  • ๐ŸŽฌ Video: MX Player or Kodi.
  • ๐Ÿ“ท Gallery: Simple Gallery or QuickPic.

4. Clean the cache regularly through ADB

Create a.bat file on your computer with the following commands and run it once a month:

adb shell pm clear com.miui.gallery


adb shell pm clear com.android.providers.media




adb shell rm -rf /data/local/tmp/*




adb shell rm -rf /cache/*

๐Ÿ’ก

The most effective way to prevent the growth of โ€œOtherโ€ is to disable automatic backups and updates, and use third-party applications instead of system ones.

FAQ: Frequent questions about the folder โ€œOtherโ€ on Xiaomi

๐Ÿ” Why does the โ€œotherโ€ reappear after a few days?
The system is constantly creating new temporary files: logs, application cache, synchronization data. To slow this process, turn off automatic backups in Mi Cloud and Google Drive, and limit the background activity of applications in Settings โ†’ Battery โ†’ Power Saving Mode.
๐Ÿ“ฑ Can you remove the โ€œotherโ€ completely?
No, it's impossible. The Other folder is not a separate directory, but a category for unsorted files. The system will always create temporary data (like an application cache or logs), but you can minimize it to 1-2 GB by following the instructions in the article.
โš ๏ธ What happens if you delete files from โ€œOtherโ€ through root?
If you delete system files (e.g. from /system or /data/system), the smartphone can: Stop turning on (hang on the MI logo). Lose the mobile network or Wi-Fi. Give errors when running applications. It is safe to delete only: Application cache (/data/data/package application/cache). Temporary files (/cache, /data/local/tmp). Logs (/data/anr, /data/tombstones).
๐Ÿ”„ How to recover data if photos are missing after cleaning the โ€œOther?
If you accidentally delete important files: Check the folder /sdcard/MIUI/Backup โ€” You can use a data recovery program (DiskDigger, Recuva) to connect your smartphone to your PC in mode. MTP. If your photos are synced with Google Photos or Mi Cloud, check the cloud. โš ๏ธ Important: Do not write new files to your device before recovery โ€“ this will reduce your chances of success.
๐Ÿ“Œ Are there any applications for automatic cleaning of โ€œotherยป?
Yes, but most of them are ineffective or dangerous. All we recommend is SD Maid (requires root) clears the remnants of deleted applications. Files by Google finds large, unnecessary files. CCleaner (caution!) can clear the cache, but don't touch the Registry or Autoboot sections. Avoid cleaners like Clean Master or DU Speed Booster - they often install adware and don't clean the Others properly.