How to Safely Clean the โ€œOtherโ€ folder on Xiaomi and Free Up Space

The Other folder (or Other in English firmware) on Xiaomi, Redmi and POCO smartphones is a real black hole for free space, it can take anywhere from 5 to 30 GB, but the system does not show what exactly is stored there. Users often face a situation where memory is running out, and in the Settings โ†’ Memory section there are gigabytes of unidentified data. What is the problem?

The fact is that โ€œOtherโ€ is a collection category for files that the system cannot assign to standard sections (Photos, Videos, Audio, etc.).

  • ๐Ÿ“ Application cache (including system cache)
  • ๐Ÿ“„ Logs and error dumps (created when failures occur)
  • ๐Ÿ”ง Temporary files from updates MIUI
  • ๐ŸŽฎ Game data (saves, texture packs)
  • ๐Ÿ“ฑ Remains of Remote Applications (Incorrectly Erased) APK)

Complicating the problem is that MIUI does not provide built-in tools for analyzing this folder in detail. Trying to manually clean it through Files or Settings often deletes important data or, on the contrary, does not have any effect. In this article, we will discuss 5 proven ways to safely reduce the size of the Other without breaking the system, and also tell you which files in this folder can be deleted without risk to the smartphone, and which โ€“ categorically not.

๐Ÿ“Š How often do you clear your memory on Xiaomi?
Once a week.
Once a month
Only when the place ends.
Never clean.

1.What is the โ€œOtherโ€ folder and why does it grow

On Xiaomi smartphones, the Other folder is the garbage can of the operating system, and all files that do not fit into the standard categories (Images, Music, Documents, etc.) are included in the file, not only in user data, but also in MIUI service files.

The main causes of growth:

  • ๐Ÿ”„ Updates MIUI: When installing new versions of the firmware, the system creates backup copies of old files, which are not deleted later.
  • ๐ŸŽฎ Games: Many mobile games (such as Genshin Impact, PUBG Mobile) download additional resources that fall into the โ€œOtherยป.
  • ๐Ÿ“ฑ Application Remains: When you delete programs through Settings, their data often remains in folders /data/data or /Android/obb.
  • ๐Ÿ“Š Logs and reports: MIUI Actively collects crash data, which leads to the accumulation of files with extensions.log,.dmp,.tmp.

Interesting fact: on some models (such as Xiaomi 12T or POCO F5), the โ€œOtherโ€ folder can take up to 40% of the total memory if you do not clean the cache for a long time, and the standard tool Cleansing in Settings deletes only a small part of these files.

โš ๏ธ Warning: Don't try to delete the entire Other folder through the file manager, which will cause the system to crash and need to flash it back, and it will store critical files, such as Android System data or the Android System. MIUI Launcher.

2. Method 1: Clearing the cache of system and user applications

The safest and most effective method is to manually clear the cache for each application. The fact is that the standard function Clear the cache in Settings โ†’ Memory often skips large files, especially if they are related to system processes.

Instructions:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Click on the three dots in the upper right corner and select Show System Processes.
  3. Sort the applications by size (click on Size).
  4. Alternately open applications with a large cache and click Clear cache.

Pay special attention to the following processes (they often take several gigabytes):

  • ๐Ÿ“ฑ com.miui.home (MIUI Launcher)
  • ๐Ÿ” com.android.systemui (System Interface)
  • ๐Ÿ“ฑ com.xiaomi.midrop (Mi Drop)
  • ๐ŸŽต com.android.providers.media (media storage)
  • ๐Ÿ“Š com.miui.analytics (Analytics) MIUI)

Sort applications by cache size | Check system processes (MIUI Launcher, SystemUI) | Remove cache for applications >500 MB| Reboot the smartphone after cleaning-->

Once cleaned, reboot the device to allow the system to recalculate the space correctly, usually freeing up 1 to 5 GB in the Other folder.

โš ๏ธ Warning: Do not clear data (Clean data) for system applications! this can cause malfunctions MIUI. Only remove the cache.

Method 2: Delete temporary MIUI update files

Each MIUI update (even the smaller ones) leaves behind temporary files that accumulate over time, stored in hidden folders, and not deleted automatically.

Use a file manager with access to root folders (such as MiXplorer or Solid Explorer) and follow the path:

/data/.ota_package/


/cache/




/data/lineageos_updates/ (for custom firmware)

In these folders, look for files with extensions:

  • ๐Ÿ“ฆ.zip (firmware archives)
  • ๐Ÿ“„.tmp (temporary files)
  • ๐Ÿ“ฅ.download (unloaded updates)

All files found can be safely deleted โ€” they do not affect the system.

๐Ÿ’ก

If you canโ€™t find /data/, turn on the hidden files in the file manager settings and give it root rights (if any).

folderWhat it keeps.Can I remove it?
/data/.ota_package/MIUI Update ArchivesYeah, totally.
/cache/Temporary system filesYeah, except for the file. recovery/
/data/lineageos_updates/Custom firmware filesYeah, unless you're planning a pullback.
/Android/data/Application dataRemote application folders only

4. Method 3: Cleaning the folder. Android/obb and the remnants of remote applications

The /Android/obb/ folder contains additional game and application data that often remains after uninstallation, such as games like Call of Duty Mobile or Free Fire downloading gigabytes of textures that are not deleted when you delete a game through Settings.

