The โOtherโ folder on the Xiaomi Redmi Note 8T is a real black hole for smartphone memory, which can take from 2 to 10 GB, but the system does not show what exactly is stored there. Users often face a situation where internal memory is crammed to the end, and in the โFilesโ section there is a mysterious string โOtherโ with a multi-gigabyte weight. Why is this?
The fact is that MIUI classifies everything that does not fall into the standard categories as โOtherโ: system application cache, temporary update files, error logs, remnants of deleted programs and even hidden messenger folders (for example, Android/data/com.whatsapp). Just delete this partition can not โ you risk breaking the system. But there are 5 proven ways to help safely reduce its size.
In this article, we will discuss:
- ๐ What is stored in the folder โOtherโ and why it grows
- โ๏ธ Systemic tools MIUI for cleaning (without root)
- ๐ Manual cleaning through the file manager (with indication of secure folders)
- ๐ Hidden tricks that are not written in the official guides
- โ ๏ธ What can you do to avoid turning your phone into a brickยป
1.What is the Other folder on the Redmi Note 8T and why does it take up so much space
The Other folder is a prefabricated section where MIUI dumps anything that can't be classified as photos, videos, audio or documents. On the Redmi Note 8T (with a Snapdragon 665 and 64/128 GB of memory), this section often grows because of the features of Android 9/10 and the MIUI 11/12 shell.
- ๐๏ธ Cache of system applications (for example, com.miui.home or com.android.systemui)
- ๐ฆ Remnants of remote applications (folders lib, cache in) /Android/data/)
- ๐ Temporary update files MIUI (folder /cache/ota/)
- ๐ Logs and error dumps (folders) /data/anr/, /data/tombstones/)
- ๐ค Dalvik-cache files (optimized versions of applications for fast download)
- ๐ฑ Hidden data of messengers (for example, cache of stickers in Telegram or downloads from WhatsApp)
On the Redmi Note 8T, the โOtherโ folder can suddenly grow after:
- ๐ฒ Updates MIUI (The system backs up old versions)
- ๐ฎ Installation/removal of heavy games (e.g. Genshin Impact or Call of Duty Mobile)
- ๐ธ Intensive use of the camera (temporary processing files) HDR night-time)
An important nuance: on models with 128 GB of memory, the folder โOtherโ can take up to 8-10 GB, while on 64 GB โ usually no more than 4-5 GB. This is due to the fact that MIUI actively uses free space for caching.
๐ก
If the Other folder grows again in a week after cleaning, check the applications for background activity, often the fault of messengers (Telegram, Viber) or launchers (Nova, POCO Launcher), which create hundreds of small temporary files.
Method 2: Cleaning through built-in MIUI tools (without root)
The safest method is to use standard MIUI utilities, which do not require superuser rights and do not risk damaging system files. Here is a step-by-step guide for the Redmi Note 8T:
- Open the settings โ About the phone โ Memory.
- Tap on the "Other" line (may be called "Other" in some versions of MIUI).
- Click on โCleanโ (or โDelete Unnecessary Filesโ).
- Confirm the action and wait for the process to be completed (may take 2-5 minutes).
If there is no โCleanโ button, try an alternative path:
- Go to Settings โ Applications โ Application Management.
- Open the All Apps tab and find Files.
- Tap โStorageโ โ โClear the cacheโ and โClear the dataโ.
What's that gonna do?
- โ Remove the cache of system applications (free 0.5-1.5 GB).
- โ Clear temporary update files MIUI (0.3-1 GB).
- โ Will not touch the hidden folders of messengers and the remains of remote programs.
Close all apps (especially instant messengers and games)
Connect your phone to charge (the process can take up to 10 minutes)
Backup important data (in case of failure)
Check the space available (if less than 1 GB โ cleaning may freeze)-->
โ ๏ธ Warning: If after clicking "Clean" the phone is stuck on startup the logo MIUI โ Don't panic. 10-15 minutes (system re-indexes files) If it doesn't work, go to the method 5.
Method 2: Manually clean through the file manager (which folders can be deleted)
For power users, there is a more efficient method of manually cleaning through a file manager (such as Mi File Manager or Solid Explorer).
Safe to delete folders (paths for Redmi Note 8T):
| The way to the folder | What's stored | How much can I free? |
|---|---|---|
| /storage/emulated/0/Android/data/<remote application folders> | Cache and data residues after uninstallation of programs | 0.5-3 GB |
| /storage/emulated/0/Download/.thumbnails | Miniatures of uploaded files (useless garbage) | 0.1โ0.5 GB |
| /storage/emulated/0/DCIM/.thumbnails | Cash miniature photo and video | 0.2โ1 GB |
| /storage/emulated/0/cache | Temporary file systems applications | 0.1โ0.8 GB |
| /storage/emulated/0/MIUI/backup/AllBackup | Old MIUI backups (if not used) | 0.3โ2 GB |
How to delete:
โ ๏ธ Warning: Never delete folders: /storage/emulated/0/Android/obb/ โ This is where game data is stored (delete โ the games will stop working). /storage/emulated/0/MIUI/ (except backup/) โ system-file MIUI. /data/ or /system/ โ It'll lead to a phone blink!
What to do if the folder is not deleted?
Method 3: Cleaning through ADB (for advanced users)
If standard methods didnโt work and manual cleaning didnโt work, try ADB (Android Debug Bridge), which requires connecting your phone to your computer but allows you to delete files that arenโt available through the file manager.
Step-by-step:
- Download and install ADB Tools on PC.
- On the Redmi Note. 8T Turn on "Debugging by" USBยป: Settings โ The phone. โ Version. MIUI (Tap 7 times to activate the developer mode, then Settings โ Additionally. โ For developers โ Debugging by USB.
- Connect your phone to your PC and type in the command line: adb devices (the device should appear).
- Run the command to clean the cache of all applications: adb shell pm clear --all
- To delete temporary update files: adb shell rm -rf /cache/ota/*
What other commands can be used:
- ๐ View the folder size "Other": adb shell du -sh /data/* | grep -E '([0-9]+G)|([0-9]+M)'
- ๐งน Clean Dalvik-cache (reboot required): Adb shell rm -rf /data/dalvik-cache/*
โ ๏ธ Attention: Adb shell rm command -rf /data/* delete all user data (photos, apps, settings) and result in a phone reset! Use only the exact paths from this instruction.
๐ก
ADB is the most powerful cleaning tool, but it's also the most dangerous, and if you're not sure about the team, check it in Safe Mode or backup first.
5. Method 4: Resetting cache via Recovery (if the phone is braking)
If the Redmi Note 8T started to slow down and the Other folder takes up more than 5 GB, resetting the cache via Recovery Mode will help.This method does not delete user data, but clears the system cache, which can weigh up to 1-2 GB.
Instructions:
- Turn off the phone.
- Press the Power button + Volume up until the MI logo appears.
- In the Recovery menu, select the language (if you have a choice: ๐ Wipe & Reset โ Wipe Cache ๐ Confirm the action and wait for the completion. ๐ฑ Reboot the phone (Reboot).
What's that gonna do?
- โ Cleans Dalvik-cache (will speed up the system).
- โ Delete temporary update files and logs.
- โ Will not affect user data (photos, videos, applications).
โ ๏ธ Note: If the phone does not turn on after the cache is reset (it freezes on the boot) - it means that the system files were damaged. In this case, you will need a full reset (Wipe Data) or flashing through Fastboot.
What happens if Recovery does not open?
6. Method 5: Complete reset (last resort)
If all previous methods failed, and the Other folder still takes 5+GB, it's a radical method that will bring the phone back to factory status, but delete all data, including photos, videos and apps.
How to make Hard Reset on Redmi Note 8T:
What happens after the dump:
- ๐ The folder โOtherโ will be reduced to 0.5-1 GB (minimum size for work). MIUI).
- ๐ The phone will work faster (especially on models with the 3/4 GB RAM).
- โ ๏ธ All data will be deleted (including accounts, Wi-Fi passwords, settings, etc).
โ ๏ธ Note: If the Other folder grows again quickly after reset, the problem is in the system application (for example, com.miui.analytics or com.xiaomi.midrop). ADB: adb shell pm disable-user --user 0 com.miui.analytics
7 How to prevent the โOtherโ folder from growing in the future
To prevent the Other folder from taking up gigabytes of memory on the Redmi Note 8T, follow these recommendations:
- ๐ต Clean the app cache once in a while 1-2 Weeks (especially messengers and social networks).
- ๐ Turn off automatic updates MIUI (if not necessary: Settings โ The phone. โ Updating the system โ โ๏ธ โ Auto-update.
- ๐๏ธ Use lightweight alternatives to standard applications MIUI (Simple Gallery instead of Xiaomi Gallery).
- ๐ฑ Do not install applications on SD-map (MIUI It works poorly with adoptable storage and creates duplicate files).
- ๐ Periodically check the Download folder - unnecessary ones accumulate there. APK archives.
Useful applications for memory control:
| Annex | What do you need? | Reference |
|---|---|---|
| Files by Google | Smart cleaning of cache and duplicates | Google Play |
| SD Maid | Deep cleaning of application residues (requires root) | Google Play |
| DiskUsage | Visualization of occupied space by folders | Google Play |