How to Clean Up โ€œOtherโ€ on Xiaomi: A Complete Memory Freeing Guide

The Other section of Xiaomiโ€™s smartphone memory is a real black hole for free space. Even after removing photos, videos and apps, this mysterious section continues to take up gigabytes, not telling you what it stores. Unlike the obvious DCIM or Downloads folders, The Other hides system files, app cache, log files and remnants of deleted programs that MIUI is in no hurry to clean automatically.

Compounding the problem, Xiaomiโ€™s standard tools (like the built-in Cleanup utility) often ignore these files, leaving users with the feeling that memory โ€œdisappears of itself.โ€ This is especially true for devices with 64โ€“128 GB of memory, where every gigabyte counts. In this article, we will discuss 5 proven ways to clean the Other partition, including hidden MIUI settings, manual methods and third-party tools โ€“ taking into account the features of MIUI 12โ€“14 firmware.

What is the Other in Xiaomiโ€™s Memory and Why Does It Take So Much Space?

The Other section is a collective name for files that the system cannot categorize as standard (photo, video, audio, documents).

  • ๐Ÿ—‘๏ธ Application cache and system cache are temporary files that are created to speed up programs, but often are not deleted after closing.
  • ๐Ÿ“„ Log files and dumps - error reports, system log (/data/log), which can weigh hundreds of megabytes.
  • ๐Ÿงน Remnants of remote applications โ€“ folders and files left over after uninstallation of programs (for example, in the /data/data).
  • ๐Ÿ”„ Update files โ€“ Update packs that are downloaded but not installed MIUI or.
  • ๐Ÿ“ Hidden folders โ€“ for example,.thumbnails (image miniatures),.estrongs (file manager remnants).

On devices with MIUI 13/14, the Other can reach 30-50% of total memory, especially if the smartphone has been used for a long time without a factory reset, the reason is aggressive caching of the system and the lack of automatic log cleaning. For example, after updating the firmware โ€œover the airโ€ (OTA) in memory can remain old versions of files that take up to 1-2 GB.

โš ๏ธ Attention: Some files in the Other section are critical to the system's operation. /system or /vendor It will cause a smartphone to break and require a reflash.

Method 1: Cleaning through the built-in security utility

The safest method is to use Xiaomiโ€™s standard tool, which wonโ€™t delete all of the Other, but will help you get rid of some of the files you donโ€™t need:

  1. Open the Security app** (Shield icon).
  2. Go to Cleanup (or Accelerate in older versions of MIUI).
  3. In the Unnecessary Files section, mark the items: ๐Ÿ—‘๏ธ Cash app. ๐Ÿ“ Residual files (residues after deleting programs) ๐Ÿ“„ Log files

Clean up

This method removes up to 500MB-1GB of garbage, but leaves system caches and hidden folders intact.

Application cache (does not affect data)

Log files (error logs)

Residual files (remote application folders)

Uploaded files (if not needed)

-->

Method 2: Manually remove cache and application data

Many apps (especially social media and instant messengers) accumulate gigabytes of cache that is not automatically cleared, to manually delete it:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Sort programs by size (click on three dots in the upper right corner โ†’ Sort by size).
  3. Select an app (e.g. Facebook, Telegram, Google Play Services) and click Storage.
  4. Tap Clear cache and Clear data (Warning: this will reset the program settings!).

Top.-5 ยซCache eaters on Xiaomi:

AnnexAverage cache sizeCan data be cleaned?
Facebook500MB - 2GBYeah (setting reset)
Google Play Services300MB - 1GBNo (mistake risk)
Telegram1 GB - 5 GBYeah (chats will be saved)
MIUI Launcher200-800 MBYes (wallpaper and widget reset)
gallery100MB - 1GBYeah (miniatures re-arrange)

โš ๏ธ Note: Clearing Google Play Services or Services Framework data may result in loss of your Google account on your device, and only do this if you are ready to re-sign in!

๐Ÿ’ก

Before clearing the appโ€™s data, check if it has a backup in the cloud (e.g. Telegram syncs chats, and WhatsApp only with a manual backup).

Method 3: Delete hidden folders through the file manager

