How to completely remove the folder β€œOther” on Xiaomi Redmi 10S: cleaning cache, system files and hidden garbage

The β€œOther” folder on Xiaomi Redmi 10S is one of the most puzzling and annoying issues for smartphone owners, which can take up 5 to 20 GB of storage, but does not display specific content in a standard file manager. Many users mistakenly think that these are viruses or remnants of remote applications, but in fact β€œOther” is a mixture of system cache, temporary MIUI files, update logs and garbage from applications.

In this article, we will discuss the unique Redmi 10S cleanup methods that do not result in resets or data loss. You will learn how to distinguish secure files from mission-critical ones, why standard methods often do not work, and what to do if the Other folder appears again in a week. All instructions are tested on MIUI 12.5-14 and are relevant for the Redmi 10S with 64/128 GB of memory.

Why does the Other folder take up so much space on Redmi 10S?

On Redmi 10S, the Other folder is not just garbage, but MIUI system reserve, which includes:

  • πŸ“ Application and system cache (including com.android.systemui and com.miui.home data).
  • πŸ”„ Update logs (remain after installing security patches and firmware).
  • πŸ—‘οΈ Temporary files from Google Play Services, Mi Cloud and other services.
  • πŸ”’ Secure data (e.g. encrypted copies of messages or Mi Account backups).

Redmi 10S features a Snapdragon 480 and limited MIUI optimization for budget models. The system actively uses cache to speed up work, but does not always clean it correctly. For example, after upgrading to MIUI 13, many users noticed that the Other folder grows to 10+ GB due to duplicate logs.

It's important to understand that some files in Other can't be deleted, it could cause a system crash or a camera, GPS, or mobile network to malfunction, but up to 70 percent of the content can be safely cleaned if you know where to look.

πŸ“Š How often do you clear your memory on Redmi? 10S?
Once a week.
Once a month
Only when the place ends.
Never cleaned.

Method 1: Cleaning the cache of system applications (without root)

The safest method is to manually clean the cache for MIUI system services, which most often clog the Other folder. On Redmi 10S, this can be done without superuser rights, but you will need access to Settings β†’ All applications.

Follow the steps:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Click on the three dots in the upper right corner and select Show System.
  3. Find the following apps in the list (use search): πŸ” com.android.systemui (Interface) MIUI) πŸ“± com.miui.home (Luncher) ☁️ com.xiaomi.cloud (Mi Cloud) πŸ”„ com.android.updater (Update Center)

Warehouse β†’ Clear the cache

Once cleaned, reboot your phone. This method frees up 1 to 4 GB in the Other folder, but doesn't remove deep system logs. They'll need other ways.

β˜‘οΈ Checklist before cleaning the cache

Done: 0 / 4

Method 2: Remove update logs via Recovery Mode

If the Other folder has grown after the MIUI update, install logs that the system does not automatically delete are to blame. On Redmi 10S, they can be erased through Recovery Mode without losing user data.

