The โOtherโ folder on Xiaomi Redmi 9 is one of the most mysterious and annoying features of MIUI. It can take up from 5 GB to 20+ GB of memory, but does not display specific content in the standard file manager. Users often face a situation where free space on a smartphone is running out, and this section is the culprit. What is the reason for its appearance and can it be safely deleted?
In fact, "Other" is a collection category for files that the system cannot automatically classify.
- ๐ Application cache (including hidden data of messengers and social networks)
- ๐ Temporary update files MIUI Google Play
- ๐๏ธ Remains of Remote Applications (Incorrectly Cleaned Data)
- ๐ System Logs and Dumps (Created When Failed)
- ๐ฎ Game files (e.g. Genshin Impact cache or PUBG Mobile)
In this article, weโll break down 5 working ways to clean the Other folder on Redmi 9, including hidden settings. MIUI, utilization ADB-Importantly, some methods require super-user rights, but we will also provide secure alternatives for users without root access.
1.What is the "Other" folder and why does it grow
The MIUIโs Other folder is not a physical directory, but a virtual category that the system uses for files that donโt fit into the standard partitions (Images, Videos, Audio, etc.) and the main reasons for its growth are:
- ๐ค Automatic cache creation: Applications (especially social networks and instant messengers) save temporary data to speed up work, for example, Telegram can store up to 5 GB of cache media files.
Fun fact: On Redmi 9 with factory firmware, the Other folder often takes up more space than on custom firmware (e.g., Pixel Experience), which is due to MIUI's aggressive caching policy.
โ ๏ธ Note: Do not attempt to delete the โOtherโ folder through the File Manager โ It's a virtual category, and deleting it will only cause the system to crash. You have to clean the specific files inside it.
| File type in "Other" | Approximate size | Can I remove it? |
|---|---|---|
| Messenger cache (WhatsApp, Telegram) | From 1 GB to 10 GB | Yes (no data loss) |
| Temporary MIUI update files | 500MB to 2GB | Yes (after installing the update) |
| Logs and dumps of the system | From 100MB to 1GB | Yes (but may be needed for diagnosis) |
| Remnants of Remote Applications | From 50MB to 500MB | Yes (completely safe) |
| Game Files (Genshin Impact, PUBG) | From 2 GB to 15 GB | Partially (you can clean the cache, but not save) |
2. Method 1: Cleaning the application cache through settings
The safest method is to manually clean the cache for each application, which does not require root rights and does not damage user data (photos, messages, game saving).
Instructions:
- Open Settings โ Applications โ Application Management.
- Slip on the three dots in the upper right corner and select Sort by size.
- Scroll down the list โ the heaviest apps will be at the top.
- Select an app (like Facebook or Telegram) and click Clear cache.
Pay special attention to the following applications (they most often accumulate cache):
- ๐ฑ Google Play Services (can take up to 1 GB)
- ๐ฌ Telegram, WhatsApp, Viber (media files)
- ๐ฎ Genshin Impact, PUBG Mobile, Call of Duty (cache texture)
- ๐ Browser (Chrome, Mi Browser) โ history and temporary files)
Backup important data |Close all applications |Connect charger |Contact free space after cleaning-->
โ ๏ธ Note: Do not clear data (Clear data) for system applications (such as Settings or Phone) โ this may cause a crash MIUI. Clean only the cache.
If the cache returns quickly after cleaning, try limiting the background activity of the applications:
- Go to Settings โ Battery and Performance โ Battery Management.
- Select the application and set a Background activity limit.
3. Method 2: Using a built-in MIUI cleaner
MIUI It has a built-in garbage cleaning tool โ โCleanerโ** (Security). โ It deletes temporary files, cache residues and unused data, but often skips deep system files.
How to use:
- Open the Security app (shield icon).
- Go to the Cleaner tab.
- Press Deep Clean and wait for the scan.
- Select all items (especially Residual Files and Application Cache) and click Clear.
Advantages of the method:
- โ Doesn't require root rights.
- โ Safe for the system.
- โ Remove up to 1-3 GB of garbage at a time.
Disadvantages:
- โ Does not clear the cache of some system applications.
- โ Can skip files of games and large messengers.
๐ก
If the size of the Other folder hasn't changed after cleaning, reboot the phone. MIUI sometimes doesn't update the vacancy data right away.
Method 3: Delete temporary MIUI update files
When updating firmware MIUI system downloads packages into a folder /cache and /data/ota_package, But it doesn't always delete them once they're installed. 2โ3 GB and appear in the "Other" sectionยป.
To remove them:
- Connect your phone to your PC and enable USB Debugging (Settings โ About Phone โ MIUI Version โ 7 times tap on version, then go back to Additional Settings โ Developer Options โ Debugging by USB).
- On PC, open the command line and type: adb shell su rm -rf /cache/* rm -rf /data/ota_package/*
- Reboot the phone.
If you do not have root rights, use an alternative method:
- Go to Settings โ About the phone โ System update.
- Slip on the three dots in the top corner and select Remove the downloaded package.
โ ๏ธ Note: Do not manually delete files through the file manager in folders /system or /vendor. This can lead to a blink (complete inoperability) of the device.
What if the ADB canโt see the device?
5. Method 4: Manual cache removal of games and heavy applications
Games and some apps (like TikTok or Instagram) store gigabytes of data in custom folders, which MIUI categorizes as "Other" -- for example, Genshin Impact can take up to 15GB on a device.
How to find and clean these files:
- Open the File Manager โ Internal memory.
- Go to the Android โ data folder (if not, turn on the display of hidden files in the manager settings).
- Find folders with the names of games or applications (for example, com.miHoYo.GenshinImpact).
- Remove the cache folder inside (donโt touch files โ there may be saves!).
For popular games, paths to cache:
| App/game | The way to the cache | Is it safe to remove |
|---|---|---|
| Genshin Impact | /Android/data/com.miHoYo.GenshinImpact/cache | Yes (but don't delete files) |
| PUBG Mobile | /Android/data/com.tencent.ig/cache | Yes. |
| Call of Duty Mobile | /Android/data/com.activision.callofduty.shooter/cache | Yes. |
| Telegram | /Android/data/org.telegram.messenger/cache | Yes (but the media files will be saved) |
If the game starts to slow down after cleaning the cache, it just recreates the files it needs the next time it runs. That's okay.
๐ก
Cleaning the game cache does not delete saves or accounts. All progress is stored in the cloud or in the files folder.
6. Method 5: Advanced cleaning with ADB (no root)
If previous methods didnโt work, you can use ADB (Android Debug Bridge) for deep cleaning, which doesnโt require root rights, but allows you to remove system debris that is not available through standard settings.
Step-by-step:
- Install ADB and Fastboot Tools on PC.
- Connect Redmi 9 to USB and enable USB Debugging (see Method 4).
- Open the command line in the ADB folder and type: Adb devices Make sure the device is defined.
- Follow the instructions for cleaning: adb shell pm clear com.miui.cleanmaster # Clean up the standard adb shell pm clear com.android.providers.downloads # Clean up the adb shell pm clear com.android.vending # Clean up the Google Play cache adb shell rm -rf /data/local/tmp/* # Delete temporary files
- Reboot your phone: adb reboot
These commands delete:
- ๐งน Google Play Store and Google Services Cache.
- ๐๏ธ Temporary download and update files.
- ๐ Remains from the work of system utilities MIUI.
โ ๏ธ Note: Do not use the adb shell pm clear command for system applications like com.android.settings or com.miui.home.
7.Extreme measures: reset to factory settings
If the Other folder takes up more than 10GB and no methods help, the last option is hard reset, which will delete all data from the phone, including apps, photos and settings.
How to do the reset correctly:
- Create a backup copy: ๐ธ Photos and videos โ copy to PC or cloud (Google Photos, Mi Cloud). ๐ฌ Messages โ Export through Settings โ Google โ Backup. ๐ฎ Save games โ check if they are linked to an account (Google Play Games, Mi Account).
Settings โ About the phone โ Reset settings โ Erase all data
Clear it all up.
After restarting, set your phone as new.
Advantages of the method:
- โ Deletes all unnecessary files, including hidden debris.
- โ Corrects File System Errors.
Disadvantages:
- โ Requires a complete reconfiguration of the phone.
- โ Risk of data loss in case of incorrect backup.
๐ก
After reset, don't restore the data from the backup immediately. First, check if the Other folder has appeared again. If not, install the applications gradually to identify the culprit.