How to completely remove branded Xiaomi apps: 5 proven ways

Why are there so many unnecessary apps in Xiaomi and can they be safely removed?

Xiaomiโ€™s MIUI-based smartphones are famous for their rich functionality, but not all users are happy with the abundance of pre-installed applications. Branded services like Mi Browser, Mi Video, GetApps or Mi Pay take up space in memory, consume battery power in the background and sometimes even collect user data. According to a study by AppCensus 2023, up to 15% of system resources on Xiaomi devices can be spent on the work of proprietary applications that the user never knowingly launched.

The removal of these applications is complicated by the fact that some of them are integrated into the system at the firmware level. Mistakes can lead to MIUI failures, loss of functionality (for example, the disappearance of quick settings panels), or even to the deviceโ€™s โ€œbrickโ€, but there are safe ways to get rid of unnecessary software โ€“ both without obtaining root rights and using them for power users.

In this article, we will discuss:

  • ๐Ÿ” What applications can be removed without risk to the system (list for MIUI 12-14)
  • ๐Ÿ› ๏ธ 5 removal methods โ€“ from simple to advanced (including ADB and Debloater)
  • โš ๏ธ What apps are absolutely not to be removed (and why)
  • ๐Ÿ”„ How to return a remote application if something goes wrong
๐Ÿ“Š Which Xiaomi app annoys you the most?
Mi Browser
GetApps
Mi Video
Mi Music
Cleaner
Mi Pay
Other

List of secure Xiaomi apps removal (MIUI 12-14)

Before you start removing, it is important to understand which apps are non-systemic and uninstallation will not affect the stability of the smartphone. Below is an updated list for MIUI 12, 13 and 14 firmware (including global and Chinese versions).

Title of the annexPacket name (APK)Can I remove it?Effects of removal
Mi Browsercom.android.browser or com.mi.globalbrowserโœ… Yes.The standard browser will disappear, but you can use Chrome or another browser.
GetApps (Mi App Store)com.xiaomi.mipicks or com.xiaomi.marketโœ… Yes.You will not be able to install applications from the Xiaomi store
Mi Videocom.miui.videoplayerโœ… Yes.You can lose the built-in video player, but you can use VLC or MX Player
Mi Musiccom.miui.playerโœ… Yes.Removed standard music player, alternatives: Spotify, YouTube Music
Cleaner (Optimizer)com.miui.cleanmasterโš ๏ธ Conditionally.The โ€œClean upโ€ button may disappear in the settings menu, but the functionality remains available through Settings โ†’ Memory

โš ๏ธ Attention: Applications with packet names starting with com.android., com.qualcomm. or com.miui. (except as listed above) generally cannot be removed. These are system components responsible for interface, communication, or hardware functions.

  • ๐Ÿšซ com.miui.securitycenter โ€“ Security Center (remove โ€“ lose access to privacy settings)
  • ๐Ÿšซ com.miui.gallery - gallery (may cause errors when opening photos through other applications)
  • ๐Ÿšซ com.android.settings โ€“ system settings (remove โ€“ the device will become unusable)
Complete list of MIUI 14 system applications
Firmware. MIUI Global version 14 contains more than 200 pre-installed packages, of which only about 30 can be removed without consequences. The complete list of system applications (not to be removed) includes: - All packages with the prefix com.miui. (except for those listed in the table above) - com.android.cts.ctsshim, com.android.cts.priv.ctsshim (Android compatibility tests) - com.qualcomm. (drivers for Snapdragon processors) - com.google. (Google services, if it is not custom firmware without custom firmware) GMS) - com.xiaomi. with suffixes.account,.cloud,.finddevice (remove - lose access to your Mi Account, cloud and Find Device feature)

Method 1: Disable applications through settings (without deleting)

If you don't want to risk system stability, but you want to get rid of the intrusive notifications and background activity of branded apps, you can just turn them off. This method doesn't delete application files, but it does inactive and hides them from the menu. It's suitable for all Xiaomi, Redmi and POCO models on MIUI.

Instructions:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. In the upper right corner, press three dots (โ‹ฎ) and select Show all applications.
  3. Find an unnecessary app (such as Mi Browser) and tap it.
  4. Click the Disable button (confirmation may be required).

๐Ÿ”น Pros of the method:

  • โœ… Secure โ€“ does not affect system files
  • โœ… Backwards โ€“ the application can be turned on again at any time
  • โœ… Suitable for beginners

๐Ÿ”ธ Cons:

  • โŒ The application remains in the device memory (takes up space)
  • โŒ Some processes may continue to work in the background (e.g. GetApps is sometimes activated when connected to Wi-Fi)

๐Ÿ’ก

To hide disabled apps from the list in the All Apps menu, use a third-party launcher, such as Nova Launcher or Microsoft Launcher, which allows you to filter the displayed icons.

Method 2: Removal via ADB (without root rights)

