Why Xiaomi Redmi Memory is being hammered by โOthersโ and what to do about it
Have you ever gone to Settings โ Memory on your Redmi and seen the mysterious โOtherโ category take the lionโs share? This is not a system error โ this is how MIUI designates files that donโt fall into the standard categories (โAppsโ, โImagesโ, โVideoโ). This group can include system process cache, temporary update files, log files, remnants of deleted applications and even hidden messenger data.
The problem is that over time, The Other grows to giant sizes โ often taking up 10 to 30 GB on devices with 64 or 128 GB of memory. Redmi Note 10 Pro, Redmi 9A or POCO X3 users are faced with this most often: the phone starts to slow down, apps fly out, and the system warns of space shortages, although you โdid not download anything.โ In this article, we will examine what exactly is hidden under the label โOtherโ, how to safely clean it and prevent re-accumulation of garbage.
Spoiler: Not all files in this category can be deleted without consequences. For example, deleting some system logs can cause MIUI to malfunction. So we will focus on secure methods that do not require root access or complex firmware manipulation.
Whatโs Behind the Other in Xiaomiโs Memory
The Other category is the garbage bin of the operating system, where files that don't fit standard labels are deposited, and this is what it usually includes:
- ๐ Cache of system applications: temporary files from com.android.systemui, com.miui.home and other services MIUI. They are needed for quick interface operation, but often donโt clear automatically.
- ๐ Remnants of Remote Applications: Folders /data/data or /Android/obb, which remain after uninstallation of programs through Settings (without using "complete cleaningยป).
- ๐ Log files and memory dumps: records of crashes, errors and debugging (/data/anr, /data/tombstones). They are created by a diagnostic system, but they are rarely needed by the average user.
- ๐ Symbolic links and empty folders: artifacts after updates MIUI or reset settings that take up space but do not contain useful data.
- ๐ฅ Hidden downloads: files downloaded in the background by browsers (Mi Browser, Chrome) or messengers (Telegram, WhatsApp) that did not get into the Download folder.
On Xiaomi devices with MIUI 12-14 firmware, the Other can take up a particularly large amount of space due to the F2FS file system the company uses to optimize speed, which is worse at auto-freezing space than ext4, so it accumulates more debris faster.
๐ How to check what exactly takes up space? Install Files by Google or SD Maid (requires root for deep analysis) will show the file distribution by category and help identify heavy folders.
Method 1: Cleaning the cache of system applications
The safest and most effective method is to remove the cache of the built-in MIUI services. This will not affect your data, but will free up 1-5 GB of space.
Instructions:
- Open Settings โ Applications โ Application Management.
- Click on the three dots in the top right corner and select Show All Apps.
- In the search bar, enter the names of system services in turn and clear their cache: ๐ฑ com.miui.home (Luncher) MIUI) โ๏ธ com.android.systemui (System Interface) ๐ com.miui.securitycenter (Security Center) ๐ com.miui.analytics (Collection of statistics)
Warehouse โ Clear the cache
โ ๏ธ Warning: Don't click Clear Data for System Applications! This can reset launcher settings, delete widgets or cause errors in work MIUI.
Find com.miui.home in the list of applications | Clear cache (not data!)|Repeat for com.android.systemui|Reboot phone after cleaning-->
Once the device is restarted, the system will recover the necessary cache, but its volume will be minimal, a method that is especially useful for owners of Redmi Note 8 Pro and Redmi 9T, where the launcher cache often grows to 2-3 GB.
Method 2: Remove Remnants of Remote Applications
When you delete an application through Settings, MIUI does not always clear all the files associated with it.
- ๐ Folders in /Android/obb (game data, for example, PUBG Mobile or Genshin Impact).
- ๐๏ธ Files in /data/data (settings and application cache).
- ๐ Temporary files in /sdcard/Android/data.
To remove them:
- Open Explorer (or install Solid Explorer for convenience).
- Go to /sdcard/Android/obb and delete the folders with the names of the remote games/applications.
- Check /sdcard/Android/data โ files up to 500MB-1GB can remain here.
- For complete cleaning, use the ADB command (requires PC): adb shell pm uninstall -k --user 0 name.packet Replace name.packet with application ID (e.g., com.tencent.ig for PUBG Mobile).
โ ๏ธ Warning: Do not delete the folders of current applications! This will cause malfunctions in their work. Before cleaning, check if the application is installed through Settings. โ Annexes.
How to find the name of the application package?
Method 3: Cleaning Log Files and Memory Dumps
MIUI actively logs system processes that are rarely needed by ordinary users, which can take up to 5-10 GB, especially if the phone is rebooted frequently or errors occur.
To remove them:
- Connect your phone to your PC and enable USB Debugging (Settings โ About Phone โ MIUI Version โ 7 times click on the version, then go back to Additional โ For Developers).
- Open the command line on your PC and type: adb shell su rm -rf /data/anr/* rm -rf /data/tombstones/* rm -rf /data/log/* exit Note: The su command requires root rights. If there are none, skip it and clear only the available folders.
- Reboot the phone.
Without root, you can delete some logs through MIUI Security:
- Open Security โ Cleaning โ Deep Cleaning.
- Select System Garbage and confirm removal.
| Type of file | Location. | Can I remove it without root? | Potential volume |
|---|---|---|---|
| Error Logs (ANR) | /data/anr | โ No. | 100-500 MB |
| Memory dumps (tombstones) | /data/tombstones | โ No. | 1-5 GB |
| Logs of the system | /data/log | โ ๏ธ Partially. | 500 MB-2 GB |
| Cash updates. | /cache | โ Yes (via Recovery) | 500 MB-1 GB |
๐ก Useful advice: If you are not ready to use ADB, set up SD Maid (in settings, enable Show system files). The application will find secure logs for deletion even without root.
Method 4: Resetting cache via Recovery Mode
If previous methods didnโt work, try clearing /cache partition through Restore Mode.This wonโt delete your data, but will reset temporary system files and updates.
Instructions:
- Turn off the phone.
- Press the Power button + Volume up until the MI logo appears.
- In the Recovery menu, select the language (if you have a choice: ๐ง Wipe & Reset โ Wipe Cache ๐ Confirm the action and wait for the completion.
Reboot โ System
โ ๏ธ Warning: Donโt choose Wipe Data or Factory Reset โ it will delete all your files and applications!Cache Clearing (Wipe Cache) is secure and does not affect user data.
This method is especially effective after failed MIUI updates, where the system backs up files but does not delete them. For example, after upgrading the Redmi Note 11 from MIUI 13 to MIUI 14, up to 1-2 GB of unnecessary data can remain in the cache.
๐ก
Cleaning the cache through Recovery is the only way to remove update files that are not visible in standard Explorer.
Method 5: Using Hidden MIUI Functions
MIUI has built-in deep cleaning tools that aren't always obvious. Here's how to activate them:
- ๐งน Hidden storage cleanup: Open Settings โ Memory. Click on the memory usage graph, then click on Other. In some versions. MIUI There is a button to Clean or Control that deletes temporary files.
- ๐ Search for Large Files: In Explorer (Files) click on three dots โ Storage analysis: sort files by size and remove unnecessary ones (like old WhatsApp backups or downloads from Telegram).
Cleaning up the downloads:
- Go to Files โ Categories โ Downloads.
- Click More โ Sort by size and delete unnecessary files (especially.apk,.zip,.rar).
The optimal level of the "Other" is 2-5 GB. If the volume exceeds 10 GB, it is worth applying the methods from this article.