How to completely clear the folder โ€œOtherโ€ on Xiaomi Redmi Note 9: 5 working ways

The Other folder on the Xiaomi Redmi Note 9 is a real black hole for internal memory. It can take up from 5 to 20 GB, but users rarely understand what is stored there. App cache, temporary system files, remnants of deleted programs, log files - all this accumulates for years, slowing down the smartphone. Unlike garbage in the gallery or downloads, the content of the Other is not visible in the standard file manager, and attempts to clean it through Settings โ†’ Storage often have a meager effect.

In this article, we will discuss 5 proven ways to clean the Other folder, from simple (via built-in MIUI tools) to advanced (using ADB and manual removal of system files), focusing on hidden folders with the MIUI update cache and system logs that occupy the lionโ€™s share of space. All instructions are adapted for the Redmi Note 9 (Mercury/Miatoll models) with the features of the MIUI 12-14 firmware.

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

In MIUI, the Other folder is a collection box for files that the system cannot categorize as standard (photos, videos, audio, documents) and includes:

  • ๐Ÿ“ App cache and systems are temporary files that are created to speed up the work of programs. For example, the cache of Google Play Services can weigh up to 1-2 GB.
  • ๐Ÿ”„ Remnants of Remote Applications โ€“ folders with settings and data of programs that you have long since uninstalled, but the system has not cleaned.
  • ๐Ÿ“œ Log files and dumps โ€” records of system errors, application crashes, and even kernel panic. 9 They often accumulate in /data/tombstones.
  • ๐Ÿ”„ Update files MIUI โ€” i) loaded but not installed firmware packages (includes in the /cache or /data/ota_package).
  • ๐ŸŽฏ Hidden folders of messengers โ€“ for example, Telegram or WhatsApp store backup copies of chats and media files here.

The main problem is that MIUI doesn't show the contents of "Other" in the file manager by default. Even if you turn on the hidden file display, many folders will not be available without root rights. For example, /data/data (where application data is stored) or /system (system files) require special permissions to clean.

โš ๏ธ Attention: Some files in the Other folder are critical to the system's operation. /data/dalvik-cache (Android virtual machine cache may lead to a cyclical smartphone reboot.

Method 1: Cleaning through built-in MIUI tools

Let's start with the safest method, which is to use standard MIUI features, which don't require root rights and is suitable for beginners.

Step 1. Open Settings โ†’ Storage. Here you will see a diagram of occupied space. Click on the "Other" section.

Step 2. The system will prompt you to clear the cache of applications and downloads. Click "Clean" - this will free up from 500 MB to 2 GB, depending on the number of programs installed.

Step 3. Go back to the Storage menu and select Cleanup. Here MIUI scans the device for:

  • ๐Ÿ—‘๏ธ Unnecessary APK-File (remains of application installers).
  • ๐Ÿงน Cache miniatures (thumbnails) - they can be safely removed.
  • ๐Ÿ“ฅ Files from the Download folder that have not been opened for more than 30 days.

Step 4: Click on "Clean" and confirm the action. After you reboot your smartphone, check how much space is available.

Backup important data | Check the vacant space before cleaning |Close all working applications |Reboot phone after cleaning-->

โš ๏ธ Attention: Built-in cleaning MIUI It does not delete system log files and update cache, and you will need methods from the following sections.

Method 2: Manually remove cache through file manager

If the built-in tools don't work, we'll try to manually find and delete unnecessary files, and any file manager with access to root folders, such as Mi File Manager (built-in) or Solid Explorer, will do.

Step 1: Install Solid Explorer from Google Play and give it access to storage. Turn on the hidden files in the app settings.

Step 2. Go to the root folder (/) and open the following directories (if any):

/storage/emulated/0/Android/data/ - App cache


/storage/emulated/0/Android/obb/ - Additional Game Files




/storage/emulated/0/Download/ - downloads




/storage/emulated/0/DCIM/.thumbnails โ€“ photo and video miniatures




/data/local/tmp โ€“ Temporary system files (requires root)




/cache/ โ€“ update cache (requires root)

Step 3: Delete the contents of folders other than those where your personal data is stored (e.g. /DCIM/Camera).

  • ๐Ÿ—‘๏ธ Folders called com.minusname of the application are the remnants of uninstalled programs.
  • ๐Ÿ“ฆ Files with the extension.apk,.tmp,.log.
  • ๐Ÿ”„ Tombstones folder (if visible) - there are dumps of errors.

Step 4: Reboot your smartphone. Then check the space occupied in Other, which usually frees up 1 to 5 GB.

๐Ÿ’ก

If the folder doesn't get deleted, try renaming it (e.g., adding old at the end) and then restarting the phone, and the system can automatically clean it the next time you start.

Method 3: Cleaning through ADB (without root rights)

For advanced users who are ready to work with the command line, the method of cleaning through ADB (Android Debug Bridge) is suitable, which allows you to delete the system cache and temporary files that are not available through the file manager.

