How to completely clean the โ€œOtherโ€ on Xiaomi Redmi Note 7: a step-by-step guide

The โ€œOtherโ€ section of Xiaomi Redmi Note 7 memory is a real headache for smartphone owners, and over time it grows to several gigabytes, taking up precious space, but it remains a mystery: what exactly is stored in this section and how to clean it safely. Unlike photos or apps, the files from โ€œOtherโ€ do not appear in the standard manager, and MIUI system tools often remove only the tip of the iceberg, leaving the main debris intact.

Compounding the problem, the Redmi Note 7 (codename lavender) has only 32/64 GB of memory, of which 10-15% less is actually available to the user. When the Other takes 5-10 GB, it is critical: apps start to slow down, updates are not installed, and the camera refuses to save photos. In this article, we will discuss 5 proven methods โ€” from basic to advanced โ€” that will help regain control of memory without risking damage to the system.

What is the โ€œOtherโ€ section and why is it clogged

In MIUI, the term โ€œOtherโ€ hides system caches, temporary files, application logs, and residual data that do not fall into the standard categories (โ€œImagesโ€, โ€œVideoโ€, โ€œAudioโ€), the main culprits behind the expansion of this section:

  • ๐Ÿ“ Application cache: Even after deleting the program, temporary files can remain in memory.
  • ๐Ÿ”„ Residual update data: MIUI Often saves older versions of the firmware for rollback.
  • ๐Ÿ“Š System Logs: Debugging files (.log,.dump) are created automatically when crashes occur.
  • ๐ŸŽฎ Cash games: games like this PUBG Mobile or Genshin Impact can leave gigabytes of unnecessary files.
  • ๐Ÿ”— Symbolic references: MIUI They use them for compatibility, but they sometimes duplicate data.

The Redmi Note 7โ€™s eMMC 5.1 architecture degrades over time with frequent recordings. When memory is clogged, the smartphone starts to โ€œbrakeโ€ not only because of space shortage, but also because of fragmentation of memory cells, which means that even after cleaning, performance may not recover completely โ€“ defragmentation will be required (we will discuss this in one method).

