Removing unnecessary apps from Xiaomi, Redmi or POCO phones is a challenge that every user faces. Even after buying a new device, dozens of programs are pre-installed on the system, many of which duplicate functions or simply are not used. Unlike Android in its pure form, MIUI firmware has its own peculiarities: some applications can not be removed by standard methods, and others after uninstallation come back after a system update.
In this guide, we will discuss all working ways to remove from the basic (via the settings menu) to advanced (using ADB and debugging). Separately, we will discuss how to get rid of embedded system applications (for example, Mi Browser, Mi Video, GetApps) that do not have a βDeleteβ button. All instructions are relevant for MIUI 14/15 and models of 2020-2026 (including Xiaomi 13/14, Redmi Note 12/13, POCO F5/X5).
1. Standard removal through MIUI settings
The easiest way is to use the systemβs built-in tools, which are suitable for custom applications (installed from Google Play or APK) and for some pre-installed programs that Xiaomi allows to be removed.
To remove the app:
- π± Open the Settings. β Annexes.
- π In the list, find the desired application and tap on it.
- ποΈ Click "Delete" (if the button is active).
- β οΈ Confirm the action in the dialog window.
If the Remove button is inactive or not, then the application is system-based or uninstallable, in which case move on to the following methods.
π‘
To quickly find the app in the list, search at the top of the Settings β Apps screen. type in a part of the title (e.g., "mi browser" for Mi Browser).
β οΈ Note: Deleting some system applications (such as Security or Mi Account) may lead to unstable operation. MIUI Check before removing the program to see if it is critical.
2. Remove via MIUI launcher (for user applications)
If you install the application (not system), it can be removed directly from the main screen:
- π±οΈ Press the app icon on the desktop.
- π In the menu that appears, select βDeleteβ (basket icon).
- β Confirm the action.
This method only works for programs installed through Google Play or APK. For system applications, the Remove button will be absent, but the βDisableβ option may appear β it hides the program from the menu, but does not delete it completely.
Make sure the application is not used by other services | Backup important data | Check if the program is system | Close all background processes of the application
-->
3. disabling system applications (without root)
If the Remove button is not available but the app is in the way (e.g. Mi Music or Mi Pay), it can be disabled, which hides the program from the menu and stops its background work, but does not delete files completely.
Instructions:
- Go to Settings β Applications.
- Select the appropriate application.
- Click on βDisableβ (if the option is available).
- Confirm the action in the dialog window.
The apps that are disabled will not be displayed in the menu or consume resources, but will remain in the deviceβs memory. To return them, just look again in Settings β Applications and click βEnableβ.
β οΈ Note: Disabling applications such as Mi Share or Mi Remote may disrupt the wireless file transfer or remote functions in the MIUI. Before disconnecting, check if you are using these features.
4. Removal of system applications via ADB (without root)
Removing embedded applications that cannot be uninstalled by standard methods will require ADB (Android Debug Bridge), which does not require root rights, but requires debugging over USB.
Steps:
- Turn on Developer Mode: Go to Settings β About Phone. Tap 7 times on MIUI Version. Go back to Settings β Additional β For Developers. Activate USB Debugging.
Connect your phone to your PC and confirm your trust in your computer.
ADB Tools
ADB
adb devices(The name of your device should appear).
adb shell pm uninstall --user 0 title.packageFor example, to remove the Mi Browser:
adb shell pm uninstall --user 0 com.android.browserList of packages of popular system applications Xiaomi:
| Annex | Packet name | Can I remove it? |
|---|---|---|
| Mi Browser | com.android.browser | Yes. |
| Mi Video | com.miui.videoplayer | Yes. |
| GetApps (Mi App Store) | com.xiaomi.mipicks | Yes. |
| Mi Music | com.miui.player | Yes. |
| Security (Security) | com.miui.securitycenter | No (critical) |
How to find out the name of the application package?
Once removed via ADB, the application will disappear for the current user, but will remain in the system.When you reset your settings or update your MIUI, it can return.
Mi Browser|Mi Video|GetApps|Mi Music|Other Systems |Nothing removed-->
5. Remove in Safe Mode (for problem applications)
If the application is not removed due to errors or conflicts, try to do so in Safe Mode, which disables all third-party programs, which sometimes helps to uninstall stubborn APKs.
How to start safe mode:
- Press the power button until the shutdown menu appears.
- Press and hold the "Switch off" (or "Switch off power") item.
- Confirm the transition to safe mode.
After downloading:
- π§ Try to remove the application through Settings β Annexes.
- π If the deletion is successful, restart the phone as normal.
β οΈ Warning: All widgets and background processes are turned off in Safe Mode. Don't be alarmed if some settings reset after the reboot (such as wallpaper or desktop shortcuts).
6. Complete removal by root rights
If you are ready to get root access, it will open up the possibility of completely removing system applications without the risk of returning them after the update, but this method requires unlocking the bootloader and installing Magisk or SuperSU, which is unwarranted and can lead to unstable operation.
To remove from root:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Go to /system/app or /system/priv-app.
- Find a folder with the name of the app (for example, Browser for Mi Browser).
- Delete the folder or rename it (by adding.bak at the end).
- Reboot the phone.
The advantage of this method is that the application is permanently deleted, even after the MIUI update.
- π¨ Damage to system files can lead to bootloop (locked boot).
- π§ Certain functions MIUI (For example, topics or security may stop working.
- π΅ Xiaomi warranty is canceled after unlocking the bootloader.
π‘
Before getting root, make a full backup via TWRP or Mi Flash Tool.This is the only way to recover your phone if it crashes.
7. How to return a remote system application
If you realize that the application was needed after deleting, you can restore it:
- π For ADB-Remote: use the command: adb shell cmd package install-existing title.packet For example: adb shell cmd package install-existing com.android.browser
- π₯ For remote root: download the original APK from forums (e.g, XDA Developers) and install through TWRP or ADB sideload.
- βοΈ For all cases: perform a reset settings (Settings) β The phone. β Resetting settings), but it will delete all data.
If the application has been disabled rather than removed, it can be returned to Settings β Applications β Disabled by selecting βEnableβ.