Xiaomi Redmi 9 has been slowing down over the years, with apps opening longer, the system hanging, and disk space melting away, and the reason is the accumulated digital garbage: residual files of deleted programs, cache, duplicate photos and unnecessary system data. But don't rush to reset your phone to factory settings! 90% of the time, a sufficiently deep cleaning system that will return the device to speed without losing personal data.
In this article, 7 working cleaning methods adapted specifically for the Redmi 9 (including the Redmi 9A/9C/9T models) will be analyzed both standard MIUI tools and hidden Android features that the manufacturer does not advertise, and you will learn why cleaning through Settings only removes 30-40% of garbage and how to get to the remaining 60%.
1.Pre-diagnosis: What exactly is stopping your Redmi 9
Before you clean the system at random, identify bottlenecks. On the Redmi 9 with a MediaTek Helio G80 processor and 3-4 GB of RAM, the typical problems are:
- π± Interface freezes - the fault of the overloaded cache MIUI background.
- π’ Slow application launch β lack of RAM due to βgluttonousβ services.
- π¨ Memory is full β temporary files, duplicate media or junk from Google Play Services have accumulated.
- π Fast battery discharge β background activity of unnecessary system processes.
To pinpoint the problem accurately:
- Open Settings β About Phone β System Status and check the CPU/RAM boot.
- Start Settings β Memory β Memory Analysis β the system will show which files take up the most space.
- Install the AccuBattery app (free on Google Play) to monitor battery consumption by process.
If you see in the System Status section that RAM is loaded 80+ in idle, the problem is background processes. If the Memory Analysis shows that more than 80 percent of internal storage is occupied, then garbage disposal is a priority.
Standard cleaning through MIUI: what removes and what is missing
The manufacturer has built-in cleaning tools, but they work superficially. Let's look at how to use them effectively.
Step 1: Quickly clean the cache
- Go to Settings β Applications β Application Management.
- Slip on the three dots in the upper right corner and select Sort by size.
- Open each of the TOP-10 apps by size and click Clear Cache.
Step 2: Deep Cleaning Through βSafetyβ
- Launch the Security app (the shield icon).
- Select Cleanup. β Deep cleaning.
- Check all items (cache, unnecessary APKs, residual files) and click Clear.
| Type of garbage | Whether removed via MIUI | How to clean up the remains |
|---|---|---|
| Cash app. | Yes (partially) | Manual cleaning through Settings β Applications |
| Residual files of remote programs | Yes (only in Safety β Cleanup) | Use Files by Google to search for orphaned folders |
| Duplicate photo/video | No. | Duplicate Files Fixer or Gallery Doctor |
| System cache (/cache) | No. | Only through Recovery Mode (see Section 5) |
| Logs and dumps of the system | No. | Manual removal via Root Explorer (requires superuser rights) |
An important nuance: the built-in MIUI cleanup does not affect the /data/log and /data/tombstones system folders, where the error logs are stored. These files can take up to 1-2 GB!
π‘
After cleaning the cache, restart the phone β this will force you to update system processes and free up additional memory.
Manual cleaning: hidden folders and unnecessary files
For advanced users: some files can be manually deleted without root permissions. Use any file manager with access to system folders (e.g. Solid Explorer or FX File Explorer).
What can be safely removed:
- ποΈ Download folder β this is where you accumulate downloads from browsers and instant messengers. Delete everything except the current files.
- π folder DCIM/.thumbnails β Photo/video miniatures (you can automatically restore them).
- π Files with.log,.tmp,.bak extension in application folders.
- π΅ Music or Ringtones folder β remove unused tunes.
Attention, do not manually remove:
- Android, MIUI, Xiaomi folders are system data.
- Files with the extension.odex,.apk in /system.
- Alarm folder - this is where the alarm clocks are stored.
How to find hidden folders in MIUI?
To clean the cache of messengers (for example, WhatsApp or Telegram):
- Open Settings β Applications β [Messaging Name] β Memory.
- Click Clear Cache and Clear Data (Warning: This Will Delete Chat History!).
4. Clean the system cache through Recovery Mode
If the phone has become noticeably slowed after the MIUI update, the problem may lie in the damaged system cache, and cleaning it through Recovery Mode helps in 70% of the cases of βlaggingβ interface.
Instructions for Redmi 9:
Turn off the phone.
Charge the battery by at least 50%
Prepare the buttons Power + Volume up
Don't plug in. USB-cable-->
- Turn off the phone.
- Press the Power and Volume buttons up for 10-15 seconds at the same time until the Mi logo appears.
- In the Recovery menu, select the language (volume buttons) and confirm OK.
- Go to Wipe & Reset β Wipe Cache.
- Confirm the action and wait until the completion (1-2 minutes).
- Choose Reboot. β Reboot to System.
β οΈ Do not confuse Wipe Cache with Wipe Data, which erases all user data (photos, contacts, apps)!
Once you restart, the system will reassemble the cache, which can take 5-10 minutes, and during this period, the phone will warm up more than usual, which is normal.
π‘
Cleaning the system cache does not delete personal data, but resets the settings of some applications (for example, widgets on the home screen).
5. Optimization of autoboot and background processes
One of the main reasons for the brakes Redmi 9 - background activity of applications that are launched at the start of the system and consume RAM.
Step 1: Turning off autoboot
- Go to Settings β Applications β Application Management.
- Select an app (such as Facebook or AliExpress) β Auto Run.
- Turn off all permissions (Autostart, Background Activity, Show notifications).
Step 2: Limit background activity
- In the same settings of the application, select Battery β Background activity.
- Install Restrict for all programs except instant messengers and system utilities.
Step 3: Disabling unnecessary system services
- π Settings β Google β Advertising β Turn off personalized advertising.
- π‘ Settings β Communication and exchange β Transfer of data β Turn off Auto Update in Roaming.
- π Settings β Accounts and synchronization β Turn off sync for unnecessary accounts.
Do not turn off auto-start for:
- π± MIUI System (system processes).
- π Google Play Services (required for Google Play).
- π Phone and Contacts (responsible for calls).
6. Removal of embedded applications (without root rights)
Xiaomi preinstalles dozens of unnecessary apps (Mi Browser, Mi Music, Mi Video, etc.) on Redmi 9 that canβt be removed by standard methods, but thereβs a workaround through ADB (Android Debug Bridge).
Instructions:
- Turn on Developer Mode: Settings β About Phone β MIUI version (tap 7 times).
- Activate Debugging by USB in Settings β Additional β For developers.
- Connect your phone to your PC and install ADB Tools (download from the official website).
- Open the command line in the adb folder and type:
adb devices
adb shell
pm uninstall -k --user 0 com.miui.browser
pm uninstall -k --user 0 com.miui.video
pm uninstall -k --user 0 com.miui.musicList of disposal packages:
| Annex | Packet name | Can I remove it? |
|---|---|---|
| Mi Browser | com.miui.browser | Yes. |
| Mi Music | com.miui.player | Yes. |
| Mi Video | com.miui.video | Yes. |
| Cleaner | com.miui.cleanmaster | Yes (replace by Files by Google) |
| Mi Pay | com.mipay.wallet | Yes (unless you use) |
β οΈ Attention! Do not delete the com.android. and com.google packets. This will cause the system to fail. Before deleting, back up through Settings. β Additionally. β Backup.
Alternative methods: from formatting to resetting
If all of these things didn't work, there are radical measures, and let's look at them in terms of the severity.
Method 1: Formatting internal memory (without data loss)
This method cleanses the structure of the file system without affecting user data:
- Connect your phone to your PC via USB (File Transfer Mode).
- Copy all important files (photos, videos, documents) to your computer.
- Turn off your phone and go to Settings β Memory β Memory Cleanup β Format.
- After formatting, return the files back.
Method 2: Reset to factory settings (Hard Reset)
Delete ALL, including apps, settings and accounts. Use only if:
- The phone is very slow even after cleaning.
- There are errors such as βUI system stoppedβ.
- You sell or transfer the device to another person.
Instructions:
- Make a backup through Settings β Additional β Backup.
- Go to Settings β About the phone β Reset settings.
- Choose to erase all data and confirm.
Method 3: Fastboot Flashing
It helps if the system is damaged by viruses or a failed update.
- Unlocked bootloader (Bootloader).
- The official firmware for Redmi 9 (download on the Xiaomi website).
- Mi Flash Tool.