How to Clean Up Xiaomiโ€™s โ€œOtherโ€ Memory: A Complete Guide with Proven Methods

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 kind of Xiaomi model do you have?
Redmi (Note/Pro series)
POCO (F/X/M)
Mi (11/12/13)
Black Shark
other

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.

  1. Open the Settings โ†’ Memory.
  2. Slip on the "Other" section (or "Other" if you have English firmware).
  3. The system will prompt you to clear the "Unnecessary Files" - confirm the action.
  4. 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 optimization

Enable 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):

  1. Open Files โ†’ Categories โ†’ Internal Memory
  2. Enable the display of hidden files: tap on โ‹ฎ โ†’ Settings โ†’ Show hidden files.
  3. Go to the folders: /Android/data/ /Android/obb/ /data/log/ /MIUI/backup/ /download_rom/
  4. Delete everything except the folders of the current apps (for example, if you play Genshin Impact, do not touch its data in /Android/obb/).
folderWhat can be removedWhat 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 gamesCurrent 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:

  1. Activate Developer Mode: Settings โ†’ About Phone โ†’ MIUI Version (Tap 7 times)
  2. Enable USB Debugging: Settings โ†’ Additional โ†’ For Developers โ†’ Debugging by USB
  3. Connect your phone to your PC and run a cmd (or Terminal on Mac/Linux).
  4. 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?
1.Install Xiaomi drivers USB Drivers from the official website. 2. Check if File Transfer is enabled (MTP) 3. Try another one. USB-cable (not everyone supports debugging). 4. Reboot your phone and PC.

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:

  1. 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:

  1. Open the files. โ†’ Internal memory.
  2. Go to the folder. download_rom (If it's not there, check it out. MIUI โ†’ download).
  3. 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) โ†’ Disable

    If 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 cache

    This 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.

    FAQ: Frequent questions about cleaning up the "Other" on Xiaomi

    ๐Ÿ” Why is the โ€œOtherโ€ section filled again after cleaning?
    This is because: MIUI background processes: the system constantly creates logs and temporary files. Application updates: Google Play and Mi App Store are cached by installers (.apk). Cloud syncs: Xiaomi Cloud can duplicate files. Solution: Turn off automatic sync (Settings โ†’ Xiaomi Account โ†’ Sync) and clear the cache every 3-5 days.
    ๐Ÿ“ฑ Can you clean the other without a computer?
    Yes, use: Method 1 (Minute Cleanup MIUI) Method 2 (Manual Cleaning through File Manager) Method 4 (Resetting Cache Through Recovery) For deep cleaning without a PC, the SD Maid application (requires a root for full access) is suitable.
    โš ๏ธ Is it dangerous to delete files from the Otherยป?
    Yes, if you: Delete files with the.dex,.apk extension in the root directory. You touch the com.android. or com.miui folders. /system (Securely delete: app cache, logs (.log), temporary files (.tmp), update residues (download_rom).
    ๐ŸŽฎ How to Clean the Game Cache if It Takes Up a Lot of Space?
    For games like Genshin Impact or Call of Duty Mobile: Go to Settings โ†’ Apps โ†’ App Management โ†’ Game. Click Cache (not Clear Data!). To clean up completely, delete the game folder in /Android/obb/ (but saves will reset!). To save progress, link the game account to Google Play Games or Mi Account before clearing.
    ๐Ÿ”„ What to do if the โ€œOtherโ€ does not decrease after all the ways?
    Possible causes: Virus or malware โ€” check your phone through Malwarebytes. Faulty file system โ€” reset to factory settings (Settings โ†’ Settings Reset). Firmware error โ€” update MIUI to the latest version or reflash the device through the Mi Flash Tool.