Removing unnecessary apps on Xiaomi smartphones seems like a simple task โ until you encounter system utilities that do not want to disappear, or residual files that occupy memory. Unlike โpureโ Android, MIUI firmware has its nuances: hidden Google services, duplicate applications from Xiaomi, and even โundetectableโ programs that can actually be uninstalled via ADB.
This article covers all the current methods, from basic menu removal to advanced techniques for power users, we will discuss how to get rid of pre-installed applications, why some programs return after a reboot, and what to do if the Remove button is inactive, special attention is paid to cleaning the cache and data, which often remain even after uninstallation.
All instructions are tested on MIUI 14 (the basis of Android 13), but they are also suitable for older versions, MIUI 12/13. If your smartphone runs on HyperOS (the new firmware Xiaomi 2026), some menu items may be slightly different, but the logic remains the same.
1. Standard removal through the application menu
The most obvious way is to uninstall apps through the main screen or menu, which works for most user programs (like Facebook, TikTok, games), but is often useless for system utilities.
How to do this:
- ๐ฑ Find an icon on the home screen for an unwanted app. Hold it with your finger. 1-2 A few seconds before the context menu appears.
- ๐๏ธ In most cases, you'll see the Remove button (or the basket icon). Press it and confirm the action.
- โ๏ธ If there is no Delete button, but there is Application Information, tap it, then select Remove in the upper right corner.
โ ๏ธ Note: Some apps (such as Mi Browser or Mi Video) may only offer the option to disable instead of completely uninstall, meaning that the program will remain on the system but will stop working and update.
๐ก
If the application is not removed in the standard way, check if it is system-based. To do this, open its Settings โ Apps page and see the Storage section. If it says System App, alternative methods will be required.
| Type of application | Can I remove it in the standard way? | Alternative method |
|---|---|---|
| User-generated (installed from Play Market) | โ Yes. | Not required |
| Systems (Mi Browser, Mi Music) | โ No. Just turn it off) | ADB or root rights |
| Google Services (Duo, Play Books) | โ No. | Disconnection or ADB |
| Applications from the operator | โ ๏ธ Depends on the model. | ADB or reset to factory |
2. Remove through smartphone settings
If the app doesn't get removed from the home screen, try doing it through the settings menu, which gives you more control, like clearing the cache before you delete it.
Step-by-step:
- Open Settings (the gear icon on the home screen or in the notification curtain).
- Go to the Appendix section โ Application management.
- In the list, find the desired application and tap on it.
- Click Remove (or Disable if Deletion is not available).
- Confirm the action if a request appears.
๐ Tip: Before deleting, open the Storage tab in the application information and click Clear Cache + Clear the data. This will free up extra space, especially for instant messengers (Telegram, WhatsApp) and social networks.
Clear cache | Clear data | Check if accounts are tied | Backup important data (for instant messengers) | Check if the application is system-->
โ ๏ธ Note: Some apps (like Google Play Services) are critical to Android, and if removed, they may cause Play Market, notifications, and other features to crash.
3. Removal of system applications without root rights (via ADB)
Many Xiaomi users are facing a problem: some applications (for example, Mi Browser, Mi Video, GetApps) can not be removed in the standard ways (ADB), debugging tool that allows you to uninstall system programs without obtaining root rights.
๐ ๏ธ What's the matter:
- ๐ฆ Installed drivers ADB Fastboot (you can download from Google or via Google) SDK Platform Tools).
๐ Instructions:
- Turn on USB Debugging: Go to Settings โ About Phone. Tap 7 times on MIUI Version to activate Developer Mode. Go back to Settings โ Additional โ For Developers and turn on USB Debugging.
File transfer
cmd
Windows
Terminal
macOS/Linux
adb devicesIf the device is displayed in the list, then the connection is successful.
adb shell pm uninstall --user 0 name.packetFor example, to remove the Mi Browser:
adb shell pm uninstall --user 0 com.android.browser๐ How to find out the name of the package? Install the App Inspector app from the Play Market or use the command:
adb shell pm list packages | grep "keyword"For example, to search for all applications from Xiaomi:
adb shell pm list packages | grep "miui"List of popular removal packages on Xiaomi
4. Cleaning up residues after deletion (cache, data, folders)
Even after the app is removed, Xiaomi often has tails: cache, temporary files, folders in internal memory, which can take hundreds of megabytes, especially if it is a messenger or a game.
๐งน How to completely clean the tracks:
- Manually through the file manager: Open Files (or any other manager, such as Solid Explorer). Go to Internal Memory โ Android โ data and find the folder with the name of the remote application (for example, com.whatsapp). Delete it. Check the Android โ obb folder, there may be large game files.
- Using Storage Sense (MIUI 14+): Go to Settings โ Storage. Slip on Cleanup โ Deep Cleanup. The system will scan the memory and suggest that you delete unnecessary files.
SD Maid
- Install SD Maid from the Play Market.
- Start scanning for "corps" (CorpseFinder).
- The application will show all the remaining files from the remote programs.
โ ๏ธ Note: Do not delete folders in Android โ It's going to crash, and be careful with the system folder, because changes to it without rooting can make your smartphone go down.
๐ก
Cleaning up residues after uninstalling apps can free up to 1-2GB of storage, especially if you install and remove games or instant messengers frequently.
5. Removal of applications using root rights (for advanced)
If you're willing to take risks and get root access, the application management capabilities expand many times over, and with root rights, you can remove any system programs, including critical services from Google and MIUI, but this can lead to unstable smartphone performance.
๐ง Popular tools for working with root rights:
- ๐ฆ Titanium Backup โ allows you to freeze or completely remove any application, including system.
- ๐๏ธ Root App Deleter โ convenient interface for uninstallation with the possibility of backup.
- ๐ Root Explorer โ file manager with access to system folders.
โ ๏ธ Warning: Removal of critical services (e.g. com.google.android.gms or com.miui.home) may result in a device brisk (completely inoperable:
- Create a full backup with TWRP or OrangeFox Recovery.
- Check out the list of safe packets to remove (for example, on the XDA Developers forum).
- Start by freezing apps instead of completely uninstalling them.
๐ก Example: To remove Mi Browser with root rights through Root Explorer:
- Open Root Explorer and go to /system/app or /system/priv-app.
- Find a folder with the name Browser (or similar).
- Hold the folder, select Delete and confirm.
- Reboot your smartphone.
6 How to return a deleted application (if something went wrong)
If after removing the system application, the smartphone starts to glittle (for example, notifications are missing or the Play Market stops working), do not panic.
๐ Recovery methods:
- ๐ฅ Reinstall via Play Market: If the app was custom (like WhatsApp), just find it in the store and install it again.
๐ How to avoid problems:
- Before removing system applications, create a backup via TWRP or OrangeFox.
- Use ADB with the --user 0 flag โ this removes the app only for the current user without affecting system files.
- If you are not sure, disable the application instead of deleting (Settings โ Applications โ Disable).
7. Frequent errors and how to fix them
When you delete applications on Xiaomi, users often face typical problems, and let's look at the most common ones and their solutions.
| Mistake. | Reason. | Decision |
|---|---|---|
| Remove button is inactive | Application system or protected by MIUI | Use ADB or root rights |
| "Failure to delete" (Error -24) | Damaged cache files or data | Clear the cache and data in Settings โ Applications, then try again |
| The app returns after restarting | MIUI Restores Some System Programs | Remove through ADB flag-headed --user 0 Or turn off auto-update in the Play Market |
| ADB does not see the device | Not installed drivers or not included debugging | Install Mi PC Suite or ADB drivers, check Debugging over USB |
| After removal, notifications stopped working | Removed critical services (e.g. Google Play Services) | Return the app via ADB or reset settings |
๐ฌ Community advice: if links stop opening after you delete your system application (e.g. Mi Browser), install an alternative browser (e.g. Chrome) and Settings โ Annexes โ By default, assign it to the browser by default.