«Another" in memory of Xiaomi Redmi 9A: Hidden Files, Cache and Garbage – Full Guide 2026

Have you ever looked into the storage settings of your Xiaomi Redmi? 9A And they were surprised to find that the mysterious "Other" section is 5 to 10 GB -- maybe more -- and neither the photos, nor the apps, nor the downloads, weigh that much, and where does this garbage come from, can it be removed without harming the system, and why? MIUI He likes to hide files under this blurry name?

Owners of budget smartphones Xiaomi face this problem especially acutely: with 32 GB of internal memory (of which all the necessary devices are available). ~22 GB) every megabyte counts. And the Other is snowballing, even if you haven't installed new software in a long time. In this article, we'll look at the shelves of what's behind this item, how to analyze it and minimize it. Without Magic Buttons and Doubtful Cleaners, Only Proven Methods.

Spoiler: Up to 70% of Redmi's "Other" volume 9A — This is a cache of system applications (including Google Play Services), temporary update files MIUI And artifacts from remote programs that the system has forgotten to clean, but there are exceptions, like messenger data or games that masquerade as "system files».

What is the “Other” in Redmi’s memory? 9A: official explanation and reality

According to the documentation MIUI, The “Other” section includes:

  • 📁 System cache (including Dalvik-cache), which speeds up the launch of applications).
  • 🔄 Temporary files from OS and application updates (e.g. packages) APK, who have not been able to do so, but have not).
  • 🗑️ Residual data from remote programs (settings, logs, databases).
  • 📊 System Logs and Errors (.log,.dump files).
  • 🔒 Secure data of some applications (for example, messengers or banking programs).

In practice, however, the “Other” is often hidden:

  • 🎮 Cash of games, for example, PUBG Mobile or Free Fire can leave gigabytes of junk even after uninstallation).
  • 📱 Widget and theme data (MIUI actively caches wallpaper, icons and animations).
  • 🔗 Google Play Services cache files (up to 1-2 GB on some devices!).
  • 📦 Update archives that have not been deleted after installation (in the folder) /cache).

⚠️ Attention: At Redmi 9A on MIUI 12+ The other part of the other might be the Smart Cleanup, which backs up the files before they're deleted!

To understand what exactly is eating away at your memory, you need to analyze the contents – and here are the standard tools. MIUI You'll have to use third-party tools or manual methods.

📊 How much memory does the "Other" take on your Redmi 9A?
Less than 1 GB
1-3 GB
3-5 GB
More than 5GB
I don't know where to see it.

How to see what exactly occupies a place in the “Other”: 3 working ways

Standard Storage section in Redmi settings 9A It only shows the total volume of the Other, not the composition of the Other. Here's how to get the details:

1. Through built-in "Storage Analysis" (hidden function) MIUI)

MIUI It has a hidden tool for detailed memory analysis, but it is hidden in the developer menu:

  1. Activate Developer Mode: Go to Settings → About Phone → MIUI Version and tap it 7 times.
  2. Back to Settings → Additionally. → For developers.
  3. Find the item “Storage Analysis” and start the scan.

The system will show folders and files sorted by size, including those related to the Other, /data/dalvik-cache) may not be displayed.

2. With root file manager (without root, not all folders are visible!)

Install. FX File Explorer or Solid Explorer and turn on Root mode (if the phone is rooted). Without the root, you will only see some files, but even that will help:

  • 🔍 Check the folders: /data/data/ — Application data is stored here, including cache). /cache/ — temporary update files. /sdcard/Android/obb/ — Cache of games (can weigh gigabytes!).

3. via ADB (for advanced users)

If you know me, ADB, Connect your phone to your PC and execute the command:

adb shell du -h -d 1 /data | sort -h

