Why The Other Takes Gigabytes of Memory on the Redmi 9C NFC and How to Fix It
You open Settings β Memory on your Xiaomi Redmi 9C NFC, and there are tens of gigabytes occupied by the mysterious βOtherβ section. App cache is cleared, unnecessary files are deleted, and there is less space. What is the matter? The reason lies in the features of the MIUI firmware and the Android architecture: the system automatically reserves space for temporary files, update log files, remnants of remote applications and even hidden backups.
On the Redmi 9C NFC, the problem is exacerbated by limited internal memory (32/64 GB) and the active use of Extension (if microSD is connected). As a result, The Other can take from 5 to 20 GB β and this is not a bug, but the normal operation of the system. However, some of this data can be safely deleted without risking the stability of the smartphone. Next, we will analyze which files can be touched and which are better left, and we will give step-by-step instructions for users with different levels of training.
β οΈ Note: Some methods require superuser rights (root) or use ADB. If you're not sure, limit yourself to the safe ways in the first two sections.
Method 1: Cleaning through standard MIUI settings
To start with, the simplest of them is the built-in MIUI 12/13 tools, which donβt require any additional software, which is a method that can remove temporary files, cache of system applications, and update residues.
Open Settings β Memory β Cleanup. Here, the system automatically scans the device and prompts you to delete:
- ποΈ Application cache β the temporary data that programs create to speed things up β is safe to delete, but it can take longer to load when it's next run.
- π Downloads - files from a folder /Download, Which you may have forgotten to delete.
- π Update residues β firmware packages that remain after installation OTA-You can remove them if you don't plan to roll back.
- π Unnecessary APK β Installation files of applications that have been installed or not used for a long time.
Once cleaned, restart your phone. If the Other partition has shrunk slightly (1-3 GB), move on to the next way, and if you can't see the changes at all, the problem lies deeper in your system logs or backups.
Method 2: Delete hidden files through Explorer
Some of the data in the Other section is hidden files and folders that donβt appear in standard Explorer, and youβll need a third-party file manager to see them, such as Solid Explorer or FX File Explorer (available on Google Play).
Instructions:
- Install and open Solid Explorer.
- Enable the display of hidden files: click on the three dots in the upper right corner β Settings β Show hidden files.
- Go to the root directory (/) and find the following folders: /data/log β system logs (you can delete files older than 7 days). /data/local/tmp β temporary files (all content can be deleted). /data/system/dropbox β error reports (remove everything except the current day). /cache β system cache (cleared automatically when you reboot, but sometimes there are βtailsβ).
Delete unnecessary files and restart your phone.
β οΈ Note: Do not delete files in folders /data/data or /system β It can crash the system, and don't touch files with the.odex or.apk extension in the system directories.
βοΈ What can be safely removed manually
Method 3: Using ADB for deep cleaning
If previous methods didnβt work, itβs time to connect to your phone via Android Debug Bridge (ADB), a method that allows you to remove system debris that is not available through standard means but requires a connection to a computer.
What you need:
- π» Computer with Windows/Linux/macOS.
- π USB-cable (preferably original).
- π¦ Installed drivers ADB Fastboot (you can download from the Android Developers website).
- π§ Included debugging by USB on the phone (Settings) β The phone. β Version. MIUI β 7 times press to activate the developer mode, then Settings β Additionally. β For developers β Debugging by USB).
Cleanup commands:
adb shell pm trim-caches 500G # Cache cleanup of all applications
adb shell rm -rf /data/local/tmp/* # Delete temporary files
adb shell rm -rf /data/log/* # Clearing logs (caution!)
adb shell pm clear com.miui.cleanmaster # Reset the Security appAfter you execute the commands, restart your phone. If the Other partition has decreased significantly (5+ GB), the problem is solved. If not, move on to the next method.
What if the ADB canβt see the device?
Method 4: Resetting cache via Recovery Mode
If the Other takes up more than 10GB and does not decrease after previous actions, cache resetting via recovery mode will help.This method does not affect user data, but resets all temporary system files.
Instructions:
- Turn off the phone.
- Press the Power + Volume buttons up at the same time and hold for 10-15 seconds until the Mi logo and Recovery menu appear.
- Use volume buttons to navigate and select Wipe & Reset β Wipe Cache.
- Confirm the action and wait for the process to be completed.
- Reboot your phone (Reboot β System)
This method is especially effective if the Other has grown after a failed MIUI update or a system application malfunction. After a cache reset, the phone can boot longer than usual - that's normal.
| Method | Difficulty | Efficiency | Risks. |
|---|---|---|---|
| Cleaning through MIUI settings | β (simple) | Low (1-3 GB) | No. |
| Deletion of hidden files | ββ (middle-of-the-road) | Medium (3-7 GB) | Delete important files |
| ADB-cleaning | βββ (difficult) | High (5-10 GB) | System failure in case of error |
| Cache reset in Recovery | ββ (middle-of-the-road) | High (5-15 GB) | Long load after discharge |
Method 5: Radical measures - reset to factory settings
If none of the methods worked, and the Other still takes up a critically large amount of space (20+GB), the last option is a complete reset, which will remove all user data, applications and settings, returning the phone to the βout of the boxβ state.
How to reset:
- Back up important data (photos, contacts, messages) through Settings β Google β Backup or manually.
- Go to Settings β About the phone β Reset settings.
- Select Reset all settings and confirm the action.
- Wait for the process to be completed (it will take 5-10 minutes).
Once reset, the Other will shrink to a minimum size of 1-2GB, but you'll have to reset your phone and install apps, a method guaranteed to solve the problem, but only use it as a last resort.
π‘
Before resetting, write down your phoneβs IMEI (type *#06# in the dialer) to help restore access to your mobile network if something goes wrong.
How to prevent the βOtherβ from being refilled
To prevent the problem from returning in a month, follow the following simple rules:
- π΅ Turn off automatic backup in Settings β Google accounts β Backup if you donβt use it.
- π Clean the cache regularly through Settings β Memory. β Cleaning (sufficient 1 time in 2 weeks).
- π« Do not install applications from unknown sources β they often leave garbage in system folders.
- π± Use lighter versions of apps (e.g. Facebook Lite instead of the main client).
- π§ Update. MIUI β In new versions optimized work with memory.
You should also drop the memory extension feature (if you use microSD), as it often fragments data and increases the size of the Other. If you need a memory card, format it as internal memory (Settings β Memory β Memory Map β Format as internal), but remember that it can not be removed without losing data.
π‘
Regular cleaning of the cache and turning off unnecessary background processes (in Settings β Battery β Power Saving Mode) reduce the growth of the Other by 40-60%.