How to completely clear the β€œOther” section on Xiaomi: a step-by-step guide

The Other section of Xiaomi’s smartphone memory is a real black hole for free space, which can take up 5 to 30 GB, but users rarely understand what is stored there. The MIUI system includes app cache, temporary update files, log files, remnants of deleted programs and even hidden messenger data. Unlike the obvious categories (Photo, Video, Audio), the content of the Other is not visible in the standard file manager, which makes it difficult to clean.

The problem is compounded by the fact that Xiaomi actively uses caching to speed up the system, and also saves backups of settings and updates β€œjust in case.” For example, after a major update to MIUI, the old files can remain in memory for up to 30 days, taking up to 1-2 GB. Even a factory reset does not always solve the problem – some of the data is restored from the Mi Cloud automatically. In this article, we will discuss 5 working ways to clean the β€œOther”, including hidden MIUI tools and third-party utilities.

What is the β€œOther” section and why is it growing?

In MIUI, the Other category is a collection of files that the system cannot classify as standard types (photos, videos, documents).

  • πŸ—‘οΈ Application cache – temporary data that programs save for quick operation (for example, thumbnails in a gallery, map data in Google Maps).
  • πŸ”„ Update remnants – firmware files (.zip) that have been downloaded but not installed, or backups of previous versions MIUI.
  • πŸ“ Log files – logs of system and application errors (can weigh hundreds of megabytes when used actively).
  • πŸ‘» Hidden data messengers – Telegram, WhatsApp and Viber store media files here that are not displayed in the gallery.
  • 🧹 Garbage after uninstallation – many programs leave folders with settings even after deleting (for example, TikTok or games).

The main reason for the growth of the Other is aggressive caching in MIUI. The system stores the data β€œon reserve” to speed up the launch of applications, but rarely cleans them automatically. For example, after watching a YouTube video, up to 500 MB of temporary files can remain in the cache, and Google Play Services accumulates up to 1 GB of logs per month. Another trap is updates via OTA (over the air). Each MIUI update downloads to the /cache folder, but after installation, files often remain there forever.

πŸ“Š 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

The safest method is to use standard MIUI utilities, which do not require root rights or risk damaging system files, starting with the built-in cleaner:

  1. Open the Settings β†’ Memory.
  2. Slip on the "Other" section.
  3. Select β€œClean” (the system will prompt you to delete the cache and temporary files).
  4. Confirm the action and restart the smartphone.

This method removes up to 1-3 GB of garbage, but often leaves deep system files.

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Sort programs by size (slip on β€œSize” in the top panel).
  3. Select apps with large cache (e.g. Facebook, Instagram, Google Play Services).
  4. Click on Clear Cache and Clear Data (Warning: This will reset the program settings!).

Pay special attention to system applications:

  • πŸ“± com.miui.system - Cache of the interface MIUI.
  • πŸ”„ com.android.updater – updates.
  • πŸ“Š com.miui.analytics – Analytics Logic (can weigh up to 500MB).

β˜‘οΈ Preparation for deep cleaning

Done: 0 / 4

Method 2: Remove the update cache and backups

One of the main β€œeaters” of memory – update files MIUI. Even after installing the update, they can remain in the folder. /cache or /data/ota_package. To remove them:

  1. Connect your smartphone to your PC and activate File Transfer Mode (MTP).
  2. Open the Internal Storage folder β†’ MIUI β†’ Cache.
  3. Delete all files with the.zip extension or names like update.zip, miui_HM*.zip.
  4. Go to Internal Storage β†’ Download β†’.thumbnails and clear the folder (there are thumbnails of images stored here).

To delete backups of settings (they are created before updates):

  1. Open Settings β†’ About Phone β†’ Backup and Reset.
  2. Tap "Local backups."
  3. Delete all files with dates older than 1 month.

If you have MIUI 13/14, check the /MIUI/backup/AllBackup folder – there may be copies of data weighing up to 5 GB. Note that deleting these files is irreversible, and it will be impossible to restore the settings after resetting.

What happens if you delete all backup copies?
It won't automatically reset after a reset or upgrade, but you'll have to set up your smartphone from scratch, including accounts, wallpaper and network settings, but it will free up to 2-3 GB of storage.

Method 3: Using a root-access file manager

If standard methods don't work, you'll have to dig deeper, and you'll need a root-access file manager like Root Explorer or Solid Explorer, and you'll have to warn us that doing something wrong can damage the system.

Instructions for experienced users:

  1. Install Root Explorer from Google Play.
  2. Give the root-rights to the application (if you have unlocked the bootloader and installed Magisk).
  3. Go to the root directory (/) and open the folders: /data/log β€” System logs (you can delete everything except current files). /data/dalvik-cache β€” Android Virtual Machine cache (cleared only after restarting). /data/system/package_cache β€” cache of installed applications.

7 days

Reboot your smartphone.

Large files are often hidden here:

folderWhat it keeps.Is it safe to remove
/data/media/0/Android/obbAdditional game data (can weigh 10+GB)Yeah, but the games will have to be re-downloaded.
/data/app-libApplication librariesPartially (you can delete files of remote programs)
/data/data/com.miui.galleryCash galleries (miniatures, edited photos)Yes.
/data/system/dropboxLogs of system errorsYes (releases 100-500MB)

πŸ’‘

Before deleting files in /data, back up via TWRP or OrangeFox Recovery to help restore the system if something goes wrong.

Method 4: Cleaning through ADB (without root)