This command will show the folder size in /data (Where most of the hidden files are stored? Look for folders that weigh from 100 MB – can be cleaned manually.

💡

If in a folder /data/app-lib/ files from long-distant applications are located, they can be safely deleted - this is residual garbage that the system has not cleaned up.

Top.-5 The reasons why the Other is growing in Redmi 9A

On the Redmi. 9A his 2/3 GB of RAM and 32 GB of Other memory is growing faster than flagships. Here are the main culprits:

Reason.How much does it take?How to fix it
Google Play Services Cash0.5–2 GBClear the cache in Settings → Annexes → Google Play Services → Warehouse
Residual files MIUI (updates)1-3 GBDelete the folder /cache through recovery ADB
Messenger cache (Telegram, WhatsApp)0.3–1.5 GBClean in the settings of each messenger
Dalvik-cache (Android Virtual Machine Cache)0.5–1 GBCleaned only with Wipe Dalvik Cache in recovery
Logs and error dumps0.1–0.8 GBDelete folders /data/tombstones and /data/anr through ADB

Especially insidious updates MIUI: After installing a new version, the system often leaves the old files in the system. /cache If you don't plan on going back to the previous firmware, they can be removed.

⚠️ Attention: Do not delete the folder /data/dalvik-cache You can manually use the file manager, and this will cause you to reboot your phone in a cyclical fashion, and only use the Wipe Dalvik Cache in recovery mode to clean it.

How to Clean Up “Other” in Redmi 9A: step-by-step

Before you start cleaning, back up your sensitive data. Some methods can delete files that are necessary for applications to run.

Save photos and contacts on PC|Write down a list of installed applications|Check the vacant space (should be available) ≥10%)|Disable automatic update of applications-->

Step 1: Cleaning the cache of system applications

Many system services (e.g. Google Play Services) MIUI Daemon) accumulate a cache that is not visible in the standard cleaning menu to remove it:

  1. Go to Settings → Applications → All applications.
  2. Sort the list by size (slip to three dots in the upper right corner).
  3. Select cache apps >100 MB and click "Clear the cache».

Pay particular attention to:

  • 📌 Google Play Services (can take up to 2GB!).
  • 📌 MIUI System and Security (theme cache and widgets).
  • 📌 Download Manager (Remainders of Download Manager).

Step 2: Delete temporary update files

