How to remove an irremovable app on Xiaomi: from simple ways to root

Xiaomi MIUI-based smartphones often come with pre-installed apps that can’t be removed in the standard way. Even if you click β€œDelete” in the app menu, some programs β€” like Mi Browser, Mi Video or GetApps β€” simply shut down but continue to take up space in memory. Worse, they can consume battery power and traffic in the background, show ads or conflict with other programs.

In this article, you will find 5 proven methods to get rid of irremovable applications on Redmi, Poco or Mi – from secure (without superuser rights) to radical (with unlocking the bootloader and root).We will also discuss why MIUI blocks the removal of certain programs, and what risks are involved in these or other ways. If you are tired of unnecessary software that does not want to disappear, read on.

⚠️ Not all methods are suitable for the latest Xiaomi models (e.g. Xiaomi) 14 or Redmi Note 13 Pro+) due to tightening security policies MIUI 14/15. If your phone is released after 2023 Check the β€œRestrictions for New Devices” section at the end of the article.

Why does Xiaomi not allow you to remove some applications?

The reasons why MIUI blocks the removal of pre-installed programs are divided into technical and marketing reasons.

System dependency: Some applications (e.g. Security or Mi Account) are integrated into the MIUI shell and are responsible for critical functions:

  • πŸ”’ Security – manages access permission, antivirus and optimization;
  • πŸ“± Mi Share – responsible for wireless file transfer between Xiaomi devices;
  • πŸ”„ Updater – Provides firmware updates.

Removing such programs may result in the phone being inoperable or inability to obtain OTA-update.

2. Partner agreements: Xiaomi enters into contracts with developers (e.g. Facebook, Netflix, WPS Office) under which it agrees to pre-install their software. Deleting these applications violates the terms of the agreement, so MIUI simply hides them, but does not uninstall them.

3. Regional restrictions: There may be different sets of irremovable applications in firmware for different countries. For example, the Chinese version of MIUI does not have Google Play Services, but there is a Mi App Store that cannot be removed. In the global version, the opposite is true.

