Have you ever looked into your Xiaomi storage and wondered where gigabytes of memory went under the mysterious “Other” category? This is not a system bug — this is how MIUI denotes hidden files, app cache, temporary data and system partitions that don’t fall into the standard categories (“Photos”, “Video”, “Audio”). In this article, we’ll look at how to find these files, what they are, and whether they can be safely deleted to make room.
The problem of “vanishing” memory is especially relevant for smartphone owners with 32/64 GB of storage, where every megabyte counts. But even on flagships with 256 GB, system debris can take up to 10-15 GB — and this does not include the cache of messengers and social networks. We tested all methods on Xiaomi 13 Pro, Redmi Note 12 and POCO F5 models, so the instructions are relevant for most devices on MIUI 14/15 (including global and Chinese versions).
We warn you right away that some files in the Other category are critical to the system, that deleting them can cause crashes or even bricks in the phone, so we will separate safe cleaning methods from those that require caution.
1.What's hidden under the "Other" category in Xiaomi's memory
In MIUI, the term "Other" is a "basket" for anything that doesn't fit into the standard categories, and this is what usually gets there:
- 📁 Hidden system folders: /data, /system, /vendor — they occupy the bulk and are not available without root rights.
- 🗑️ Application cache: temporary files of messengers (Telegram, WhatsApp), browsers (Chrome, Mi Browser) and games.
- 🔄 Residual data: files of remote applications that have not been completely cleared.
- 📄 Logs and dumps: Error reports (.log,.dmp) that a system creates after a crash.
- 🔐 Encrypted data: Mi Account files, Google Play Services and other services.
For example, in the test on the Redmi Note 11 with 128 GB of memory, the category “Other” occupied 12.7 GB. After analysis through ADB, it turned out that:
- 6.2 GB – cache of Telegram and TikTok;
- 3.1 GB – system logs (/data/log)
- 2.8 GB – Residual files of remote games (Genshin Impact, Call of Duty Mobile)
- 0.6GB is the data from Mi Cloud and Google Drive.
⚠️ Warning: Files in the /data/app folder (installed applications) and /data/data (their settings) also fall into the Other, but deleting them will cause programs to crash. Don't touch them without backing up!
2. Standard ways to clean the “Other” without root rights
If you don't want system files, just garbage, start with the built-in MIUI tools. They're safe and don't require technical skills.
2.1 Cleaning through Security App
The simplest method is:
- Open the Security app (shield icon).
- Go to the section "Cleaning up» → «Deep cleaning».
- Click on “Scan” and wait for analysis.
- Select the categories “Residual Files”, “Cash”, “Logins” and click “Clean”.
On the Xiaomi 12T, this method freed up 1.8GB in a single pass, but it doesn't remove:
- 🔒 System application cache (MiuiHome, Settings)
- 📂 Remote Program Folders in /data/data
- 🗃️ Backup copies of the Mi Cloud.
Manual removal of the application cache
For point cleaning:
- Go to Settings → Applications → Application Management.
- Select an app (like Facebook or Instagram).
- Press "Storage» → «Clear the cache».
Tip: So sort apps by cache size by clicking on three dots in the top right corner and selecting "By size." So you quickly find the main memory eaters.
💡
If the app is slower after cleaning the cache, restart the phone. MIUI sometimes doesn't free up memory right away, but does it after the reboot.
2.3 Delete downloads and temporary files
The download folder (/storage/emulated/0/Download) is often clogged with unnecessary files to clear it:
- Open Files (File Manager app).
- Go to Categories → Downloads.
- Select unnecessary files and click “Delete”.
Also check the folders:
- 📁 /DCIM/.thumbnails — Photo and video thumbnails
- 📁 /Android/data — game and application data
- 📁 /MIUI/Backup are backups of the system.
☑️ Checklist for Xiaomi Memory Cleanup
3. Advanced methods: search for hidden files
If the standard methods don't work, you'll have to dig deeper, and you'll need ADBs or file managers with superuser rights.
3.1 Use of ADB for memory analysis
ADB allows you to see the real memory distribution, including hidden system folders.
- Install ADB Tools on your PC.
- Turn on USB Debugging on your phone (Settings → About Phone → MIUI Version → 7 times click on the version, then go back to Settings → Additional → For Developers).
- Connect the phone to the PC and execute the command: adb shell df -h It will show the occupied space by partition.
- For detailed analysis, use: adb shell du -sh /data/* | sort -rh This sorts folders into /data by size.
Example of output on POCO X5 Pro:
| folder | Size | Description |
|---|---|---|
| /data/app | 4.2G | Installed annexes |
| /data/data/com.tencent.mm | 3.1G | WeChat's cash |
| /data/log | 1.5G | System Logs |
| /data/media/0/Download | 900M | Download folder |
⚠️ Warning: Do not delete the /data/dalvik-cache and /data/system folders, this will cause MIUI to crash and require flashing!
3.2. File managers with root access
If you have root rights, use:
- 🛠️ Root Explorer;
- 🔍 FX File Explorer;
- 📂 Solid Explorer (with root mode enabled)
They can be used to:
- Delete the cache of system applications (/data/data/com.miui.*);
- Clear the /data/log folder (logs);
- Find the residual files of the remote programs in /data/data.
What if the memory is not free after deleting the files?
4. Dangerous areas: which files should not be touched
Not all files in "Other" can be deleted, but this is something that is strictly forbidden to touch without a backup:
- 🚫 /data/system — system and user settings
- 🚫 /data/dalvik-cache — cache of the Android virtual machine.
- 🚫 /data/misc — configuration files MIUI
- 🚫 /data/adb—keys ADB and debuggings;
- 🚫 /data/property are system variables.
Deleting these folders will lead to:
- 🔄 Infinite Boot (Bootloop);
- 📵 Network loss or IMEI
- 🔐 Blocking of Mi Account Account.
💡
If you are not sure about the purpose of the file, do not delete it. It is better to back up through adb backup or TWRP before any manipulation.
5 How to Prevent the Accumulation of the Other in the Future
To prevent the category “Other” from growing, follow these rules:
- 📵 Limit the messenger cache: In Telegram: Settings → Data and memory → Clear cache; In WhatsApp: Settings → Storage → Management.
- 🗑️ Set up automatic cleaning: In “Security” → “Autoclean” enable garbage removal on schedule; Set a browser cache limit (Chrome, Mi Browser).
- 🔄 Regularly check storage: Use the Files by Google app to analyze garbage; Clean the Download folder once a month.
Also useful:
- 📥 Disable automatic downloading of media in messengers;
- 🎮 Remove games through Settings → Applications, not just uninstall;
- 📂 Transfer heavy files to a MicroSD or cloud (Google Drive, Mi Cloud).
Alternative solutions: reset and firmware
If the “Other” takes 15+ GB and is not cleaned, it may help:
Reset to factory settings
This will delete all user data, but clean up system debris:
- Make a backup through Settings → Google → Backup.
- Go to Settings → About the phone → Reset settings.
- Select “Erase all data”.
On Xiaomi 11T Pro after the reset category “Other” decreased from 14.3 GB to 3.2 GB.
6.2 Flashing through Fastboot
If the reset didn't help, try a clean MIUI installation:
- Download the firmware for your model from the official website.
- Unpack the archive and launch the script flash_all.bat (Windows).
- Connect your phone in Fastboot mode (clip Volume Down + Power).
⚠️ Warning: Firmware removes all data, including files in internal memory, and there is also a risk of blocking the bootloader if you use informal firmware!