How to delete files โ€œOtherโ€ on Xiaomi smartphone: the complete guide

Xiaomi smartphone owners are eventually confronted with the mysterious โ€œOtherโ€ category in the storage section, which takes up gigabytes of memory but has no explicit description โ€” no photos, no apps, no cache. Why is the system hiding their contents? Can they be deleted without risking the phone?

In this article, weโ€™ll look at whatโ€™s hidden under the โ€œOtherโ€ label on Redmi, POCO, and Mi devices, which files are safe to delete and which ones not to touch. Youโ€™ll learn about built-in cleaning tools, hidden folders, and even manual methods for power users. Following our recommendations, youโ€™ll free up to 30% of memory without resetting to factory settings.

Important: the cleaning procedure depends on the version of the MIUI shell (from MIUI 12 to MIUI 14) and the smartphone model, we took into account the features of the latest firmware and popular devices, from the Redmi Note 10 to the Xiaomi 13 Ultra.

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

MIUIโ€™s Other category is a container for files that the system cannot uniquely categorize as standard (photos, videos, apps).

  • ๐Ÿ“ System Logs and Dumps โ€“ Debugging files created when crashes (.log,.dmp).
  • ๐Ÿ”„ Temporary application files that have not been deleted correctly.
  • ๐Ÿ“ฑ Remnants of Remote Applications โ€“ Folders with Settings and Cache (/data/data/).
  • ๐Ÿ” Encrypted data (e.g. from Mi Cloud or Google Drive).
  • ๐ŸŽฎ Game files saved in non-standard folders (e.g, Android/obb non-specific APK).

On devices with MIUI 13+, the Otherโ€™s share often exceeds 10-15 GB due to aggressive shell caching. For example, the Redmi Note 12 Pro+ can accumulate up to 8 GB of logs in six months of use, if Auto Report is not disabled.

According to Xiaomi Community, 60% of the cases are caused by the following:

Reason.Average volume (GB)Can I remove it?
Logs of system and applications3โ€“7Yes (partially)
Remains of deleted APKs1โ€“3Yes.
Cash MIUI and Google Services2โ€“5Yes (with caution)
Update Files (OTA)0.5โ€“2Yes.
Encrypted Mi Account data0.1โ€“1No.

Critical information: on devices with MIUI 14 and later, some of the Other files may belong to the Memory Extension function, and deleting them will lead to multitasking errors.

๐Ÿ“Š How often do you clear your memory on Xiaomi?
Once a week.
Once a month
Only when the place ends.
Never.

Official ways to clean the Other through MIUI settings

Start with built-in tools, they are secure and do not require root rights. In MIUI 12-14, the cleaning algorithm is the same, but the layout of menu items may differ.

Method 1: Cleaning through the "Storage"

  1. Open the Settings โ†’ Storage.
  2. Tap on the โ€œOtherโ€ category (may be called โ€œOther Filesโ€).
  3. The system scans the memory and suggests removing it: ๐Ÿ—‘๏ธ Unnecessary APK (installer-leave). ๐Ÿ“„ Uploaded files from the browser. ๐Ÿ”„ Temporary application files.

Clean up

๐Ÿ”น Method limitation: This method only removes surface debris. Deep system files remain intact.

Method 2: Using Security App (Security App)

The Security app (shield icon) has advanced cleaning options:

  1. Launch Security โ†’ Cleanup.
  2. Choose Deep Clean (Deep Clean)
  3. Wait for the analysis and delete: ๐Ÿ“ Residual Files (Residual Files). ๐Ÿ”„ Cash of system applications. ๐Ÿ“ฅ Unused downloads.

โš ๏ธ Note: Do not delete files from System Data โ€“ this may disrupt the work MIUI.

Make a backup copy of important data

Close all applications

Connect the charger (the process can take 10-15 minutes)

Check the vacant space (should be at least 1 GB)-->

Manual cleaning: which folders can be manually removed

For experienced users, a method of manual cleaning through File Manager or ADB is available. This method is risky - improper actions can lead to failures.

Safe to remove folders

Use the built-in File Explorer or Solid Explorer (requires root for some folders):

  • ๐Ÿ—ƒ๏ธ /storage/emulated/0/Download โ€” download from the browser (check the content before deleting!).
  • ๐Ÿ—ƒ๏ธ /storage/emulated/0/DCIM/.thumbnails โ€” Photo and video miniatures (automatically restored).
  • ๐Ÿ—ƒ๏ธ /storage/emulated/0/Android/data/ โ€” cache of games and applications (remove folders of remote programs).
  • ๐Ÿ—ƒ๏ธ /storage/emulated/0/MIUI/debug_log/ โ€” Logic debugging (can be removed completely).

๐Ÿ”น Tip: Folders with names starting on com. (e.g. com.xiaomi.) belong to system applications. Their cache can be cleared, but the folders themselves cannot be deleted.

Dangerous folders, don't touch them!

โš ๏ธ Note: Deleting files from the following directories will result in loss of functionality or device blink: /data/dalvik-cache/ โ€” cache of the Android virtual machine. /system/ โ€” firmware. /vendor/ โ€” kernel drivers and modules. /data/system/ โ€” user settings and applications.

What to do if you accidentally delete an important file?
If after deleting files, the phone started to slow down or give errors, try: 1. Reboot the device (sometimes the system restores critical files automatically). 2. Reset the settings of a particular application through Settings โ†’ Applications. 3. In extreme cases, perform a factory reset (loss of data!).

Cleaning through ADB: for advanced users

