How to completely delete other files on Xiaomi Redmi Note 9 Pro: from cache to hidden data

The Xiaomi Redmi Note 9 Pro is one of the most popular mid-range smartphones, but even its 64 or 128GB of storage is eventually clogged with unnecessary files. The "other files" in storage are a mysterious category that can take up gigabytes of space but remain invisible to the user. Unlike photos or videos, this data is not displayed in the gallery, but eats up precious space on the disk.

Compounding the problem, Xiaomiโ€™s MIUI is actively cacheing applications, backing up and making temporary files that eventually turn into digital garbage. In this article, weโ€™ll look at 5 proven ways to clean โ€œother filesโ€ โ€” from standard system tools to hidden features and third-party utilities โ€” to learn how to safely remove unnecessary data without damaging your smartphone and regain free space.

It's important to understand that not all "other files" can be deleted without consequences. Some of them are critical to the Android and MIUI, so we'll explain in detail what you can clean and what you shouldn't touch. If you're ready, let's get started!

1.What are the โ€œOther Filesโ€ on Xiaomi Redmi Note 9 Pro and Why Do They Take So Much Space

โ€œOther filesโ€ is a collective name for data that Android cannot categorize as standard (photos, videos, audio, documents).

  • ๐Ÿ“ Application cache โ€“ temporary files that speed up programs, but over time grow to hundreds of megabytes.
  • ๐Ÿ”„ Residual data from remote applications โ€“ fragments of files that remain in the system even after uninstallation.
  • ๐Ÿ“„ Logs and dumps โ€“ error reports that the system creates for diagnosis (can weigh 100).+ MBT each).
  • ๐Ÿ”’ Hidden files MIUI โ€” Backups of settings, themes, data of the cloud synchronizer Xiaomi Cloud.
  • ๐ŸŽฎ Game data โ€“ saves, texture packs, cache of Google Play Games.

On the Redmi Note 9 Pro with MIUI 12-14, "other files" often take up between 5 and 15 GB โ€” which is normal if you're actively using a smartphone. But if they're larger than 20 GB, that's a cleanup signal, and the problem is that the system doesn't show the detailed composition of this category, so you have to clean them manually or with special tools.

On the Redmi Note 9 Pro, up to 30% of the โ€œother filesโ€ can be duplicates of the cache of Google Play Services and MIUI System โ€“ they can be deleted without risk to the system.

๐Ÿ“Š How often do you clean your memory on Xiaomi?
Once a week.
Once a month
Only when the place ends.
Never cleaned.

Standard MIUI cleaning tools: what can be removed without risk

Start with built-in MIUI features that allow you to safely delete some of your unwanted files, which are root-free and suitable even for beginners.

Clearing the application cache

The easiest way to free up 1-3 GB is to remove the app cache.

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Slip on the three dots in the upper right corner and select Sort by size.
  3. Open apps with large cache (e.g. YouTube, Telegram, Google Chrome).
  4. Press Warehouse. โ†’ Clear the cache.

โš ๏ธ Note: Do not confuse โ€œClear Cacheโ€ with โ€œClean Dataโ€ โ€“ the second action will delete all settings and logins to accounts!

Built-in utility "Cleaning"

MIUI has its own garbage disposal utility:

  1. Open the Security app (shield icon).
  2. Go to the Cleanup tab.
  3. Press Deep Clean and wait for analysis.
  4. Check the unneeded files (especially โ€œResidual Filesโ€ and โ€œCashโ€) and click Clear.

This utility removes up to 500MB โ€“ 1GB of garbage, but does not affect deep system files.

Clear the cache of applications (YouTube, Chrome, social networks)

Delete residual files in the utility "Cleaning"

Clear downloads (Download folder)

Remove the old ones APK-file "APK"-->

Removal of downloads and duplicates

Download folder and duplicate photos often take up gigabytes:

  • ๐Ÿ“‚ Open the files. โ†’ Categories โ†’ Download and delete unnecessary files.
  • ๐Ÿ” Use the Gallery to search for duplicates โ†’ Albums. โ†’ Duplicates (available on MIUI 13+).

๐Ÿ’ก

If the Download folder has a lot of files with the.apk extension, you can safely delete them - these are outdated application installers.

3. Manually delete hidden files through file manager

Some of the "other files" are hidden from the user, but they can be found manually, and this will require a file manager with access to system folders (for example, Mi File Manager or Solid Explorer).

3.1 Which folders can be cleaned

Go to Files โ†’ Internal Memory and check the following directories:

