The Other section in Xiaomi, Redmi or POCO smartphone storage is a real black hole for users. It can take up 5 to 30 GB of storage, but it doesn't show specific files that can be manually deleted. Why is this happening? The fact is that under this category hides the app cache, temporary system files, error logs, dalvik-cache data, and fragmented remnants of remote programs. MIUI (the Xiaomi shell) does not provide tools for detailed analysis of this section, which raises a lot of questions: can it be cleaned, will not harm the phone, and what files are safe to delete.
In this article, weβll look at all the ways to clean the Other, from standard MIUI features to hidden commands via ADB and third-party utilities, which files can be deleted without risk, and which ones canβt be touched, and weβll also explain why the Other is refilled over time and how to minimize this process. If your Xiaomi constantly shows βMemory is full,β but you donβt understand where the gigabytes went, this is the guide for you.
What is the βOtherβ section on Xiaomi and why it takes up so much space
On Xiaomi smartphones, the βOtherβ section in the storage menu (Settings β Memory) is a generalized category for files that the system cannot classify as photos, videos, audio or documents.
- ποΈ Application cache and systems are temporary files that are created to speed up programs, such as YouTube or Telegram caches that can weigh several gigabytes.
- π Logs and error dumps β files that the system records when crashes (/data/log, /data/anr). They are needed for diagnosis, but are rarely used by users.
- π§© Dalvik-cache files β optimized versions of applications for the Android virtual machine (/data/dalvik-cache). You can delete them, but they will recover the next application launch.
- π Remnants of Remote Applications β Incorrectly deleted programs leave folders in their wake /data/data or /data/app.
- π Hidden folders MIUI β for example, /MIUI/sspace (wallpaper data) or /MIUI/backup (backup).
The main problem is that MIUI does not show the detailed composition of the Other, and the standard cleaning through Settings β Memory β Clean only removes surface debris. Moreover, some files (such as dalvik-cache) are restored automatically after rebooting, which creates the illusion of useless cleaning.
According to tests on Xiaomi 12T and Redmi Note 11 Pro+, the βOtherβ partition can take up to 20-25% of the total memory, with 70% of them being cache and logs that can be safely deleted, but 30% are critical system files, deleting which will lead to failures.
π‘
Donβt try to delete the Other completely, it will cause the system to crash, but only clear the safe categories: cache, logs, and application residues.
Method 1: Standard cleaning through MIUI (the safest method)
Before you resort to radical measures, try the built-in MIUI tools. They will not delete all the Other, but will help you free up 1-5 GB of memory without risk.
- Hand-cleaning of garbage:
- Removal of the cache of individual applications:
This method will not delete hidden system files, but will help to get rid of unnecessary cache. for example, on the POCO X3 Pro, after such a cleanup, 2-3 GB of memory is released.
Clear the app cache|Remove unnecessary APK-file|Remove temporary download files|Clean the gallery basket-->
β οΈ Note: Do not use the Clear Data feature for system applications (e.g, MIUI System or Google Services Framework.This can cause errors in the smartphone.
Method 2: Cleaning with Safe Mode (to remove malicious files)
If the Other takes up more than 10 GB and the phone is slowing down, it may be viruses or malfunctioning apps that are to blame, in which case Safe Mode, which only runs system processes, will help.
How to start:
- π Press the power button until the off menu appears.
- π Press and hold βSwitch Offβ (or βResetβ on some models).
- β Confirm the transition to Safe Mode (at the bottom of the screen will appear the inscription).
In this mode:
- π‘οΈ Check if the size of the Other has decreased β if so, the problem is in third-party apps.
- π Remove suspicious programs through Settings β Annexes.
- π§Ή Repeat the deep memory cleanup (see Method 1).
On Redmi 9A, after removing the virus through Safe Mode, users freed up to 8GB of storage in the Other section.
How do I get out of Safe Mode?
Method 3: Using ADB for deep cleaning (for advanced users)
If standard methods donβt work, you can use Android Debug Bridge (ADB), a debugging tool that allows you to delete system files without root permissions, which requires caution, since the wrong commands can damage the system.
What you need:
- π₯οΈ Computer with installed ADB Tools.
- π± Included debugging by USB on Xiaomi (Settings) β The phone. β Version. MIUI β 7 times to tap β Return to the Extra β For developers β Debugging by USB).
- π USB-cable (preferably original).
Cleaning commands (enter cmd or terminal):
adb shell pm clear --user 0 com.miui.cleanmaster # Cleaning the built-in cleaner
adb shell rm -rf /data/local/tmp/* # Delete temporary files
adb shell rm -rf /data/log/* # Clearing Logs (Secure)
adb shell rm -rf /data/dalvik-cache/* # Cleanup dalvik-cache (restored automatically)Critically, do not delete files in /system, /vendor or /data/app folders without understanding the consequences.
| ADB Team Team | What's removed | Safe? |
|---|---|---|
| rm -rf /data/log/* | Logs and error dumps | β Yes. |
| rm -rf /data/local/tmp/* | Temporary files | β Yes. |
| pm clear --user 0 [package] | Cache and application-specific data | β Yes (but the settings will reset) |
| rm -rf /data/dalvik-cache/* | Cash Dalvik (to be restored) | β οΈ Yeah, but the phone will brake until it reboots. |
| rm -rf /data/app/* | All user applications | β No (remove all programs) |
β οΈ Warning: If the phone stops turning on after the commands are executed, try to go to Recovery Mode (power button) + Volume up) and select Wipe Cache Partition. This often solves problems after improper cleaning.
Method 4: Third-Party Applications for Analysis of the βOtherβ
If you don't want to work with ADB, you can use third-party fileymi managers that show hidden folders.
- π Files by Google is a simple garbage cleaner that shows large files, but not all hidden folders.
Example of working with SD Maid:
- π₯ Install the app from Google Play.
- π Run scanning (CorpseFinder for application residues, SystemCleaner for logs).
- ποΈ Delete the files found (do not touch the system folders!).
On the Xiaomi Mi 11, after scanning SD Maid, users found up to 4 GB of garbage in /data/log and /data/tombstones folders (error dumps).
π‘
Before using SD Maid or similar utilities, back up important data. Some applications may delete files necessary for programs to run.
Why the Other is Filling Again and How to Prevent It
Even after cleaning it completely, the Other section grows again over time.
- π± App cache β Facebook, Instagram and instant messengers are constantly creating new temporary files.
- π€ Background processes MIUI β The system keeps logs for diagnosis, even if you don't use them.
- ποΈ Remains of updates - after update MIUI The old files remain in the /cache.
- π¦ Auto-Save Media β Some apps (like WhatsApp) save photos and videos to hidden folders.
How to slow down the growth of the Other:
- π Turn off auto-update apps on Google Play.
- π΅ Limit background activity for unnecessary programs (Settings) β Battery β Optimizing the battery).
- ποΈ Move heavy applications to SD-card (if supported).
- π§Ή Clean the cache regularly (once in a row) 1-2 weekdays).
On POCO F3, after disabling auto updates and limiting the application background, the growth of the Other slowed from 500 MB per week to 100-150 MB.
What to do if nothing helps: extreme measures
If the βOtherβ takes more than 15 GB and the standard methods do not work, radical ways remain:
- π Reset to factory settings (Settings) β The phone. β Resetting! Deletes everything, including photos and apps, but returns the phone to a "clean" state.
- π₯ Fastboot flashing β if the smartphone is slowing down due to corrupted system files. Requires a computer and knowledge of Fastboot commands.
- π οΈ Getting root-rights β gives full access to system folders, but deprives of guarantees and can disrupt the work MIUI.
Warning: Resetting settings will remove:
- πΈ All photos and videos (unless saved to the cloud).
- π± Installed applications and their data.
- π Passwords from Wi-Fi and accounts.
On Xiaomi Redmi Note 10 Pro after the reset, the βOtherβ section was reduced from 22 GB to 3-4 GB.
π‘
Resetting is the last option. Before you do that, be sure to save the data to the Mi Cloud or your computer.