MIUI stores update packages in /cache and /data/ota_package. To remove them:

  • 🔧 No root: Use the app SD Maid (section "CorpseFinder»).
  • 🔧 With root: Delete the contents of folders /cache and /data/ota_package via file manager.

Step 3: Clean Dalvik-cache (only through recovery!)

If the Other is over 1GB, chances are Dalvik-cache is inflated to reset it:

  1. Turn off the phone.
  2. Press Power + Volume Up to Enter Recovery.
  3. Choose Wipe & Reset → Wipe Dalvik Cache.
  4. Restart the device (the first start will take longer than usual).

Step 4: Removing logs and error dumps

Log files (.log,.dump) take up to 500MB, but they can be safely deleted.

  1. Connect your phone to your PC and use ADB:
  2. Follow the commands: adb shell su rm -rf /data/tombstones/* rm -rf /data/anr/* rm -rf /data/log/*

If you don't have access to ADB, Use the DiskUsage app (shows large files, including logs).

Step 5: Reset the cache of messengers and social networks

Apps like Telegram, WhatsApp, Facebook store the cache in the Other to clear it:

  • 📱 In Telegram: Settings → Data and memory → Clear the cache.
  • 📱 On WhatsApp: Settings → Warehouse → Memory management.
  • 📱 On Facebook: Delete the folder /sdcard/Android/data/com.facebook.katana/cache.

💡

Cleaning Dalvik-cache and logs is the most effective, but it requires rebooting, and then the system can run faster by reassembling the cache.

What NOT to remove from the Other (risks and consequences)

Not all files in The Other are safe to erase. This is something you can't touch unless you're an expert.

  • 🚫 folder /data/data/com.android.providers.settings/ — It stores the system settings. Deleting it will reset all the parameters (language, Wi-Fi, brightness, etc.).
  • 🚫 Files in /data/system/ — Responsible for accounts, application permissions and network settings.
  • 🚫 Folders with the names lib, app-lib (if they are related to current applications).
  • 🚫 Files with the.odex or.oat extension are part of the optimized Dalvik cache.

⚠️ Note: If after cleaning the "Other" phone began to reboot or crashed system applications (for example, Settings or Phone), then you deleted critical files.

If you're in doubt, you better not delete the file, but first look it up online. /data/misc It contains Wi-Fi, Bluetooth and VPN — Cleaning it will result in the loss of the stored networks.

How to Prevent the Spread of the Other in the Future

To prevent the “Other” from taking up gigabytes every couple of months, follow these rules:

  • 🔄 Turn off automatic app updates in Google Play: Settings → Auto-update of applications → Never.
  • 🗑️ Regularly clean the cache of messengers and social networks (once every 1-2 weeks).
  • 📱 Don’t use memory cleaners like Clean Master – they often delete useful files, disguised as “optimization».
  • 🔧 Update. MIUI hand-held, not through OTA — This will allow you to remove the service pack after installation.
  • 📁 Transferring heavy applications to SD-card (if supported).

It is also useful to disable unnecessary system applications that actively cache data:

  1. Go to Settings → Applications.
  2. Find it. MIUI Daemon, Mipay, Mi Video (unless you use it).
  3. Click "Disable" (do not delete!).
Why are memory cleaners harmful?
Many Optimizers (Clean Master, DU Speed Booster not only removes the cache, but also files that are necessary for the operation of applications. For example, they can erase: - Authorization data in messengers (you will have to re-enter passwords). - Settings widgets and themes MIUI. - Local application databases (e.g., call history or SMS). As a result, the phone may start to work slower, not faster!

Frequent Mistakes in Cleaning the Other and How to Avoid Them

Many Redmi users 9A They make the same mistakes when they try to free up memory:

Mistake.Effects of consequencesHow right.
Deletion of the folder /data/app manuallyAll user applications will be removedUse the standard uninstallation
Cleaning Dalvik-Cache without restartingCyclical phone rebootAlways reboot after cleaning.
Use of rm -rf /data/*Full reset of the phone to factory settingsDelete only specific folders
Delete.odex or.oat filesDeparture of system applicationsDo not touch files with these extensions.

Another mistake is ignoring backups, and before you manipulate the Other, save important data to your PC or the cloud. /data/data/com.android.providers.contacts/ It contains all your contacts, and losing it means losing your entire phone book.

FAQ: Answers to Frequent Questions About The Other in Redmi 9A

❓ Why After Cleaning, The Other Takes Up a Lot of Space Again?
This is normal: system and applications are constantly creating new temporary files. For example, Google Play Services can recover cache in a few days. To slow the growth of the Other: Turn off the background activity of unnecessary applications. Limit the messenger cache (in each setting). Regularly (once a month) clear the cache of system applications.
❓ Can I transfer the "Other" to the SD-map?
No, "Other" is a system file that can't be transferred to an external drive. SD (If the card is formatted as internal memory, save media files (photos, videos) immediately to the SD. Use it. SD-The game cache card (in game settings), but the "Other" itself will remain in the internal memory.
❓ Why is the Remote App in the “Other” Placed?
When removing an app, Android doesn't always clean: Its cache (folder) /data/data/name-pack/cache). Settings (files in) /data/data/name-pack/shared_prefs). Residual files in /sdcard/Android/obb/ (To completely remove the application, use SD Maid (CorpseFinder function) or manually check the folders above.
❓ How to find out which files are in the “Other»?
Standard facilities MIUI Use DiskUsage (shows large files and folders). ADB (Adb shell du -h -d 1 /data). Root Explorer (if the phone is rooted) Notice folders weighing >100 MB – can be analyzed separately.
❓ Is it safe to use apps to clean the Other»?
Most cleaners (Clean Master, CCleaner) are not recommended for reasons such as: Delete useful files (such as messenger cache, which will require you to re-download stickers); they can damage system data if you delete files from the system. /data/system. They consume resources and give false warnings about the “critical state” of memory, preferably by hand or using the cache. SD Maid (a more accurate application).