โš ๏ธ Note: Do not confuse โ€œotherโ€ with the section /data/media/0 (Delete files directly from system folders (/data, /system) without root rights will cause a breakdown MIUI.

Method 1: Cleaning through built-in MIUI tools

To begin with, the safest way is to use the standard MIUI 12/13/14 features, which, although limited in effectiveness, does not require additional software and is suitable for beginners.

  1. Open the settings โ†’ About the phone โ†’ Memory.
  2. Tap on the Others section (may be called Other Files in newer versions of MIUI).
  3. Click on โ€œCleanโ€ or โ€œDelete unnecessary files.โ€ The system will scan the app cache and prompt you to remove up to 1-3 GB of garbage.
  4. For deep cleaning, go to Settings โ†’ Applications โ†’ Application Management, select any application, and click Clear Cache. Repeat for all programs that take >100 MB.

This method only removes the surface cache, and for more serious cleaning, you need third-party utilities or manual actions, for example, MIUI does not touch:

  • ๐Ÿ—‘๏ธ Google Play Services cache (can weigh up to 500MB).
  • ๐Ÿ“‚ Residual data of messengers (Telegram, WhatsApp).
  • ๐Ÿ”„ Update files MIUI file /cache.

Back up important data |Close all applications |Connect the charger |Contact the free space after cleaning-->

Method 2: Manual cleaning through file manager

If the built-in tools didn't work, you'd have to dig deeper, and you'd need a file manager with access to system folders like MiXplorer or Solid Explorer (with root mode enabled if you have superuser rights).

The main folders that can be cleaned without risk to the system:

folderWhat it keeps.Is it safe to remove?
/storage/emulated/0/Android/dataCash and application dataYes (except active program folders)
/storage/emulated/0/DownloadDownloads from browsersYes.
/storage/emulated/0/DCIM/.thumbnailsPhoto miniaturesYes.
/storage/emulated/0/MIUI/debug_logMIUI's error logsYes.
/cacheTemporary system filesYeah (after rebooting)

Cleaning instructions:

  1. Install MiXplorer from the official website (not from the Play Market, as the version is stripped down there).
  2. Enable the display of hidden files in the manager settings.
  3. Go to /storage/emulated/0 and manually delete unnecessary files from the table above.
  4. The /cache folder will require a phone reboot.

โš ๏ธ Note: Do not delete files from folders: /system, /vendor, /data/app โ€” This will lead to incapacity. MIUI.

๐Ÿ’ก

Before deleting your Android/data folder, check if it is being used by active apps, for example, deleting WhatsApp data will result in chats being lost.

Method 3: Using ADB for deep cleaning

If manual cleaning failed, Android Debug Bridge (ADB), a low-level smartphone management tool, will help. It allows you to delete files that are not available through standard methods.

Preparation:

  1. Download ADB Tools from Googleโ€™s official website.
  2. Turn on Redmi Note 7 Developer Mode: Settings โ†’ About Phone โ†’ MIUI Version (Tap 7 times).
  3. Activate Debugging by USB in Settings โ†’ Additional โ†’ For developers.

Cleanup commands:

adb shell pm clear com.miui.cleanmaster # Cleaning up the built-in MIUI cleaner


adb shell rm -rf /data/local/tmp/* # Delete temporary files




adb shell rm -rf /cache/* # Cleaning system cache




adb shell pm trim-caches 100000000 # Forced cache clearing of all applications

Once you have completed the commands, be sure to restart your smartphone.This method removes up to 3-5 GB of hidden debris, but requires caution: the wrong command can erase important data.

What if the ADB canโ€™t see the device?
1. Make sure that Xiaomi drivers are installed (download from the https://new.c.mi.com/global/miuidownload/index). 2. Try another one. USB-cable (original from Xiaomi). 3. Include in the developer settings the option "Debugging by" USB (safe-haven)". 4. Restart your PC and phone.

Method 4: Recovery Mode Cache Reset

When the Other takes >10GB and previous methods have failed, it leaves a hard cache reset via recovery mode, which will not delete personal data, but will clear all temporary system files.

Step-by-step:

  1. Turn off the Redmi Note 7.
  2. Press the Power button + Volume up until the Mi logo appears.
  3. In the Recovery menu, select Wipe & Reset โ†’ Wipe Cache (control โ€“ volume buttons, confirmation โ€“ power button).
  4. After cleaning, select Reboot โ†’ Reboot to System.

This method removes:

  • ๐Ÿ—ƒ๏ธ Dalvik cache (accelerates the system).
  • ๐Ÿ“œ Temporary update files MIUI.
  • ๐Ÿ”ง Logs of the kernel and modules.

โš ๏ธ Note: Do not confuse Wipe Cache with Wipe Data โ€“ the second option will completely reset the phone to factory settings!

Once a month | Once every 3 months | Only when memory ends | Never cleared |I don't know what it is-->

Method 5: Memory defragmentation (for advanced)

If the other still takes up a lot of space after all the manipulations, the problem may be fragmentation of the eMMC memory. Over time, files are broken into small blocks, and the system spends additional space on their bundle. Defragmentation helps to "assemble" files into continuous blocks, freeing up to 1-2 GB.

How to defragment:

  1. Install Storage Analyzer & Disk Usage from Play Market.
  2. Analyze the degree of fragmentation (the "Analysis" tab).
  3. If fragmentation >30%, use ADB-Command: Adb shell fstrim -v /data
  4. Reboot the phone.

This method does not delete files, but optimizes their placement, the effect is noticeable on โ€œclutteredโ€ devices with a large number of small files (for example, after frequent use of messengers or games).

๐Ÿ’ก

Defragmentation is only useful for devices with eMMC memory (like the Redmi Note 7), and on smartphones with UFS 2.1+ (like the Redmi Note 10 Pro), it does not have a noticeable effect.

What to do if nothing helps

If the โ€œOtherโ€ section is still >5 GB after all the methods, the following reasons are possible:

  • ๐Ÿ› ๏ธ File system damage: Fastboot flashing is required.
  • ๐Ÿ“ฆ Hidden backups MIUI: check the folder /MIUI/backup.
  • ๐Ÿ”’ Encrypted data: If the phone has been encrypted, some files may appear as โ€œOtherยป.
  • ๐ŸŽฏ Virus software: some Trojans disguised as system files.

In such cases:

  1. Check your phone for viruses with Malwarebytes.
  2. Make a backup and perform a full reset via Settings โ†’ Additional โ†’ Restore and Reset.
  3. If the reset does not help, reflash the phone through the Mi Flash Tool (instructions on the official website).

๐Ÿ’ก

On the Redmi Note 7, a factory reset removes the Others section completely, but also erases all user data. Always back up before resetting!

FAQ: Frequent questions about cleaning up "Other"

Can I remove the "Other" completely to free up all 10 GB?
No, you can't completely delete the Others, because some files (.odex,.vdex) are required to run MIUI. The maximum you can free is 60-70% of the current volume. If the partition grows again after cleaning, the problem is system processes (e.g., Google Play Services creates up to 1 GB of cache per week).
Why does the ADB cleaner reappear the next day?
It's normal behavior. MIUI. System and applications are constantly creating temporary files to slow the growth of "Otherยป: ๐Ÿ“ต Turn off automatic app updates in the Play Market. ๐Ÿ”„ Limit the background activity of applications in Settings โ†’ Battery โ†’ Consumption management. ๐Ÿ—‘๏ธ Clean the cache regularly through Settings โ†’ Memory.
Can I transfer the "other" to the SD-map?
Technically, no. The other is made up of system files that must be in the internal memory, but you can transfer some of the data that goes into this section: ๐Ÿ“ท Photos and videos (via camera settings) โ†’ Preservation site). ๐ŸŽต Music and downloads (manually via file manager). ๐ŸŽฎ Cache of games (in the settings of the game itself, if supported). SD-class A1/A2 (For example, SanDisk Extreme).
Is it safe to use applications like CCleaner for cleaning?
Applications such as CCleaner, Clean Master or SD Maids can delete unnecessary files, but risk damaging them MIUI. The problems they cause: ๐Ÿšซ Deletion of important files com.android.providers.media (will lead to the disappearance of the gallery). ๐Ÿ”„ Reset network settings (you will have to re-enter Wi-Fi passwords). ๐Ÿ›‘ Stop system services (e.g. Google Play Services) If you decide to use such programs, first make a backup through Settings โ†’ System system โ†’ Backup.
How do I know which files are in the โ€œOtherโ€?
For detailed analysis, use Storage Analyzer & Disk Usage (shows folders by size). ADB-Command: Adb shell du -h -d 1 /storage/emulated/0 | sort -h (Sort folders by size. MiXplorer in root mode. Pay attention to the folders: /Android/obb โ€” cache of games (can be cleared). /MIUI/debug_log โ€” Logs of the system (can be deleted). /data/app-lib โ€” Application libraries (don't touch them!).