Why does the βOtherβ folder on the Redmi Note 7 take up so much space?
You opened the storage on your Xiaomi Redmi Note 7, and there are tens of gigabytes occupied by the mysterious folder "Other"? This is not a system error, but a cluster of temporary files, cache of applications, logs and remnants of deleted programs. Unlike photos or videos, the content of "Other" does not appear in the gallery, but can take up up to 30-50% of the device's memory.
The reason for this βgarbageβ lies in the peculiarities of MIUI. The operating shell from Xiaomi actively caches data to speed up work, but often does not clean it automatically. In addition, many applications (especially messengers and social networks) save temporary files in system folders that the user does not see in a standard file manager. If you have never cleaned memory manually, the volume of βOtherβ can reach 10-15 GB or more.
In this article, we will discuss 5 proven ways to clean the Other folder, from simple (via built-in MIUI tools) to advanced (using ADB and third-party utilities).
Method 1: Cleaning through the built-in Optimizer in MIUI
The safest and fastest method is to use Xiaomi's regular tool, which requires no additional software installation and is suitable even for beginners.
- Open the settings β About the phone β Memory.
- Slip the "Clean" button in the "Junk Files" section.
- Wait for the analysis (may take 1-2 minutes).
- Select all categories (cache, temporary files, empty folders) and click Clear.
This method removes up to 1-3 GB of garbage, but does not affect deep system files. If the volume of the Other has not decreased after cleaning, move to the next method.
π‘
Before cleaning, close all applications through the multitasking menu β this will allow the system to remove the cache of active programs.
Method 2: Manual cleaning of the application cache
Many programs (e.g. Telegram, VK, TikTok) store gigabytes of cache in the "Other" folder to clear it:
- Go to Settings β Applications β Application Management.
- Sort the list by size (slip to three dots in the upper right corner).
- Select an app with a large cache (such as a gallery or YouTube).
- Click Clear Cache (not to be confused with Clear Data β it will delete accounts!).
Pay particular attention to:
- π± Social media (Facebook, Instagram β cache can weigh up to 500 MB).
- π΅ Music services (Spotify, Yandex Music β save covers and buffer).
- πΊ Video players (MX Player, VLC β temporary subtitles and thumbnail files).
After manual cleaning, restart the phone β this will help the system recalculate the occupied space.
Clear Gallery cache (miniatures and previews)|Delete bootloader data (APK residues)|Check DCIM/.thumbnails |Clear Google Play Services cache
-->
Method 3: Remove system logs and dumps (without root)
Xiaomi Redmi Note 7 (like other devices on MIUI) creates error logs and memory dumps that can take up to 5-7 GB. They can be removed without superuser rights through ADB (Android Debug Bridge).
You'll need:
- π₯οΈ A computer with installed Xiaomi drivers and ADB.
- π± Included debugging by USB (In Settings β The phone. β Version. MIUI Tap 7 times, then return to the additional β For developers).
- π Cable USB Type-C (original or quality).
Instructions:
- Connect your phone to your PC and open the command line (Win + R β cmd).
- Enter the command to check the connection: adb devices must appear serial number of the device.
- Do the log cleanup: adb shell pm trim-caches 1000G adb shell rm -rf /data/log/* adb shell rm -rf /data/tombstones/*
These commands will remove the time logs and dumps that the system creates for diagnosis. Do not use them more than 1 time per month - this can make it difficult to debug real errors.
What are memory dumps?
Method 4: Use a file manager with root rights
If you have superuser rights, you can manually delete hidden files that take up space in the Other, such as Root Explorer or FX File Manager.
Key folders for cleaning:
| The way to the folder | What's stored | Is it safe to remove |
|---|---|---|
| /data/log | Logs of system and applications | Yeah (except boot.log) |
| /data/tombstones | Dumps of error | Yes. |
| /data/dalvik-cache | Dalvik cache (App acceleration) | Yes (recreated automatically) |
| /data/app-lib | Remote application libraries | Yes. |
β οΈ Note: Do not delete files in folders /system or /vendor β This can lead to a device blink (completely inoperable). Also avoid folders with names com.android.* - they are critical for Android.
After cleaning, restart your phone and check the Other's capacity in your memory settings. If the changes don't show up right away, wait 10-15 minutes, the system may need time to recalculate.
Method 5: Reset to factory settings (last resort)
If none of the methods worked, and the Other folder still takes 10+GB, the last option is a full reset, which will delete all the data from the device, so first:
- π Make a backup copy through Settings β Additionally. β Backup.
- π Save photos and videos on PC or in the cloud (Google Photos, Mi Cloud).
- π Write down logins/passwords from accounts (they will be deleted!).
For discharge:
- Go to Settings β About the phone β Reset settings.
- Select βErase all dataβ.
- Confirm the action and wait for the reboot (it will take 5-10 minutes).
Once reset, the device will be as new as the "Other" folder will decrease to 500 MB - 1 GB (this is normal volume for a clean system), the disadvantage of the method is the loss of all data, so use it only as a last resort.
π‘
Factory reset is the only way to completely clean up system debris, but it erases all user data. Always back up before reset!
How to prevent the βOtherβ folder from being refilled?
To prevent the problem from returning in a month, follow these tips:
- ποΈ Clean the cache regularly through Settings β Memory (once every 2 weeks).
- π« Limit the background activity of applications in Settings β Battery β Select mode (select "charge savingsΒ»).
- π¦ Remove unused apps β even uninstallation leaves up to 100MB of trash.
- π Update. MIUI β In new versions, the cleaning of the cache has been improved.
It is also necessary to disable the automatic saving of media files in messengers:
- On WhatsApp: Settings β Storage β Autoupload Media β Disable for Mobile Data.
- In Telegram: Settings β Data and Memory β Autoboot Media β Select βNeverβ.
If you install/remove games frequently, use the SD-Map as the main storage (c Settings) β Memory. β Default storage. This will reduce the load on internal memory.
FAQ: Frequent questions about cleaning up the "Other" on the Redmi Note 7
β Why did the βOtherβ not decrease after cleaning?
β Can you clean the Other without losing data?
β Why the βOtherβ folder will be refilled in a week?
β What apps help clean up the βotherΒ»?
β Is it dangerous to delete files manually through root?
If neither method worked and the Other folder still takes up inadequate space (e.g., 20+GB), it could indicate file system damage, in which case only flashing through Fastboot or contacting Xiaomiβs service center will help.