You opened your storage settings on your Xiaomi, Redmi or POCO, and you saw that the mysterious โOtherโ folder takes 10, 20, or even 50 GB? This is a typical problem for smartphones on MIUI, where the system hides under this item the cache of applications, temporary files, update remnants and even debris from deleted programs. Unlike obvious categories like โPhotoโ or โVideoโ, the content of โOtherโ is not visible to the user directly โ but it often becomes the main cause of memory shortage.
In this article, we'll not just list the standard tips like "clean up the cache," but we'll take a look at the unique MIUI 14/15 techniques that work even when the usual methods don't work, you'll learn how to find hidden files, which system data can be deleted without consequences, and which can be touched dangerously, and why, after upgrading to a new version of MIUI, the Other folder suddenly swells to incredible sizes and how to prevent it.
What is the โOtherโ folder on Xiaomi and why is it growing?
The MIUI โOtherโ folder is the operating systemโs garbage box, which contains files that are not standard categories (photo, video, audio, etc.) and includes:
- ๐๏ธ Application cache โ temporary data that programs save for fast operation (for example, thumbnails in a gallery or data from messengers).
- ๐ Update remnants โ firmware files that have downloaded but not installed (especially relevant after update failures).
- ๐ System logs โ error logs, memory dumps and debugging information that MIUI collect.
- ๐ป Remote application files โ some programs leave behind tails in the form of configurations or databases.
- ๐ Symbolic links โ virtual shortcuts to files that the system creates for compatibility.
The main problem is that MIUI doesn't always sort files correctly, like downloads from a browser can go to "Other" if the extension isn't recognized, or the Google Play Services cache inflates to several gigabytes due to synchronization errors, and after major updates (like MIUI 13 to MIUI 14), the system often doesn't clean old temporary files, and they accumulate for years.
โ ๏ธ Note: If the Other folder takes up more than 30% of the total memory, this may indicate a failure in the media provider, the system process responsible for indexing files. In this case, a simple cache cleaning will not help: you will need to reset the media storage settings (instruction below).
How do you check what is in the โOtherโ?
Before you clean it, you need to understand what files are being stored. MIUI has hidden tools for analyzing the storage, but they're hidden deep in the settings. Here's how to find them:
- Open the Settings. โ About the phone and 5 times click on "Version" MIUIยป, activate the developer mode.
- Return to the main settings menu and go to Additional โ For developers โ Storage.
- Stick to Memory โ Analysis of the storage and wait for the scan to be completed (it can take 5-10 minutes).
The system will show a detailed report, where you will highlight:
- ๐ Application cache (usually 1โ5 GB, but can inflate up to 10 GB)+ GB due to bugs).
- ๐ฆ Application data (here can hide gigabytes from Telegram, WhatsApp or games).
- ๐ง System data (logs, dumps, update residues).
If you see in the report that more than 50% of the space is occupied by System Data, it is a sign that MIUI is not clearing temporary files after updates, in which case only manual cleaning through ADB or resetting media storage will help.
Method 1: Clearing cache and application data (without root)
Start with the safest method, cleaning the cache and data of individual applications. This does not require superuser rights and will not damage the system, but can free up 1 to 10 GB of memory.
How to clean the cache of all applications:
- Go to Settings โ Applications โ Application Management.
- Slip on the three dots in the upper right corner and select Sort by size.
- Open each app from the top of the list (usually Google Play Services, MIUI System, Gallery) and click Clear Cache.
How to clean your application data (caution!):
Some programs (such as Telegram or VK) store media files in their cache to delete them:
- In the same Application Management menu, select the desired application.
- Press Warehouse. โ Clear the data.
- Attention! This will delete all uploaded files (photos, videos, stickers) and you will have to re-download them.
| Annex | What's taking place | Can we clean it? |
|---|---|---|
| Google Play Services | Cache of maps, geolocation data, temporary update files | Yes, it's not recommended to touch the data. |
| MIUI System | System Logs, Error Dumps, Temporary MIUI Files | Yes, cache, only clean data when it fails. |
| gallery | Miniatures, photo editing cache | Yes, the photos will not be deleted. |
| Telegram/WhatsApp | Media files (photos, videos, gifs) | Yeah, but I'm gonna have to download it again. |
โ ๏ธ Note: Never clear the data of the com.android.providers.media or com.miui.gallery applications through ADB โ This will cause you to lose all the media on your device, and these apps are responsible for indexing photos and videos.
Clear the cache of Google Play Services | Delete the Gallery data (cache only!) | Check Telegram/WhatsApp for junk files | Clear the cache of MIUI System-->
Method 2: Remove the remnants of MIUI updates
One of the main reasons for the Other folder to inflate is the undeleted firmware files, which each time the MIUI updates downloads a 1.5-3GB packet, but once installed, it doesn't always clean it up, and over time, several of these files accumulate, taking up tens of gigabytes.
How to find and remove old firmware:
- Connect your phone to your PC and enable File Transfer Mode (MTP).
- Open the internal memory and go to the.MIUI folder (it is hidden โ turn on the display of hidden files in the Explorer settings).
- Delete all files with the.zip extension and names like miui_HMNote10_V14.0.1.0....
- Also check the folder. downloaded_rom โ Updates that are downloaded but not installed.
If you have Xiaomi with an unlocked bootloader, you can go further:
adb shell
su
rm -rf /data/ota_package/*
rm -rf /cache/ota/*These commands will delete all temporary update files from the system folders.
Why does it work? MIUI Stores firmware in two places: in user memory (.MIUI) and in system sections (/data/ota_package). The average user sees only the first folder, but even cleaning it can free up the folder. 5โ15 GB.
๐ก
If the Other folder hasn't shrunk after you delete the firmware, reboot the phone. MIUI sometimes doesn't update the storage data in real time.
Method 3: Reset media storage (if the "Other" takes >30%)
If the Other folder has swelled to an incredible size (for example, 40 GB on a 128 GB phone), it is likely that the failure occurred in the media provider, a service that indexes files, in which case resetting its settings helps:
- Go to Settings โ Applications โ Application Management.
- Slip on the three points at the top and select Show System Processes.
- Find a Media Storage and open it.
- Click Warehouse โ Clear the data and Clear the cache.
- Reboot the phone.
What happens after the dump?
- ๐ The gallery will temporarily become empty (files will remain in place, but they need to be indexed again).
- ๐ฑ Some apps (such as music players) may โforgetโ your playlists.
- โณ The re-indexing process can take anywhere from 10 minutes to an hour (depending on the number of files).
โ ๏ธ Warning: If after resetting Media Storage, the phone starts to brake or overheat, it's normal - it's re-indexing. Don't interrupt the process! If after 2 hours the lags have not passed, check the free space: perhaps files are not indexed due to lack of memory.
What if no photos appear after the media store is reset?
Method 4: Manual garbage removal via ADB (for advanced ones)
If standard methods donโt work, and the Other folder still takes tens of gigabytes, youโll have to connect to your phone via ADB (Android Debug Bridge), which requires a computer and minimal technical skills, but allows you to delete files that are not available through a normal interface.
What you need:
- ๐ฅ๏ธ Computer with installed ADB-driver.
- ๐ฑ Included Developer Mode and Debugging by USB phone-on.
- ๐ Cable USB (preferably original).
Step-by-step:
- Connect your phone to your PC and open the command line (or Terminal on Mac/Linux).
- Enter the command to check the connection: Adb devices should appear the name of your device.
- Obtain superuser rights (if the phone is rooted): adb shell su
- Delete the temporary system files: rm -rf /data/local/tmp/* rm -rf /data/log/* rm -rf /cache/*
- Clear the cache of all user applications (without deleting data): pm trim-caches -1 G (where G is the maximum cache size that can be cleared).
What files can be deleted through ADB?
| Way | What's stored | Can I remove it? |
|---|---|---|
| /data/local/tmp | Temporary file systems processes | Yes. |
| /data/log | Error Logs and Debugging Information | Yes. |
| /cache | System cache (including update residues) | Yes. |
| /data/dalvik-cache | Dalvik virtual machine cache | Only if there are productivity issues |
โ ๏ธ Note: Never delete files from folders /data/data or /system without knowing exactly what they're doing, it could cause the system to break down and need to flash it.
๐ก
ADB is a powerful tool, but it's dangerous. If you're not sure about the team, you should first check it on unnecessary files or backup it.
Method 5: Formatting as a new (last resort)
If none of the methods worked, and the Other folder still takes up half the memory, the last option is a complete reset, which will delete all the data from the phone, but return it to the factory state, where the Other will take up no more than 1-2 GB.
How to reset your phone without losing important data
- Make a backup copy: ๐ธ Photos and videos โ copy to PC or cloud (Google Photos, Mi Cloud). ๐ฑ Contacts โ sync with Google Account. ๐ฌ Messages โ export through apps like SMS Backup & Restore.
Settings โ About the phone โ Reset settings โ Erase all data
Formatting as new
Wait until it is completed (it will take 5-15 minutes) and reset the phone.
What does formatting mean as new?
- ๐งน Complete section cleaning /data, where all user files and settings are stored.
- ๐ง Re-building the Structure of the Storage, which eliminates indexing errors.
- ๐ The Other folder will be reduced to a minimum size (usually 500 MB-1 GB).
After the reset, take your time to recover the data from the backup! First check if the Other is inflating again. If the problem is back, one of the restored applications (most often Telegram, VK or large-cache games) is to blame.
How to prevent the โOtherโ folder from inflating in the future?
To prevent the โOtherโ folder from taking up gigabytes of memory again, follow these rules:
- ๐ Clean the cache regularly โ at least once a month, go to Settings โ Warehouse โ Clear the cache.
- ๐ซ Don't interrupt the updates. MIUI โ If the firmware is downloaded but not installed, the files will remain in memory.
- ๐ฅ Control downloads โ files without extension (such as from Telegram) often end up in โOtherยป.
- ๐ ๏ธ Use light firmware if you have a weak phone (e.g. Redmi) 9A), set up MIUI Lite or custom firmware like Pixel Experience.
- ๐ Monitor Storage โ Install applications like Files by Google or SD Maids that show hidden files.
If you install and remove apps frequently, turn on autocleaning the cache:
- Go to Settings โ Storage โ Cleaning.
- Activate the automatic cleaning option.
- Choose Daily or Weekly depending on the intensity of use.
Why is it important? MIUI has a peculiarity that it doesn't always delete files correctly when you uninstall applications. For example, after you delete a game, you can leave files weighing several gigabytes in /Android/obb or /Android/data folders. Autocleaning helps to combat this.