A more radical but still safe way is to uninstall apps via Android Debug Bridge (ADB), a method that requires a smartphone to be connected to a computer, but does not require super-user rights (root), which is suitable for most Xiaomi models, including the Redmi Note 12, POCO X5, Mi 13 and others on MIUI 12-14.

๐Ÿ“Œ What's the matter:

  • ๐Ÿ–ฅ๏ธ Computer with Windows, macOS or Linux
  • ๐Ÿ”Œ USB-cable (preferably original)
  • ๐Ÿ“ฑ Included debugging by USB smartphone
  • ๐Ÿ› ๏ธ Utility. ADB (You can download from the official Android website)

Step-by-step:

  1. Activate USB debugging: Go to Settings โ†’ About Phone. Tap 7 times on MIUI Version to unlock Developer Settings. Go back to Settings โ†’ Additional โ†’ Developer. Enable USB Debugging and confirm permission.
  2. Connect your smartphone to your PC: Use the USB- cable and select File Transfer Mode (MTP). On your computer, open the command prompt (cmd for Windows) or the terminal (for macOS/Linux).

Check the connection:

adb devices

If you don't, install Xiaomi or Google USB Driver drivers.

Remove the unnecessary app:

adb shell pm uninstall --user 0 name packet

For example, to remove the Mi Browser:

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

1. Download ADB from the official website (platform-tools)

2. Unpack the archive in the root of the C:\ disk (so that the path is short)

3. Enable debugging over USB on your smartphone

4. Connect the phone to the PC with the original cable

5. Check the connection with the adb device command

-->

โš ๏ธ Warning: The pm uninstall command with the --user 0 flag deletes the application only for the current user (without affecting system files). If you use adb shell pm uninstall -k (without --user 0), the application will be removed completely, which can lead to crashes! It is also not recommended to remove more 3-4 applications in one session - it is better to do this in stages, checking the stability of the system.

Method 3: Using Xiaomi ADB/Fastboot Tools

For those who do not want to manually enter commands ADB, there is a convenient utility with a graphical interface - Xiaomi ADB/Fastboot Tools. It automates the process of removing unnecessary applications and reduces the risk of errors. The program is compatible with all Xiaomi devices based on MIUI and HyperOS (new firmware 2026 of the year).

๐Ÿ”ง How to use it:

  1. Download the utility from the official repository on GitHub (link: Szaki/XiaomiADBFastbootTools).
  2. Install and run the program.
  3. Connect your smartphone to a PC with USB debugging enabled (as in Method 2).
  4. In the main window, select Uninstall system apps.
  5. Check the apps you want to remove (the program only shows safe packets to remove).
  6. Press Uninstall selected and wait for the process to complete.

๐Ÿ“Š Advantages of Xiaomi ADB/Fastboot Tools:

  • ๐ŸŽฏ Intuitive interface (no need to memorize commands)
  • ๐Ÿ” Automatic Device Model and Version Determination MIUI
  • ๐Ÿ›ก๏ธ Built-in protection against removal of critical system applications
  • ๐Ÿ”„ Remote Application Recovery (Reinstall)

โš ๏ธ Warning: Do not use similar utilities from unknown developers - some of them may contain malicious code or suggest removing system components, which will lead to the inoperability of the smartphone. Xiaomi ADB/Fastboot Tools is the only proven open source program.

๐Ÿ’ก

Using graphics utilities like Xiaomi ADB/Fastboot Tools reduces the risk of errors when removing applications, but still requires enabled debugging over USB and accuracy when selecting packages.

Method 4: Delete with Debloater Applications (for power users)

If you don't want to connect your smartphone to your computer, you can use special Debloater apps that run directly on your device, which allow you to remove system applications without ADB, but require root rights or at least an unlocked bootloader, suitable for advanced users who are ready for possible risks.

๐Ÿ“ฒ Popular Debloater apps:

  • ๐Ÿ”น Universal Android Debloater (UAD) โ€“ works via ADB but with a user-friendly interface on a smartphone
  • ๐Ÿ”น App Inspector โ€“ shows all packets installed and allows you to remove them (requires root)
  • ๐Ÿ”น Package Disabler Pro+ โ€“ disables applications without deletion (alternative to standard shutdown)

๐Ÿ› ๏ธ Instructions for Universal Android Debloater (UAD):

  1. Download UAD from the official website or via F-Droid.
  2. Connect your smartphone to your PC and activate debugging via USB.
  3. Run UAD on your computer โ€“ the program will automatically determine the connected device.
  4. In the interface, select the Blocklists tab and download the list of secure to remove apps for Xiaomi.
  5. Mark unnecessary packages and click Apply.

โš ๏ธ Attention: When using Debloater applications without root rights, deletion is only for the current user (as is the case with ADB). However, some programs (such as App Inspector) allow the complete erasure of system files when root is available, which can lead to:

  • ๐Ÿšจ Loss of functionality (e.g., missing notification panels)
  • ๐Ÿšจ Update errors MIUI via OTA
  • ๐Ÿšจ Unable to use certain features (e.g. Mi Share or Quick Ball)

