The Other folder on Xiaomi Poco X3 is a real black hole for free space, it can take 5 to 20 GB, but the system insists that there is βnothing important.β In practice, this folder accumulates the remnants of remote applications, cache system processes, logs of errors and even fragments of MIUI updates. If your smartphone has started to slow down and memory ends in the same place, the problem is in the Other.
In this article, we'll look at 5 proven cleanup methods, including hidden MIUI settings, working with ADB, and even manually removing debris through the file manager. Importantly, not all methods are equally safe - some can cause failures if you act at random. So we'll explain in detail what you can remove without risk and what you shouldn't touch. You'll also learn why the Other folder fills up again in a week and how to avoid it.
What is the βOtherβ folder on Xiaomi Poco X3 and why it grows
The Other folder (or Other in the English version of MIUI) is a collection container for files that the system cannot categorize as standard: photos, videos, audio or documents.
- π Application and system process cache β temporary files that must be deleted automatically but often remain βjust in caseΒ».
- π Remains of remote programs - fragments APK, settings and data that have not been cleared after uninstallation.
- π Logs and error dumps are crash information files that Android creates for diagnostics (e.g., crash files, /data/tombstones).
- π Update files MIUI β downloaded firmware packages that have not been removed after installation.
- ποΈ Garbage from messengers and social networks β cached stickers, gifs and media from Telegram, WhatsApp or TikTok.
On the Poco X3, the problem is compounded by MIUI 12/13/14 aggressively caches data to speed up work, but rarely cleans it. For example, after watching YouTube videos or TikTok, clips of videos up to 500 MB can remain in the Other folder.
π How do you check what takes up space? Go to Settings β The phone. β Memory and click on the graph. The system will show the memory allocation, but often understates the volume of the Other. For accurate analysis, use third-party tools like Files by Google or SD Maid.
Method 1: Cleaning cache and debris through standard MIUI settings
The safest method is to use the built-in MIUI tools, which will not remove all Other, but will help you get rid of 30-50% of the garbage without risk to the system.
Step 1. Cleaning the app cache
- Open Settings β Applications β Application Management.
- Slip on the three dots in the upper right corner and select Sort by size.
- Scroll down the list β there will be apps with the largest cache (most often Google Play Services, Chrome, Facebook or MIUI System).
- Click on the app β Storage β Clear the cache.
Step 2: Delete Unnecessary Files through Cleanup
- Go to Settings β About Phone β Memory β Cleanup.
- Wait for the analysis to be completed (it may take 1-2 minutes).
- Check all items except Download (there may be important files).
- Click Clean and confirm the action.
Step 3: Remove old MIUI updates
The system stores update packages in a folder /data/ota_package. To remove them:
- Open any file manager (such as Mi File Manager).
- Go to the Device. β data β ota_package.
- Delete all files with the.zip extension (these are old firmware).
Clear the cache of all applications|Remove garbage through βCleaningβ in the settings|Check the folder. /data/ota_package old-fashioned|Delete the Google Play Services cache-->
Method 2: Manually delete files through file manager (for experienced)
If standard cleaning doesnβt help, you can manually remove some of the garbage. β οΈ Attention: Incorrect actions can lead to failures in work MIUI Before starting, make sure to back up important data.
What folders can be cleaned:
| The way to the folder | What's stored | Can I remove it? |
|---|---|---|
| /data/log | Logs of system errors and applications | Yes, but there may be problems with diagnosing the failures. |
| /data/tombstones | Memory dumps when applications crash | Yes, but delete only old files (new ones may be needed for debugging) |
| /data/dalvik-cache | Dalvik Virtual Machine Cache (accelerates application launch) | No, removal will slow down the work. |
| /data/app-lib | Remote application libraries | Yes, if you are sure that the applications will not be re-installed |
| /data/media/0/Android/obb | Additional game data (cache, textures) | Yeah, but the games will have to be re-downloaded. |
How to access system folders:
- Install a file manager with root access support (such as Root Explorer or FX File Explorer).
- Enable the display of hidden files in the manager settings.
- Go to /data and delete the contents of the folders from the table above (except dalvik-cache!).
β οΈ Attention: If after cleaning /data/log or tombstones apps have started to crash and the system is not stable β reboot. If the problem persists, restore deleted files from the backup.
What happens if you remove the dalvik-cache?
Method 3: Using ADB for deep cleaning (no root)
If you donβt have root rights but need to remove system debris, Android Debug Bridge (ADB) can help.This method allows you to clear cache and unnecessary files through the command line without risking system stability.
What you need:
- π₯οΈ A computer with installed Xiaomi drivers and ADB (download).
- π± Included debugging by USB Poco X3 (Settings β The phone. β Version. MIUI β 7 times tap the assembly number β Go back to Settings β Additionally. β For developers β Debugging by USB).
- π Cable USB (preferably original).
Cleanup commands:
- Connect your phone to your PC and open the command prompt (cmd) in the ADB folder.
- Enter the command to check the connection: Adb devices must appear serial number of your Poco X3.
- Clear the cache of all applications: adb shell pm trim-caches -1
- Delete the temporary update files: adb shell rm -rf /data/ota_package/*
- Clear error logs (safe): adb shell rm -rf /data/log/*
πΉ The result: These commands will release 1 to 5 GB, depending on the level of contamination. If you need more, move to the next method.
π‘
Before using ADB, create a restore point in TWRP (if installed) to help roll back changes if something goes wrong.
Method 4: Reset the cache via Recovery Mode (without data loss)
If previous methods didn't work, try resetting the cache via Recovery.This won't delete your files or apps, but will clear up system debris that isn't available through standard settings.
Instructions:
- Turn off the Poco X3.
- Press the Power + Volume buttons up and hold for 10-15 seconds until the MI logo appears.
- Release the buttons and you will be taken to Recovery Mode (English menu).
- Use volume buttons for navigation and power button for selection.
- Choose Wipe & Reset β Wipe Cache.
- Confirm the action and wait for the completion (it will take 1-3 minutes).
- Reboot the phone (Reboot) β Reboot to System).
β What will it do:
- π§Ή Clears the Dalvik cache and ART (speed up the system).
- ποΈ Delete temporary files that are not visible through the file manager.
- π Correct minor mistakes in the work MIUI.
β οΈ Warning: Don't confuse Wipe Cache with Wipe Data! The second option will reset your phone to factory settings and delete all your data.
Method 5: Complete reset to factory settings (last resort)
If the Other folder takes up more than 10GB and previous methods didn't work, it's just hard reset, which is a radical way to get the phone back to its original state by removing all the data, including:
- π± Applications and their settings.
- π Photos, videos, music (if not on the list) SD-map).
- π Messages, contacts, notes.
- π Accounts and passwords (except Google if linked to Google).
How to do the reset correctly:
- Create a backup through Settings β Additional β Backup and Reset β Local Backup.
- Move your important files to your PC or cloud (Google Drive, Mi Cloud).
- Go to Settings β About the phone β Reset settings.
- Choose to erase all data and confirm the action.
- After restarting, set your phone as new.
Once reset, the Other folder will take up no more than 1-2 GB, which is normal for a clean system, but after 1-2 months of active use, it will start growing again. To avoid this, keep an eye on the application cache and clean the garbage regularly (every 2-3 weeks).
π‘
Factory reset is the only way to completely clear the Other folder, but it deletes all user data. Use it only as a last resort.
How to prevent the βOtherβ folder from being refilled
Cleaning is half the battle, so that the Other folder doesn't grow back, follow these tips:
- π« Turn off automatic app updates on Google Play. Manually update programs to control cache volume.
- ποΈ Clean the messenger cache (Telegram, WhatsApp, Viber) regularly, and they download media in the background and clog up memory.
- π Use the Light versions of apps (e.g. Facebook Lite, Messenger Lite) that take up less space and cache less data.
- π₯ Configure file retention to SD-map (if any) Move photos, videos and music through Settings β Warehouse.
- π Install a utility for memory monitoring, for example SD Maid or Files by Google.It will warn of litter growth.
π Useful Lifehack: If you install and delete games frequently, use the Guest Session feature in the Game. MIUI. It allows you to test applications in an isolated environment without clogging the main system.