The βOtherβ section in Xiaomiβs Redmi 9 Note memory is a real black hole for smartphone owners. It can take anywhere from 5 to 20 GB, but the system does not show which files are getting there. Many users try to clear this partition through standard settings, but are faced with the fact that the memory is not released or returns after a few days. In this article, we will analyze 5 proven ways that actually work on the Redmi 9 Note (including the Redmi Note 9 Pro and Note 9S models), and explain why the βOtherβ fills up so quickly.
It's important to understand that the other is not garbage, but system caches, temporary application files, update data and hidden folders, and you need to delete them carefully so as not to break your smartphone. We tested all methods on MIUI 12.5 and MIUI 13 firmware, the results are shown in the table below. If you're ready to get back lost gigabytes, read on.
What is the βOtherβ section and why does it take up so much space?
On the Redmi 9 Note, the βOtherβ section of the Memory Analysis (Settings β Memory) includes:
- π Cache of system applications (e.g. com.miui.gallery or com.android.providers.media)
- π Remains of updates MIUI (folder /cache and /data/ota_package)
- π± Data data Dalvik/ART (Optimized code for fast application operation)
- ποΈ Temporary files from messengers, browsers and social networks (for example,.thumbnails in the gallery)
- π Hidden folders like this /data/app-lib or /data/dalvik-cache
The main problem is that MIUI does not show details for this section, so users can not manually delete unnecessary files. Moreover, some of the data is restored after rebooting or updating applications. For example, the Google Play Services cache can βeatβ up to 1-2 GB monthly, and cleaning the gallery through Settings β Applications does not affect hidden thumbnails.
On the Redmi 9 Note with 128 GB of memory, the βOtherβ rarely exceeds 10 GB, but on 64 GB models it can reach up to 15-20 GB. This is due to the fact that the system actively uses internal memory for caching due to the lack of a microSD slot (in some versions).
Method 1: Cleaning through hidden MIUI menu (no root)
The safest method is to use the built-in MIUI storage menu, which is hidden from users, which allows you to delete the cache of system applications and temporary files without affecting critical data.
Instructions:
- Open the phone and enter the combination: ##4636##
- In the menu that appears, select Storage.
- Click Clear cache β this will delete the temporary files of all applications.
- Return to the main menu and select Battery Statistics β Usage β Clean (extra frees up ~200-500MB).
This method cleanses:
- π§Ή Cash Google Play Services, MIUI System and Android System
- π Temporary files from the folder /data/local/tmp
- π Battery Logs and System Dumps
π‘
The hidden MIUI menu is the only official way to clean the Other without risking damage to the system, repeat the procedure every 1-2 weeks to maintain free space.
Limitation: The method does not remove the MIUI update cache and Dalvik data. This will require manual cleaning (see Method 3).
Method 2: Remove the MIUI update cache manually
Updates MIUI They leave behind folders with firmware weights. 1β3 GBs that the system doesn't automatically delete. /data/ota_package and /cache.
How to delete:
- Connect Redmi 9 Note to your PC via USB (in File Transfer mode).
- Open the conductor and follow the path: Internal memory β data β ota_package.
- Delete all files with.zip extension or type names miui_HMNote9ProGlobal....
- Return to the root folder and open the cache β delete all content (except for the recovery and lost+found folders).
Warning: Do not delete files in /system or /vendor folders β this will cause your smartphone to fail and require flashing through Fastboot.
Make a backup copy of important data|Charge your phone at least 50 times%|Use the original USB-cable|Do not turn off your phone during the procedure-->
After cleaning, restart the device. The system will restore the necessary files, but the volume of the Other will decrease by 1-4 GB (depending on the number of downloaded updates).
Method 3: Cleanup Dalvik/ART-cache (requires recovery)
Dalvik/ART cache is optimized application data that speeds up the launch. On the Redmi 9 Note, it can take up to 3-5 GB, but it can not be removed through standard settings.
Step-by-step:
- Turn off the phone.
- Press the Power button + Volume up to enter Recovery Mode.
- Select Wipe & Reset β Wipe Cache (TWRP is Advanced Wipe β Dalvik/ART Cache).
- Confirm the action and wait for the completion.
- Reboot the device (Reboot System).
The first run after cleaning will take 5-10 minutes β the system will reassemble the cache for all applications. This method frees up 2-5 GB, but has the side effect that the first 1-2 days of applications can open more slowly.
What if after cleaning Dalvik phone is stuck on the logo?
Method 4: Remove unnecessary APKs and application residues
When you delete applications through Settings β Applications on Redmi 9 Note often remain:
- π¦ APK-file /data/app-lib
- ποΈ Folders with data in /data/data (For example, com.tencent.mm for WeChat)
- π§ Cash. OBB (play-in /Android/obb
To remove them:
- Install a root-access file manager (such as FX File Explorer or Solid Explorer).
- Go to /data/app-lib and delete folders with the names of remote applications.
- In /data/data, find folders like com.facebok.katana (Facebook) or com.whatsapp and delete them if the apps have been uninstalled for a long time.
- In /Android/obb, delete the files of games you no longer play (e.g. com.gameloft...).
Important: Do not delete your system application folders (e.g. com.miui or com.android) because this will cause MIUI to crash.
π‘
Before you delete the folders in /data/data, check their contents. If there are files like lib or databases inside, then the application is still installed and you can't delete them.
This method allows you to free up from 500 MB to 2 GB, but it requires caution. If you are not sure about the names of the folders, use Method 5 with ADB.
Method 5: Advanced Cleaning through ADB (for experienced)
If previous methods didnβt work, you can use Android Debug Bridge (ADB), a low-level file system tool that is suitable for removing hidden caches and system logs that are not visible through the explorer.
Instructions:
- Download ADB Tools and unpack it on PC.
- On your phone, turn on USB Debugging (Settings β About Phone β MIUI Version β 7 times Press β Additional β For Developers β Debugging by USB).
- Connect Redmi 9 Note to your PC and in the command line (in the folder with ADB) do:
adb shell
su
rm -rf /data/local/tmp/*
rm -rf /data/log/*
rm -rf /cache/*
exit
exitThese commands delete:
- π Logs of the system (/data/log)
- ποΈ Temporary files (/data/local/tmp)
- π Cash updates (/cache)
π‘
If the su command doesnβt work, your Redmi 9 Note doesnβt have root rights, so use only the first two lines of code (without su), but they will clear less data.
Once you have completed the commands, restart the phone. This method frees up 1-3 GB, but requires care - the wrong command can delete critical files.
What to do if something goes wrong
If after cleaning the βOtherβ Redmi 9 Note began to work unstable (hangs, application errors), follow the following steps:
| Problem. | Reason. | Decision |
|---|---|---|
| Phone's off. | Deleted system files in /system or /vendor | Fastboot (instructions on the official website of Xiaomi) |
| Apps fly out | Cleared. Dalvik/ART-cache or delete application data | Restart the phone and wait for cache reassembly (up to 10 minutes) |
| Memory never freed. | Files recovered after rebooting | Repeat cleaning through ADB or Recovery |
| The system asks for a password after restarting | Xiaomi account files (/data/system) deleted | Reset your settings via Recovery (Wipe Data) |
If neither method worked and the Other still takes more than 10GB, the reason could be:
- π οΈ Faulty file system (you need to make format data in the file system) TWRP)
- π¦ Virus or malware (check through Malwarebytes)
- π Memory wear (on Redmi 9 Note with 2)+ service)
π‘
If you suspect memory wear, install AIDA64 and check the Internal Storage Health setting in the Warehouse section, a value below 90% indicates that you need to replace the memory module.
How to prevent the βOtherβ from being refilled
To prevent the βOtherβ section from growing by leaps and bounds, follow these recommendations:
- π Turn off automatic updates MIUI (Settings β The phone. β Updating the system β βοΈ β Auto-update. Download firmware manually and delete it. ZIP-file.
- πΈ Clean the gallery cache once a week: Settings β Annexes β gallery β Memory. β Clear the cache.
- ποΈ Use lightweight apps instead of heavy apps, like Facebook Lite instead of the main client, Hermit for web applications.
- π΅ Limit background activity through Settings β Battery β Select applications (turn off auto-start for unnecessary services).
Itβs also useful to regularly check memory through apps like Files by Google or SD Maid, which show hidden files and suggest that they be cleaned.
π‘
If you are actively using instant messengers (Telegram, WhatsApp), set up automatic cleaning of media files. on Telegram: Settings β Data and memory β Autoclean media.