folderWhat does it contain?Can I remove it?
.thumbnailsImage and video miniaturesYes (restore automatically)
Android/data/<app package>/cacheCache specific applicationsYes (but better through the app settings)
MIUI/backupBackup copies of themes and settingsYes, unless you use a reservation.
lost.dirFiles recovered after failuresYeah (usually trash)
DCIM/.thumbnailsCash miniature galleryYes.

โš ๏ธ Attention: Do not delete folders Android/obb and Android/data The whole thing will cause installed games and applications to crash!

3.2 How to enable the display of hidden files

By default, the hidden folders (starting with a dot) are not visible.

  1. Open Mi File Manager.
  2. Slip three lines in the top left corner.
  3. Select Settings โ†’ Show hidden files.
What happens if you delete the Android folder?
Deleting the Android folder will cause all installed applications to crash! The system will not be able to find game data, cache and settings. At best, the applications will stop working, at worst, the smartphone will freeze on the boot. If this happens, only resetting to factory settings will help.

4.Use ADB for deep cleaning (for advanced users)

If standard methods donโ€™t work, you can use ADB (Android Debug Bridge), a tool for low-level smartphone management, which requires a PC connection and basic command line knowledge.

4.1 Preparation for work with ADB

First, turn on Developer Mode and USB Debugging:

  1. Go to Settings. โ†’ The phone.
  2. Tap 7 times on the MIUI version until the notification โ€œYou became a developerโ€ appears.
  3. Back to Settings โ†’ Additionally. โ†’ For developers.
  4. Activate Debugging on USB.

Then download ADB Tools on PC and connect Redmi Note 9 Pro via USB (select File Transfer Mode).

4.2. Commands to clean cache and unnecessary files

Open the command line (Windows) or terminal (macOS/Linux) in the adb folder and do:

adb shell pm list packages -f | grep "cache"

This command will show apps with large cache to clear the cache of a particular app (e.g. Google Play Services):

adb shell pm clear com.google.android.gms

To delete all temporary system files:

