The Other folder on Xiaomi Redmi smartphones is one of the most mysterious and annoying features of MIUI firmware, which can take up from 500 MB to 10+ GB of memory, and the system does not give a clear explanation of what is stored inside. Users often face a situation where free space is melting in front of their eyes, and memory analysis shows that this folder is to blame. What is the catch?
In fact, the Other is a hoard of cache applications, temporary files, remnants of deleted programs, system logs, and even MIUI update fragments. Unlike Downloads or DCIM folders, its contents are not designed for manual control. But that doesn't mean that cleaning is impossible. In this article, we will discuss 5 proven ways to reduce the size of the Other folder on Redmi root without rights and the risk of damaging the system, including hidden MIUI functions and third-party tools.
It is important to understand that not all contents of the folder can be deleted without consequences. For example, cache of some system applications (com.miui.home, com.android.systemui) when cleaned can lead to short-term interface lags, but if you follow our recommendations, you can free up 2-5 GB of memory in 10-15 minutes.
What is the โOtherโ folder on Xiaomi Redmi and why is it growing?
In MIUI firmware, the Other folder** is a container for files that the system cannot categorize as standard (Images, Videos, Audio, etc.) that fall into:
- ๐๏ธ App cache โ temporary data that programs save to speed up work (for example, thumbnails of YouTube videos or cache maps in Google Maps).
- ๐ System logs are files with information about errors, reboots and operation of the Android kernel, and many of them accumulate after updates. MIUI.
The problem is that MIUI doesn't provide built-in tools to deep-clean this folder, and even the Cleanup feature in the settings only removes the tip of the iceberg, which is surface debris, but the deep cache and system logs remain intact, gradually inflating the folder to critical sizes.
The growth rate of the โOtherโ folder** depends on several factors:
- ๐ฑ Smartphone model: on the Redmi Note 12 or POCO X5 s MIUI 14 litter accumulates more than on old Redmi 9s due to active use of cache for animations.
- ๐ฎ Games and heavy apps: Genshin Impact, PUBG Mobile or TikTok can leave behind gigabytes of temporary files.
- ๐ Update frequency: if you install beta versions regularly MIUI, The system saves old firmware files "just in caseยป.
Method 1: Cleaning the application cache through MIUI settings
The safest and most obvious method is to manually clean the cache for each application, which requires no root rights and is suitable even for beginners, but it has a downside: you have to repeat the process for dozens of programs.
How to clear the cache:
- Open Settings โ Applications โ Application Management.
- Slip on the three dots in the upper right corner and select Sort by size.
- Click on an app with a large cache (like Facebook, Telegram, or Google Play Services).
- Select Warehouse. โ Clear the cache.
Pay special attention to these applications โ they often accumulate garbage:
- ๐ฑ Google Play Services โ can take up to 1-2 GB of cache.
- ๐ฌ Telegram โ Stores media files in cache even after viewing them.
- ๐ต Spotify/YouTube Music โ caching songs for offline listening.
- ๐บ๏ธ Google Maps/Yandex.Maps โ save maps and routes.
Google Play Services|Telegram|Facebook/Instagram|YouTube|Google Chrome|MIUI System Apps (Subject, Security)-->
โ ๏ธ Note: Do not clear data (Clear data) for system applications (com.miui.home, com.android.settings) โ this can reset launcher or Wi-Fi settings.
If you want to automate the process, use the built-in Cleanup function:
- Go to Settings โ Cleaning.
- Press Deep Clean and wait for analysis.
- Select App Cache and Garbage Files, then tap Clean.
This method will remove 500MB-1.5GB of debris, but will not affect deep system files.
Method 2: Delete temporary files via Recovery Mode
If standard cleaning didnโt work, try removing Dalvik-cache and residual update files via Recovery Mode.This method doesnโt require root rights, but resets application optimization (after the reboot, the system will restore the cache, but it will be โcleanโ).
Instructions:
- Turn off your smartphone.
- Press the Power button + Volume up until the MI logo appears.
- From the Recovery menu, select Wipe & Reset โ Wipe Cache (use volume buttons for navigation, power button for selection).
- Confirm the action and wait for the completion.
- Reboot the device (Reboot โ System)
What removes this method:
| Type of file | Size (approximately) | Is it re-established after rebooting? |
|---|---|---|
| Dalvik-cache | 300-800 MB | Yes (the system reassembles the first time you run applications) |
| Remains of MIUI updates | 100-500 MB | No. |
| Logs of the system (last_kmsg, dmesg) | 50โ200 MB | No. |
| Temporary Installator Files (APK) | 50โ300 MB | No. |
โ ๏ธ Note: Do not choose Wipe Data in Recovery โ this will lead to a complete reset of the smartphone before the factory settings!
After cleaning through Recovery, the first launch of the smartphone can take 5-10 minutes, which is normal, since the system restores the cache of applications, but you will free up to 1-2 GB of memory.
๐ก
If after cleaning through Recovery, the smartphone began to slow down, restart it again - this will help the system optimize the applications again.
Method 3: Using ADB for deep cleaning (no root)
For advanced users who are ready to work with the command line, there is a way to remove garbage through ADB (Android Debug Bridge), which will allow you to clean files that are not available through the standard MIUI interface.
What you need:
- ๐ฅ๏ธ A computer with installed Xiaomi drivers and ADB.
- ๐ฑ Included debugging by USB on a smartphone (Settings) โ The phone. โ Version. MIUI (tap 7 times) โ Additionally. โ For developers โ Debugging by USB).
- ๐ USB-cable (preferably original).
Step-by-step:
- Connect your smartphone to your PC and confirm the debugging permission.
- Open the command line (Win + R โ cmd) and type:
adb shell
pm clear com.miui.cleanmaster #Cache cleaning standard cleaner
rm -rf /data/local/tmp/* # Delete temporary files
rm -rf /cache/* # Cleaning up the cache folder (not to be confused with Dalvik-cache!)To remove the system logs, do:
adb shell su -c "logcat -c" # Log cleanup (requires root, but sometimes works without it)
adb shell rm -rf /data/log/*These commands delete:
- ๐๏ธ Temporary files from /data/local/tmp (Remains of installers, update cache).
- ๐ Logs of the system that take up to 500 MB.
- ๐งน Standard cleaner cache MIUI, Which by itself can weigh 100-300 MB.
โ ๏ธ Attention: Command rm -rf without root, only delete files that the user has access to. /system or /vendor โ It's going to crash the system!
If after completing the commands, free space is not added, check the folder size. /data/log through a root file manager (such as Root Explorer), sometimes logs take up gigabytes due to errors in the work. MIUI.
Method 4: Third-party cleaning applications (with caution!)
There are hundreds of apps on Google Play that promise to clear the Other folder in one click, but most of them are either useless or dangerous. We tested the top solutions and selected the ones that actually work on MIUI 13/14.
The best cleaning applications:
| Annex | What cleanses | Cons |
|---|---|---|
| Files by Google | Cache, duplicates, large files | Does not delete system logs |
| SD Maid (requires root) | Dalvik-cache, residual files, empty folders | Paid version for full functionality |
| CCleaner | Cash, history, temporary files | Aggressive advertising, sometimes removing the necessary data |
| Xiaomi ADB/Fastboot Tools (PC) | Deep cleaning through ADB | Requires a connection to a computer |
How to use SD Maid (the most effective option):
- Install the app and provide root access (if any).
- Launch CorpseFinder โ this tool will find the residual files of remote applications.
- Go to SystemCleaner and select Dalvik-cache and Empty Folders cleanup.
- Press Run and wait until it is completed.
Without root SD, Maid will only clean up surface debris, but even that is enough to free up 1-2 GB. With root access, you can delete up to 5 GB of unnecessary files.