The Other section in Xiaomiโs storage is a real black hole for smartphone owners, which can take up 10 to 30 GB of storage, but the system does not show which files are stored there, most often there is a cache of applications, update remnants, temporary MIUI files and debris from remote programs. If you notice that the free space on the device is melting in front of you, and cleaning with standard methods does not help, this article is for you.
We tested 5 ways to clean the Other partition on different Xiaomi models (including Redmi Note 12, POCO X5, Mi 11 and others) and selected only those that are guaranteed to work without root rights. Importantly, some methods require caution - improper actions can lead to system failures. So read the warnings carefully before each step.
What is the โOtherโ section in Xiaomiโs memory and why is it growing?
The Other (or โOtherโ) section is a hidden folder in the smartphone memory where MIUI drops files that donโt fit into the standard categories (โPhotosโ, โVideoโ, โAudioโ, etc.) and it gets there:
- ๐๏ธ Cache of system applications (e.g. com.miui.system or com.android.providers.media)
- ๐ Remains of updates (folders) download_rom or MIUI_update)
- ๐ Temporary files from remote programs (for example, Facebook or TikTok residues after uninstallation)
- ๐ ๏ธ Logs and dumps (debugging files created when crashes occur)
- ๐ฎ Game data (save, Genshin Impact cache, PUBG Mobile and others.)
The main problem is that MIUI does not provide tools for detailed analysis of this section. Even in Settings โ Memory you will only see the total volume, without the ability to delete files selectively. Moreover, on some firmware (for example, MIUI 14 for the global version), the Other section can be automatically restored after cleaning - this is due to the work of the background services Xiaomi Cloud and Mi Push.
In our experience, the most littered are devices with 32-64 GB of memory, where users actively install / remove applications. On smartphones with 128 GB+, the problem is less noticeable, but can still take up to 5-10 GB.
โ ๏ธ Note: If the Other partition is more than 20 GB, it is not normal. It may be malware or a failure in the file system. In this case, first check the smartphone with antivirus (for example, Malwarebytes or built-in Mi Security).
Method 1: Cleaning through the built-in MIUI storage
The safest method is to use standard MIUI tools. It is suitable for all models (Redmi 10, POCO F4, Mi 11 Lite, etc.) and does not require additional programs.
- Open the Settings โ Memory.
- Slip on the "Other" section (or "Other" if you have English firmware).
- The system will prompt you to clear the "Unnecessary Files" - confirm the action.
- Reboot your smartphone (required!).
This method removes up to 1-3 GB of garbage, but often leaves the bulk intact, because MIUI only cleans cache and temporary files without affecting:
- ๐ฆ Remains of updates (MIUI_update)
- ๐ง Logs of the system (/data/log)
- ๐ฎ Cash of games (for example, Call of Duty Mobile)
Back up your important data | Charge your phone at least 50% | Turn off automatic app updates | Close all background programs-->
If the Other section has grown again after cleaning, after a day or two, the problem is in the background.
Settings โ Applications โ Application Management โ Three points (โฎ) โ Special access โ Battery optimizationEnable optimization for all applications except instant messengers.
Method 2: Manual deletion through file manager (no root)
For power users, there's a method that manually cleans hidden folders, which runs on MIUI 12-14 firmware, and doesn't require superuser rights, but you have to be careful that deleting the wrong files can cause crashes.
Use the built-in Files (or Mi File Explorer):
- Open Files โ Categories โ Internal Memory
- Enable the display of hidden files: tap on โฎ โ Settings โ Show hidden files.
- Go to the folders: /Android/data/ /Android/obb/ /data/log/ /MIUI/backup/ /download_rom/
- Delete everything except the folders of the current apps (for example, if you play Genshin Impact, do not touch its data in /Android/obb/).
| folder | What can be removed | What NOT to remove |
|---|---|---|
| /Android/data/ | Remote app folders (e.g. com.facebook.katana if Facebook is uninstalled) | Active program folders (e.g. com.whatsapp) |
| /Android/obb/ | Files with.obb extension from remote games | Current game files (e.g. main.1.com.miHoYo.GenshinImpact.obb) |
| /MIUI/backup/ | All content (backup copies of settings) | โ |
| /download_rom/ | All files (remainders of MIUI updates) | โ |
โ ๏ธ Note: Do not delete folders called com.android., com.miui. or com.xiaomi.* are system components.
๐ก
If you can't delete the folder, check if it's being used by an application. Close all programs through Settings โ Applications โ Launched and try again.
Method 3: Using ADB for deep cleaning (advanced)
If previous methods have failed and the Other section still takes 5GB+, you can use the Android Debug Bridge (ADB), which requires a connection to your computer but allows you to delete files that are not available through the file manager.
What you need:
- ๐ฅ๏ธ Computer with Windows/macOS/Linux
- ๐ Cable USB Type-C (original)
- ๐ ๏ธ Utility. ADB Tools by Google
- ๐ฑ Included debugging by USB smartphone
Step-by-step:
- Activate Developer Mode: Settings โ About Phone โ MIUI Version (Tap 7 times)
- Enable USB Debugging: Settings โ Additional โ For Developers โ Debugging by USB
- Connect your phone to your PC and run a cmd (or Terminal on Mac/Linux).
- Enter the commands in turn: adb devices (you should see your device) adb shell su -c "find /data -name '*.log' -delete" su -c "find /data -name '*.tmp' -delete" exit
These commands delete logs and temporary files from the system folders, and if you don't have root rights, some of the files may not be deleted, which is normal.
What if the ADB canโt see the device?
After cleaning through ADB, the โOtherโ section should decrease by 2-5 GB. If the changes are minor, the problem may be:
- ๐ฑ Residual firmware files (after update) MIUI)
- ๐ฎ Cache games (especially if you play Genshin Impact, Honkai Star Rail)
- ๐๏ธ Previous Previous post: Junk files from Xiaomi Cloud (if synchronization is enabled)
Method 4: Resetting cache via Recovery Mode
If standard methods donโt work and ADB seems too complicated, try resetting your cache via Recovery Mode. This wonโt delete your data (photos, contacts, messages), but will clean up your system debris.
Instructions:
- Press the Power button + Volume up until the Mi logo appears.
This method removes:
- ๐๏ธ Cache of all applications (including system)
- ๐ Temporary update files
- ๐ Logs and memory dumps
โ ๏ธ Note: Do not confuse Wipe Cache with Wipe Data! The second option (Factory Reset) will remove all data from the phone, including photos and apps.
After the cache is dumped:
- ๐ The first download can take 5-10 minutes โ this is normal.
๐ก
Resetting cache through Recovery is one of the most effective ways, but it should not be used more than 1 time in 2-3 months.
Method 5: Remove the remnants of MIUI updates manually
One of the main memory eaters in the Other section is the firmware residue. MIUI The system saves old versions in a folder /cache or /download_rom, But they don't always get it removed.
How to find and delete:
- Open the files. โ Internal memory.
- Go to the folder. download_rom (If it's not there, check it out. MIUI โ download).
- Delete all files with the extension:.zip (firmware archives).md5 (checksums).log (update logs)
/cache
On some devices (such as Redmi Note) 11 or POCO X3 Pro) folder download_rom It can be hidden even when you turn on the hidden files:
We also recommend disabling unnecessary system applications that create garbage:
Settings โ Applications โ Application Management โ System โ Select the unnecessary (for example, Mi Video or Mi Music) โ DisableIf you are actively playing Genshin Impact, Honkai: Star Rail or other heavy games, clean their cache regularly through:
Settings โ Applications โ Application Management โ Game โ Clear the cacheThis can free up to 5-10 GB at a time!
๐ก
To speed up cleaning, use the SD Maid app (available on Google Play), which finds and removes garbage better than standard MIUI tools.