adb shell rm -rf /data/local/tmp/*


adb shell rm -rf /cache/*

โš ๏ธ Attention: Rm teams -rf If you don't specify the right path, you can erase critical data. /system or /data/data.

๐Ÿ’ก

ADB allows you to clear up to 2-4GB of hidden cache, but requires caution.Do not use commands unless you are sure of their purpose!

5 Third-Party Cleaning Apps: What Really Works

If manual methods seem complicated, you can use proven utilities, but not all cleaners are equally useful โ€” many of them create garbage themselves. We tested 5 applications and selected the best ones.

5.1. SD Maid โ€“ Deep Cleanup for Power Users

SD Maid (available on Google Play) can find:

  • ๐Ÿ—‘๏ธ Residual files after uninstallation of applications.
  • ๐Ÿ” Duplicates in folders with photos and documents.
  • ๐Ÿ“‚ Empty folders and files with zero size.
  • ๐Ÿงน Cache of system applications (requires root for full access).

After scanning, the application will show which files can be safely deleted. Basic cleaning is available in the free version, for deep analysis you need a Pro version (~300 rubles).

5.2 Files by Google โ€“ a simple solution without risks

The official Google app helps:

  • ๐Ÿ“ฑ Remove unnecessary APK and duplicates.
  • ๐Ÿ—ƒ๏ธ Clean up packets of junk files (such as old WhatsApp memes).
  • ๐Ÿ“Š Shows which apps take up the most space.

Advantage: does not require root rights and does not delete critical system files.

5.3 What NOT to use

Avoid cleaners like Clean Master or CCleaner, which are:

  • ๐Ÿšซ Slow down the smartphone background processes.
  • ๐Ÿ“ข Show false notifications of "critical issues".
  • ๐Ÿ”„ Often delete useful data instead of garbage.
๐Ÿ“Š What cleaning application have you used?
SD Maid
Files by Google
Clean Master
Other
No way.

Extreme measures: reset to factory settings

If the "other files" take up more than 20 GB and the standard methods don't work, then you have Hard Reset, which is a complete reset of your smartphone, which is a radical way to remove ALL the contents of your phone, including:

  • ๐Ÿ“ฑ Annexes and their data.
  • ๐Ÿ“ท Photos, videos, music (if not saved in the cloud).
  • ๐Ÿ“‹ System settings and accounts.

6.1 How to properly do a discharge

Before we start:

  1. Save important data in Google Drive or on PC.
  2. Write down the logins/passwords from the accounts (they will erase!).
  3. Make sure the battery is at least 50% charged.

Next:

  1. Go to Settings โ†’ About the phone โ†’ Reset settings.
  2. Choose to erase all data.
  3. Enter the password (if installed) and confirm the action.

It takes 5-10 minutes to reset, and once it's rebooted, the Redmi Note 9 Pro will be like new -- no trash, no data.

โš ๏ธ Attention: MIUI 14 after reset, you may need to link to your Xiaomi account (if you have enabled the function of Device Protection!

Alternative: Recovery Mode Discharge

If the smartphone is slowing down and does not respond to commands, you can reset it through Recovery:

  1. Turn off the phone.
  2. Press the Power button + Volume up until the Mi logo appears.
  3. Select Wipe Data โ†’ Wipe All Data (Change Volume Buttons).
  4. Confirm the action and wait for the completion.
What to do if your phone asks for an old Xiaomi account after a reset?
If you forget the Xiaomi account to which the phone was attached, you can restore access through account.xiaomi.com. If recovery is not possible, contact Xiaomi with proof of purchase (check, box).

7 How to prevent the accumulation of "other files" in the future

To avoid having to clean every few months, follow these rules:

  • ๐Ÿ”„ Clean the cache regularly (once in a week) 1-2 weeks through Settings โ†’ Warehouse.
  • ๐Ÿšซ Remove unnecessary apps completely, not just โ€œstopโ€ them.
  • โ˜๏ธ Use cloud storage (Google Photos, Mi Cloud) to automatically sync photos/video.
  • ๐Ÿ“ฅ Limit downloads in messengers: in Telegram and WhatsApp, set up automatic deletion of media files after 30 days.
  • ๐Ÿ›ก๏ธ Turn off automatic reservations in Settings โ†’ Accounts. โ†’ Xiaomi Cloud if you donโ€™t use it.

It is also useful to disable background synchronization for unnecessary applications:

  1. Go to Settings โ†’ Applications.
  2. Select an app (such as Facebook).
  3. Turn off Auto Start and Background Activity.

๐Ÿ’ก

Regular cache cleaning and background control reduces the accumulation of โ€œother filesโ€ by 40-60%!

FAQ: Frequent questions about memory cleaning on Xiaomi Redmi Note 9 Pro

โ“ Why do you think the โ€œother filesโ€ will reappear after a week?
This is normal behavior for Android and MIUI. Systems and apps are constantly creating new temporary files (cache, logs, thumbnails).To slow this process down: Limit the background activity of applications. Turn off automatic app updates on Google Play. Clear the cache regularly through Settings โ†’ Storage.
โ“ Can I delete the folder? Android/obb, free up?
โŒ The obb folder contains additional data for games and applications (for example, graphics for the game). PUBG Mobile or Genshin Impact. Deleting it will lead to: Game crashes when you launch, loss of progress in some applications, need to re-upload data (which will take time and traffic), if you need to vacate space, delete unnecessary games or transfer their data to the Internet. SD-card (if supported).
โ“ Why the built-in utility "Cleaning" only finds 200-300 MB of garbage, although "other files" take up 10 GB?
The built-in MIUI utility only cleans: Cache of user applications. Residual files after uninstallation. Unnecessary APKs and downloads. It does not affect: System cache (/cache, /data/local/tmp. Hidden backups of MIUI. System application data (e.g. Google Play Services). For deep cleaning, use ADB or SD Maid (see sections 4 and 5).
โ“ How to transfer applications to SD-map to free up internal memory?
On the Redmi Note 9 Pro porting apps SD-Map is possible, but with limitations: Insert SD-card (class 10 is recommended or UHS-I). Go to Settings. โ†’ Apps. Select an app (e.g. Spotify). Click Storage. โ†’ Change. โ†’ SD-map. โš ๏ธ Note: Not all applications support portability. Once ported, the application may run slower. SD-Maps of the transferred applications will stop working.
โ“ Is it safe to use root rights to clean the system?
โš ๏ธ Root rights give full control of the system, but also carry risks: ๐Ÿ”“ Pros: You can delete ALL unnecessary files, including system debris. โš ๏ธ Cons: Loss of warranty (if the phone is warranty), risk of bricking (turning into a brick) when you make a mistake, vulnerability to viruses (root-access apps can steal data). If you do decide, use Magisk to get root and SD Maid with System Cleanup for cleaning. MIUI After updating the firmware root often flies, and it has to be restored again.