Some of the files of "Other" are hidden from the user, so that they can be seen and deleted:

  1. Install a file manager with root access support (such as Solid Explorer or FX File Explorer).
  2. Enable the display of hidden files (in the manager settings: Show hidden files).
  3. Go to the root folder of the storage (/storage/emulated/0/) and remove: ๐Ÿ“.thumbnails folder โ€“ thumbnails of images (you can delete them, they will be rearranged). ๐Ÿ“.estrongs folder โ€“ Remains from the file manager ES Conductor. ๐Ÿ“„ Files with.log,.tmp,.bak extension in folders Android/data.

For advanced users: If you have root access, you can clear the system folders:

/data/log/# Log files of the system (up to 1 GB)


/data/dalvik-cache/ # Cash Dalvik (requires reboot)




/cache/# Update cache (up to 500MB)

What happens if you delete /data/dalvik-cache?
This folder contains optimized versions of the Dalvik virtual machine applications. Once removed, the system will reassemble it the next time it starts, but the device will take 5-10 minutes to start first, and it is recommended to do this only if there is a lack of memory and then restart.

Method 4: Resetting cache via Recovery Mode

If standard methods don't work, you can clear the cache through Recovery mode, which won't delete personal data, but will reset temporary system files:

  1. Turn off your smartphone.
  2. Press the Power button + Volume up until the Mi logo appears.
  3. From the Recovery menu, select Wipe & Reset โ†’ Wipe Cache.
  4. Confirm the action and restart the device.

โš ๏ธ Note: Do not confuse Wipe Cache with Wipe Data! The second option will completely reset the smartphone to factory settings, removing all data.

Once a week.

Once a month

Only when memory ends

Never clean.

-->

Method 5: Using ADB for deep cleaning

For power users, ADB (Android Debug Bridge) can delete files that are not available through standard methods, and you'll need a computer and USB debugging enabled.

Steps:

  1. Turn on the Developer Mode on your smartphone: go to Settings โ†’ About Phone and tap the MIUI version 7 times.
  2. Return to Settings โ†’ Additional โ†’ For developers and activate Debugging over USB.
  3. Connect your smartphone to your PC, install ADB and execute commands: adb shell pm clear com.miui.gallery # Clean gallery pm clear com.android.providers.media # Reset media cache rm -rf /data/local/tmp/* # Delete temporary files

Advantages of the method:

  • ๐Ÿ› ๏ธ Removes system debris that is not available through MIUI.
  • ๐Ÿ” Allows you to clean specific applications purposefully.

๐Ÿ’ก

ADB is the most powerful cleaning tool, but it requires caution. Wrong commands can disrupt the system. Always check the syntax before executing.

How to Prevent the Accumulation of the Other in the Future

To prevent the โ€œOtherโ€ section from growing again:

  • ๐Ÿ”„ Clean the cache regularly through โ€œSecurityโ€ (once every 1-2 weeks).
  • ๐Ÿ“ฑ Turn off automatic download of media in messengers (WhatsApp, Telegram).
  • ๐Ÿ—‘๏ธ Use cloud-based services to store photos/video (e.g. Google Photos with automatic cleaning).
  • ๐Ÿ”„ Update the firmware - in new versions MIUI optimized work with cache.
  • ๐Ÿ› ๏ธ Install an alternative launcher (like Nova Launcher) that doesnโ€™t caching wallpaper and widgets aggressively.

On devices with MIUI 14 and later, the Smart Clean function works better, but it needs to be activated manually: Settings โ†’ Memory โ†’ Auto Clean โ†’ turn on the option.

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

Can I delete the โ€œOtherโ€ section completely?
No, it's impossible -- some files are critical to Android, but you can reduce it from 10 to 20 GB to 2 to 5 GB using the methods in the article.
Why does the โ€œOtherโ€ appear again after cleaning?
This is normal: system and applications are constantly creating temporary files. To slow down the process, turn off the background activity of unnecessary programs in Settings โ†’ Battery โ†’ Application Selection.
Is it safe to use apps like CCleaner or SD Maid?
Yes, but with caution. These programs can delete important files if you give them root access, and we recommend using them only to clean the cache, avoiding the Deep Clean system options.
What to do if after cleaning the smartphone began to slow down?
The cache of critical applications (such as Google Play Services) has probably been deleted, and restart the device and wait 10-15 minutes for the system to recover the necessary files.
How to clean the โ€œOtherโ€ on Xiaomi without a computer?
Use a combination of 1-3 methods from the article: built-in security utility, manually clearing the app cache, and removing hidden folders through the file manager.