The โOtherโ section in Xiaomi, Redmi or POCO is a real black hole for free space, it can take anywhere from 5 to 30 GB, but the system does not show which files are stored there. Users often face a situation where memory is running out, and in the โOtherโ section there are tens of gigabytes of unknown data. Why is this happening?
The fact is that MIUI defines โOtherโ as app cache, temporary files, remnants of deleted programs, system logs, Dalvik/ART data, and even update fragments. Unlike visible folders (photos, videos, music), these files do not have a clear structure and are often duplicated. For example, after updating MIUI, old versions of app stores can remain in memory like garbage, and the messenger cache (for example, Telegram or WhatsApp) grows to giant sizes. In this article, we will discuss how to safely clean โOtherโ on Xiaomi without breaking the system and losing important data.
What is the Other in Xiaomiโs Memory and Why Does It Take So Much Space?
In MIUI (and its Redmi/POCO versions), the Others section is a collection category for files that donโt fall into the standard folders (Images, Videos, Audio, etc.).
- ๐๏ธ Application cache โ temporary files that create programs to speed up work (for example, YouTube cache, TikTok or games).
- ๐ฆ Remnants of remote applications are not completely erased data from apps that you have long uninstalled.
- ๐ Update files - packages OTA-update MIUI, which remain after installation.
- ๐ System logs โ error logs, crash reports, and diagnostic information (e.g. files) /data/log).
- ๐ค Dalvik/ART-cache โ optimized data to speed up application launch (located in /data/dalvik-cache).
The main problem is that MIUI doesn't provide tools to analyze this partition in detail, like in Samsung or Google Pixel, you can see which apps occupy the most cache space, and here it is only the total volume, and in fact, some files in the "Proch" are locked to the user and not deleted by standard means.
In our experience, the most garbage accumulates in users who:
- ๐ฑ Frequently install/delete apps (especially games).
- ๐น Actively use messengers and social networks (Telegram, VK, Instagram).
- ๐ Updated regularly MIUI through OTA.
- ๐ฎ They use emulators (PPSSPP, Dolphin) or modified appas.
Method 1: Clear cache of all applications (without root)
The easiest and safest method is mass cache cleaning. It doesn't require superuser rights and is suitable for all models, including the Xiaomi 13, Redmi Note 12 and POCO X5. Cache are temporary files that apps create to speed up work. Deleting them won't hurt data, but can slow down the first start of app's after cleaning.
Instructions:
- Open Settings โ Applications โ Application Management.
- Click on the three dots in the top right corner and select "Sort by size."
- In the list, find applications with a large cache (usually Telegram, Google Play Services, MIUI System, games).
- Put it on the app โ Warehouse โ Clean the cache.
To speed up the process, you can use mass cleaning:
- Go to Settings โ Memory โ Cleanup.
- Click Deep Clean โ select โCashโ.
- Confirm the action (the system will show how much space will be vacated).
โ๏ธ Preparation for cache cleaning
โ ๏ธ Warning: Don't confuse Clear cache and Clear data! The second action will delete all settings and application files (e.g. WhatsApp chats or saves in games).
๐ก
Cleaning the cache is the safest way to release 1-5 GB in the Other section. Repeat the procedure every 1-2 weeks to maintain performance.
Method 2: Remove Remnants of Remote Applications
When you uninstall an app through Settings or Google Play, MIUI doesnโt always delete all the files associated with it.
- ๐ Folders in /Android/data and /Android/obb (particularly).
- ๐ง Settings and cache in /data/data (requires root to be completely cleaned).
- ๐ Temporary files in /sdcard/.thumbnails (picture-size).
To remove these residues:
- Install a file manager with support for hidden folders (such as Solid Explorer or FX File Explorer).
- Go to /storage/emulated/0/Android and delete the data and obb folders for unnecessary applications.
- Check the /sdcard/.thumbnails folder โ it can be completely cleaned (this is the thumbnail cache).
For advanced users:
adb shell pm list packages -uThis command will show you a list of apps with the -u flag (remote but with data leftovers) and use:
adb shell pm clear --user 0 com.example.app(Replace com.example.app with the app ID from the list).
How to find the application ID?
โ ๏ธ Attention: Removal of folders in /Android/obb This can cause game crashes if they use additional files (such as Genshin Impact or Call of Duty Mobile.
Method 3: Cleanup Dalvik/ART-cache and temporary files MIUI
System system MIUI use Dalvik/ART-cache to speed up application launches. These files are stored in /data/dalvik-cache and can borrow from 500 MB to 2 Cleaning this cache will not damage the system, but after the restart, the smartphone will work slower first. 5โ10 minutes (until the cache recovers).
How to clean:
- Install SD Maid (root required) or use ADB.
- In SD Maid, go to SystemCleaner โ Dalvik Cache โ press Run.
- After cleaning, be sure to restart the device.
Without root, you can use ADB:
adb shell
su
rm -rf /data/dalvik-cache/*
rebootIt is also useful to clear temporary MIUI files:
- ๐ /data/local/tmp โ time-file.
- ๐ /cache โ recovery and update cache.
To do this, do the following in ADB:
adb shell
su
rm -rf /data/local/tmp/*
rm -rf /cache/*
reboot๐ก
If the smartphone takes longer to load after cleaning the Dalvik cache (more than 5 minutes), donโt panic โ thatโs okay. wait for the full load, even if the screen is black.
Method 4: Delete logs and debugging files
MIUI actively maintains system logs that help diagnose crashes, but take up a lot of space.
- ๐ /data/log โ basic.
- ๐ /data/anr โ app-hang reports (ANR).
- ๐ /data/tombstones โ dams.
To remove them:
- Connect your smartphone to your PC and use ADB:
adb shell
su
rm -rf /data/log/*
rm -rf /data/anr/*
rm -rf /data/tombstones/*
rebootIf you donโt have root, you can try clearing logs through Restore mode:
- Turn off the phone.
- Press Power + Volume up to enter Recovery.
- Choose Advanced โ Wipe Dalvik/ART Cache.
- Reset the device.
โ ๏ธ Attention: Deleting logs can make it harder to diagnose problems if you go to Xiaomi's service center.If you plan warranty repairs, it's best to leave them intact.
Method 5: Reset to factory settings (last resort)
If all previous methods failed, and the Others section is still 10+GB, it's a radical method that will delete all data, including apps, photos and settings. Use it only if:
- ๐ The smartphone is slowing down a lot.
- ๐ Free space is critically small (less than 1 GB).
- ๐ง Other methods have failed to produce results.
Instructions:
- Make a backup copy of important data (photos, contacts, messages).
- Go to Settings โ About the phone โ Reset settings.
- Choose to erase all data and confirm.
- After resetting, set up the phone as new.
To minimize waste after discharge:
- ๐ซ Do not restore data from backup MIUI โ It may contain old temporary files.
- ๐ฅ Install only the necessary applications.
- ๐ Clean the cache regularly (once a week).
๐ก
Factory reset is the only way to completely clean up Other if it takes up more than 15-20% of total memory.
Table: What can and can not be removed in the โOtherโ
| Type of file | Can I remove it? | How to clean up | Risks. |
|---|---|---|---|
| Application cache | โ Yes. | Through Settings โ Applications or Memory โ Cleanup | Slowing down the first launch of appas |
| Remnants of Remote Applications (/Android/data) | โ Yes. | Through a file manager or ADB | Gaming failures if you delete current files |
| Dalvik/ART-cash | โ Yes (with reboot) | ADB or SD Maid (root) | Long loading after cleaning |
| Logs of the system (/data/log) | โ Yes. | ADB or Recovery | Difficulty diagnosing failures |
| Update files (/cache) | โ Yes. | ADB or manually through Recovery | Reloading updates |
How to Prevent the Spread of โOtherโ in the Future
To the โOtherโ section does not take up gigabytes of memory, follow these recommendations:
- ๐ต Limit the background activity of applications: go to Settings โ Battery โ Manage power consumption and disable autostart for unnecessary appreciators.
- ๐ Clean the cache regularly: use the built-in Memory utility โ Cleaning once a week.
- ๐ซ Avoid Play Market cleaners: Most of them are useless or even harmful (e.g. Clean Master).
- ๐ฅ Delete. APK After installation: installer files remain in the folder /Download take up space.
- ๐ง Turn off automatic download of media in instant messengers: in Telegram and WhatsApp, configure download only over Wi-Fi or manually.
For users with root rights, it is useful to establish:
- ๐ ๏ธ SD Maid โ for automatic garbage cleaning.
- ๐ DiskUsage โ to visualize the occupied place.
- ๐ Root Explorer โ for manual removal of system files.
If you don't want to get root, use ADB for periodic cleanup, for example, this script deletes the main temporary files:
adb shell
su
rm -rf /data/local/tmp/*
rm -rf /cache/*
rm -rf /data/log/*
reboot