Step 1. Install ADB on your computer:

  • Download Platform Tools from the Android website.
  • Unpack the archive in any folder (for example, C:\adb).
  • Turn on Redmi Note 9 Developer Mode (7 times click on โ€œBuild Numberโ€ in Settings โ†’ About Phone) and activate Debugging over USB.

Step 2. Connect your phone to your PC and open the command line (Win + R โ†’ cmd). Go to the folder with ADB:

cd C:\adb

Step 3: Follow the commands to clean the cache:

Adb shell pm trim-caches 256m โ€“ clears the cache of all applications


adb shell rm -rf /data/local/tmp/* - deletes temporary files




adb shell rm -rf /cache/* - clears the system cache (requires root or unlocked bootloader)

Step 4: To delete log files (if there is root):

adb shell su -c "rm -rf /data/tombstones/*"


adb shell su -c "rm -rf /data/anr/*"

Once you have completed the commands, restart your smartphone, which can release up to 3-7 GB if the cache has not been cleared before.

What if the ADB canโ€™t see the device?
1. Make sure that the debugging is enabled by USB. 2. Try another one. USB-cable (preferably original). 3. Install drivers for Xiaomi from the site MIUI. 4.Reboot the phone and PC.

Method 4: Resetting cache in Recovery Mode

If previous methods didnโ€™t work, try clearing the cache through Recovery Mode.This wonโ€™t delete your data, but will reset temporary system files.

Step 1. Turn off the Redmi Note 9. Press the Power + Volume buttons up until the MI logo appears.

Step 2. From the Recovery menu (manage by volume and power buttons), select:

  • ๐ŸŒ Wipe & Reset โ†’ Wipe Cache - Cleaning the cache.
  • โš ๏ธ Donโ€™t choose Wipe All Data โ€“ itโ€™s a complete reset!

Step 3: Confirm the action and wait until it's done. The phone will reboot automatically.

This method helps if the Other folder is inflated due to corrupted update files or caching errors. After the procedure, check the free space - usually 1-3 GB is freed.

โš ๏ธ Warning: If after cleaning the cache in Recovery, the phone began to brake, reboot again - the system will restore the necessary files.

Method 5: Delete MIUI update files

One of the main memory eaters in the Other folder are downloaded but uninstalled MIUI service packs. They can take up to 5 GB and lie in hidden folders.

Step 1: Open a file manager with root permissions (such as Root Explorer) or use ADB.

Step 2. Find and delete files in the following folders:

folderContentsIs it safe to remove?
/cache/otaDownloaded MIUI updatesYes.
/data/ota_packageFirmware packagesYes.
/data/local/otaTemporary update filesYes.
/sdcard/Download/romHandheld firmware (if downloaded)Yes.

Step 3: If you use ADB, do:

adb shell rm -rf /cache/ota/*


adb shell rm -rf /data/ota_package/*

Step 4: Reboot your phone. After that, the Other folder should shrink by 2 to 5 GB if there were update files.

Once a month|Six months|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 tips:

  • ๐Ÿ”„ Clean the cache regularly through Settings โ†’ Warehouse โ†’ Cleaning (once every 1-2 months).
  • ๐Ÿšซ Turn off automatic download of updates MIUI In Settings โ†’ The phone. โ†’ Updating the system โ†’ Settings (โš™) โ†’ Downloading.
  • ๐Ÿ“ฑ Use lightweight versions of apps (such as Facebook Lite, Messenger Lite) that create less cache.
  • ๐Ÿ” Check the Other folder after major updates or installing new programs.

You can also install a memory monitoring app, like Files by Google or SD Maid, which can find and suggest that you delete unnecessary files, including hidden ones.

๐Ÿ’ก

The heaviest files in the Other folder are the Google Play Services cache, system log files (/data/tombstones) and undeleted MIUI service packs, which clean up the files to the maximum effect.

FAQ: Frequent questions about cleaning the "Other" folder

Can I delete the โ€œOtherโ€ folder completely?
No, it's not possible -- it's part of the Android file system, but you can reduce it to 100 to 500 MB by deleting unnecessary files as you've been instructed.
Why does the โ€œOtherโ€ folder fill up again after cleaning?
This is normal system behavior. Application cache, logs, and temporary files are created all the time. To slow down the process, turn off the background activity of unnecessary programs in Settings โ†’ Applications โ†’ Permissions โ†’ Auto Run.
Is it safe to delete files through ADB without rooting?
Yes, if you're keeping an eye on which files you delete, the commands in this article only clear cache and temporary data without affecting critical system files.
What to do if the phone starts to brake after cleaning?
Reboot the device. If the brakes are still there, it may have been deleted important cache files, in which case the cache reset in Recovery Mode (see Method 4) will help.
How to clean the โ€œOtherโ€ on Redmi Note 9 without a computer?
Use Methods 1, 2 and 4 of this article. They don't require a PC. Deep cleaning (Methods 3 and 5) requires ADB or root access.