How to Clean Up Xiaomi’s β€œOther”: A Complete Guide to Hidden Tricks

Have you ever looked into the Storage section of your Xiaomi and seen the mysterious Other take the lion's share? It's not just garbage, it's cache-based applications, temporary update files, remnants of deleted programs, and even duplicate media files. Unlike obvious categories like Photos or Video, the Other section doesn't have a clear structure, making it a non-trivial task to clean it up.

The problem is that standard MIUI tools often ignore these files, offering to free up only 100-200 MB instead of a few gigabytes. In this article, we will examine what is stored in the Other, which files can be deleted without risk to the system and which should not be touched. You will learn about hidden folders, commands for ADB, and even how to circumvent the limitations of MIUI with third-party utilities.

What is the β€œOther” item in Xiaomi?

In fact, "Other" is a dumping ground for files that the system has failed to categorize.

  • πŸ“ System application cache (e.g. com.android.providers.media or com.miui.gallery) that is not cleared by standard means.
  • πŸ”„ Remains of updates MIUI β€” zip and.apk packages that remain after installing the firmware (often weighing 1-3 GB!).
  • πŸ—‘οΈ Temporary files from applications (e.g..thumbs for thumbnails or.nomedia for hidden folders).
  • πŸ“± Remote Application Data – Some programs leave folders in their wake /data/data/ even after the installation.
  • πŸ” Logs and dumps of the system (e.g, /data/anr/ or /data/tombstones/), clutter-producing.

Fun fact: Xiaomi with MIUI 12-14 in the β€œOther” often hides folder /MIUI/Extra, where you have backups of themes, fonts and even old versions of the system APK. These files can be deleted manually, but this will require access to the root directory.

πŸ”Ž How do you check what's taking up space? Install Files by Google or Storage Analyzer, and they'll show you detailed memory analysis, including hidden folders. But remember, some system files can't be deleted, otherwise you can't delete them. MIUI glitch.

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

Method 1: Cleaning through built-in MIUI tools

Let's start with the safest method, the standard MIUI features, which won't delete everything, but will free up 500MB-1.5GB.

  1. Open the Settings β†’ Storage.
  2. Slip on β€œOther” (may be called β€œOther” or β€œSystem Data”).
  3. Click β€œClean” – the system will prompt you to delete the cache and temporary files.
  4. Go to Settings β†’ Applications β†’ App Management, sort by size, and manually clear the cache for Google Play Services, Mi Video, and Gallery.

⚠️ Note: Do not click Clear All Data for system applications (e.g. com.android.providers.media) – this will result in a media base reset and thumbnails missing in the gallery.

β˜‘οΈ What can be safely cleaned through MIUI

Done: 0 / 4

πŸ’‘ Hidden trick: In MIUI 13/14 There's an undocumented deep cleaning function. 3 Seconds the item "Other" in the storage - the option "Deep cleaning" will appear, which removes the old ones APK It doesn't work on all models!

Method 2: Remove the remnants of MIUI updates

One of the biggest memory eaters is the /cache/recovery/ folder, which stores the firmware archives, and even after updating, they stay there for years.

