Why Standard Removal Doesn't Always Work
Have you ever noticed that after you delete an app on Xiaomi Redmi, it still takes up space in memory? Or worse, it reappears in the installed list after a while? MIUI And Android, because standard menu removal often leaves you with a lot of:
- ๐๏ธ Cache and temporary files โ up to 50% of the original application size
- ๐ Residual data in folders /Android/data/ and /Android/obb/
- ๐ System tracks in the registry MIUI (pre-installed applications)
- ๐ Links in Launcher โ icons can remain on the menu even after uninstallation
For example, after deleting Facebook through the standard menu, the memory may remain up to 300-500 MB of garbage is cache photos, databases and settings files, and apps like Mi Video or Mi Music can't be removed without additional manipulation, because they're embedded in the firmware.
In this article, we will discuss 5 ways to delete completely, from simple to advanced, including methods for admin applications and system utilities, but first letโs understand what files remain after standard deletion and why this is important.
Method 1: Standard removal via MIUI settings
Letโs start with the simplest method that is suitable for most custom apps (downloaded from Google Play or installed manually through Google Play). APK). This method does not require additional tools, but has limitations:
- โ It works for all user applications (not system applications)
- โ Does not delete residual files in /Android/data/ and /Android/obb/
- โ It does not work for pre-installed applications (Mi Browser, Mi Security, etc.)
Instructions:
- Open Settings โ Applications โ Application Management.
- Select the desired app from the list (use search if the list is large).
- Click Delete and confirm the action.
- If the Remove button is inactive, it means the application is system (go to method 3 or 4).
For deeper cleaning after standard removal:
- Go to Settings โ Storage โ Cleaning.
- Select Deep Clean and wait for the scan to be completed.
- Delete the remaining files manually (if they are found).
โ๏ธ Preparation for complete removal
Method 2: Remove via Google Play (for downloaded apps)
If the app was installed through the Google Play Market, it can be removed directly from the store.
- ๐ Automatically clears Play Market cache after uninstallation
- ๐ฑ Allows you to remove applications remotely (via the web version of Play Market)
- โ ๏ธ But it doesn't delete files in /Android/obb/ (It's where the heavy game data is stored)
How to remove it through Play Market:
- Open the Google Play Market on your phone.
- Click on the profile avatar โ App and device management.
- Go to the Installed tab and find the desired application.
- Click on the basket icon (Delete) next to the name.
For remote removal:
- Open play.google.com in your browser on PC.
- Sign in with the same account as on your phone.
- Select My Apps and Games โ Installed.
- Find the app and click on the cross (Delete).
๐ก
If the app is not removed through the Play Market, check if it is system. โ Applications โ if there is no button โDeleteโ, then it is built-in software.
Method 3: Remove system applications without root (via ADB)
This is the most effective method for removing pre-installed applications (Mi Browser, Mi Music, GetApps, etc.) that cannot be removed by standard methods.
- ๐ ๏ธ No root rights required (works on any Xiaomi Redmi)
- ๐๏ธ Completely erases the app, including updates
- โ ๏ธ But when you reset settings or update the firmware, applications can return
What you need:
- ๐ป Computer with Windows/Linux/macOS
- ๐ USB-cable (original or quality)
- ๐ฆ Utility. ADB Fastboot (download from the official website)
- ๐ง Included debugging by USB phone-on
Step-by-step:
- Activate Developer Mode: Go to Settings โ About Phone. Click 7 times on the MIUI Version (you will be notified "You are a developer").
USB debugging
- Back to Settings โ Additionally. โ For developers.
- Activate the debugging switch over USB.
- Connect your phone to your PC and select File Transfer (MTP) mode.
- Open the command prompt (Windows) or terminal (Linux/macOS) in the folder with ADB.
- Enter the command to check the connection: Adb devices should appear the name of your device.
- Find out the exact name of the application package (for example, for Mi Browser it is com.android.browser): adb shell pm list packages | grep 'miui' or search the Internet by the name of the app.
- Delete the application by command: adb shell pm uninstall -k --user 0 name package Example for Mi Browser: adb shell pm uninstall -k --user 0 com.android.browser
If the command is successful, you will see Success. The application will disappear from the menu, but its data will remain in the system (to completely clean up you need root).
List of popular MIUI packages for removal
Method 4: Complete removal with root rights (for experienced)
If you have root rights, you can uninstall any application, including system ones, without any residue.
- ๐งน Completely clean all traces of the application (including files in the /data/data/)
- ๐ง Remove secure system utilities (e.g. Mi Security)
- โ ๏ธ But it takes care โ an error can lead to the collapse of the system.
Tools required:
- ๐ฑ Phone with root rights (via Magisk or SuperSU)
- ๐ ๏ธ Root Explorer (Root Explorer, Solid Explorer)
- ๐ Application for browsing packages (App Inspector)
Instructions:
- Install Root Explorer and give it root access.
- Move to the /data/app/ โ stored APK-user-application files.
- Find a folder with the name of the package (for example, com.facebook.katana for Facebook) and delete it.
- Move to the /data/data/ Delete the folder with the same package name.
- For system applications, check folders: /system/app/ /system/priv-app/ Delete files only if you are sure of their purpose!
- Reboot the phone.
โ ๏ธ Note: Deleting system files without a backup can result in loss of functionality (e.g., no access to network or camera settings). TWRP before such operations.
| Type of application | Deleting method | Need root? | Deleting residual files? |
|---|---|---|---|
| User-generated (from Play Market) | Standard removal | โ No. | โ No, the cache stays) |
| Customized (APK) | Through the file manager | โ No. | โ ๏ธ Partially (must be cleaned) /Android/data/) |
| System (Mi Browser, Mi Music) | ADB-team | โ No. | โ No (only deactivation) |
| Systemic (deep cleaning) | Root + manual removal | โ Yes. | โ Yes, all files) |
| Application with administrator rights | First revoke the rights, then delete | โ No. | โ No. |
Method 5: Remove applications with administrator rights
Some applications (such as Mi Security, Find Device, or antiviruses) are given device administrator privileges, which prevents them from being deleted, and when you try to uninstall the software, you get the error: "You can't delete. First, disable the administrator privileges."
How to remove such an application:
- Go to Settings โ Passwords and Security โ Device Administrator Rights.
- Find the desired application in the list and disable its rights (swift the slider or press Deactivate).
- Back to Settings โ Apps, find this app and remove it in the standard way.
If the application does not appear in the list of administrators, but still is not deleted:
- Try to turn it off in autoboot (Settings) โ Annexes โ Auto-start).
- Use it. ADB-Method 3, as it bypasses the administrator's limitations.
- Mi Security may require you to disconnect your device from your Mi Account (but it will delete all data!).
๐ก
Administrator apps are often disguised as system utilities, and always check the list in Administrator Rights before you delete them, even if the application seems harmless.
How to Clean Residual Files After Deletion
Even after a successful application is removed, traces of it can take up a place in memory, and here's where to look for them and how to delete them:
1. folder /Android/data/ and /Android/obb/
Here are stored:
- ๐ฎ Cash games (can weigh several gigabytes)
- ๐ท Downloaded media files (from Instagram, Telegram)
- ๐๏ธ Databases and application settings
How to clean:
- Connect your phone to your PC or use a file manager (like FX File Explorer).
- Move to the /sdcard/Android/data/ and delete the folder with the name of the application package.
- Repeat the same for /sdcard/Android/obb/.
2.Cash and data in MIUI
MIUI store additional files in:
- /data/system/package_cache/ โ Packet cache (requires root)
- /data/dalvik-cache/ โ Optimized Dalvik files (requires root)
3.Cleaning through Recovery (TWRP)
If you have a custom recavator installed (TWRP):
- Load to TWRP (clip Power + Volume Up).
- Select Advanced โ File Manager.
- Move to the /data/data/ and delete the application folder.
- Wipe the cache (Wipe โ Cache).
โ ๏ธ Note: Delete files in /data/data/ without root can cause data loss in other applications if you make a mistake with the folder!
Frequent Mistakes and How to Avoid Them
When you remove applications on Xiaomi Redmi, users often face typical problems, and here are the most common solutions:
1. "Delete" inactive (grey button color)
Causes and solutions:
- ๐ Systems annex โ use ADB root.
- ๐ก๏ธ The application has administrator rights โ Turn them off in the security settings.
- ๐ Appendix updated โ First roll it back to the factory version in Settings โ Annexes โ โฎ โ Remove updates.
2.The app has been removed, but the icon has remained
This means that:
- ๐๏ธ The icon is cacheted in Launcher โ Restart your phone or clear the launcher cache (Settings) โ Annexes โ Launcher โ Warehouse โ Clear the cache).
- ๐ It's a label. โ Press and hold the icon, then drag it to Delete.
3 After removal, the application appears again
Typical of:
- ๐ System applications โ They are restored after the update. MIUI.
- ๐ฆ Pre-installed Services (Mi Service Framework, Analytics).
Decision:
- Use it. ADB-flag-bearer --user 0 (method 3).
- Turn off auto-update MIUI In Settings โ The phone. โ Updating the system โ โฎ โ Settings โ Auto-update.
4. Lack of removal space
Paradoxically, sometimes uninstallation requires a free space.
- ๐๏ธ Clear the cache through Settings โ Warehouse โ Cleanup.
- ๐ Move the files to SD-card.
- ๐ง Use it. ADB โ It does not require free space on the device.