You opened up storage on your Xiaomi Redmi Note 10 Pro, and instead of photos and apps, there's a mysterious "Other" section that takes up gigabytes of space? This is a typical problem for MIUI smartphones, where the system hides caches, temporary files, remnants of remote applications and even instant messenger data under this category. Unlike the obvious "Music" or "Video", "Other" does not have a clear structure, and its cleaning requires a comprehensive approach.
In this article, we will discuss 5 Proven ways to free up space: from built-in tools MIUI hand-cleaned ADB You'll learn which files can be deleted without risk to the system and which cannot be touched, and we'll also explain why The Other returns over time and how to minimize its growth. 10 Pro (models) sweet/sweetin) with regard to the features of its firmware.
Warning: Some methods require root or PC access. If you're new, start with secure methods (sections 1-3) and then move on to advanced ones. To make things clear, we've added screenshots from the real MIUI 14 interface and a table decrypting file types in "Other."
1.What's lurking beneath "Other" on the Redmi Note 10 Pro?
The Other section of MIUI is the garbage bin of the operating system, where files that cannot be clearly classified as standard categories (photos, videos, documents) are placed. On the Redmi Note 10 Pro, this usually includes:
- ๐๏ธ Application cache and systems are temporary files that should self-destruct but often remain (especially after updates).
- ๐ Remnants of Remote Applications โ Folders /data/app-lib and /data/data They are not always completely cleaned.
- ๐ฌ Media files from messengers โ stickers, GIFs, voice messages from Telegram, WhatsApp or Viber, which are stored in hidden folders.
- ๐ Logs and dumps of the system โ debugging files (.log,.dmp), which are created when crashes or updates.
- ๐ฎ Game data - saves, cache Genshin Impact, PUBG Mobile and other heavy projects.
- ๐ฑ APK-Files โ application installers left over after updates via Google Play or Mi App Store.
On the Redmi Note 10 Pro with 128 GB of memory, the Other can take up from 5 to 20 GB, depending on the intensity of use. For example, active Telegram users often find that the messenger quietly downloads media in the background, clogging storage. And after a major update to MIUI (for example, from 12 to 13 version), old system files up to 3-4 GB may remain in the Other.
To understand what exactly eats up space on your device, use the built-in storage analyzer:
- Open the Settings โ Storage.
- Slip on the "Other" schedule.
- The system will show the distribution by file type (if supported by your version of MIUI).
2. Safely clean the Other through built-in MIUI tools
Start with the simplest methods that donโt require additional programs or root rights. The Redmi Note 10 Pro has two built-in cleaning tools:
Clearance through the "Storage"
This is the fastest way to delete unnecessary files:
- Go to Settings. โ Warehouse.
- Click on โCleanโ (or โFree spaceโ, depending on the version of MIUI).
- Select categories for cleaning: ๐งน Application cache โ securely deletes temporary data. ๐ฅ Downloads โ check if there are any important files. ๐๏ธ Recycle Bin โ deletes files sent to the Recycle Bin more than 30 days ago.
"Clean it up."
This method removes up to 1-2 GB of garbage, but does not affect deep system files.
2.2 Security App (Security App)
The Security app (shield icon) in MIUI has advanced cleaning features:
- Open the Security app.
- Go to the Cleanup section (or Acceleration โ Deep Cleanup).
- Select โDeep Cleanโ and wait for analysis.
- Check the boxes: ๐๏ธ Residual files โ Remnants of remote applications. ๐ Large files โ media and documents over 50MB. ๐ Recommended files โ the system will tell you what you can delete.
"Clean it up."
This method is more effective than standard, as it analyzes /data and /cache partitions, but it still does not delete certain types of files (for example, Google Play Services cache or MIUI data for personalization).
Make a backup copy of important data
Close all applications
Connect the charger (the process can take 10-15 minutes)
Check the space available (needs at least 1 GB for temporary files)-->
3. Manual deletion of hidden files (without root)
If the built-in tools don't work, you'll have to manually search and remove garbage. On the Redmi Note 10 Pro, you'll need a file manager with access to system folders (such as Mi File Manager or Solid Explorer).
3.1 Cleaning the Download folder
Often, the โOtherโ hides downloads that you have long forgotten:
- Open Mi File Manager.
- Go to the internal drive โ Download.
- Sort files by size (click on three dots โ โSortโ โ โBy sizeโ).
- Delete unnecessary files (especially.apk,.zip,.rar).
Removal of messenger cache
Telegram, WhatsApp and Viber store media in hidden folders to clean them up:
- In the file manager, enable the display of hidden folders (in Mi File Manager: three dots โ Settings โ Show hidden files).
- Go to: Internal drive โ Telegram (or WhatsApp, Viber Media). Delete the folders Telegram Images, Telegram Video, etc.
"Clear the cache."
โ ๏ธ Note: Do not delete the entire Telegram folder, this will lead to the loss of chats.
3.3. Cleaning the folder. Android/data and Android/obb
It stores app and game data, and you can only delete remote program folders.
- Go to the internal drive โ Android โ data.
- Find folders with app names youโve deleted long ago (e.g., com.tencent.ig for PUBG Mobile).
- Delete these folders.
- Repeat the same for Android โ obb (more game files are stored here).
4.2 Clearing the cache through ADB
Connect the Redmi Note 10 Pro to your PC and execute the commands:
adb devices(Your device name should appear. If not, check the drivers.)
adb shell pm trim-caches 1000GThis command clears the cache of all applications. To remove the cache of a particular application (for example, Google Play Services):
adb shell pm clear com.google.android.gmsโ ๏ธ Note: Do not use the adb shell pm clear command for system applications (e.g. com.android.settings) โ this may disrupt the work MIUI.
4.3 Delete temporary update files
After the MIUI updates, the Other files with the.zip or.tmp extension remain in the "Other".
adb shell rm -rf /data/local/tmp/*
adb shell rm -rf /cache/*.zipThese commands are secure and do not touch critical data.
๐ก
Cleaning through ADB removes up to 3 to 5 GB of garbage that is not available through standard MIUI tools. However, this method requires caution - the wrong commands can disrupt the system.
5. Cleaning the Other with root rights (for experienced)
If you're ready to get root rights, there's more cleaning options available. On the Redmi Note 10 Pro, you can do this through Magisk or through the Internet. TWRP. โ ๏ธ Attention: Getting root voids warranty and can lead to a device blink if incorrect actions.
Removal of unnecessary system applications
Many pre-installed Xiaomi apps (Mi Browser, Mi Music, GetApps) take up space and create cache to remove them:
- Install Root Explorer or FX File Manager.
- Go to /system/app or /system/priv-app.
- Remove folders of unnecessary applications (e.g. Browser, Music).
- Reset the device.
5.2. Cleaning of folder /data/log
Here are stored system logs that can take up to 1 GB:
- Open the Root Explorer.
- Go to /data/log.
- Delete all files with the.log or.txt extension.
Optimization of Dalvik-cache
The /data/dalvik-cache folder contains the cache of the Android virtual machine, and cleaning it will speed up the system:
su
rm -rf /data/dalvik-cache/*
rebootAfter restarting, the system will restore the necessary files automatically.
๐ก
Before removing root-righted system files, always back up via TWRP or Orange Backup, which will allow you to restore the device in case of an error.
6. How can we prevent the growth of the Other in the future?
Even after cleaning, the Other will grow back over time, to minimize this:
- ๐ต Limit the cache of messengers: In Telegram: Settings โ Data and memory โ Clear cache (set automatic cleaning). on WhatsApp: Settings โ Warehouse โ Storage management.
- ๐ Turn off automatic media download in messengers.
- ๐๏ธ Clean the cache regularly through Settings โ Annexes โ Application management (select โClear Cacheโ for heavy applications).
- ๐ฅ Use cloud storage for photos and videos (Google Photos, Mi Cloud).
- ๐ก๏ธ Update. MIUI โ In new versions, the work with cache is optimized.
Itโs also useful to track โOtherโ with third-party analyzers like Storage Analyzer or Files by Google, which show which files are taking up space and offer cleanup options.
| File type in "Other" | Can I remove it? | How to clean up | Potential volume |
|---|---|---|---|
| App cache (.cache) | Yes. | Through Settings โ Storage or ADB | 1-3 GB |
| Media from messengers | Yes (except for important files) | Manual cleaning of Telegram folders, WhatsApp | 2-10 GB |
| Remnants of Remote Applications | Yes. | Delete folders in /data/data and /data/app-lib | 0.5โ2 GB |
| System logs (.log,.dmp) | Yeah (root only) | Removal via Root Explorer or ADB | 0.1-1 GB |
| APK-update-file | Yes. | Removal from /data/local/tmp or /cache | 0.3โ1.5 GB |