Instructions:

  1. Turn off the phone.
  2. Press the Power button + Volume up until the Mi logo appears.
  3. In the Recovery menu, select the language (if required: πŸ”§ Wipe & Reset β†’ Wipe Cache πŸ—ƒοΈ Advanced β†’ Wipe Dalvik Cache (if there is a point)

Confirm the action and wait for the completion.

Reboot β†’ System

This method removes up to 5 GB of garbage, but does not touch user files, but after the procedure, the first turn on can take 5-10 minutes - this is normal, since the system recovers the cache.

What happens if you choose Wipe Data in Recovery?
This item will completely reset the phone to factory settings, deleting all your data, including photos, contacts and apps. Use it only as a last resort if other methods have not worked and you have a backup.

Method 3: Using ADB for deep cleaning (for advanced)

If standard methods don’t work, you can use ADB (Android Debug Bridge) to delete hidden files, which requires a computer and basic command line knowledge, but allows you to clear up to 80% of the contents of the Other folder.

Step-by-step:

  1. Turn on USB Debugging on your phone: Go to Settings β†’ About Phone β†’ MIUI version and tap 7 times to activate Developer Mode. Return to Settings β†’ Additional β†’ For Developers and enable USB Debugging.

Redmi 10S

adb shell


pm clear com.miui.analytics #Cleanup of MIUI Analytics




pm clear com.xiaomi.midrop #Mi Drop cleanup




rm -rf /data/local/tmp/* # Delete temporary files

⚠️ Note: Do not use the rm commands -rf /data/ rm -rf /system/ β€” This will lead to a complete collapse of the system and require reflashing the phone.

Once you've done the commands, restart the phone. This method is effective, but it's risky -- the wrong command can disrupt MIUI.

πŸ’‘

Before using ADB, create a restore point in TWRP (if installed), which will allow you to roll back changes if something goes wrong.

Method 4: Cleaning through the built-in MIUI Memory Optimizer

In MIUI 12.5 and later, there is a hidden Memory Optimizer tool that can find and remove garbage in the Other folder, but by default it is disabled for Redmi 10S due to performance limitations.

How to activate:

  1. Open the Settings β†’ Memory.
  2. Slip the memory schedule 3 times in a row (quickly).
  3. A hidden menu will appear Deep Clean – select it.
  4. Check the boxes: 🧹 Residual files πŸ—‘οΈ Update cache πŸ” Unnecessary logs

Clean up

This method is safe and does not require root rights, but it does not work on all versions of MIUI. If the menu does not appear, try updating the firmware to the latest stable version.

Method 5: Manually cleansing through file manager (with root rights)

If you have Magisk or other root access, you can manually remove the garbage from the Other folder, which is the most effective, but also the most risky way to do it, because doing it wrong will cause you to lose data or crash your system.

What folders can be cleaned:

The way to the folderWhat it keeps.Is it safe to remove?
/data/logLogs of system and applicationsYes (releases 1-3GB)
/data/local/tmpTemporary filesYes.
/data/system/package_cacheCache of installed packagesYes (but can slow down the first load after cleaning)
/data/misc/apexdata/com.android.artART cache (Application Acceleration)No (will result in recompilation of all applications)

⚠️ Note: Never delete files from folders /system, /vendor or /data/app β€” This will cause the phone to fail.

To clean, use Root Explorer or FX File Manager with root access enabled. After removing, restart your phone and check for stability.

πŸ’‘

Root access gives you maximum control over the Other folder, but it requires caution. Always back up through TWRP before manually cleaning.

How to prevent the β€œOther” folder from reappearing?

Even after cleaning the folder completely, the Other folder can grow again in a few weeks.

  • πŸ”„ Turn off the automatic analytics MIUI: Go to Settings. β†’ Confidentiality β†’ Analytics and disable all switches.
  • πŸ“± Limit the background activity of applications: C Settings β†’ Battery β†’ Battery Consumption Management Select for Unnecessary Applications Mode Restricted.
  • ☁️ Turn off Mi Cloud backup for unnecessary data: Go to Settings β†’ Mi Account β†’ Mi Cloud β†’ Backup and disable copying of logs and temporary files.

It is also recommended to repeat cleaning the system application cache once a month (Method 1) and use lightweight alternatives to standard MIUI services, for example:

  • πŸ“ Replace the Mi File Manager with Solid Explorer or FX File Manager.
  • πŸ” Use it. SD Maid for automatic garbage cleaning (requires root).

FAQ: Frequent questions about the "Other" folder on Redmi 10S

Can I delete the β€œOther” folder completely so it doesn’t appear again?
No, it's not possible. The Other folder is part of the Android and MIUI architecture, and the system will recreate it to store temporary files, but you can minimize it to 1-2 GB by regularly cleaning up the instructions above.
Why does the β€œOther” folder take up a lot of space again after cleaning?
This is due to background MIUI processes that constantly create logs and cache. For example, com.miui.analytics can generate up to 500MB of logs per week. To slow folder growth, turn off analytics and limit application background activity (see How to Prevent Reappearance).
Is it safe to use cleaning applications (such as Clean Master)?
No, most Google Play cleaners are not only inefficient, but can also delete important files or show false virus warnings. For Redmi 10S, it's better to use the built-in MIUI tools or manual methods from this article.
What to do if the phone starts to brake after cleaning?
This is normal after removing the Dalvik or ART cache. The system will recompile applications on the first run, which can take anywhere from 10 minutes to an hour. If the brakes do not pass longer than a day, try: Reboot the phone. Clear the cache for problematic applications manually. If you used ADB or root, check the logs for errors (adb logcat).
Can I transfer the β€œOther” folder to the SD-map?
Technically not. The Other folder contains system files that must be stored in internal memory for Android to work properly. However, you can migrate media files, documents and some application data to the Android app. SD-To make room, use the Warehouse function. β†’ Transferring data in settings MIUI.