How to Remove Embedded Apps on Xiaomi: 5 Working Methods

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 not only take up space in memory, but also consume resources in the background, reducing battery life. Unfortunately, standard removal through the Apps menu is often blocked by the MIUI system - the Remove button is simply inactive.

In this article, we will discuss 5 Proven ways to get rid of unnecessary built-in applications: from secure disabling without root rights to complete removal through the Internet ADB We will pay special attention to the risks of each method - some operations can lead to loss of warranty or unstable operation of the system if executed incorrectly. MIUI 14/15 model 2020–2026 year-end.

1. Disabling embedded applications without removing

The safest way to remove unnecessary apps is to disable them through system settings. This won’t free up the device’s memory, but will stop background activity and hide icons from the menu.The method works on all Xiaomi smartphones without root rights and does not affect the warranty.

To disable the application:

  • πŸ“± Go to Settings. β†’ Annexes β†’ Application management.
  • πŸ” Find the app you want (such as Mi Music or Mi Community) and tap it.
  • βš™οΈ Click β€œDisable” (if the button is inactive, select β€œStop” firstΒ»).
  • βœ… Confirm the action in the dialog window.

⚠️ Warning: Disabling system services (e.g. com.miui.system or com.android.phone) can cause an interface crash or loss of mobile communications.

List of applications that can be disabled without risk:

Name of namePackageEffects of disconnection
Mi Browsercom.android.browserIt will not open by default for links
Mi Videocom.miui.videoThe player will disappear, but the files will remain.
GetAppscom.xiaomi.mipicksThere will be no update of the store.
Mi Paycom.miui.tsmclientShut down. NFC-Payments via Xiaomi
πŸ“Š What Xiaomi apps you want to remove?
Mi Browser
Mi Video
GetApps
Mi Community
Others
I don't know.

2. Removal via ADB (without root rights)

If the shutdown isn’t enough, you can completely remove unnecessary apps using ADB (Android Debug Bridge), a method that doesn’t require super-user rights, but requires connecting the smartphone to a computer, and the advantage is that the apps are permanently deleted, freeing up space in memory.

The work will require:

  • πŸ’» Computer with Windows/macOS/Linux and installed Xiaomi drivers.
  • πŸ”Œ USB-cable (preferably original).
  • πŸ“¦ Utility. ADB Tools by Google.
  • βš™οΈ Included debugging by USB on a smartphone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times tap; then Settings β†’ Additionally. β†’ For developers β†’ Debugging by USB).

Step-by-step:

  1. Connect the smartphone to the computer and confirm the debugging permission on the device screen.
  2. Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. Remove the application by command (replace package.name with real package): adb shell pm uninstall -k --user 0 package.name For example, to remove Mi Browser: adb shell pm uninstall -k --user 0 com.android.browser

β˜‘οΈ Preparation for removal through ADB

Done: 0 / 5

⚠️ Note: Removing system components (e.g. com.miui.home) will cause the interface to fail. Before experimenting, back up through Settings β†’ Additionally. β†’ Backup.

List of safe packets to remove (for MIUI 14/15):

  • 🌐 com.android.browser β€” Mi Browser
  • 🎡 com.miui.player β€” Mi Music
  • πŸ“Ί com.miui.video β€” Mi Video
  • πŸ›’ com.xiaomi.mipicks β€” GetApps
  • πŸ’³ com.miui.tsmclient β€” Mi Pay

πŸ’‘

Before mass deletion, check the smartphone after deleting each application separately. Some services may be associated with system functions (for example, com.miui.analytics is responsible for collecting statistics, but removing it does not break the system).

3.Using Magisk and the Debloater module

If you have Magisk installed on your smartphone, you can use Universal Debloater or MIUI Debloater to remove embedded applications in bulk, a method that is suitable for advanced users, as it requires unlocking the bootloader and installing a custom recavator.

