How to remove unwanted apps on Xiaomi: 5 working ways (including system)

Xiaomi, Redmi and POCO smartphones come with dozens of pre-installed apps, many of which users never run. Mi Browser, Mi Video, GetApps, Mi Pay and other services take up space in memory, consume battery power in the background and can send data to China โ€” even if you do not use them. In this article, we will discuss how to safely remove unnecessary applications on Xiaomi, including system ones that are not deleted by standard methods.

It's important to understand that not all applications can be removed without consequences. Some are related to MIUI work - deactivating them will lead to interface failures, update problems or even a "brick" of the device. We tested all methods on Xiaomi 13 Pro (MIUI 14), Redmi Note 12 (MIUI 13) and POCO F5 (MIUI 14 for POCO) - instructions are relevant for all models of 2020-2026. If your smartphone is older, check the firmware version in Settings โ†’ About Phone โ†’ MIUI.

Before you start, ask yourself: Are you ready for radical measures (like root rights) or do you want to do it in soft ways?

๐Ÿ“Š How You Usually Remove Unnecessary Apps on Xiaomi?
Through the standard menu "Delete applications"
I turn it off in the settings, but I don't delete it.
Use it. ADB-team
I get root and remove all unnecessary things.
Never deleted.

1. Standard removal: what can be removed without risk

The easiest way is to use the built-in MIUI tools. However, it only works for custom apps (installed by you from Google Play or APK) and some preinstalled ones that Xiaomi allows you to remove.

How to do this:

  • ๐Ÿ“ฑ Open the Settings. โ†’ Annexes โ†’ Application management.
  • ๐Ÿ” In the search box, type the name of an unnecessary app (such as Mi Browser or Facebook).
  • ๐Ÿ—‘๏ธ Click on the app. โ†’ Delete (if the button is active).
  • โš ๏ธ If there is no Delete button, but there is Disable, it is a system application. It can only be deactivated (more on this below).

What applications can be removed in the standard way (the list is relevant for MIUI 14):

AnnexCan I remove it?Effects of removal
Mi Browserโœ… Yes.The default browser will be replaced by Google Chrome (if installed)
Mi Videoโœ… Yes.The video player will be opened through Google Photos or third-party apps
GetApps (Mi App Store)โœ… Yes.You will not be able to install applications from the Xiaomi store
Mi Payโœ… Yes.Contactless payment via Xiaomi Pay will not work
Facebook, Netflix (pre-installed)โœ… Yes.Apps can be re-installed from Google Play

Important: Even after removal, some applications (such as Mi Browser) can recover after the MIUI update.

2. disabling system applications: how to "hide" unnecessary

If there is no Delete button but there is Disable, it means that the application is system-based, but it can be deactivated.

  • โœ… It will not appear in the menu and search.
  • โœ… It will not consume battery power in the background.
  • โœ… No updates will be received.
  • โŒ But it will remain in the memory of the device (take up space).

How to turn it off:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Select an unneeded app (such as Mi Music or Mi Community).
  3. Click Disconnect โ†’ Confirm the action.

What applications can be turned off without risk:

  • ๐ŸŽต Mi Music โ€“ if you use Spotify or YouTube Music.
  • ๐Ÿ“บ Mi TV โ€” If you donโ€™t connect your phone to the TV.
  • ๐Ÿ’ฌ Mi Community is a Xiaomi forum that most people donโ€™t need.
  • ๐Ÿ“Š Security โ€“ if you use a third-party antivirus.
  • ๐ŸŽฎ Game Turbo โ€“ if you donโ€™t play mobile games.

โš ๏ธ Please note: Do not disable Google Play Services, MIUI System or Settings โ€“ this will lead to the inoperability of the smartphone!

โ˜‘๏ธ Checklist before disabling applications

Done: 0 / 4

3. Removal via ADB: for power users

If you're prepared for more radical measures, but you don't want root rights, you can use ADB (Android Debug Bridge), which allows you to remove even those applications that don't have a Disable button, but it requires connecting your phone to your computer and basic command line knowledge.

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with Windows, macOS or Linux.
  • ๐Ÿ”Œ USB-cable (preferably original).
  • ๐Ÿ“ฅ ADB Fastboot Tools by Google.
  • ๐Ÿ”ง Included debugging by USB phone-on.