How to clean:

  1. Open the file manager and go to Internal Memory โ†’ Android โ†’ obb.
  2. Delete folders with the names of games/applications that you have deleted long ago (for example, com.activision.callofduty.shooter for Call of Duty).
  3. Check the /Android/data/ folder, and remote program data can remain there.

Important: don't delete the folders of actively used applications! This will lead to their collapse. For example, if you play Genshin Impact, deleting the folder com.mihoyo.GenshinImpact in /obb/ will cause the game to download all resources again (up to 15 GB).

How to recover data if you delete the desired folder in obb?
If you accidentally delete the active app folder, simply reinstall it via Google Play. Most games and programs will automatically download missing files when you first start. Except for saving games: they can be stored in /Android/data/ (for example, for PUBG Mobile this is the com.tencent.ig folder).

Also check the /Android/media/ folder โ€“ here some apps (like Telegram or VK) store downloaded files that are not always deleted correctly.

5. Method 4: Using ADB for deep cleaning

If previous methods didnโ€™t work, you can use ADB (Android Debug Bridge), a debugging tool that allows you to delete files that are not available through the standard interface, which is suitable for advanced users.

Instructions:

  1. Install ADB on your computer (download Platform Tools from Google).
  2. Turn on USB Debugging on your smartphone: Settings โ†’ About Phone โ†’ MIUI Version (click 7 times), then Settings โ†’ Additional โ†’ For Developers โ†’ Debugging over USB.
  3. Connect your phone to your PC and execute in the command line:
adb shell


su




cd /data/data/




ls -lh | grep -i "cache"

This command will show all the cache folders. To clear the cache for a particular application (e.g. Gallery), use:

rm -rf /data/data/com.miui.gallery/cache/*

Be careful: the wrong commands can disrupt the system. Don't delete the entire folder, just the contents of /cache/ folders.

๐Ÿ’ก

ADB allows you to remove the cache of system applications that are not available through standard settings, but this requires root rights or an unlocked bootloader.

6. Method 5: Reset to factory settings (last resort)

If the Other folder takes up more than 10GB and previous methods have not worked, it is a radical way to reset, but it is guaranteed to clear all unnecessary files.

How to reset:

  1. Create a backup of important data (photos, contacts, messages).
  2. Go to Settings โ†’ About the phone โ†’ Reset settings.
  3. Choose to erase all data and confirm the action.

After discharge:

  • ๐Ÿ”„ Install only the necessary applications.
  • ๐Ÿ“ Clean the cache regularly (once every 1-2 weeks).
  • ๐Ÿšซ Avoid installing doubtful ones. APK source.

โš ๏ธ Note: Some models (Xiaomi 13, Redmi Note 12) may require re-assignment of the Mi Account to unlock the bootloader after resetting.

7 How to prevent the โ€œOtherโ€ folder from growing in the future

To prevent the โ€œOtherโ€ folder from clogging memory again, follow these tips:

  • ๐Ÿ“ฑ Turn off automatic update downloads in Settings โ†’ The phone. โ†’ Updating the system โ†’ Settings (โš™๏ธ) โ†’ Downloading.
  • ๐ŸŽฎ Delete games through their settings (the app itself often has the option to Clear Data).
  • ๐Ÿ“ Use cloud storage (Google Photos, Mi Cloud) to back up your media files.
  • ๐Ÿ” Periodically check the folder /Download/ โ€” There's a lot of unnecessary files here.

We also recommend installing a memory analysis app, for example:

  • Files by Google (shows large and unnecessary files)
  • SD Maid (deep cleaning, requires root)
  • Storage Analyzer (visualizes occupied space)

๐Ÿ’ก

Regularly cleaning the cache and monitoring installed applications reduces the growth of the Other folder by 70-80%.

FAQ: Frequent questions about the folder โ€œOtherโ€ on Xiaomi

Can I delete the โ€œOtherโ€ folder completely?
No, it will crash the system. The folder contains critical MIUI and Android files, and you can only delete specific files inside it (cache, logs, application residues).
Why does the memory re-fill after cleaning?
It's because of this: ๐Ÿ”„ Automatic updates of applications and MIUI. ๐Ÿ“ฑ Data caching in the background (especially social networks and instant messengers). ๐ŸŽฎ Download additional resources with games.Solution: disable auto-updates and clean cache regularly.
How do I know which files are in the โ€œOtherโ€?
Use a root file manager (e.g. MiXplorer) or ADB. The commands for analysis are: adb shell du -sh /data/* | sort -h This will show the folder size in /data/, sorted by volume.
Is it safe to use cleaning applications (such as Clean Master)?
No, most of these applications are ineffective or even harmful: ๐Ÿšซ Delete the wrong files by breaking the system. ๐Ÿ“Š Collect your data for advertising. ๐Ÿ”‹ You're using up the battery in the background. You better manually clean the cache through the Settings.
Why does the โ€œOtherโ€ folder weigh differently on different Xiaomi smartphones?
The size depends on: ๐Ÿ“ฑ Smartphone models (on the flagships more system processes). ๐Ÿ”„ Versions MIUI (New versions create more logs). ๐ŸŽฎ Installed games (they download resources to the /obb/). ๐Ÿ“Š User activity (the more applications โ€“ the more cache).