If root access is not available, but you need to remove system debris, ADB (Android Debug Bridge) will help. This method works on all Xiaomi smartphones, including the Redmi Note 10/11, POCO X3/X4 and the flagship Mi 11/12.

Step-by-step:

  1. Download ADB Tools for Windows/Mac.
  2. Turn on USB Debugging on your smartphone (Settings β†’ About Phone β†’ MIUI Version β†’ 7 times tap the version number β†’ return to Settings β†’ Additional β†’ For developers).
  3. Connect your phone to your PC and open the command line in the adb.exe folder.
  4. Follow the commands: adb shell pm clear com.miui.analytics pm clear com.xiaomi.midrop pm clear com.android.providers.media These commands will clear the analytics logs, file transfer cache and media storage.
  5. To remove the cache of all applications: adb shell cmd package bg-dexopt-job

To remove the update cache, use:

adb shell rm -rf /data/ota_package/*


adb shell rm -rf /cache/*

These commands are safe, but don’t manually delete files through the adb shell without understanding their purpose – this can cause crashes!

πŸ’‘

ADB-Cleaning removes up to 2-4 GB of garbage, but does not affect user data (photos, videos, documents).

Method 5: Reset to factory settings (last resort)

If the Other takes up more than 10GB and previous methods have not worked, it is a hard reset, which deletes all data, including accounts, settings and installed apps, but returns the smartphone to a β€œclean” state.

How to do the reset correctly:

  1. Create a backup copy: πŸ“± Contact and SMS: Export through Settings β†’ Google β†’ Backup. πŸ“· Photo/video: copy to PC or Google Photos. πŸ”‘ Passwords: Check the saved data in Google Smart Lock.

Mi Account

Settings β†’ Xiaomi Account β†’ Sign out

Settings β†’ About the phone β†’ Resetting settings

Delete all data

After discharge:

  • ⚠️ Do not restore data from backup MIUI β€” She can bring back the trash!
  • πŸ”„ Install only the necessary applications (avoid junk programs).
  • πŸ“΅ Turn off automatic download of media in messengers (WhatsApp, Telegram).

πŸ’‘

After reset, disable MIUI Auto Update in Settings β†’ About Phone β†’ System Update. This will prevent the accumulation of update files.

How to Prevent the Spread of the Other in the Future

To prevent the β€œOther” section from clogging memory again, follow these rules:

  • πŸ”„ Clean the app cache once a week (via Settings) β†’ Memory).
  • 🚫 Turn off automatic download of media in messengers: Telegram: Settings β†’ Data and memory β†’ Autoboot media β†’ Select "Never." On WhatsApp: Settings β†’ Warehouse β†’ Autoboot media β†’ Turn off for mobile data and Wi-Fi.
  • πŸ“₯ Set a limit on the background activity of applications: Settings β†’ Battery β†’ Energy saving regime β†’ Limit background activity
  • πŸ—‘οΈ Use lightweight alternatives to "heavy" programs: Facebook Hermit Lite or Frost Memory Savings App Up to 300MB of Google Chrome Bromite or Kiwi Browser Up to 200MB of Instagram Barinstagram (web wrapper) Up to 500MB

It’s also helpful to disable automatic MIUI optimization, which often creates unnecessary cache files:

Settings β†’ Special features β†’ Remove automatic optimization

πŸ’‘

Regular cache cleaning and autoload control reduce the volume of the β€œOther” by 40-60% in a month.

FAQ: Frequent questions about Xiaomi's "Other" section

❓ Why does the β€œOther” grow again after cleaning?
MIUI is constantly creating new temporary files, especially if you are actively using messengers, games or streaming services. To slow growth: Turn off background sync for unnecessary applications. Use Lite versions of programs (for example, Facebook Lite). Regularly clear the cache through Settings β†’ Memory.
❓ Can you remove the "Other" completely?
No, you can't delete the partition completely, you need it to run the system, but you can reduce it to 1-2 GB with: Root cleaning (for power users), factory reset (the last method), Regular deletion of cache and logs through ADB. The minimum volume of "Other" is about 500 MB (system files that can't be touched).
❓ Why After Updating MIUI Β«The other" has grown by 5GB?
When you update the system saves: Backup of the old version MIUI (before 2 Files for installing a new update (up to) 1,5 Installation logs and rollback data (up to) 1 These files are usually deleted automatically through 30 Days, but you can speed up the process: Go to Settings β†’ Warehouse β†’ Clear it, delete the folder. /cache through ADB or a root explorer.
❓ How to Clean β€œOther” on Xiaomi without a computer?
Without PC, you can use: Built-in Cleanup: Settings β†’ Memory β†’ Other β†’ Clean. Third-party apps: Files by Google (can find large unnecessary files). SD Maid (requires root for deep cleaning). Manual cleanup: Delete the.thumbnails folder in Internal Storage/DCIM. Clear the cache of Google Play Services and Miui System in Settings β†’ Apps. Combine these methods for maximum effect.
❓ Is it dangerous to delete files from the OtherΒ»?
The risks depend on which files you delete: βœ… Safe: Cash apps (/data/data/package/cache). Log files (/data/log, /data/system/dropbox). Temporary update files (/cache, /data/ota_package). ⚠️ Dangerous: Files in /system (This may cause system failure. Application databases (/data/data/package/databases) β€” Loss of settings. Files with the.odex or.vdex extension (need for software to work). If in doubt, it's best not to delete the file. Use ADB or embedded tools MIUI.