Why Xiaomi Redmi 7A is clogged with the โOtherโ section and how to fix it
Owners of Xiaomi Redmi 7A often face a problem: the phone memory is full, but in the Storage section, most of the space is occupied by the mysterious category โOtherโ: this is not photos, videos or apps โ but what then? In fact, under the Other, temporary files, cache of system processes, remnants of remote programs and even data messengers that do not fall into the standard categories are hidden.
On Redmi 7A with its modest 16/32 GB of memory, this problem is especially relevant: after a few months of use, the โOtherโ can take up to 5-8 GB, although there is no more than 1-2 GB of really useful information. In this article, we will discuss how to safely clean this partition without deleting important data, and why standard methods (such as cleaning through โSettingsโ) often do not work.
Spoiler: Some files from Other can be manually deleted, but some require superuser rights or special utilities. We'll look at both, from simple to advanced, with newbies' explanations.
What exactly is hidden in the โOtherโ section on Redmi 7A
Before you clean, you need to understand what exactly occupies the space. MIUI fall in:
- ๐ System App Cache โ Temporary Files from Google Play Services, MIUI System and other services that are not automatically cleaned.
- ๐๏ธ Remnants of remote programs โ folders and files that remain after uninstallation of applications (this is especially common with games).
- ๐ Logs and dumps of the system - error report files (/data/anr, /data/tombstones), clutter-producing.
- ๐ Telegram, WhatsApp and Viber store media files that did not get into the gallery.
- ๐ฅ๏ธ Update files โ downloaded but not installed packages MIUI or Google Play.
Fun fact: on Redmi 7A with MIUI 10-12, some of these files can be duplicated, for example, the cache com.android.vending (Google Play) sometimes saves to the Apps section and to the Other, a firmware bug that Xiaomi never fixed.
Method 1: Cleaning the cache of system applications (without root)
The safest way to do this is to remove the cache of embedded services, which doesn't require super-user rights, and it doesn't damage the data.
- Open Settings โ Applications โ Application Management.
- Click on the three dots in the upper right corner and select โShow System Processesโ.
- Find it on the list: ๐ Google Play Services ๐ฑ MIUI System (or System) UI) ๐ Google Play Store ๐ Android System WebView
"Storage" โ "Clean the cache"
On Redmi 7A, the cache of these applications can take up to 1-2 GB. After cleaning, the phone can slow down a little for the first 5-10 minutes - this is normal, since the system recovers the necessary data.
โ๏ธ What to clean up first
โ ๏ธ Warning: Don't click "Clear Data" for system applications! this can cause malfunctions MIUI Google Services: Cache is deleted securely, but data is not.
Method 2: Delete unnecessary files through the file manager
Some files in the Other section can be found and manually deleted, such as a standard Explorer from Xiaomi or a third-party manager (such as FX File Explorer) that are worth checking out:
| The way to the folder | What's inside | Can I remove it? |
|---|---|---|
| /storage/emulated/0/Android/data | Remnants of Remote Applications | Yes (folders with names of remote programs) |
| /storage/emulated/0/Download | Uploaded files (including APK, archives) | Yes (except for the files you need) |
| /storage/emulated/0/DCIM/.thumbnails | Photo and video miniatures | Yes (restore automatically) |
| /data/local/tmp (requires root) | Temporary system files | Yes (but be careful!) |
Pay special attention to the Android/data folder, which often leaves behind tails from games (e.g., com.tencent.ig from PUBG Mobile or Minecraft's com.mojang.minecraftpe), which can be deleted if the game has already been uninstalled.
๐ก
Before you delete folders in Android/data, check their size: sometimes there are gigabytes of unnecessary data from old games.
Method 3: Use of SD Maid (for advanced users)
If standard methods don't work, try SD Maid (available on Google Play) which can find and delete:
- ๐งน Orphan files โ data that was left without a โmasterโ (remote application).
- ๐๏ธ Duplicate โ copies of photos, videos or documents.
- ๐ Empty folders โ unnecessary directories taking up space.
- ๐ System garbage โ cache and logs that are not visible in a standard manager.
Instructions:
- Install SD Maid and give access to memory.
- Run the scan in the "CorpseFinder" section (for orphan files).
- Check the results and delete the unnecessary. Don't touch files marked "System"!
- Go to SystemCleaner and clear the cache.
โ ๏ธ Attention: SD Maid with root rights can delete critical files. If you're not sure, use only basic functions without deep cleaning.
What if SD Maid doesnโt find garbage?
Method 4: Reset to factory settings (extreme case)
If the Other takes up more than 5GB and no methods are working, then the radical solution is hard reset, which will completely clean up the phone, including all system files that can't be manually deleted.
โ๏ธ Preparation for discharge
Resetting instructions:
- Go to Settings โ About the phone โ Reset settings.
- Select โDelete all dataโ.
- Confirm the action and wait for the reboot (it will take 5-10 minutes).
Once reset, the Other will shrink to 200 to 500 MB, which is normal for a clean system, and the downside is that you have to reconfigure the phone and restore the data from the backup.
๐ก
Factory reset is the only way to completely clear the Other section without root rights, but only use it if other methods have failed.
Method 5: Cleaning through ADB (for power users)
If you are familiar with ADB (Android Debug Bridge), you can manually delete unnecessary files without getting root.
- Install ADB Tools on your PC.
- Turn on the phone โDebugging by USBโ (Settings โ About Phone โ MIUI Version โ 7 times click on the version, then return to Additional โ For Developers).
- Connect Redmi 7A to your PC and execute commands: adb shell pm clear com.android.providers.media # Clean up media cache rm -rf /data/local/tmp/* # Delete temporary files rm -rf /data/log/* # Clear logs (requires root)
Without root, you can only clean some files, but even that can free up 500MB-1GB. Full access requires superuser rights, but getting them on Redmi 7A can lead to a loss of warranty.
How to Prevent โOtherโ from Filling in the Future
To prevent the problem from returning, follow simple rules:
- ๐ Clean the cache regularly in Settings โ Warehouse โ Clean (do this once every 1-2 weeks).
- ๐ซ Don't install it. APK Unknown sources โ they often leave behind garbage.
- ๐ฑ Use the โLiteโ versions of apps (e.g. Facebook Lite, Messenger Lite) that take up less space.
- ๐ Check the Download folder โ unnecessary files accumulate there (APK, archives, documents).
- ๐ Turn off automatic download of media in messengers (WhatsApp, Telegram).
It is also worth turning off auto-update apps in Google Play or limiting it to Wi-Fi only, which will reduce the number of temporary files that are created during updates.
๐ก
MIUI has a hidden memory optimization feature. To enable it, go to Settings โ Special Options โ System Optimization and activate the Deep Clean option. It automatically deletes unnecessary files once a day.