⚠️ Note: If you bought Xiaomi with Chinese firmware and are trying to remove Mi Pay or Mi Home, this may block access to Xiaomi services (such as cloud storage.

πŸ“Š What Xiaomi app annoys you the most?
Mi Browser
GetApps
Mi Video
Facebook
Other

Method 1: Disabling the application (without deleting)

If you just need to hide an application and stop it from working in the background, you just need to turn it off through the settings, which is a super-user-free method that's safe for the system.

Instructions:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Find the app you want in the list (like Mi Browser) and tap it.
  3. Press the β€œDisable” button (if the button is inactive, the application is critical to the system).
  4. Confirm the action in the pop-up window.

βœ… Pros of the method:

  • πŸ”Ή Does not require rooting or ADB;
  • πŸ”Ή Reverse (you can turn the application back on);
  • πŸ”Ή It does not affect the stability of the system.

❌ Cons:

  • πŸ—‘οΈ The app stays in the phone memory;
  • πŸ”„ Some processes can start automatically after restarting;
  • πŸ“± It does not work for system services (e.g. Android System WebView).

πŸ’‘

πŸ’‘

If the Disable button is inactive, try removing all app updates first (the Remove Updates button in the same menu).

β˜‘οΈ Preparation for deactivation of the application

Done: 0 / 4

Method 2: Removal via ADB (without root)

If the shutdown isn’t enough, you can uninstall the app entirely using Android Debug Bridge (ADB), a method that works on most Xiaomi devices (including Redmi Note 12, Poco X5, Mi 11) and doesn’t require unlocking the bootloader.

What you need:

  • πŸ–₯️ Computer with Windows/Linux/macOS;
  • πŸ”Œ USB-cable (preferably original);
  • πŸ“± Included debugging by USB phone-on;
  • πŸ› οΈ Utility. ADB Tools (download from the official website).

Step-by-step:

  1. Turn on USB debugging: Go to Settings β†’ About Phone; Tap 7 times on MIUI Version to activate Developer Mode; Return to Settings β†’ Additional β†’ For Developers; Activate Debugging over USB.

Connect your phone to your PC:

adb devices

If the device is not displayed, confirm the trusted connection on the phone screen.

Get a list of all the apps:

adb shell pm list packages

Find the name of the package of the desired application (for example, com.android.browser for Mi Browser).

Delete the annex:

adb shell pm uninstall -k --user 0 com.android.browser

Replace com.android.browser with your package name.

⚠️ Note: Some applications (e.g. com.miui.securitycenter) when removed via ADB They can cause errors in work. MIUI, including the inability to go to security settings. Before deleting, check the list of secure packages in the table below.

AnnexPacket nameCan I remove it?Effects of consequences
Mi Browsercom.android.browserβœ… Yes.The browser will be deleted, but the links will open in another browser
Mi Videocom.miui.videoplayerβœ… Yes.Video player will be deleted, but the files will remain
GetAppscom.xiaomi.mipicksβœ… Yes.Xiaomi App Store will disappear
Securitycom.miui.securitycenter❌ No.Antivirus and permissions will be affected
Mi Accountcom.xiaomi.account❌ No.Problems with logging into Xiaomi account

πŸ”§

πŸ’‘

If the application reappears after you delete it after you reboot, use the command adb shell pm uninstall --user 0 [packet] without the -k flag. This will remove it completely, but may require reconfiguration of some features.

Method 3: Use of MIUI Hidden Settings

MIUI firmware has a hidden menu called β€œComponent Settings” that allows you to disable or remove system applications without ADB. This method works on most devices, but may not be available in the latest versions of MIUI 14+.

How to open hidden settings:

  1. Open the Settings app;
  2. Enter in the search bar (lamp in the upper right corner) the query: Component settings
  3. Slip on the item found (if it appears).

πŸ“Œ

What if the "Component Settings" are not found?
If the search doesn’t yield results, try an alternative method: Install File Manager app+; Cross the path. /system/priv-app/ or /system/app/; Find a folder with the name of the app (such as Browser) and rename it to Browser.bak; Reboot your phone. ⚠️ This method requires root access or a modified File Manager with superuser rights.

What can be done in the β€œComponent Settings”:

  • πŸ”˜ Disable Auto-Start Application;
  • πŸ—‘οΈ Remove updates (return to factory version);
  • 🚫 Block background activity;
  • πŸ”„ Reset the application settings.

⚠️ Attention: B MIUI 13/14 Some items in the Component Settings can be blocked for system applications. If you see gray text instead of active buttons, this method will not work.

Method 4: Removal with root rights

If previous methods failed, the radical way is to root and manually remove applications, which gives you complete control over the system, but it is not warranty and can disrupt MIUI.

What you need to know before getting root:

  • πŸ”“ Unlocking the bootloader erases all data from the phone;
  • πŸ“΅ Some banking applications (Sberbank, Tinkoff) will cease to work;
  • πŸ”„ Oh.TA-Updates will stop coming (you will have to update manually);
  • πŸ›‘οΈ The warranty on the device will be cancelled.

Step-by-step:

  1. Unlock the bootloader: Go to the Mi Unlock site and download the utility; Link the Mi Account to the device (in Settings β†’ Mi Account); Connect the phone in Fastboot mode (clamp Power + Volume down); Follow the instructions in the Mi Unlock Tool program (it may require waiting 7-14 days).
  2. Install custom recavers (TWRP): fastboot flash recovery twrp.img fastboot boot twrp.img
  3. Sweep Magisk to get root: Download Magisk; In TWRP, select Install β†’ Select Magisk.zip β†’ Swipe to Confirm; Reboot your phone.
  4. Delete the application via Root Explorer: Install Root Explorer; Go to /system/priv-app/ or /system/app/; Delete the folder with the application name (e.g. Browser); Clear the cache to /data/data/[app package].

⚠️ Attention: Removing system applications from root can lead to bootloop ( looped reboot). TWRP:

adb backup -apk -obb -shared -all -f backup.ab

On some Xiaomi models (such as the Redmi K50 or Xiaomi 13) the fingerprint scanner stops working after receiving the root.

Method 5: Reflashing to custom firmware

If you need to not just remove a few applications, but completely get rid of MIUI, you can install alternative firmware, for example:

  • πŸ€– LineageOS – pure Android without unnecessary applications;
  • πŸ”΅ Pixel Experience – firmware with an interface like Google Pixel;
  • ⚑ Havoc-OS – customizable firmware with many functions.

The advantages of custom firmware:

  • 🧹 No pre-installed garbage;
  • πŸ”„ Regular security updates;
  • 🎨 Ability to fine-tune the interface.

Cons:

  • πŸ“΅ Some functions may not work (NFC, full-capacity camera);
  • πŸ”‹ Possible increase in battery consumption;
  • πŸ› οΈ Requires unlocking the loader and experience with TWRP.

How to install custom firmware:

  1. Unlock the bootloader (see Method 4);
  2. Set TWRP up.
  3. Download the firmware for your model from the XDA Developers website;
  4. In TWRP, run Wipe β†’ Advanced Wipe (check Dalvik, Cache, System, Data).
  5. Install the firmware through Install;
  6. Sweep through GApps (if you need Google services) and Magisk (for root).
  7. Reboot the phone.

πŸ”§

πŸ’‘

Before installing custom firmware, check if it supports your Xiaomi model. For example, the firmware for the Redmi Note 10 Pro (sweet) will not work for the Redmi Note 10 (mojito).

Restrictions for New Devices (2023–2026)

Starting with MIUI 14 and new models (Xiaomi 13T, Redmi Note 12, Poco F5), Xiaomi has tightened its security policy.

  • πŸ”’ Access blocked MIUI Hidden Settings;
  • πŸ›‘οΈ ADB-commands to remove system applications are ignored;
  • πŸ”“ Unlocking the bootloader requires 168 hours of waiting time;
  • πŸ“± Some models (such as Xiaomi 14) do not support unlocking at all.

What to do with new device owners:

  1. Use Disconnection: Even if the application is not removed, it can be disabled (see Method 1);
  2. Try ADB with the flag --user 0: adb shell pm uninstall --user 0 com.miui.miservice Sometimes it works despite restrictions.
  3. Install an alternative launcher: Apps will remain in the system but disappear from the home screen (e.g. Lawnchair).
  4. Wait for custom firmware: Developers are gradually adapting TWRP and custom OS for new models.

⚠️ Note: On HyperOS devices (new shell instead of HyperOS) MIUI, Xiaomi 14’s standard application removal methods may not work, but the only way is to shut down or wait for modified firmware to come out.

FAQ: Frequent questions

Can Google Play Services be removed without consequences?
❌ No. Google Play Services is responsible for most apps, including Google Play, Gmail and YouTube, and deleting it will cause system processes to crash. The most you can do is disable auto-update via Settings. β†’ Annexes β†’ Google Play Services β†’ Remove updates.
Why does the application return after being deleted via ADB?
This is due to the autorestore system applications feature in MIUI. To avoid reversion: Use the command without the flag -k: adb shell pm uninstall --user 0 [packet] Disable automatic app updates in Google Play; Install App Manager and block background activity of the remote application.
How to remove Mi Browser if it does not turn off?
If Mi Browser doesn’t turn off through settings, try it: ADB-Method: Adb shell pm uninstall -k --user 0 com.android.browser Replacement to another browser: Install Chrome or Firefox and make it the default browser in Settings β†’ Annexes β†’ Default; Hiding icons: Use a Nova Launcher launcher to hide the browser icon.
Will NFC work after system applications are removed?
⚠️ NFC It may stop working if you delete: com.android.nfc NFC-service; com.miui.nfc - add-on MIUI for NFC; com.google.android.gms – if you use Google Pay to check if it is affected NFC, After removing the applications, try to pay for the phone in the store or read NFC-marker.
Can I return a remote system application?
βœ… Yes, but the method depends on the method of removal: If removed through ADB: Fastboot or restore the backup; If deleted from root: Download APK system application (for example, with APKMirror) and install it manually through TWRP or adb install; if disabled: Go to Settings β†’ Annexes β†’ Turn it off and turn it back on.