Why Xiaomi canโt uninstall the app and what to do about it
You downloaded a game that was boring or a system update MIUI Removing applications on Xiaomi often turns into a quest: somewhere the button โDeleteโ gray, somewhere the program is restored after a reboot, and some applications do not want to disappear from the menu. MIUI โ Actively protect system components and preinstalled services from accidental removal.
In this article, we will discuss 5 proven ways to get rid of unnecessary programs on any Xiaomi smartphone โ from the budget Redmi 10A to the flagship Xiaomi 14 Ultra. Including those cases when standard methods do not work: the application does not delete, the error โDelete is forbidden by the administratorโ, or the program returns after cleaning. And also tell you how to turn off the automatic installation of recommended applications through GetApps โ this feature Xiaomi hides in the depths of settings.
Spoiler: Most of the tasks will be covered by standard MIUI tools, but if you're willing to go deeper, we'll show you how to uninstall even the programs that the system considers "sanctified." Let's start with the simplest.
Method 1: Standard removal through the application menu
This is a basic method that works for all user applications (games, instant messengers, social networks, etc.) downloaded from Google Play or GetApps. It does not require superuser rights and takes less than a minute.
How to do this:
- ๐ฑ Open the app menu (swipe up from the bottom of the screen).
- ๐ Find the app you want to remove and pinch the icon for 1-2 seconds.
- ๐๏ธ In the context menu that appears, select โDeleteโ (or basket icon).
- โ Confirm the action in the dialog window.
If the Remove button is inactive (gray), then the application is system or preinstalled, in which case proceed to Method 2 or Method 4.
โ๏ธ What to do if the "Delete" button is not pressed
โ ๏ธ Note: Some applications (e.g. Google Play Services or Mi Account) are critical to the system and may result in loss of functionality (e.g. push notifications or contact synchronization) if removed).
Method 2: Remove via phone settings
This method is suitable for pre-installed applications that cannot be removed in the standard way, but can be disabled or removed updates, such as Mi Music, Mi Browser or Cleaner.
Step-by-step:
- Open Settings โ Applications โ Application Management.
- In the list, find the desired application (you can use the search at the top of the screen).
- Slip it and a page with information will open.
- If there is a Remove button, press it. If it is not, select Disable (this hides the app and stops it from working).
- For some applications (for example, Google Chrome) available option โRemove updatesโ โ this will return the program to the factory version, which takes up less space.
๐ก Useful Lifehack: If you disabled the system application, but its icon is still hanging on the menu, install Nova Launcher or Apex Launcher from Google Play. These shells allow you to hide the icons of disabled programs.
Method 3: Clear cache and data before deletion
Sometimes the application is not deleted due to corrupted files or busy processes, in which case cleaning the cache and data will help - this "resets" the program to its initial state and often unlocks the delete button.
How it works:
- ๐งน Go to Settings. โ Annexes โ Application management.
- ๐ Select a problem application.
- ๐ Click on Clear Cache and Clear Data (Warning: This will remove all settings and saves inside the program!).
- ๐๏ธ Try to remove the application again.
If that didn't work, it means the application is protected by the system. For example, Mi Security or Mi Share can't be removed without ADB or root rights. But there's a workaround -- see Method 4.
What is cache and why should it be cleaned?
Method 4: Remove system applications via ADB (without root)
This is an advanced method for anyone who wants to connect a smartphone to a computer, which allows you to remove even those applications that MIUI blocks โ for example, Mi Video, Mi Browser, GetApps or Analytics. It does not require root rights, but it requires care: a mistake in the command can lead to a system failure.
What you need:
- ๐ป Computer with Windows, macOS or Linux.
- ๐ USB Type C C Cable (Original or Quality).
- ๐ ๏ธ Utility. ADB (Android Debug Bridge. can be downloaded from the official Android website.
- โ๏ธ Included debugging by USB smartphone.
Step-by-step:
- Activate Developer Mode: Go to Settings โ About Phone. Tap 7 times on the MIUI Version (youโll be notified โYouโre a developer!โ).
USB-debugging
- Back to Settings โ Additionally. โ For developers.
- Activate the โDebugging by USBโ switch.
- Connect the smartphone to the computer and confirm the trust in the device (a request will appear on the phone screen).
- Open the command prompt (cmd on Windows or Terminal on macOS/Linux) and go to the folder with ADB.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Remove the unnecessary application by command: adb shell pm uninstall --user 0 title.package For example, to remove Mi Browser: adb shell pm uninstall --user 0 com.android.browser
- Return to Settings โ Applications โ Application Management, find GetApps and turn off auto-start.
๐ In addition: To MIUI stop showing ads in system applications (for example, in Cleaner or Download), disable Personalized Recommendations in Settings โ Confidentiality โ Advertising.
FAQ: Frequent questions about removing apps on Xiaomi
Can I delete Google Play Services? Is it safe?
After removal, the application reappears after the MIUI update. How do I fix it?
How to hide the app icon if it canโt be removed?
MIUI
:
- Select โHide appsโ and tick unnecessary ones.
๐ก The app will remain in the system, but its icon will disappear from the menu. โ Annexes.
Can I remove MIUI altogether and put a pure Android?
Android
- For example, Lawnchair or Rootless Launcher.
- This wonโt remove MIUI, but it will make the interface look like a Pixel.
๐ Before installing custom firmware, check its compatibility with your Xiaomi model on the forum XDA Developers: Wrong firmware can turn a phone into a 'brickยป.
How to remove viruses or suspicious apps that are not removed?
ADB
Method 4
factory-setting
โ ๏ธ Note: Some โvirusesโ are actually system services. MIUI (Deleting them can disrupt your phone. Check the name of the package in Google before you take action.