Your Xiaomi is slowing down, apps are crashing all the time, and the system says, "Not enough memory?" These are classic signs of clogged internal memory. 12 Pro+ or POCO F5 s 256 GB drive junk files, cache and remnants of remote applications can take up to 10-15 GB of precious space. This article will be about 7 Proven cleaning methods โ from standard tools MIUI Up to Hidden Features for Experienced Users.
Xiaomi's smartphone features aggressive data caching to speed up work, and on the one hand, it's a plus: apps open faster. On the other, it's a minus: 3-6 For months of use, the cache grows to giant sizes, for example, com.miui.gallery can accumulate up to a few years of use. 3-5 GB of temporary files, and com.android.vending (Google Play Store) - up to 1 GB: We'll show you how to find and safely remove this ballast without breaking the system.
Important: Before cleaning, check the actual memory state. โ The phone. โ Memory: If you're using more than 20 percent of the total data in System Data or Other, it's time to act. MIUI 14 (like Xiaomi 13 Ultra) has added a new section called Deep Clean, but it doesnโt always deal with old garbage.
1. Built-in cleaning MIUI: What is missing and what is missing
The easiest way is to use the built-in Cleanup tool. It is available on all Xiaomi smartphones with a single device. MIUI 9 and newer, to launch:
- Open the Security app (the shield icon).
- Click on the "Cleaning" tab in the lower menu.
- Wait for the analysis to be completed (usually 10-30 seconds).
- Click "Clear" and confirm the action.
What removes this tool:
- ๐๏ธ Application cache โ temporary files that are created to speed up programs, and deletion is safe, but the next time you run applications can load longer.
- ๐ Unnecessary APK-Files โ residues from installed applications (for example, after updates via APKMirror).
- ๐งน Log files โ system logs that accumulate over time.
- ๐ Empty folders โ remain after deleting files or applications.
What is missing from the built-in cleaning:
- โ It does not remove duplicate photos/video (relevant to users of Google Photos or Mi Cloud).
- โ Does not clear the cache of system applications (for example, com.miui.home โ launcher).
- โ Does not find large files downloaded via instant messengers (Telegram, WhatsApp).
- โ Does not delete any remaining accounts from deleted accounts (for example, after resetting your Mi Account).
โ ๏ธ Note: On some firmware (for example, MIUI 13.0.6 for Redmi Note 10 Pro, the built-in cleanup can delete files from the Download folder if they haven't opened for more than 30 days.
2. Manual cleaning of the cache of applications: which can be removed without risk
If the built-in cleaning didn't work, it's time to go to hand cleaning.
- ๐ฑ Social networks (Facebook, Instagram, TikTok) 2-3 GB cache.
- ๐ฎ Games (Genshin Impact, PUBG Mobile, Call of Duty โ up to 5GB per game.
- ๐ท Gallery and camera โ thumbnails, temporary editing files.
- ๐ App Markets (Google Play, GetApps) โ up to 1 GB of update cache.
To clear the cache of a particular application:
- Go to Settings โ Applications โ Application Management.
- Choose the appropriate app (such as Instagram).
- Press "Storage."
- Tap "Clear Cache" (not to be confused with "Clear Data" - it will delete all settings!).
What applications can be cleaned without risk:
| Type of application | Examples | Is it safe to clear the cache? | What happens after cleaning up? |
|---|---|---|---|
| Social media | Facebook, VK, Twitter | โ Yes. | Photos and videos will be uploaded longer when first opened. |
| Messengers | Telegram, WhatsApp, Viber | โ ๏ธ Partially. | Temporary files will be deleted, but messages and media will remain |
| Games | Genshin Impact, Honor of Kings | โ Yes. | The first launch after cleaning will take longer |
| Systemic | com.miui.gallery, com.android.systemui | โ No. | It can cause problems with the interface. |
| Navigators. | Google Maps, Yandex.Maps | โ Yes. | The cards will be reloaded when used for the first time. |
โ ๏ธ Warning: Never click Clear Data for system applications (e.g. com.android.phone or com.miui.securitycenter) This may result in loss of network settings or failure of your fingerprint (POCO X3 Pro, Redmi K40) After this cleaning, it stops working. NFC.
Close all applications in multitasking
Check the space available (should be โฅ1 GB)
Make a backup copy of important data
Do not clear the cache of system applications without the need-->
3. Removing Unnecessary Files: Where to Look for Garbage in Xiaomi
Even after cleaning the cache, there may be gigabytes of unnecessary files in the memory.
1. Download folder (/storage/emulated/0/Download)
This is the default for all files downloaded through the browser or messengers.
- ๐ Outdated.apk files (remains from manual application installation).
- ๐ต Music and video downloaded for later and forgotten.
- ๐ Archives (.zip,.rar) after unpacking.
2. folder DCIM/.thumbnails
It's where you can store miniatures of photos and videos. MIUI 12+ They can borrow up to 1-2 GB: You can delete them, but they'll regenerate the next time you see the gallery, so you can turn them off:
- Open the Gallery.
- Slip on three dots in the upper right corner โ "Settings".
- Turn off the "Create thumbnails" option (some firmware called "Preview").
3. Messenger folders
The most voracious folders:
- ๐ฅ Telegram: /storage/emulated/0/Telegram/Telegram Images and.../Telegram Documents.
- ๐ฌ WhatsApp: /storage/emulated/0/WhatsApp/Media (Here are all the sent/received media).
- ๐ง Viber: /storage/emulated/0/Viber/media.
To clean them without losing important files:
- Open the messenger and find the function "Clear cache" (in Telegram: Settings) โ Data and memory โ Clear the cache).
- For manual cleaning, use a file manager (e.g., โFilesโ from Google or โMi File Managerโ).
- Sort files by size and delete the largest ones (like videos) >100MB).
๐ก
V MIUI 14, the Smart Cleanup feature in the Files app is available, and it automatically finds duplicate photos, large files, and rarely used documents" โ Click on the icon of the person in the upper right corner โ "Settings" โ "Smart cleaning".
4. Cleaning system files: hidden folders and secure commands
For power users, Xiaomi has hidden folders and system files that can only be cleaned manually, but itโs important not to overdo it here โ removing the wrong files can lead to a bootloop.
Safe for cleaning folders:
- ๐๏ธ /data/log โ Logs of the system. You can delete all the contents.
- ๐๏ธ /data/tombstones โ Error dumps (created when applications are painted).
- ๐ /data/anr โ tracing applications that are โhang-up".
To access these folders, you need root rights or ADB. If you donโt have root, use it. ADB-team:
- Connect your phone to your PC and enable debugging. USB (Settings โ The phone. โ Version. MIUI (tap 7 times) โ Additionally. โ For developers โ Debugging by USB).
- Open the command line on the PC and type:
adb shell
su
rm -rf /data/log/*
rm -rf /data/tombstones/*
rm -rf /data/anr/*If you have root, you can use apps like "SD Maid" or "Root Cleaner. "They automatically find and delete:
- ๐๏ธ Empty folders.
- ๐งน Remains from Remote Applications.
- ๐ Damaged files.
โ ๏ธ Attention: On models with MIUI 13/14 (Xiaomi 12T, Redmi Note 11 Pro+) folder-cleaning /data/log It can reset Wi-Fi Calling and VoLTE settings. After the procedure, restart your phone and check your mobile phone.
What if after cleaning the system files, the phone stopped turning on?
5. Removal of duplicates and optimization of photo/video
One of the biggest memory eaters on Xiaomi is media files, even if you're not shooting video in the video. 4K, Photo duplicates, screenshots and edit cache can take up to tens of gigabytes. Here's how to deal with it:
1.Duplicate search
Use the applications:
- ๐ "Files by Google โ Built-in Cleanup Finds Duplicates and Suggests Remove Them.
- ๐ "Duplicate Files Fixer scans by file content, not just names.
- ๐ผ๏ธ "Remo Duplicate Photos Remover โ Specializes in Photo and Video.
2. Photo optimization
On Xiaomi with cameras on 108 MP (e.g. Mi Mi) 11 Ultra photo in format.RAW weigh 50-80 MB to reduce their size:
- ๐ท In the camera settings, disable "Save" RAW" (Camera settings โ Additionally. โ Photo format).
- ๐ผ๏ธ Use compression via Google Photos (settings) โ "Make room").
- ๐ฑ In the gallery. MIUI Choose a photo โ "More" โ "Compress and send" (create a smaller copy).
3. Screenshot cleaning
Screenshots on Xiaomi are saved in the /Pictures/Screenshots. To automate their removal:
- Install Screenshot Tile (available on Google Play).
- In the application settings, enable "Autodelete screenshots older than 30 days".
๐ก
In the models with MIUI 14 (e.g. Xiaomi 13 Lite) the gallery has a feature called "Storage Analysis" that shows which photos/videos occupy the most space and offers to optimize them without loss of quality.
6. Disconnecting unnecessary system processes
Some system processes MIUI They're constantly running in the background, consuming memory and creating debris, and they can be turned off (but not removed!) to free up resources.
List of safe processes to disable:
| Title of the process | What's he doing? | Can I turn it off? | Effects of consequences |
|---|---|---|---|
| com.miui.analytics | Gathering Analytics for Xiaomi | โ Yes. | Use data will no longer be sent |
| com.xiaomi.midrop | Quick File Transfer (Mi Drop) | โ Yes. | You can't use Mi Drop. |
| com.miui.hybrid | Hybrid notifications (for some applications) | โ ๏ธ Partially. | Notifications from some applications may be missing |
| com.miui.player | Musical player MIUI | โ Yes. | I'll have to use a third-party player. |
| com.android.browser | Standard MIUI browser | โ Yes. | You will not be able to open default links |
How to turn it off:
- Install "ADB AppControl" (available on 4PDA).
- Connect your phone to your PC and enable debugging via USB.
- In the application, find the desired process and select โDisableโ (not โDelete!โ).
For PC-free shutdown:
- Use the Package Disabler app (requires root).
- Or enter in the terminal (for example, via Termux):
su
pm disable-user --user 0 com.miui.analyticsโ ๏ธ Attention: On Xiaomi with MIUI 13+ Disabling com.miui.hybrid can lead to loss of notifications from banking applications (Sberbank, Tinkoff.
7.Reset to factory settings: when it's the only way out
If all previous methods have failed, and the phone is still slowing down and the memory is full of "unknown files," it's time to consider a full reset. This is an extreme measure, but sometimes the only one that works.
When to do the reset:
- ๐ Free memory less than 10% of the total.
- ๐ข The phone is slowing down even after cleaning the cache.
- ๐ Applications are constantly crashed with the error "Insufficient memory".
- ๐ In the "Memory" section in the settings, it is visible that "System Data" is occupied by >15GB.
How to do the reset correctly:
- Save important data: ๐ฑ Contacts (export to.vcf via Google Contacts). ๐ท Photo/video (copy to PC or cloud). ๐ Passwords (use Google Smart Lock or Bitwarden). ๐ฎ Save games (use Google Play Games or manual backup).
Settings โ About phone โ Reset settings โ Delete all data
"Clean it all up."
Wait until it is completed (it will take 5-15 minutes).
What to do after the discharge:
- โก Don't restore all the data at once, it'll clog up the memory again.
- ๐ Turn off automatic download of media in messengers (WhatsApp, Telegram).
- ๐ด Install Files by Google and enable regular cleaning.
- ๐ Disable unnecessary system processes (see Section 6).
โ ๏ธ Attention: On Xiaomi with MIUI 14 (Xiaomi 13, Redmi Note 12) after reset, the Mi Account may disappear from the device. To avoid locking, before reset: Go to Settings โ Xiaomi account.click on three dots in top right corner โ "Exit. After reset, log in again.
๐ก
Xiaomi may lose licenses to some apps (such as Netflix or Disney)+). To return them, remove the application and install again from the official store.