How to Clean the โ€œOtherโ€ folder on Xiaomi Redmi Note 9S: the full guide

The Other folder on the Xiaomi Redmi Note 9S is a real black hole in internal memory that can take up 5 to 20 GB, but users donโ€™t understand what is stored there and how to delete it. Unlike photos or videos, the content of The Other doesnโ€™t appear in the gallery, and standard cleaning methods (such as Settings โ†’ Storage) often donโ€™t work.

The problem is compounded by the fact that the Redmi Note 9S (model M2003J6A1G) is equipped with only 64 or 128 GB of memory, of which 10-15% less is actually available to the user due to system needs. When the Other grows to 10+ GB, the smartphone begins to slow down, applications fly out, and the notification โ€œNot enough memoryโ€ appears even when free 2-3 GB. In this article, 5 proven ways to clean the โ€œOtherโ€ folder, taking into account the features of MIUI 12-14, including hidden system files and application cache, which are not visible through standard tools.

What is the โ€œOtherโ€ folder and why does it take up so much space?

The Other folder (or Other in the English version of MIUI) is a collection of files that the system cannot categorize as standard: photos, videos, audio, documents or applications.

  • ๐Ÿ—ƒ๏ธ App cache โ€” temporary files that create messengers (Telegram, WhatsApp), social networks (TikTok, Instagram) and games, PUBG Mobile can leave behind up to 1-2 GB of garbage after updates.
  • ๐Ÿ“ System logs and dumps are debugging files that Android creates when it crashes. 9S They often accumulate due to unstable work. MIUI Android-based 10/11.
  • ๐Ÿ”„ Remnants of Remote Applications โ€“ folders and databases that remain after uninstallation of programs through Settings โ†’ Annexes.
  • ๐Ÿ” Hidden update files โ€“ firmware packets (.zip) that are downloaded in the background but are not deleted after installation.
  • ๐ŸŽฎ Game data โ€“ saves, textures and additional files that games (Genshin Impact, Call of Duty Mobile) store outside of standard folders.

On the Redmi Note 9S, the problem is compounded by MIUI aggressively cacheing data to speed up work, but not clearing old files. For example, after watching YouTube in high resolution, there may be gigabytes of temporary videos in the /Android/data/com.google.android.youtube folder, which the system classifies as โ€œOther.โ€

โš ๏ธ Warning: Donโ€™t try to delete the entire Other folder through the file manager, which will cause the system to crash. MIUI and Xiaomi account details.

Method 1: Clearing the application cache through MIUI settings

The safest method is to remove the cache for individual applications, which requires no root rights and is suitable for beginners. On the Redmi Note 9S, there are two ways to do this:

  1. Through the Storage menu: Open Settings โ†’ Storage. Slip on "Other" (may be called Other) Select "Clean" (if the option is active). ๐Ÿ”น Limitation: MIUI It often does not show the actual cache volume, but only clears a part of the files.
  2. Through App Settings: Go to Settings โ†’ Apps โ†’ App Management. Sort the list by size (tap three dots in the top right corner). Select an app (like Facebook or TikTok) and tap Clear Cache.**

On the Redmi Note 9S, the following apps are especially voracious (you can clean their cache weekly):

AnnexAverage cache sizeFrequency of cleaning
Google Play Services500 MB - 1.5 GB1 time 2 weeks
MIUI System Launcher300-800 MB1 time per month
Telegram1-3 GB (unless auto-cleaning is configured)Weekly
TikTok1-2 GBAfter each long-term use

Clear the cache of Google Play Services

Delete the temporary MIUI System Launcher files

Check Telegram (Settings โ†’ Data and memory โ†’ Clear cache)

Clean TikTok (Profile โ†’ Settings โ†’ Free space)

Restart the phone after cleaning-->

โš ๏ธ Note: Do not clear the cache for system applications called com.android. or com.xiaomi. โ€“ this can cause malfunctions MIUI. com.android.vending (Google Play Market).

Method 2: Removing garbage through Files by Google

The standard MIUI file manager does not show hidden files and often does not see debris in the Other folder, instead we recommend using Files by Google, the official application from Google, which scans the storage deeper.

Instructions:

  1. Install Files by Google from the Play Market.
  2. Open the app and go to the Cleanup tab**.
  3. Slip "Remove garbage" and wait for the scan to finish.
  4. In the โ€œBig Filesโ€ section**, check the Android/obb and Android/data folders โ€“ they often store unnecessary game and application files.

