How to Remove Embedded Programs on Xiaomi: 5 Ways to Work (2026)

Why Xiaomiโ€™s built-in apps are bothering users โ€“ and can they be safely removed?

Xiaomi, Redmi and POCO are known for their functionality, but many users face the same problem: dozens of pre-installed apps that cannot be removed by standard methods. This is not only about Google services (YouTube, Chrome, Duo), but also about proprietary MIUI utilities - Mi Video, Mi Music, GetApps, Mi Browser and even duplicate launchers. These programs take up space in memory, consume battery power in the background and sometimes send analytical data to Xiaomi servers without explicit consent.

In this article, we will discuss all the current ways to remove embedded applications on Xiaomi devices, from secure (disable and hide) to radical (complete removal via ADB or root). It is important to understand that not all methods are equally safe, and some can lead to system failure or loss of warranty. We will explain in detail the risks of each approach and give recommendations on how to minimize the consequences.

Before you start, answer a key question: do you really need to uninstall these programs? Often, it is enough to disable them or replace them with alternatives from Google Play. For example, instead of Mi Browser you can use Firefox or Brave, and Mi Video easily replaces VLC or MX Player. If you are determined to get rid of unnecessary software, read on.

๐Ÿ“Š What Xiaomiโ€™s built-in apps annoy you the most?
Mi Browser
GetApps
Mi Video
Mi Music
Google Duo/Meet
Others

Method 1: Disabling and Hiding Applications Without Deleting (Safeest Method)

If your goal is to free up RAM and prevent the background activity of unnecessary programs, you just need to turn them off, and this method does not require super-user rights (root) and does not disrupt the system.

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. In the upper right corner, press three dots (โ‹ฎ) and select Show all applications.
  3. Find the right app (like Mi Browser) and tap it.
  4. Click Disable (if the button is inactive โ€“ the application is critical to the system).
  5. Confirm the action in the window that appears.

The application that is disabled will not start, will not receive updates, and will not appear in the menu, but its data will remain in the device's memory, and to free up space completely, you also need to clear the cache and data:

  • ๐Ÿ“ฑ In the same app menu, click Storage โ†’ Clear cache and Clear data.
  • ๐Ÿ”„ Repeat for all unnecessary programs.
  • ๐Ÿ” To hide icons from the menu, use launchers like Nova Launcher or Apex Launcher (setting Hidden Apps").

โš ๏ธ Note: Do not disable system services called com.android., com.miui. or com.google.android.gsf โ€“ this may lead to loss of functionality (for example, push notifications or account synchronization will stop working).

๐Ÿ’ก

If notifications stop coming after disabling apps (e.g. from Viber or Telegram), check autorun settings in Settings โ†’ Apps โ†’ Permissions โ†’ Autorun. You may have disabled the system service responsible for the background work of third-party programs.

Method 2: Remove via ADB (no root, but at risk to the system)

ADB (Android Debug Bridge) is a tool for debugging Android devices through a computer, which can remove embedded applications without obtaining root rights, but this requires caution: the wrong command can disrupt the system.

Before you start, prepare:

  • ๐Ÿ’ป Computer with Windows, macOS or Linux.
  • ๐Ÿ”Œ USB-cable (preferably original).
  • ๐Ÿ“ฑ Included debugging by USB on a smartphone (Settings) โ†’ The phone. โ†’ Version. MIUI โ€” Tap 7 times, then go back to Settings โ†’ Additionally. โ†’ For developers โ†’ Debugging by USB).
  • ๐Ÿ› ๏ธ Installed drivers ADB Fastboot (you can download from the official Android website).

Now follow the instructions:

  1. Connect the smartphone to the computer and confirm the debugging permission on the device screen.
  2. Open the command prompt (cmd on Windows or Terminal on macOS/Linux) and go to the adb folder (e.g., cd C:\platform-tools).
  3. Enter the adb device command โ€“ if the device is displayed, you can continue.
  4. Get a list of all packages by the command: adb shell pm list packages | grep 'miui\|google' (this will show all the Xiaomi and Google apps).
  5. Remove the unnecessary application by command: adb shell pm uninstall -k --user 0 name.pack For example, to remove Mi Browser: adb shell pm uninstall -k --user 0 com.android.browser

