Xiaomiβs MIUI smartphones are known for their abundance of pre-installed apps, from useful services to unnecessary βjunkβ that takes up memory and consumes battery power. Many users want to get rid of Browser, Mi Video, Mi Music or Googleβs backup services, but are afraid to disrupt the stability of the system. In this article, we will discuss all working methods from secure disconnection through settings to deep removal using ADB.
It is important to understand that system applications in MIUI are divided into three categories:
- πΉ Safe to delete β duplicate services (Mi Browser, Mi Video) that do not affect the operation of the system.
- πΈ Critical - MiuiSystemUI, Security or Settings, the removal of which will lead to a "brick" (inoperability) of the phone.
- πΆ Gray Zones β Mi Account, Finder or Game Turbo that can be disabled but can be deactivated if you delete them, which can disrupt functionality (e.g. sync or game mode).
We will not recommend βuniversalβ methods like root rights or custom firmware, which are only suitable for power users and lack warranties, but instead focus on legitimate methods that work on all versions of MIUI (including MIUI 14 and HyperOS).
1. disable system applications via MIUI settings (without root)
The easiest and safest way is to deactivate unwanted apps through standard settings, which wonβt remove them completely, but will stop background processes and hide icons from the menu.
Instructions:
- Open Settings β Applications β Application Management.
- Slip on the three dots in the upper right corner and select Show All Applications (or System Processes in newer versions of MIUI).
- Find the app you want (like Browser or Mi Video) and open the page.
- Click Disable (or Remove Updates if the button is inactive).
β οΈ Note: Some applications (e.g. Security or MiuiDaemon) cannot be disabled via the menu, the system will block the button. ADB (let's take it down).
Check the version of MIUI (Settings β About the phone)
Backup of important data
Write down the names of the disabled applications
Make sure the battery is over 50 times charged%-->
Once disabled, the app will disappear from the menu, but will remain in memory. To return it, go to Settings β Applications β Disabled and click Enable.
2. Remove system applications via ADB (without root, but with PC)
If you don't shut down enough, you can completely remove unnecessary apps using ADB (Android Debug Bridge), a method that doesn't require root rights, but requires a computer and enabled USB debugging.
Step-by-step:
- Download ADB Tools and unpack the archive into a folder on your PC.
- Turn it on on the phone: π§ Settings β The phone. β Version. MIUI (Tap 7 times to activate the developer mode). π§ Settings β Additionally. β For developers β Debugging by USB.
File transfer
ADB
adb devices(Your device name should appear β if not, check the drivers or cable.)
adb shell pm list packages -f | grep "miui"This command will display a list of all Xiaomi system packages. Find the name of the desired application (for example, com.miui.browser for Mi Browser).
adb shell pm uninstall -k --user 0 com.miui.browserReplace com.miui.browser with the name of your app package. --user 0 means deletion only for the current user (does not affect the system).
π‘
Before you delete, check the package on Google or forums (such as 4PDA) β some applications may be linked to critical MIUI features.
β οΈ Note: Removing com.miui.securitycenter or com.android.settings will cause your phone to fail, and you can only restore them through a full reset or firmware.
3. List of secure to remove system applications on Xiaomi
Below is a table of applications that can be removed or disabled without risk to the system, and the data is relevant for MIUI 12-14 and HyperOS (2023-2026).
| Title of the annex | Packet name | Can I remove it? | Effects of consequences |
|---|---|---|---|
| Mi Browser | com.miui.browser | β Yes. | The standard browser will disappear, you can use Chrome or another. |
| Mi Video | com.miui.video | β Yes. | There will be no built-in video player, but files will be opened through third-party apps. |
| Mi Music | com.miui.player | β Yes. | Music files will be opened through the app you select. |
| Mi Pay | com.miui.mipay | β Yes. | Xiaomi payment service will disappear (it does not work in Russia). |
| Mi Game Center | com.xiaomi.gamecenter.sdk.service | β οΈ Partially. | Game notifications and optimizations may stop working. |
π How do you find the name of the package yourself? Use the command:
adb shell pm list packages | grep "keyword"For example, to search for all apps with βmiuiβ:
adb shell pm list packages | grep "miui"What happens if you delete your Mi Account?
4. How to disable system application updates
Even after removal, some apps (such as Mi Browser or Security) can automatically restore through Google Play or MIUI Updater.
Ways:
- π± Through Google Play: Open Google Play, find an app (like Mi Browser). β Remove from the list of updates.
- π₯οΈ Through ADB: adb shell pm uninstall -k --user 0 com.android.vending This command will disable Google Play for the current user (updates will stop, but the store will remain on the system).
- π§ Through settings MIUI: Go to Settings. β Annexes β Application management. Select the application. β Additionally. β Auto-update β Banned.
β οΈ Attention: Disabling updates for Google Play Services (com.google.android.gms) may disrupt YouTube, Gmail and other Google services.
5. Alternatives to Deletion: Hiding Icons and Restricting Rights
If you are afraid of taking risks, but want to βget out of sightβ, use these methods:
- ποΈ Hiding icons: Click the app icon on the home screen β Remove from the screen or Hide (in new versions) MIUI). Use launchers like Nova Launcher, where you can hide system applications. π« Restriction of Rights: Open Settings β Annexes β Permissions: Find an unnecessary application and disable access to Contacts, Locations, Camera, etc. βΈοΈ Freeze through Developer Options: Enable Developer Mode (as in the Pro section) ADB). Go to Settings. β For developers β Inactive apps. Add unnecessary apps to the list, they will stop running in the background. π‘ Useful Lifehack: If the app canβt be disabled via the menu but it interferes with notifications (e.g. Mi Advertising), go to Settings β Notifications and manually disable alerts for it. 6. How to return a remote system application if after deleting ADB Something went wrong, you can restore the application in two ways: π Through ADB (if you do not reset settings: adb shell cmd package install-existing com.miui.browser Replace com.miui.browser with the remote package. βοΈ Through Settings Reset: Back up your data. Go to Settings β The phone. β Settings reset. Select Reset all settings (does not delete files, but returns system applications).
β οΈ Note: If after removing a critical application (for example, com.miui.home - launcher) the phone does not turn on or loads in an infinite loop, you will need firmware through Fastboot:
fastboot flash all firmware.zipπ΄ Removing system applications on Xiaomi with MIUI Global may result in the blocking of Mi Account due to the activation of protection against system changes. To avoid blocking, unplug the account in the settings before manipulation or use the version MIUI for the China region (without reference to the account).
7. Frequent mistakes and how to avoid them
Many users face problems after removing system applications, and let's look at common errors and solutions:
- π¨ Phone not turned on after deletion: Reason: Critical package removed (e.g. com.miui.home - launcher) Solution: Fastboot firmware (see section above).
- β οΈ Error notifications are constantly appearing: Reason: the application that other services depend on (e.g. com.miui.analytics) has been removed. Solution: return the application via ADB dump.
- π Applications are restored after update MIUI: Reason: System applications return when major updates are made. Solution: Repeat deletion via ADB or disable auto-updates.
- π± Gestures or theme don't work: Reason: com.miui.touchassistant removed or com.android.themes removed. Solution: restore packets.