If standard methods donโ€™t work and manual cleaning is too risky, use ADB (Android Debug Bridge), which allows you to delete hidden files without root rights.

Preparation for working with ADB

  1. Download Platform Tools from the Android Developers website.
  2. Turn on USB Debugging on your phone: Settings โ†’ About Phone โ†’ MIUI Version (Tap 7 times) Settings โ†’ Additional โ†’ For Developers โ†’ Debugging on USB
  3. Connect your phone to your PC and confirm your trust in your computer.

Teams to clean up "The Other"

Open the command line in the adb folder and do:

  1. View the list of large files (over 100 MB): adb shell "su -c 'find /storage/emulated/0/ -type f -size +100M -exec ls -lh {} \;"
  2. Deletion of dens MIUI: adb shell "rm -rf /storage/emulated/0/MIUI/debug_log/*"
  3. Cache Clearing Google Play Services: adb shell pm clear com.google.android.gms

๐Ÿ”น Important: Su commands require root rights. Without them, only use pm clear commands.

๐Ÿ’ก

Before executing ADB commands, create a restore point in TWRP (if installed) to revert the changes to the error.

Apps to clean up the โ€œOtherโ€: what works for Xiaomi

Third-party utilities can automate the process, but many of them are ineffective on MIUI because of shell limitations. We tested 10 applications -- only 3 showed real results.

AnnexEfficiencySecurityRequires root.
SD MaidโญโญโญโญTall.No (partially)
Files by GoogleโญโญโญMediumNo.
CCleanerโญโญLow (advertising)No.

How to use SD Maid on Xiaomi

  1. Download SD Maid from Google Play.
  2. Run the analysis in the CorpseFinder section (search for remnants of remote applications).
  3. Remove files from categories: ๐Ÿงน Orphan files (Orphaned files). ๐Ÿ—‘๏ธ Unnecessary APK (Leftovers). ๐Ÿ“ Empty folders (Empty folders).

โš ๏ธ Note: Do not use the SystemCleaner function in SD Maid without root โ€“ it can delete important files MIUI.

๐Ÿ’ก

It is best to combine the built-in MIUI tools with manual cleaning through the file manager. Third-party applications help, but do not replace, full cleaning.

How to Prevent the Accumulation of the Other in the Future

To prevent the Other category from growing again, set up MIUI according to these rules:

  • ๐Ÿ”„ Turn off automatic reporting: Settings โ†’ Memory. โ†’ Three points (โ‹ฎ) โ†’ Auto-reporting errors
  • ๐Ÿ“ Limit the cache for apps: Settings โ†’ Annexes โ†’ Application management โ†’ Select the application โ†’ Warehouse โ†’ Limit the cache
  • ๐Ÿ”„ Set up automatic cleaning: Settings โ†’ Battery and productivity โ†’ Cleaning up memory โ†’ Autocleaning (weekly)
  • ๐Ÿ“ฑ Remove unnecessary system applications (requires) ADB): adb shell pm uninstall --user 0 com.miui.analytics

๐Ÿ”น Gamers Advice: Games like Genshin Impact or Call of Duty Mobile create large files in the game /Android/obb/. After removing the game, clean this folder manually โ€” MIUI It doesnโ€™t always do it automatically.

Frequent Mistakes and How to Avoid Them

Many Xiaomi users make critical mistakes when cleaning the Other, which leads to failures.

Error 1: Delete files /data/app/

๐Ÿšซ What happened: User manually erased folders from /data/app/, Thinking it's cache, it's actually where the installed applications are stored.

โœ… Decision:

  1. Reinstall remote apps via Google Play.
  2. If the phone is not turned on, reset via Fastboot: fastboot erase userdata fastboot reboot.

Error 2: Cleaning Dalvik-cache without root

๐Ÿšซ What happened: Attempting to remove /data/dalvik-cache/ through the file manager led to the download cycle.

โœ… Decision:

  1. Download to Recovery Mode (Press Power + Vol Up).
  2. Select the Wipe Dalvik Cache.
  3. Reset the device.

๐Ÿ’ก

Never delete files with.odex,.vdex, or.oat extensions, which are critical for applications to work.

FAQ: Answers to Frequent Questions

Can I remove the โ€œOtherโ€ completely to free up all 20 GB?
No, you can't completely delete The Other, because some of the files are owned by the system and are necessary for the system to work, and it's possible to actually free up 50-70% of the amount of space you're using (e.g., 20 GB to 6-10 GB).
Why does the โ€œOtherโ€ reappear after a week?
This is normal MIUI behavior. The shell actively caches data to speed up work. To slow the growth of the Other: Turn off Auto-Optimization in the battery settings. Limit the background activity of applications.
Is it safe to use CCleaner on Xiaomi?
CCleaner is not optimized for MIUI and can delete important shell files.It is better to use built-in tools or SD Maid (in mode for power users).
How to Clean โ€œOtherโ€ on Xiaomi without Root?
No root rights available: Built-in cleaning through Settings โ†’ Storage. Security App. ADB commands to remove cache. Manual cleaning of folders /Download/, /DCIM/.thumbnails/. Root is only needed to delete deep system files (not recommended).
Why is the Xiaomi 13 Pro โ€œOtherโ€ 30 GB, and the Redmi Note 10 โ€“ only 5 GB?
The difference is due to: MIUI version: flagships (e.g. Xiaomi 13 Pro) use MIUI 14 with extended telemetry. RAM: Devices with 12+ GB of RAM are more active in cacheing data. Memory Extension: Part of the Other can be reserved for virtual memory.