List of popular removal packages:

AnnexPacket nameCan I remove it?
Mi Browsercom.android.browserโœ… Yes.
Mi Videocom.miui.videoplayerโœ… Yes.
GetApps (Mi App Store)com.xiaomi.mipicksโœ… Yes.
Mi Musiccom.miui.playerโœ… Yes.
Google Duocom.google.android.apps.tachyonโœ… Yes.
Mi Security (Security)com.miui.securitycenterโŒ No (critically for the system)

โš ๏ธ Note: pm uninstall commands remove the application only for the current user (--user 0). If you reset, the programs will come back. To completely delete (including system files) you need root, but it is risky - you can get a brick".

Installed ADB| Drivers Enabled USB| Backed up Data | Checked the packet list before deleting | Don't touch system services-->

Method 3: Using MIUI Optimizer (simplified ADB)

If working with the command line seems difficult, you can use the utility MIUI Optimizer - a graphical interface for managing system applications through ADB.

Instructions:

  1. Download MIUI Optimizer from the official repository on GitHub (select the latest version).
  2. Install and run the utility on the computer.
  3. Connect your smartphone via USB with debugging enabled (as in method 2).
  4. In MIUI Optimizer, select the App Manager section.
  5. Check the unneeded apps and click Uninstall.

Advantages of the method:

  • ๐ŸŽฏ Visual interface โ€“ no need to remember commands.
  • ๐Ÿ” Automatic filtering of "safe" packets.
  • ๐Ÿ“‹ Ability to create a backup before removal.

Disadvantages:

  • ๐Ÿ–ฅ๏ธ Computer (no mobile version) required).
  • ๐Ÿ”„ Not all packages are available for removal (depending on version) MIUI).

๐Ÿ’ก

MIUI Optimizer is the best choice for beginners, as it minimizes the risk of removing a critical application. However, before using it, still make a backup through Settings โ†’ About Phone โ†’ Backup.

Method 4: Delete with root rights (for power users)

Getting root rights gives you maximum control over the system, but also maximum risk, and on Xiaomi devices, this leads to:

  • ๐Ÿšซ Loss of warranty.
  • ๐Ÿ”’ Blocking certain features (such as Google Pay or Widevine) L1 for Netflix HD).
  • ๐Ÿ›ก๏ธ Vulnerabilities for malware.

If you are ready for this, follow the steps:

  1. Unlock the bootloader through the official Xiaomi website (requires a Mi Account and wait 7-30 days).
  2. Install custom recovery (TWRP) for your model.
  3. Sweep through Magisk to get root.
  4. Use Root Explorer or Titanium Backup to remove system applications.

Example of removal through Root Explorer:

  1. Open the application and provide root access.
  2. Go to /system/app or /system/priv-app.
  3. Find a folder with an unnecessary app (like Browser for Mi Browser).
  4. Delete the folder or rename it (add at the end of.bak).
  5. Reset the device.

โš ๏ธ Note: Removing files from /system This can lead to a "bootloop" (a looped reboot). Always back up the system partition through TWRP Please note that after the update MIUI Remote applications can return.

What to do if the phone does not turn on after removing it from root?
If the device is stuck on the MIUI or Redmi logo, try: 1. Log in TWRP (press Power + Volume Up). 2. Restore the backup of the system partition. 3. If there is no backup, flash clean firmware through Fastboot (instructions on xiaomifirmwareupdater.com). 4. In extreme cases, contact the service center (but the warranty will be lost).

Method 5: Alternative firmware (complete replacement of MIUI)

If you're annoyed not only by the presence of embedded applications, but also by the MIUI shell itself (advertising, restrictions, design), consider installing custom firmware.

  • ๐Ÿ“ฑ LineageOS โ€“ โ€œcleanโ€ Android without excess software.
  • ๐Ÿ”„ Pixel Experience โ€“ firmware with Google Pixel interface.
  • ๐Ÿ›ก๏ธ Havoc-OS โ€“ customizable firmware with many functions.
  • ๐Ÿ’ก MIUI EU โ€” modified MIUI without advertising and with the ability to remove system applications.

