'Other' on Xiaomi Redmi Note 10 Pro eats up memory? full cleanup guide

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:

  1. Open the Settings โ†’ Storage.
  2. Slip on the "Other" schedule.
  3. The system will show the distribution by file type (if supported by your version of MIUI).
๐Ÿ“Š What Takes the Most Space in the Other on Your Redmi Note 10 Pro?
Application cache
Media from messengers
Remnants of remote games
Logs of the system
I don't know, I haven't.

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:

  1. Go to Settings. โ†’ Warehouse.
  2. Click on โ€œCleanโ€ (or โ€œFree spaceโ€, depending on the version of MIUI).
  3. 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:

  1. Open the Security app.
  2. Go to the Cleanup section (or Acceleration โ†’ Deep Cleanup).
  3. Select โ€œDeep Cleanโ€ and wait for analysis.
  4. 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:

  1. Open Mi File Manager.
  2. Go to the internal drive โ†’ Download.
  3. Sort files by size (click on three dots โ†’ โ€œSortโ€ โ†’ โ€œBy sizeโ€).
  4. Delete unnecessary files (especially.apk,.zip,.rar).

Removal of messenger cache

Telegram, WhatsApp and Viber store media in hidden folders to clean them up:

  1. In the file manager, enable the display of hidden folders (in Mi File Manager: three dots โ†’ Settings โ†’ Show hidden files).
  2. 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.

  1. Go to the internal drive โ†’ Android โ†’ data.
  2. Find folders with app names youโ€™ve deleted long ago (e.g., com.tencent.ig for PUBG Mobile).
  3. Delete these folders.
  4. 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 1000G

This 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/*.zip

These 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:

  1. Install Root Explorer or FX File Manager.
  2. Go to /system/app or /system/priv-app.
  3. Remove folders of unnecessary applications (e.g. Browser, Music).
  4. Reset the device.

5.2. Cleaning of folder /data/log

Here are stored system logs that can take up to 1 GB:

  1. Open the Root Explorer.
  2. Go to /data/log.
  3. 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/*




reboot

After 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 upPotential volume
App cache (.cache)Yes.Through Settings โ†’ Storage or ADB1-3 GB
Media from messengersYes (except for important files)Manual cleaning of Telegram folders, WhatsApp2-10 GB
Remnants of Remote ApplicationsYes.Delete folders in /data/data and /data/app-lib0.5โ€“2 GB
System logs (.log,.dmp)Yeah (root only)Removal via Root Explorer or ADB0.1-1 GB
APK-update-fileYes.Removal from /data/local/tmp or /cache0.3โ€“1.5 GB

FAQ: Frequent Questions About The Other on Redmi Note 10 Pro

๐Ÿ” Why does the โ€œOtherโ€ reappear after a week?
This is normal Android behavior. Systems and apps are constantly creating temporary files (cache, logs, media). To slow down the growth of the Other, turn off automatic media download in instant messengers, regularly clean the cache and keep an eye on MIUI updates - new versions optimized storage.
โš ๏ธ Can you remove the โ€œOtherโ€ completely?
No, that's impossible. The other is not a separate folder, but a category where MIUI categorizes all files that don't fit into the standard types (photos, videos, etc.), but you can reduce it to 1-2 GB if you keep track of your cache and media files.
๐Ÿ“ฑ How to Clean the Other on Redmi Note 10 Pro Without a Computer?
Use a combination of built-in tools and manual cleaning: Clean through Settings โ†’ Storage. Remove the messenger cache (Telegram folders, WhatsApp). Clean Download and Android/data (remote applications only). SD Maid (requires root for full functionality) is suitable for deep cleaning without a PC.
๐Ÿ”ง Why After Updating MIUI ยซThe other" has grown by 5GB?
When you update, the system backs up old files in case of rollbacks, and they're stored in /cache and /data/local/tmp as archives (.zip), which can be safely deleted via ADB or manually (if there's root), and check the /MIUI/backup folder, which can contain old data.
๐Ÿ›ก๏ธ Is it safe to use clean-master applications?
No, these apps often delete important files or show false warnings about โ€œcritical errors.โ€ For the Redmi Note 10 Pro, itโ€™s better to use built-in MIUI tools or proven file managers (Mi File Manager, Solid Explorer). If you need a deep scan, use SD Maid (but only with the understanding that you are deleting).