Advantages of the method:

  • πŸ”„ Ability to restore remote applications via Magisk.
  • πŸ“Š Support for packet removal (one team).
  • πŸ›‘οΈ Less risk of β€œbreaking” the system compared to manual removal through ADB.

Instructions:

  1. Install Magisk and TWRP (if not already installed).
  2. Download the MIUI Debloater module (available on XDA Developers).
  3. Install the module through Magisk Manager (Modules section).
  4. Reset the device.
  5. After downloading, open the terminal and type: su debloater Follow the on-screen instructions for selecting applications.
What if the system functions stopped working after the module was removed?
If you lose your icons after using Debloater, your Wi-Fi or mobile network is not working, restore remote packets via Magisk: open the terminal and enter su, then debloater --restore. If this does not help, reflash your smartphone via Fastboot with data storage (fastboot flash system.img --slot=all).

4. Removal through custom firmware (for advanced)

The most radical way to get rid of built-in software is to install custom firmware based on LineageOS, Pixel Experience or HavocOS. These firmware are devoid of Xiaomi's branded services, but require:

  • πŸ”“ Unlocked bootloader (the procedure erases all data!).
  • πŸ”§ Established custom recaveri (TWRP Or OrangeFox).
  • πŸ“₯ Compatible firmware for your model (check on the XDA or 4PDA).

The advantages of custom firmware:

  • πŸš€ Lack of all built-in Xiaomi apps.
  • πŸ”„ Regular security updates from the community.
  • ⚑ Ability to fine-tune the interface and performance.

Cons:

  • ❌ Loss of warranty (if the bootloader is unlocked).
  • πŸ”‹ Possible battery or camera problems (depending on firmware).
  • πŸ“΅ Certain functions (e.g, IR-Game Turbo or Blaster may not work.

Installation instructions (briefly):

  1. Unlock the bootloader via Mi Unlock Tool (requires a Xiaomi account and wait 7-14 days).
  2. Install TWRP via fastboot: fastboot flash recovery twrp.img fastboot boot twrp.img
  3. Download firmware (such as LineageOS) and GApps (if you need Google services).
  4. In TWRP, run Wipe β†’ Advanced Wipe (select Dalvik, Cache, System, Data).
  5. Install firmware and GApps, then restart.

πŸ’‘

Custom firmware is the only way to get rid of all Xiaomi system applications without the risk of reappearing after updates. However, this method is only suitable for advanced users, ready for possible bugs and loss of warranty.

5. Hiding icons without removal (alternative method)

If you don’t want to risk system stability, but want to remove icons of unnecessary applications from the menu, use third-party launchers or built-in MIUI features.

Ways to hide apps:

  • πŸ“‚ In the standard launcher. MIUI: Press the app icon. Select Hide the app (not available on all models).
  • πŸ› οΈ Through Nova Launcher or Apex Launcher: Install the launcher from Google Play. β†’ Β«Hide or drag to the folder β€œHiddenΒ».

App Hider

The advantage of this method is reversibility: applications stay in the system, but do not interfere with everyday use, but background processes can still consume resources.

6 Risks and how to avoid them

Removing or disabling system applications can have unexpected consequences, and these are the most common problems and ways to solve them:

Problem.Reason.Decision
Wi-Fi/Bluetooth is not workingRemoved com.miui.connectivity or similar packageRestore with ADB: adb shell cmd package install-existing package.name
The notification panel has disappearedRemoved by com.android.systemuiReflash the system through Fastboot with data storage
No links open.Removed browser by defaultInstall a third-party browser and assign it to a standard
Error "System UI stopped"Conflict after launcher removalInstall another launcher via ADB Sideload

To minimize the risks:

  • πŸ“ Create a backup through Settings β†’ Additionally. β†’ Backup or TWRP.
  • πŸ” Check the destination of the packet before deleting (for example, on the APKMirror website).
  • πŸ› οΈ Remove applications one at a time, checking system stability after each step.