Files by Google finds what MIUI misses:

  • ๐Ÿ—‘๏ธ Residues APK-Files after application updates.
  • ๐Ÿ“‚ Empty folders from remote programs.
  • ๐Ÿ”„ Duplicate files (e.g. screenshots, saved and in the DCIM, and in Pictures).

๐Ÿ’ก

If Files by Google doesnโ€™t find garbage, try turning on hidden files: open the menu (three lines at the top left) โ†’ Settings โ†’ Show hidden files.

Method 3: Manual cleaning through ADB (for power users)

If the first two methods didnโ€™t work, and the Other folder still takes 5+GB, youโ€™ll need to use ADB (Android Debug Bridge), a method that requires connecting the phone to a computer, but allows you to remove system debris that is not available through the GUI.

๐Ÿ”ง What's the matter:

  • ๐Ÿ’ป Computer with Windows, macOS or Linux.
  • ๐Ÿ”Œ Cable USB Type-C (preferably original from Xiaomi).
  • ๐Ÿ“ฆ Installed drivers ADB Fastboot (you can download from the official Android website).
  • ๐Ÿ” Included debugging by USB on the phone (Settings) โ†’ The phone. โ†’ Version. MIUI โ†’ 7 times tap to activate the developer mode, then Settings โ†’ Additionally. โ†’ For developers โ†’ Debugging by USB).

๐Ÿ“Œ Step-by-step instruction:

  1. Connect the Redmi Note 9S to your computer and select File Transfer mode.
  2. Open the command prompt (cmd in Windows) and type: adb devices If the phone is determined (the serial number will appear), continue. If not, check the drivers.
  3. Enter a command to clear the cache of all user applications: adb shell pm trim-caches -f 1000000000 (this will remove the cache larger than 1 GB).
  4. To clean up dalvik cache (system garbage), use: adb shell su -c "rm -rf /data/dalvik-cache/*" Note: Root rights are required (see method 4).

โš ๏ธ Warning: Teams ADB This can damage the system if you're incorrectly entered, such as misuse of rm. -rf /data/* without specifying a specific folder will lead to a complete reset of the phone.

What if the ADB canโ€™t see the device?
1. Make sure that the debugging is enabled by USB and you have given permission to connect to your computer (a pop-up will appear on your phone). 2 Try another one. USB-cable (cheap cables often donโ€™t support data transfer). 3. Install drivers manually through Device Manager (download official Xiaomi drivers). 4. Restart your phone and computer. 5. If you use Windows, run the command prompt on behalf of the administrator.

Method 4: Getting root rights and deep cleaning (risky method)

If the Other folder is 10+GB and standard methods donโ€™t work, the last option is root permissions, which will remove system debris, but will deprive you of warranties and can lead to unstable phone operation.

๐Ÿ” What's root:

  • โœ… Ability to remove system applications (MIUI Bloatware).
  • โœ… Clearing folders /data/log, /data/tombstones (logs).
  • โœ… Delete the Google Play Services cache and other protected files.

โš ๏ธ Risks:

  • โŒ Loss of warranty (if the phone is warranty, Xiaomi will refuse repairs).
  • โŒ Mistakes in work MIUI (For example, Face Unlock will stop working or NFC).
  • โŒ Blocking of banking applications (Sberbank Online, Tinkoff will refuse to work on a rooted device).

๐Ÿ“Œ How to get rooted on Redmi Note 9S:

  1. Unlock the bootloader through the official Xiaomi tool (requires a Mi Account and wait 7-15 days).
  2. Install custom recovery (TWRP) for the Redmi Note 9S (Curtana model).
  3. Sweep Magisk through TWRP to obtain root rights.

Once root is obtained, use Root Explorer or FX File Manager to manually clean folders:

  • ๐Ÿ—ƒ๏ธ /data/log โ€” logistic.
  • ๐Ÿ—ƒ๏ธ /data/tombstones โ€” memory dumps when applications crash.
  • ๐Ÿ—ƒ๏ธ /data/dalvik-cache โ€” cache of the Android virtual machine.

๐Ÿ’ก

Root rights to Xiaomi Redmi Note 9S get only experienced users. For most tasks, there are ways 1-3.

Method 5: Reset to factory settings (last resort)

If none of the methods worked, and the Other folder still takes gigabytes, it leaves the phone completely reset, which will delete all the data, including photos, contacts and apps, but return the clean system.

