Xiaomi's Other folder is one of the most puzzling and annoying features of MIUI, which can take anywhere from a few hundred megabytes to tens of gigabytes, and it doesn't give a clear explanation of what's stored there. Users often find themselves running out of space on a device and that folder is the fault of the memory analysis, but why does it appear and can it be safely deleted?
Unlike standard categories like Photos, Videos or Apps, the content of Other includes system process cache, temporary update files, remnants of deleted apps, and even data from Google Play Services. Xiaomi doesnβt provide built-in tools to clean it completely, but there are several working methods β from manually cleaning through Files to using ADB and hidden MIUI features. Itβs important to understand that not everything from this folder can be removed without risking system stability. In this article, weβll understand which files are safe to clean and which ones are not to touch.
What is the βOtherβ folder and why is it growing?
The Other folder is a container for all files that MIUI cannot categorize as standard.
- π Cache of system applications (e.g. com.miui.home or com.android.systemui)
- π Temporary update files (firmware residues, packages) OTA)
- ποΈ Remains of remote programs (incomplete uninstallation through the MIUI)
- π Encrypted data (e.g. from Google Play Protect or Mi Cloud)
- π Logs and dumps of the system (created in case of failures or diagnosis)
The main reason for folder sprawl is the inefficient cache cleaning mechanism in MIUI. For example, after updating the firmware, temporary files often remain in the system, although they must be deleted automatically. Apps that are not optimized for Xiaomi are also to blame: they can create redundant logs or not clean their cache correctly. This is especially noticeable on devices with MIUI 12-14, where background optimization works worse than in earlier versions.
Interesting fact: on some models (e.g. Redmi Note 10 Pro or POCO X3 Pro), the Other folder can take up to 15-20 GB after a year of use, due to the features of Dynamic RAM Expansion and MIUI background processes that actively caches data.
Method 1: Cleaning through the built-in MIUI storage
The easiest and safest method is to use built-in memory analysis, which won't delete all the contents of the folder, but will help get rid of unnecessary cache and temporary files.
- Open the Settings β Storage.
- Click on βCleanβ** at the top of the screen (near the memory usage schedule).
- Select the category "Other" and wait for the analysis.
- Check all items except βSystem Dataβ** (deletion may cause failures).
- Click βClearβ and confirm the action.
This method will remove:
- π§Ή Cache of user and system applications (except critical ones)
- π₯ Downloaded files from browsers and messengers (unless they were transferred to other folders)
- ποΈ Temporary installer files APK
β οΈ Note: Do not delete the category "System Data"** through this section! MIUI Launcher or loss of Mi Account data.
βοΈ What can be safely removed through storage MIUI
Method 2: Manual removal through the Files app
Files by Google, or Files by Google, can manually find and delete some of the contents of the Other folder, a method that requires caution but allows more data to be cleared than standard analysis.
- Open the Files app** (the folder icon on the desktop).
- Go to the Category section β Other.
- Sort files by size (click on three dots in the upper right corner β Sort by β Size).
- Delete large files with extensions:.tmp β temporary files.log β logs of the.apk system β remnants of.bak installers β backups
- Do not touch files with the names: com.xiaomi.* β MIUI android.sec.* β encrypted data
Pay special attention to the folders:
- π /storage/emulated/0/Android/data β This is where the application data is stored. You can delete the remote folders.
- π /storage/emulated/0/Download β Often unnecessary files are collected here.
- π /storage/emulated/0/MIUI/backup β backup MIUI, which can be removed if they are old.
π‘
Before you manually delete files, back up important data, such as copying the DCIM folder to your computer or the cloud.
Method 3: Using ADB for deep cleaning
If the first two methods didnβt work, you can use Android Debug Bridge (ADB), a tool for advanced users, which allows you to delete the system cache and unnecessary files that are not available through the standard interface.
This will require:
- π₯οΈ Computer with installed ADB-driver
- π± Included debugging by USB on a smartphone (Settings) β The phone. β Version. MIUI β Press 7 times, then return to Settings β Additionally. β For developers β Debugging by USB)
- π USB-cable (preferably original)
Instructions:
- Connect your smartphone to your computer and confirm the debugging permission.
- Open the command line (Windows) or terminal (macOS/Linux) in the adb folder.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Delete the cache of all applications (safe): adb shell pm trim-caches -f 1000
- Clear the cache of system applications (caution!): adb shell pm clear com.miui.home adb shell pm clear com.android.systemui
- Delete temporary update files (if any): adb shell rm -rf /data/local/tmp/* adb shell rm -rf /cache/*
β οΈ Note: pm clear commands for system applications (com.miui., com.android.) can reset the launcher or interface settings.
| ADB Team Team | What's removed | Risk to the system |
|---|---|---|
| pm trim-caches -f 1000 | Cache of all user applications | Low. |
| pm clear com.miui.home | Cash and MIUI launcher data | Medium (resetting wallpaper and widgets) |
| rm -rf /cache/* | Temporary files from /cache | Low (restored when rebooted) |
| rm -rf /data/local/tmp/* | Temporary Update and Installer Files | Low. |
π‘
ADB It allows you to delete files that are not available through the standard interface, but requires accuracy. -rf /data/ rm -rf /system/ β This will cause the device to break down!
Method 4: Resetting cache via Recovery Mode
If the Other folder* is more than 5GB and is not cleared by other methods, you can try resetting the cache through Recovery Mode, which will not delete your data, but will clear the system cache, which can take up a significant amount of space.
- Turn off your smartphone.
- Press the Power + Volume buttons up until the Mi logo appears.
- In the Recovery menu, select the language (if required).
- Go to Wipe & Reset β Wipe Cache.
- Confirm the action and wait for the completion.
- Reboot the device (Reboot β System)
This method removes:
- ποΈ Cache of all applications (including system)
- π Temporary update files MIUI
- π System logs and memory dumps
After a reboot, the system can run slower for the first 10-15 minutes β this is normal as the cache is rebuilt.
β οΈ Warning: Don't confuse Wipe Cache with Wipe Data! The second option (reset to factory settings) will delete all your data, including photos and apps.
What if the βOtherβ folder grew again after resetting the cache?
Method 5: Remove via Root Access (for experienced)
If none of the previous methods worked, and the Other folder takes up a critically large amount of space (e.g. 10+GB), you can try removing its contents via Root access, which is an extreme measure, since it requires unlocking the bootloader and installing Magisk, which deprives you of warranty and increases the risk of device failure.
This will require:
- π Unlocked bootloader (official instructions Xiaomi)
- π± Installed by Magisk (for Root Rights Management)
- π οΈ Root-access file manager (e.g., Root Explorer or Solid Explorer)
Instructions:
- Open a file manager with Root rights.
- Go to /data and find folders: /data/log β system logs /data/local/tmp β temporary files /data/dalvik-cache β Dalvik cache (remove only if you are sure!)
Delete the contents of these folders, but not the folders themselves!
Reset the device.
Warnings:
- π¨ Deletion of files from /data/dalvik-cache This can lead to a long reset (up to the end). 10 minute).
- π¨ Don't touch the folders. /data/data β This is the user data of the applications.
- π¨ After cleaning. /data/log Some system features (such as Mi Cloud) may temporarily not work.
π‘
If you are not sure about your actions, make a full backup via TWRP or OrangeFox Recovery before deleting files via Root.
How to prevent the βOtherβ folder from growing again?
To prevent the Other folder from taking up gigabytes of memory again, follow these recommendations:
- π Clean the cache regularly through Settings β Warehouse β Clean (once in) 1-2 weekdays).
- π΅ Turn off automatic update downloads in Settings β The phone. β Updating the system β Settings (βοΈ) β Auto-downloading updates.
- ποΈ Use alternative launchers (like Nova Launcher or Lawnchair) that donβt create excess cache.
- π« Remove unused applications through Settings β Apps, not just from the desktop.
- π Turn off background activity for unnecessary programs in Settings β Battery β Choice of applications.
Alternative firmware is also worth looking at: Xiaomi.eu or Pixel Experience, for example, are optimized better than standard MIUI and do not suffer from the problem of proliferation of the Other folder**.
If you install and delete applications frequently, use SD Maid or Files by Google to automatically clean up residues, which can find and delete unnecessary files that MIUI misses.