Step-by-step:

  1. Turn on Developer Mode: Go to Settings โ†’ About Phone. Click 7 times on MIUI until the notification "You're a developer" appears.

USB debugging

  • Back to Settings โ†’ Additionally. โ†’ For developers.
  • Turn on the debugging switch over USB.
  • Connect your phone to your computer and confirm your trust in the device.
  • Open the command prompt (or Terminal on macOS/Linux) and type: Adb devices Make sure your phone appears in the list.
  • To see a list of all apps, type: adb shell pm list packages Find the name of the unnecessary (e.g. com.miui.browser for Mi Browser).
  • Remove the application by command: adb shell pm uninstall -k --user 0 com.miui.browser Replace com.miui.browser with the desired package.

List of safe packets to remove (MIUI 14):

AnnexPacket nameCan I remove it?
Mi Browsercom.android.browser or com.miui.browserโœ… Yes.
Mi Videocom.miui.videoplayerโœ… Yes.
Mi Musiccom.miui.playerโœ… Yes.
GetApps (Mi App Store)com.xiaomi.mipicksโœ… Yes.
Mi Paycom.miui.mipayโœ… Yes.

โš ๏ธ Warning: Deleting packages like com.miui.home or com.android.settings will cause your phone to fail! 4PDA or XDA Developers.

๐Ÿ’ก

If the application has recovered after rebooting after being deleted via ADB, add the --user 0 flag to the command (example: adb shell pm uninstall -k --user 0 com.miui.browser).

4.Removal with root rights: full control

If you're prepared for the most radical measures, root rights give you complete control over system applications, a method that allows you to remove any programs, including those that are blocked even through ADB.

  • โŒ Violates Xiaomiโ€™s Guarantee.
  • โŒ It can cause a โ€œbrickโ€ (inoperability) of the phone.
  • โŒ Increases the risk of viral attacks.
  • โŒ Some banking applications (such as Sberbank Online) will stop working.

How to get root on Xiaomi:

  1. Unlock the bootloader through the official Xiaomi website (requires a Mi Account and wait 7-15 days).
  2. Install custom recovery (TWRP) for your model.
  3. Please use Magisk to obtain root rights.

Once rooted, use apps like Root App Deleter or Titanium Backup to remove unnecessary programs. Importantly, before removing it, create a full backup system in TWRP โ€” this is the only way to restore the phone if something goes wrong.