Instructions for removal:

  1. Connect your phone to your PC and enable USB Debugging (Settings β†’ About Phone β†’ MIUI Version β†’ 7 times tap, then go back to Additional β†’ For Developers).
  2. Open the command line on your PC and type: adb shell su rm -rf /cache/recovery/* rm -rf /data/ota_package/*
  3. Reset the device.

⚠️ Note: If you delete files from /data/ota_package/ During the update download, the system may freeze on the logo. MI. Before cleaning, make sure there are no active updates!

What happens if you delete all files from /cache?
The /cache folder is used to temporarily store system process data, and its cleaning will result in: 1. slowing down the first boot after restart (the system will recover the cache). 2. Possible lags in the gallery and music player (miniatures and metadata of media files are stored here). 3. Losing the Dalvik cache (the applications will run longer). However, after 10-15 minutes of operation of the phone, the cache will recover automatically, and will be free up to 1-2 GB of space.

Critical folder: /data/dalvik-cache/ -- cleaning it without root rights will lead to a reboot cycle! Don't delete it manually.

Method 3: Cleaning through ADB (no root)

If you don't have root access but you have a PC, you can use ADB to delete unnecessary files, a method that's safer than manual intervention.

Cleanup commands:

adb shell pm clear com.android.providers.media # Cleaning up media cache


adb shell pm clear com.miui.gallery #Cash Gallery




adb shell rm -rf /data/local/tmp/* # Temporary files




adb shell rm -rf /data/log/* # Logs of the system

πŸ“Œ Important: pm clear commands will reset the application settings (for example, the gallery will lose albums.

Team team.What's removedRisks.
adb shell pm clear [package]Cache and data of the specified annexResetting the application settings
rm -rf /data/local/tmp/*Temporary files of APK installerLow (files are restored)
rm -rf /data/log/*Logs of error and dumpsData for debugging may be missing

πŸ’‘

Before you execute ADB commands, back up your important data, and if the gallery or music player is slowing down after cleaning, restart your phone, and the system will restore the media index.

Method 4: Using a root-access file manager

If you have root rights, you can manually scan the system folders, and the best managers for that are Root Explorer, FX File Explorer, or Solid Explorer (with root mode enabled).

What folders can be cleaned:

  • πŸ—ƒοΈ /data/app-lib/ β€” Old Remote Application Libraries.
  • πŸ“‚ /data/data/com.android.vending/cache/ β€” Google Play cache (can be deleted completely).
  • πŸ” /data/system/package_cache/ β€” cache of packets (remove everything except current ones) APK).
  • πŸ“¦ /MIUI/Extra/ β€” Backups of themes and fonts (remove everything except the current theme).

⚠️ Attention: Don't touch the folders:

  • /data/dalvik-cache/ will result in a download cycle.
  • /data/system/ – contains critical system settings.
  • /data/adb/ is responsible for debugging.

πŸ’‘

Even with root access, do not delete files with the.odex or.oat extension – these are optimized libraries without which applications will not run.

Method 5: Resetting cache via Recovery Mode

If the phone is slowing down a lot and the Other takes more than 5GB, it will help to reset the cache through recovery mode. This method will not delete your data, but will clear the system cache.

Step-by-step:

  1. Turn off the phone.
  2. Press the Power button + Volume up until the MI logo appears.
  3. Select the language (if there is a menu), then "Wipe & Reset" β†’ "Wipe Cache".
  4. Confirm the action and wait for the completion.
  5. Reboot the device (Reboot).

⚠️ Note: On some models (Redmi Note 10 Pro, POCO X3 Pro) after the cache is reset, Google Play Services may be lost, in which case restart the phone again or manually clear the Google Play data.

πŸ”§ If after resetting the cache, the phone began to work faster, but the memory was not freed, check the folder /cache/ through ADB β€” Sometimes it doesn't get cleaned completely.

How to prevent the β€œOther” from becoming a β€œOther” in the future?

To avoid having to clean your memory every week, follow these tips:

  • πŸ”„ Turn off automatic updates MIUI In Settings β†’ The phone. β†’ Updating the system β†’ βš™οΈ β†’ Auto-update. Install firmware manually, and after updating immediately delete the folder. /cache/recovery/.
  • πŸ“± Use lightweight versions of apps (such as Facebook Lite, Messenger Lite) that create less cache.
  • πŸ—‘οΈ Set up automatic cleaning in the Security App (Security) β†’ Cleanup β†’ Autocleaning. Enable the option to β€œClean when screen locksΒ».
  • πŸ“ Store media files on a memory card (if supported). Move folders DCIM and downloads on SD-Map via Files by Google.

πŸ“Š Statistics: Xiaomi with MIUI 14 "Other" on average takes 3-7 GB. After complete cleaning (including: ADB and Recovery) this volume is reduced to 1-2 GB and kept at this level for 2-3 months.

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

Can I delete /data/app-lib/ without root?
No, this folder is protected by the system. Without root access, you can only clean its contents through ADB with superuser rights or with special utilities like SD Maid (requires root), but even with root, delete only files from remote applications - current libraries can not be touched.
Why does the β€œOther” take up a lot of space again after cleaning?
This is because: Automatic cache creation by system applications (especially Google Play Services and Mi Gallery); Hidden MIUI updates that download in the background; bug lanes that are generated when applications crash. Solution: disable background activity for unnecessary applications in Settings β†’ Battery β†’ App selection.
Is it safe to use clean-master applications?
No! Applications like Clean Master, CCleaner, or 360 Security often delete important files, leading to: MIUI failures (e.g., widgets disappear); gallery or contacts loss of data; increased battery consumption (due to constant scanning); use only built-in MIUI tools or proven utilities like SD Maid (root only).
How to clean the β€œOther” on Xiaomi without a computer?
If you don’t have a PC, try: Install Files by Google and manually check Downloads, Bluetooth folders, Pictures/Screenshots β€” There's a lot of duplicates in there. β†’ Apps sort programs by size and clear cache for top-10. Use the Security App (Security App) β†’ Cleanup β†’ Deep cleaning. These methods will free up the 1–3 GB, but for deep cleaning it will still be necessary ADB root.
What if the phone starts to lag after cleaning?
This means that critical cache files have been deleted, and we correct this: Restart the phone, the system will restore part of the cache automatically. If the lags are left, go to Settings. β†’ Apps and manually clear the cache for Google Play Services, Mi Gallery and Launcher. In extreme cases, reset the cache through Recovery Mode (see Method). 5). If the problem has not gone away, check if you have deleted files from the /data/dalvik-cache/ β€” Recovery will require re-flashing.