Installation process:

  1. Unlock the bootloader (as in method 4).
  2. Install TWRP or OrangeFox Recovery.
  3. Download the firmware for your model from the XDA Developers or MIUI EU forum.
  4. Sweep through the firmware through recovery (instructions are usually attached to the file).

Pros:

  • โœ… There are no built-in Xiaomi apps (or they can be easily removed).
  • โœ… Regular security updates.
  • โœ… More opportunities to set up.

Cons:

  • โŒ Loss of guarantee.
  • โŒ Risk of โ€œbrickingโ€ in case of error.
  • โŒ Certain functions (e.g, IR Blaster or NFC) They may not work properly.

๐Ÿ’ก

Before installing custom firmware, check its compatibility with your model on the XDA forum or in telegram chats (e.g. @miuieu for MIUI EU). Version mismatch may result in wifi, camera or sensors not working.

How to restore remote system applications?

If you have problems after deleting (for example, notifications or Google Play stopped working), you can try to restore the applications.

  1. Resetting (Settings โ†’ About Phone โ†’ Resetting) โ€“ will return all pre-installed programs, but delete your data.
  2. Fastboot: fastboot flash system.img fastboot flash boot.img (images can be downloaded from xiaomifirmwareupdater.com).
  3. Installation via ADB (if you have a backup.apk): adb install name file.apk
  4. Use MIUI bootloader โ€“ utility for recovering stock applications (available on XDA).

If none of these methods work, you only need to contact the service center, and note that after manually deleting system files, this can be a paid service (even if the warranty is still valid).

FAQ: Frequent questions about removing embedded programs on Xiaomi

Can you delete Google apps (YouTube, Chrome, Duo) without consequences?
Yes, but with reservations: ๐Ÿ“ฑ YouTube and Chrome can be removed via ADB root โ€“ they are not critical to the system. ๐Ÿ” Google Play Services cannot be removed, it will lead to the collapse of most applications. ๐Ÿ“Œ Once Google Duo or Meet is removed, video calls on other services (such as WhatsApp) may stop working.Recommendation: instead of deleting, disable auto-update these apps on Google Play and hide their icons through the launcher.
Why does it reappear after the Mi Browser is removed via ADB after the MIUI update?
When you update your firmware, the system restores remote system applications. To avoid this: Use the command adb shell pm uninstall -k --user 0 after each update. Install custom firmware (e.g. MIUI EU) where these applications are removed at the image level. Turn off automatic MIUI updates in the settings.
What Xiaomi apps can be removed without risking the system?
List of relatively safe packet removal (checked for MIUI 14โ€“15): Application Package name Note Mi Browser com.android.browser You can delete, but you will lose the standard browser. Mi Music com.miui.player Alternative - Spotify or AIMP. Mi Video com.miui.videoplayer is safe if you use it VLC. GetApps (Mi App Store) com.xiaomi.mipicks Removal does not affect the operation of Google Play. Mi Drop com.xiaomi.midrop Can be replaced with Nearby Share. โŒ Do not delete: com.miui.securitycenter, com.android.settings, com.google.android.gsf โ€“ this will lead to the failure of the system.
How to hide embedded applications without removing them?
If you donโ€™t want to take risks, but you donโ€™t want to see unnecessary programs either, there are several ways to do it: ๐Ÿ“ฑ Use an alternative launcher (Nova Launcher, Lawnchair) โ€“ in the settings there is an option โ€œHidden applications". ๐Ÿ” V MIUI You can remove the icons from the home screen, but they will remain in the app menu. To hide them completely, use the Hide Apps module for Magisk (root required). ๐Ÿ›ก๏ธ Disable applications through Settings โ†’ Apps (as in method 1) โ€“ they will disappear from the menu, but remain in the system.
Is it true that removing system apps speeds up your phone?
Depends on the situation: โœ… If you delete background services (such as msa โ€“ Miui System Ads), this can reduce battery consumption and free up RAM. โŒ Removing unused applications (such as Mi Calculator) will not give a noticeable increase in performance. ๐Ÿ“Œ The main gain is freeing up space in memory (up to 1-2 GB on some models) and no annoying notifications. For real acceleration, it is better: Disable animation in Settings โ†’ For developers, clean the cache regularly (via Settings) โ†’ Storage. Use lightweight firmware (e.g, MIUI Lite).