What apps can be removed from root without risk:

  • ๐Ÿ“ฑ All applications on the list ADB (see previous section).
  • ๐Ÿ” Analitics (com.miui.analytics) โ€“ Xiaomi statistics collection.
  • ๐Ÿ“ก MSA (com.miui.msa.global โ€“ advertising service.
  • ๐Ÿ›ก๏ธ Miui Daemon (com.lbe.security.miui) โ€“ part of the antivirus (if you use a third-party software).
What happens if you remove critical system applications?
Removing packages like com.android.phone or com.miui.home will make it impossible to boot the system, the phone will freeze on the MI logo or restart in a loop, and the only way to restore it is through Fastboot or EDL, which requires skill and can lead to data loss.

5. Recovery of Remote Applications

If you have problems after deleting (e.g., your calls or Wi-Fi stopped working), the application can be restored.

If removed via ADB:

  • Connect the phone to your computer and type the command: adb shell cmd package install-existing com.miui.browser (replace com.miui.browser with the desired package).
  • Or reset your phone to factory settings (Settings โ†’ Additional โ†’ Resetting).

If removed from root:

  • Restore the backup from Titanium Backup or TWRP.
  • Or, reflash your phone via Fastboot (instructions are available on 4PDA).

If the application was disabled:

  • Go to Settings โ†’ Applications โ†’ Application Management.
  • Find the disabled application and click Enable.

If you donโ€™t remember the name of the package:

Use the command to output a list of all packages ever installed:

adb shell pm list packages -d

This will show even those apps that have been removed.

Alternative methods: concealment and replacement

If it is scary to remove, but applications interfere - they can be hidden or replaced with analogues.

Hiding through the launcher:

  • Use alternative launchers like Nova Launcher or Lawnchair.
  • In the launcher settings, find the option โ€œHide appsโ€ and add unnecessary ones to the list.

Replacement of system applications:

  • ๐ŸŒ Replace Mi Browser with Google Chrome or Firefox.
  • ๐ŸŽต Replace Mi Music with Spotify or VLC.
  • ๐Ÿ“ท Replace the Camera. MIUI Google Camera (requires manual installation).

Blocking Internet access:

If the app is not deleted but โ€œcalls homeโ€ (sends data to China), limit its access to the network:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Select an unneeded application (e.g. Mi Analytics).
  3. Tap Mobile Data and Wi-Fi โ†’ turn off the switches.

๐Ÿ’ก

Even if you donโ€™t remove system applications, disabling them or blocking the Internet significantly reduces battery consumption and data transfer in the background.

7. Frequent mistakes and how to avoid them

When you uninstall applications on Xiaomi, users often face typical problems, and hereโ€™s how to prevent them:

Error 1: App Recovered After MIUI Update

Solution: Use ADB flag-headed --user 0 or disable automatic update of system applications in Settings โ†’ Annexes โ†’ Settings (โš™๏ธ) โ†’ Auto-update of system applications.

Error 2: Calls or mobile internet stopped working after deletion

Solution: Return the remote application (see Section 5) or reset the network settings to Settings โ†’ SIM-maps and mobile networks โ†’ Resetting network settings.

Error 3: I canโ€™t get root because of a blocked bootloader

Solution: Unlock the bootloader through Xiaomi's official website. New models (2023-2026) may require up to 15 days to wait.

Error 4: ADB can't see the device

Decision:

  • Install ADB drivers for your OS.
  • Try another one. USB-cable (preferably original).
  • Enable USB Debugging (Security Settings) in Settings โ†’ Additional โ†’ For Developers.

Error 5: After removing the application, the phone began to brake

Solution: Clear the cache to Settings โ†’ Memory โ†’ Clean or reset the cache via recovery (TWRP).

FAQ: Answers to Frequent Questions

Can I remove Google apps (Play Market, Chrome, YouTube) from Xiaomi?
Technically yes, but not recommended.These apps are linked to Google Mobile Services (GMS), And removing them could disrupt the job: ๐Ÿ“ฑ Google Play Market โ€“ You wonโ€™t be able to install or update apps. ๐Ÿ” Google Play Services โ€“ Many applications (e.g. Uber or Yandex.Maps) will stop working). ๐ŸŽฅ YouTube โ€“ You can delete, but it is better to disable (set again when you update) GMS). If you really need to, use it. ADB-flag-bearer --user 0, But be prepared for problems.
Why does it reappear after the Mi Browser is removed?
It's a feature. MIUI โ€” Some system applications are restored after: ๐Ÿ”„ Firmware updates. ๐Ÿ“ฑ Resetting settings. ๐Ÿ”ง Recovery through Mi Cloud Solutions: Use ADB-team --user 0. Turn off automatic updates to system applications in settings. Install an alternative launcher (like Nova Launcher) and hide unnecessary apps.
Which Xiaomi apps canโ€™t be removed?
Never delete (or even disable) these packages: Application Package Name Consequences of deleting Settings com.android.settings It will be impossible to go to the phone settings Launcher MIUI com.miui.home Phone will not boot (black screen or cyclic reboot) Phone com.android.phone Mobile network will disappear, Google Play Services com.google.android.gms Calls Most applications MIUI System com.miui.system will stop working Critical interface failures
How to remove ads in MIUI without root?
Advertising in MIUI It is based on com.miui.msa.global (MSA) and com.xiaomi.midrop. To turn it off: Use ADB-commands to disable these packets: adb shell pm disable-user --user 0 com.miui.msa.global adb shell pm disable-user --user 0 com.xiaomi.midrop Turn off personalized ads in Settings โ†’ Confidentiality โ†’ Advertising โ†’ Personalized advertising: Install Blokada or AdGuard to block ad domains. It won't remove ads completely, but it will reduce them significantly.
Can I remove MIUI and install a pure Android?
Technically yes, but it is a complex process with risks: โœ… Method 1: Install custom firmware based on LineageOS or Pixel Experience (requires an unlocked bootloader and root). โœ… Method 2: Buy a smartphone with Android One (e.g. Xiaomi Mi) A3, But it's already out of date). โŒ Risks: Loss of warranty, camera or sensors (lack of drivers) unable to upgrade by air (OTA). It is easier for most users to disable unnecessary services. MIUI, than to switch to custom firmware.