The Others section in Xiaomi Redmi 9 memory is one of the most mysterious folders for users, taking up gigabytes of space, but not showing specific files that can be manually deleted. In this article, we will discuss what exactly is hidden under the term Other, why this partition grows over time and how to clean it without harming the system.
The main problem is that MIUI automatically assigns app caches, temporary files, deleted program residues, system logs, and even update fragments to the Other. On Redmi 9, with its modest 32-64 GB of storage, this garbage can take up to 10-15 GB, which is critical for users who store photos, videos, or install heavy games. We tested all working methods, from standard MIUI tools to advanced commands through ADB.
What is the βOtherβ in Xiaomi Redmi 9 memory and why it takes up so much space
In MIUI, the Others section is a container for all files that the system cannot categorize as standard (photos, videos, audio, documents, applications).
- ποΈ Application cache β temporary data that programs save to speed up work (for example, thumbnails in the gallery, messenger cache).
- π Residual files β βtailsβ from remote applications that have not been completely cleaned.
- π Log files of the system - error logs, crash reports, debugging data (especially a lot of them accumulate after updates). MIUI).
- π Update fragments β undeleted firmware packages that have downloaded but not installed.
- π€ Account data β synchronization cache of Mi Account, Google and other services.
On Redmi 9, the problem is compounded by the fact that the smartphone is often used as the primary device for photo/video, and also due to the features of the F2FS file system, which fragments small files more than ext4.
Another nuance: MIUI hides some of the Other files from the user to prevent the accidental deletion of critical data. /data/system/package_cache It can weigh a few gigabytes, but you can't see it without root rights. ADB.
Method 1: Cleaning the application cache through MIUI settings
The safest and easiest method is to remove the cache for all applications, which will not affect personal data (photos, messages, accounts), but will free up from 1 to 5 GB of space, depending on the intensity of smartphone use.
Instructions:
- Open Settings β Applications β Application Management.
- Click on the three dots in the top right corner and select "Sort by size."
- Scroll down the list β at the bottom there will be applications with the largest cache (usually messengers, social networks, browsers).
- Put it on the app β Storage β Clean the cache.
To speed up the process, you can use the function βCleaning all cacheβ:
- Go to Settings. β Memory.
- Click Clean in the Cash section (usually a bin button).
- Confirm the action.
Slip three points in "Application Management" and sort by size|Clear the messenger cache (Telegram, WhatsApp, Viber)|Check browsers (Chrome, Mi Browser) β their cache can weigh 1-2 GB|Remove the cache of games (especially if you are playing heavy Genshin Impact projects)-->
β οΈ Warning: Do not confuse Clear cache and Clear data! The second action will delete all the settings of the application, including logins and saved files (for example, in games this will lead to loss of progress).
Method 2: Removing garbage through the built-in Security app
MIUI has a built-in deep cleaning tool called the Security app, which scans the system for unnecessary files, including:
- ποΈ Residual files after uninstallation of applications.
- π₯ Unused. APK-Files (remainders from installing programs).
- π Failure reports and system logs.
- π Duplicate photos and screenshots.
How to use:
- Open the Security app (if it isnβt on your desktop, search through search).
- Go to the Cleaning tab (broom icon).
- Press Deep Clean and wait for the scan to be completed.
- Check all categories (especially Residual Files and System Garbage) and click Clean.
| Category of garbage | What's removed | How much space does it free up (about) |
|---|---|---|
| Residual files | Folders and data of remote applications | 500MB - 2GB |
| Systemic debris | Logs, update cache, temporary MIUI files | 1-3 GB |
| Unused APKs | Installation files of programs that have already been updated | 200-800 MB |
| Duplicate photos | Repeated copies of screenshots and images | 100-500 MB |
π‘ Useful tip: After cleaning, restart the phone, which will help the system correctly recalculate the occupied space in the "Other" section. MIUI Incorrect memory data before rebooting.
π‘
If the βOtherβ section has not decreased after cleaning, check the Downloads folder β heavy files (for example, videos from messengers) are often downloaded there, which the system refers to the βOtherβ.
Method 3: Manually clean through file manager (for power users)
If standard methods donβt work, you can manually delete some of the Other files through the file manager, using a standard Files app or third-party tools like Solid Explorer (which requires root permissions to access system folders).
Where to look for garbage:
- π /storage/emulated/0/Android/data β You can delete folders of programs that you deleted long ago, but their data is left.
- π /storage/emulated/0/Android/obb β Game files (e.g. additional resources for Genshin Impact or PUBG). If the games are deleted, these files can be cleaned.
- π /storage/emulated/0/Download β Downloaded files that the system may attribute to βotherΒ».
- π /storage/emulated/0/DCIM/.thumbnails β Photo and video miniatures (you can delete them, they will be restored automatically).
β οΈ Note: Do not delete files in folders /system, /data or /vendor You can't root, you can crash, and you can't touch files with.odex,.apk or.so extensions in your system directories.
How to enable the display of hidden files in MIUI
Critical information: The /data/app-lib folder on Redmi 9 often contains residual files from older versions of applications that take up to 1-2 GB. It can only be cleaned through ADB or root-rights.
Method 4: Cleaning through ADB (for advanced users)
If previous methods didn't work, the most radical way is to use Android Debug Bridge (ADB), a debugging tool that allows you to remove system debris that is not available through a normal interface.
Step-by-step:
- Download ADB Tools and unpack the archive on your computer.
- On your phone, turn on Settings β About Phone β MIUI version (tap 7 times to activate the developer mode).
- Return to Settings β Additional β For developers and enable βDebugging by USBβ.
- Connect Redmi 9 to your PC and in the command line (Windows: cmd, Linux/macOS: Terminal) do:
adb devices
adb shell
pm clear com.miui.cleanmaster # Clearing the cache of the Security app
rm -rf /data/local/tmp/* # Delete temporary files
rm -rf /data/log/* # Clearing Logs (requires root)
exitTo remove the cache of all applications, use immediately:
adb shell pm trim-caches 256M(where 256M is the cache limit, you can specify more, for example 512M)
β οΈ Attention: Rm teams -rf No root rights will only work on a part of the folders. ADB It can cause data loss or system failure. If you're not sure, skip this method.
π‘
ADB allows you to clean up to 3-5 GB of garbage that is not available through standard MIUI tools, but requires caution - one error in the command can delete critical files.
Method 5: Reset to factory settings (last resort)
If the Other takes up more than 10GB and no methods are working, it leaves the phone completely reset, which will delete all data, including apps, photos and settings, but return the device to a "clean" state, and on Redmi 9, the reset is done like this:
- Back up important data (photos, contacts, messages) through Settings β Additional β Backup and Reset.
- Go to Settings β About the phone β Reset settings.
- Choose to erase all data and confirm the action.
- After the reboot, the phone will be like new β no trash in the Others section.
πΉ What to do after a reset:
- π§ Restore data from the backup selectively (do not restore system settings β they can clog memory again).
- π± Install only the necessary applications (excess programs will quickly fill the cache).
- π Clean the cache regularly through Settings β Memory.
β οΈ Note: Redmi 9 may have Mi Account activation error after reset if the phone was linked to the account!
How to prevent the re-accumulation of βotherβ
To prevent the βOtherβ section from growing again, follow these recommendations:
- π΅ Clean the cache of messengers (Telegram, WhatsApp) once every 1-2 weeks β they accumulate gigabytes of garbage.
- π« Avoid installing applications from unverified sources (APK-Files often leave residual debris behind).
- π Update regularly MIUI β In new versions, the work with cache is optimized.
- π Use Google Drive (Mi Cloud) for photos and videos instead of local storage.
- π Turn off automatic download of media files in messengers (settings) β data-storage).
You can also install third-party memory monitoring tools, such as Files by Google or SD Maid (the latter requires root permissions to work properly), which show which files are in the Others section.
π‘ Useful tip: If you install/remove games frequently, use the app cloning function in the app. MIUI (So, the debris from the temporary applications will not accumulate in the main memory.