How to Clean Up Xiaomi’s “Other” in Memory (MIUI): The Complete Guide to 2026

Xiaomi’s MIUI-based smartphone owners regularly encounter the mysterious “Other” partition, which takes up gigabytes of memory but has no explicit content. Unlike photo, video or app folders, this partition does not open to view through a standard file manager, and its volume can reach 10-30 GB on devices with 128/256 GB of storage, and the problem is relevant for all lines from the budget Redmi Note to the flagship Xiaomi 14.

In this article, we will discuss 5 Proven methods of cleaning the “other” in MIUI, including hidden system methods not described in official documentation. You will learn which files are taking up space (app cache, system logs, temporary data from Google Play Services), how to delete them safely without risking damage to the firmware, and why standard tips like “cleaning the cache” often do not work. MIUI 14/15, The "Other" section may grow after updates through the OTA.

What is the Other in Xiaomi’s Memory and Why Does It Take So Much Space?

The Other section of MIUI is a container for system and user data that is not standard categories (applications, multimedia, documents).

  • 📁 App cache (including hidden cache of Google Play Services, MIUI System Launcher and Security App)
  • 🗃️ Logs of the system (/data/log, /data/anr — error-file)
  • 🔄 Temporary update files (OTA-bags, firmware residues)
  • 🎭 Virtual machine data (ART/Dalvik-cache to speed up Android work)
  • 🔒 Encrypted files (such as Mi Account or Google Drive data)

The main problem is that MIUI does not provide tools for detailed analysis of this partition, and even through ADB, some files are not available due to the limitations of SELinux.

  • 📱 Nana Redmi/Poco s 64 GB of memory "Other" often takes up 8-15 GB (up to) 25% total).
  • 📱 On flagships (Xiaomi) 13/14) s 256+ GB — 15-30 GB, but in percentage terms it is less.
  • 📱 After updating MIUI through OTA The volume of the "Other" may increase by 3-5 GB due to undeleted temporary files.

⚠️ Note: If the Other partition takes up more than 50% of the memory (for example, 30 GB of 64 GB), this may indicate file system or virus damage.

Method 1: Cleaning the cache of system applications (without root)

The most secure method that doesn't require superuser rights: The Other often accumulates gigabytes of cache from Google Play Services, MIUI Security, and System Launcher, which is not critical to the system's operation, but can take up to 5-8 GB.

Instructions:

  1. Open Settings → Applications → Application Management.
  2. Click on the three dots in the top right corner and select "Show all apps."
  3. In the search, enter the names: 🔍 Google Play Services (Cache Can Weigh) 1-3 GB) 🔍 MIUI Security (up to) 500 MB — 1 GB) 🔍 System Launcher (cache icons and widgets) 🔍 Download Manager (Remainders of Download Manager)

"Storage" → "Clean the cache"

Once cleaned, restart the device. If the volume of the Other hasn't decreased, move on to the next method.

Backup important data |Close all background applications |Connect the charger (process can take 5-10 minutes) |Do not interrupt the cleanup until completion-->

Method 2: Delete Temporary Update Files (OTA)

MIUI saves service packs in the hidden /cache folder, but after installation doesn't always delete them automatically.These files can take anywhere from 500MB to 2GB and appear in the "Other" section.

To remove them:

  1. Connect your smartphone to your PC and enable debugging over USB (Settings → About Phone → MIUI Version → 7 times press to activate the developer mode, then Settings → Additional → For developers → Debugging over USB).
  2. Download Google’s Platform Tools and unpack it into any folder on your PC.
  3. Open the command line (cmd) in this folder and type: adb shell su rm -rf /cache/*.zip rm -rf /data/ota_package/*.If root rights are not available, use only the first and third commands.
  4. Reset the device.

If the volume of the Other has not changed after this procedure, check the /data/app-lib folder – there may be remnants of remote applications stored.

Once a month |Only for critical updates |Never, I use custom firmware |I don't follow updates-->

Method 3: Manually clean through file manager (with root rights)

If you have root rights (for example, through Magisk), you can manually delete unnecessary files from system folders.Be careful: wrong actions can lead to bootloop.

Cleaning folders:

The way to the folderWhat's storedIs it safe to remove?
/data/logLogs of system and applicationsYes (releases 100MB – 1GB)
/data/dalvik-cacheCache of the ART virtual machineYes (after deleting, restart the device)
/data/app-libRemnants of Remote ApplicationsYes.
/data/media/0/MIUI/backupBackup copies of MIUIYeah (unless you use backups)
/data/data/com.android.providers.mediaMedia file databaseNo (may throw the gallery)

Use Root Explorer or FX File Explorer with root access enabled to clean up. Do not delete files with.odex or.apk extensions, which can damage the system.

⚠️ Attention: Deletion of folder /data/dalvik-cache will lead to a long reset (5-10 - minutes, because the system will repair the cache again!

What if the phone is not turned on after removing the dalvik-cache?
If the device is stuck on the MIUI logo for more than 15 minutes, follow the following steps: 1. Press Power + Volume up to log into Recovery. 2. Select "Wipe & Reset" → "Wipe Cache." 3. Reboot the device. If the problem persists, you will need to flash it through Fastboot.

Method 4: Reset media storage settings (to fix MIUI 14/15)

MIUI 14 and MIUI 15 (based on Android 13/14) have a bug that causes the mediaserver to duplicate records in the database, which leads to a 2-5 GB growth of the Other partition per month.

To reset the media vault:

  1. Go to Settings → Applications → Application Management.
  2. Find the Media Storage app.
  3. Select "Storage» → «Clear the data».
  4. Confirm the action and restart the device.

After the reboot, MIUI will rebuild the media database (it can take up to 30 minutes), and the volume of the Other should decrease by 1-3 GB.

💡

If after resetting the media storage photos in the gallery are displayed incorrectly, open the Gallery app, go to Settings → Update media files and wait for the scan to be completed.

Method 5: Complete Fastboot reset (extreme case)

If previous methods didn’t help, and the Other partition takes up more than 10GB on a 64GB device, the file system is likely damaged, in which case only a full reset via Fastboot will help.

Instructions:

  1. Download the official firmware for your model from the Xiaomi Firmware website.
  2. Unpack the archive and place the file flash_all.bat to the Platform Tools folder.
  3. Turn off the phone and press Power + Volume down to log into Fastboot.
  4. Connect the device to the PC and start flash_all.bat.

If you install/remove applications frequently, reset media storage every six months (Method 4) to prevent the accumulation of garbage in the database.

FAQ: Frequent questions about MIUI's "Other" section

❓ Why does the volume of the “Other” not decrease after cleaning the cache?
This is because MIUI doesn't update the real-time space data, restart the device and wait 10-15 minutes for the volume to update. If there's no change, check the /data/log and /cache folders through ADB.
❓ Can you remove the "Other" completely?
No, this partition is necessary for the system to work, but it can be reduced to 1-3 GB using the methods described in this article, and completely removing it will lead to a system failure.
❓ Why Xiaomi already has a “Other” in size 2-3 GB?
These are standard system files (preloaded applications, Google Play Services cache, first-set logs) that cannot be deleted without root, but they do not interfere with the device.
❓ How to check which files are in the “Other»?
Use it. ADB-The command for folder analysis: adb shell du -sh /data/* | sort -rh | head -20 This team will show the top-20 file /data, For detailed analysis, use DiskUsage from Google Play (root required).
❓ Why After Updating MIUI «The other" has grown by 3GB?
It's related to the fact that MIUI saves the old firmware in the folder /data/ota_package It doesn't always remove it after installation. 2 cleaning.