๐Ÿ”„ How to reset:

  1. Create a backup of important data (photos, WhatsApp chats, contacts).
  2. Go to Settings โ†’ About the phone โ†’ Reset settings.
  3. Select โ€œErase all dataโ€**.
  4. Confirm the action and wait for the reboot (it will take 5-10 minutes).

โš ๏ธ It's important:

  • After reset, do not restore data from the MIUI backup, this will bring back the garbage.
  • Install only the necessary apps and clean the cache regularly (once a week).

Once a week.

Once a month

Only when memory ends

Never cleaned.

I don't know what that is.-->

How to prevent the โ€œOtherโ€ folder from being refilled

To prevent the โ€œOtherโ€ folder from growing again, follow these recommendations:

  • ๐Ÿ“ต Limit the background activity of applications: Go to Settings โ†’ Annexes โ†’ Permits โ†’ Autorun. disable Autorun for unnecessary applications (e.g. AliExpress, Wildberries).
  • ๐Ÿ”„ Set up automatic cleaning in MIUI: Open the Settings. โ†’ Warehouse โ†’ Clean. Turn on the option "Autocleaningยป**.
  • ๐ŸŽฎ Transfer the games to the memory card: Use SD-class A1 or A2 (We recommend SanDisk Ultra. in the game settings (for example, PUBG Mobile) select storage ยซSD-mapยป**.

Check the folders regularly:

  1. Open the file manager and delete the contents of the folders: /Android/data/ (game cache) /Android/obb/ (additional game files) /Download/ (old downloads)

๐Ÿ’ก Advice: Install SD Maid (requires root) or CCleaner for automatic garbage monitoring, and these applications can find remnants of deleted programs and clean the system cache without manual intervention.

FAQ: Frequent questions about the folder โ€œOtherโ€ on Xiaomi Redmi Note 9S

๐Ÿ” Why is the โ€œOtherโ€ folder filled up again after cleaning?
This is due to the background activity of applications and system logs. MIUI is constantly creating new temporary files to speed up work. To reduce the volume: Turn off auto-update applications in the Play Market. Limit background sync for unnecessary accounts (Settings โ†’ Accounts โ†’ Sync). Use Greenify to freeze voracious applications.
๐Ÿ“ฑ Can I transfer the โ€œOtherโ€ folder to the SD-map?
No, the Other folder is a virtual category, not a real directory, but you can: Move the cache of individual applications to the real directory. SD-map (if the application supports this function) SD-Card as internal memory (Settings) โ†’ Warehouse โ†’ SD-map โ†’ Formatting as internal storage, but it will slow down your phone. โš ๏ธ Attention: Formatting SD-The internal memory of the card will make it incompatible with other devices (the data will be encrypted).
๐Ÿ”ง Which apps are best at cleaning the โ€œOtherโ€ folderยป?
For Redmi Note 9S we recommend: App Features Need root? Files by Google Removal of garbage, large files, duplicates No CCleaner Cache Cleanup, history, application residues No (but with root works more efficiently) SD Maid Deep cleaning of system folders, search for "dead" files Yes MIUI Hidden Settings Access to hidden MIUI settings for manual cleaning No
๐Ÿšจ What happens if you delete everything from the โ€œOtherโ€ folderยป?
If you delete all files from the โ€œOtherโ€ category, the following will happen: ๐Ÿ”„ Reset personalization: will disappear wallpaper, launcher settings, widgets. ๐Ÿ“ฑ Application errors: Some programs (such as Google Maps) will stop working without cache. ๐Ÿ” Account data loss: Mi Account, Google settings may reset. ๐Ÿšซ System failure: if you delete critical files (e.g. from the /data/system), phone won't turn on. โœ… Safe option: Clear only app cache and temporary files, but donโ€™t touch system folders.
๐Ÿ“‰ Why After Updating MIUI The "Other" folder has grown larger?
Updates MIUI New system applications (e.g. Mi Video, Mi Music) that take up space. Remains of old versions - service packs (.zip) are not always deleted automatically. Advanced logs - new version MIUI It can perform a more detailed diagnosis by creating additional files in the /data/log. ๐Ÿ”น Solution: After Updating: Clear the Cache Through Settings โ†’ Warehouse โ†’ Clean up, delete the folder. /cache (need root or TWRP). Reboot the phone.