Why the Other takes up gigabytes of memory on Xiaomi and how to fix it
Have you ever looked into your Xiaomi, Redmi, or POCO memory settings and found in horror that the Other section ate 10, 20, or even 30GB of precious space? It's not a system glitch or a MIUI bug -- it's real files that have accumulated in hidden folders, app cache, and system logs. Unlike photos or videos that can be simply deleted, The Other is a collection dump of data that the phone doesn't categorize as a single category.
Complicating the problem, MIUI does not provide tools to clean this partition directly. Even after a cache is reset through standard settings, the volume of the Other may not decrease. In this article, we will discuss 5 working methods that will help regain control of memory, from safe (cleaning through embedded tools) to radical (manual removal of system files).
What’s Under the “Other” Category in Xiaomi
Before you start cleaning, you need to understand what exactly takes up space» MIUI drop off:
- 🗑️ Application cache and system cache are temporary files that should be automatically deleted, but often remain “hang” for years.
- 📁 Residual files of remote applications - folders /data/data/ and /sdcard/Android/obb/, which are not cleaned during the installation.
- 📜 Logs and dumps of the system – debugging files (.log,.dump), which are created when crashes or updates.
- 🔄 Copies of updates MIUI — The downloaded firmware packages that remain in /cache/ or /sdcard/Download/rom/.
- 🎭 Hidden messaging files – Telegram, WhatsApp and Viber store media in encrypted folders that are not visible in the gallery.
Fun fact: Xiaomi with MIUI 12+ can have up to 40% of the volume of “Other” photos that the built-in Gallery app creates when editing or optimizing images, stored in /MIUI/Gallery/cloud/optimized/ folder and rarely exceeds 1-2 MB each, but the number can be in the thousands.
⚠️ Note: If you use Google Photos with the “Free Place” function, check the folder /sdcard/DCIM/.thumbnails/ — There may be a collection of miniatures of deleted photos weighing up to 500 MB.
Method 1: Cleaning cache and debris through built-in MIUI tools
Let’s start with the safest method, which does not require root rights and is suitable for all models – from the Redmi Note 8 to the Xiaomi 13 Ultra. MIUI has a hidden tool “Optimization”, which is able to find and delete unnecessary files better than the standard storage menu.
How to start:
- Open “Settings” → “About the phone”.
- Click 5-7 times on the MIUI version until the notification “You are a developer!” appears (this unlocks hidden options).
- Return to Settings → “Advanced” → “Optimization”.
- Select Cleanup → Deep Cleanup. The system will scan the memory and show how much can be freed up in the Other section.
Important: after cleaning, restart your phone, so that the system can recalculate the space occupied correctly, and if the volume of the Other hasn't decreased, move on to the next method.
Close all applications
Connect the phone to charging
Backup of important data
Disable VPN (may block scanning)
-->
Method 2: Manually Delete Residual Application Files
When you delete an application through Settings or Play Market, MIUI leaves behind it tails — folders with settings, cache, and temporary files — that can take anywhere from 10MB to 1GB per application to find.
Use a file manager with access to system folders (such as MiXplorer or Solid Explorer):
- Go to /sdcard/Android/data/ – this is where the user application data is stored.
- Delete folders with the names of remote programs (for example, com.whatsapp, if WhatsApp is already uninstalled).
- Check /sdcard/Android/obb/ – heavy caches of games can lie here (up to 2-3 GB per game).
For system applications (which cannot be removed by standard means), the path will be different: /data/data/. But you can't get there without root. If you have root, use the command:
adb shell
su
rm -rf /data/data/com.example.app⚠️ Note: Removing files from /data/data/ If you don't have root rights, you can crash your application.
Once a week.
Once a month
Only when the place ends.
Never cleaned.
-->
Method 3: Removing Logs and Dumps Through ADB
System logs (.log) and dumps (.dump) are your phone’s black boxes that record all the user’s errors, crashes and actions. On Xiaomi, they can take up to 5 GB, especially if the phone is often overheated or used for development, and can be deleted via ADB (Android Debug Bridge).
Instructions:
- Install ADB Tools on your PC.
- Turn on "Debugging by" USB» on the phone (Settings) → The phone. → Version. MIUI → 7 taps → «For developers» → «Debugging by USB»).
- Connect your phone to your PC and execute commands: adb shell su rm -rf /data/log/* rm -rf /data/tombstones/* rm -rf /data/anr/* rm -rf /cache/*
These teams will clear:
- 📜 Logs of the kernel and system processes (/data/log/).
- ⚰️ Memory dumps at emergency termination (/data/tombstones/).
- ⏳ Application freeze logs (/data/anr/).
- 🗑️ Update cache and temporary files (/cache/).
💡
If the phone was running faster after the commands were executed, then the logs took up not only space, but also braked the system.
Method 4: Reset to factory settings (nuclear method)
If the previous methods didn't work, and the Other still takes 10+GB, the radical solution is a complete reset, and it will remove everything, including:
- 🧹 System debris and fragmented files.
- 🔄 Residual data from all applications ever installed.
- 📱 Settings MIUI, which may cause incorrect display of memory.
How to reset correctly:
- Make a backup through Settings → System → Backup.
- Go to Settings → About Phone → Resetting Settings.
- Select “Erase all data”.
- After the reboot, don’t restore data from the backup — first check how much the Other takes on a clean system.
| Xiaomi model | Average volume of the "Other" after reset | Recommended discharge frequency |
|---|---|---|
| Redmi Note 10 Pro | 1.2–2.5 GB | Every 12 to 18 months |
| Xiaomi 12T | 0.8–1.5 GB | Every 2 years |
| POCO X3 Pro | 1.5-3 GB | Once a year. |
| Xiaomi Mi 11 Lite | 0.5–1 GB | Every 2-3 years |
⚠️ Attention: On phones with MIUI 14+ And then you can have up to 3GB of the Other, which is normal.
Method 5: Manually Delete Duplicates and Hidden Media Files
One of the most subtle memory eaters is duplicate photos and videos that are automatically created.
- 📸 gallery MIUI It saves copies of edited photos in /MIUI/Gallery/cloud/optimized/.
- 🎥 Google Photos Leaves Miniatures in the /DCIM/.thumbnails/.
- 📱 Messengers (Telegram, WhatsApp) cache media in the Internet /Android/media/.
To find and remove duplicates:
- Use the Files by Google app (built-in Cleanup → File Duplicates).
- For deep scanning, install SD Maid (requires root for full access).
- Manually check folders: /sdcard/DCIM/.thumbnails/ /sdcard/MIUI/Gallery/cloud/ /sdcard/Android/media/com.whatsapp/
How to distinguish the duplicate from the original?
FAQ: Frequent questions about Xiaomi's "Other" section
Why does the volume of the “Other” not decrease after cleaning the cache?
Can I remove the “Other” without rooting?
Why does Xiaomi already have 2-3 GB in the Other section?
How can we prevent the growth of the Other in the future?
Can the “Other” slow down the phone?
💡
If "Other" takes up more than 15 percent of total memory, that's critical. Start by cleaning the cache and logs, then move on to manual methods. Reset to factory settings is the last chance to take back control.