Method 5: Removal via TWRP (for hardwired devices only)

The most radical method is to remove system applications through the custom TWRP recap. This method is only suitable for users who:

  • ๐Ÿ”“ Already unlocked bootloader on Xiaomi
  • ๐Ÿ“ฑ Installed TWRP Recovery
  • ๐Ÿ›ก๏ธ Ready for possible risks (up to device breeze)

โš™๏ธ Step-by-step instruction:

  1. Download and install TWRP for your Xiaomi model (instructions are available on the XDA Developers or 4PDA forum).
  2. Download the smartphone to Recovery mode (usually by clamping Power + Volume up).
  3. In TWRP, select Advanced โ†’ File Manager.
  4. Go to /system/app or /system/priv-app (depending on the location of the unwanted application).
  5. Find a folder with the name of the package (e.g. com.miui.videoplayer) and delete it.
  6. Reset the device.

๐Ÿ”ด Risks of the method:

  • ๐Ÿ’ฅ Possibility to damage system files and get a brick
  • ๐Ÿ”„ Loss of ability to update via OTA (you have to stitch manually)
  • ๐Ÿ”’ Warranty breach (if bootloader was unblocked)

โœ… Pluses:

  • ๐Ÿงน Complete removal of applications (including updates)
  • ๐Ÿ”ง Ability to fine-tune the system (e.g., remove DM-Verity to install custom firmware)
What if the smartphone does not turn on after removal via TWRP?
If the device stopped booting after manipulation in TWRP, try: 1. Boot back to TWRP and restore the backup (if you did). 2. Swipe the original firmware through Fastboot (instructions are available on Xiaomi Firmware Updater). 3. Use the Mi Flash Tool for full flashing. If nothing helps, contact the service center (but note that unlocking the bootloader will void the warranty).

How to return a remote application if something goes wrong

If you have problems after you uninstall the system application (for example, notifications or settings stopped working), do not panic - in most cases, the application can be restored.

๐Ÿ”„ Recovery methods:

Deleting methodHow to return the application
Disconnection through settingsGo to Settings โ†’ Applications โ†’ Disabled, find the application and click Enable.
ADB (pm uninstall --user 0)Use the command: adb shell cmd package install-existing name packet For example: adb shell cmd package install-existing com.miui.videoplayer
Xiaomi ADB/Fastboot ToolsIn the program, select Reinstall system apps and select the desired application.
Removal via TWRPYou need to flash the original firmware through Fastboot or restore the backup to TWRP.

โš ๏ธ Warning: If you have removed an application through root-right Debloater and it is not restored by standard methods, you may need to completely flash the device.

  1. Download the firmware for your model from the Xiaomi Firmware website.
  2. Unpack the archive and run through the Mi Flash Tool in Fastboot mode.
  3. After the firmware, reset settings (Wipe Data in TWRP or through Settings โ†’ Reset).

FAQ: Frequent questions about removing branded Xiaomi apps

โ“ Can I delete Mi Browser if I use Chrome?
Yes, Mi Browser (com.android.browser or com.mi.globalbrowser) can be safely removed via ADB or disabled in settings. Chrome and other browsers will work fine. However, note that some system features (such as opening links from notifications) use Mi Browser by default - once it is deleted, they can be redirected to Chrome.
โ“ What happens if you delete GetApps (Mi App Store)?
Removing GetApps (com.xiaomi.mipicks) will lead to the disappearance of the branded Xiaomi app store. You can not: Install themes for MIUI (they are downloaded through GetApps) Get exclusive updates for some Xiaomi applications Participate in promotions and sweepstakes from Xiaomi However, the functionality of the smartphone will not affect โ€“ you will still be able to install applications through Google Play or APK- files.
โ“ Why did some of the settings disappear after the Cleaner was removed?
The Cleaner app (com.miui.cleanmaster) is associated with the MIUI optimization module. its removal can result in: Disappearance of the Cleanup item in the Settings menu โ†’ Loss of the automatic cache cleaning function Disappearance of the optimization widgets on the home screen To return these features, restore the application via ADB or disable it instead of deleting it.
โ“ Can I delete Mi Pay and what will happen to NFC?
Removing Mi Pay (com.xiaomi.payment) will not affect the NFC- chip โ€” it will still work for other payment systems (e.g. Google Pay or SberPay).However, you will lose the opportunity: Use Xiaomi's branded contactless payment system Link bank cards to Mi Account for quick payments If you do not use Mi Pay, it can be safely deleted.
โ“ How do I know which apps are safe to remove on my Xiaomi model?
To get a current list of safe to remove apps for your model: Install the App Inspector app from Google Play. Open it and grant superuser rights (root, if any). Go to the System Apps tab and sort apps by status (Safe to remove). Check our list at the beginning of the article - if the application is in the table, it can be removed. You can also search for topical discussions on the 4PDA or XDA Developers forums for your particular model (for example, Redmi Note 12 Pro+ 5G or POCO F5).