How to Remove Embedded Apps on Xiaomi: 5 Proven Methods

Why Xiaomi’s built-in apps are bothering users – and can they be safely removed?

Smartphones Xiaomi, Redmi and POCO It comes with dozens of pre-installed applications, from MIUI-services before affiliate software like Facebook, Netflix or WPS Many of them cannot be removed by standard means, which is annoying: they take up space in memory, consume battery power in the background and sometimes even transmit data without the explicit consent of the user.

But there's a caveat: some of these applications are critical to the MIUI shell. For example, removing com.miui.home or com.android.phone can cause the device to fail completely without the ability to recover through the standard interface, so you need to be clear about what you can delete and what you can't before you manipulate it.

In this article, we will discuss all the current ways to remove embedded applications on Xiaomi in 2026 – from secure (disable, hide) to radical (delete via ADB or root rights), and also tell you how to return everything back if something goes wrong.

πŸ“Š What Xiaomi’s built-in apps annoy you the most?
Advertising services (Mi Video, Mi Music)
Social networks (Facebook, TikTok)
Office applications (WPS Office, Mi DocViewer)
System Utilities (Security, Cleaner)
Others

1. Risk-free method: disabling and hiding applications

If you just need to free up RAM and stop the background activity of unnecessary programs, just turn them off. This method does not require superuser rights and we turn them in one click.

How to disable the built-in application:

  • πŸ“± Open the Settings. β†’ Annexes β†’ Application management.
  • πŸ” Find the right app (such as Mi Video or Facebook App Installer).
  • βš™οΈ Click Disable (if the button is inactive – the application is critical to the system).
  • βœ… Confirm the action in the dialog window.

The disabled application will disappear from the menu, stop updating and consuming resources. However, its data will remain in the device's memory. To completely delete the cache and files, use the option Clear data before turning off.

⚠️ Warning: Do not disable apps called com.miui., com.android. or com.qualcomm.* – this can disrupt your camera, communications, or Wi-Fi.

β˜‘οΈ Preparation for application deactivation

Done: 0 / 4

2. Remove via ADB (without root, but with a connection to a PC)

The ADB (Android Debug Bridge) method allows you to remove embedded applications without obtaining root permissions, but requires connecting the smartphone to the computer. This is a more radical way than disabling, but still reversible (applications can be restored through resetting).

What you need:

  • πŸ’» Computer with Windows, macOS or Linux.
  • πŸ”Œ Cable USB Type-C (original or quality).
  • πŸ› οΈ Utilities. ADB Fastboot (download from the official Google website).
  • πŸ“± Included Debugging by USB on a smartphone (Settings) β†’ The phone. β†’ Version. MIUI β€” Press 7 times, then return to Settings β†’ Additionally. β†’ For developers).

Step-by-step:

  1. Connect your smartphone to your PC and confirm the debugging permission.
  2. Open the command prompt (cmd on Windows) and type:
adb devices

(You should have your device’s serial number.)

  1. Get a list of all packages:
adb shell pm list packages -f
  1. Find the name of the unwanted app (e.g. com.facebook.appmanager) and delete it:
adb shell pm uninstall -k --user 0 com.facebook.appmanager

The --user 0 key means that the app is only removed for the current user (without affecting system files), which reduces the risk of the phone being "bricked up."

List of safe to remove Xiaomi packages
com.miui.videoplayer (Mi Video) com.miui.player (Mi Music) com.facebook.appmanager (Facebook Services) com.facebook.system (Facebook System) com.netflix.partner.activation (Netflix) com.miui.analytics (Miui Analytics) com.xiaomi.midrop (Mi Drop) com.miui.cloudservice (Mi Cloud) com.miui.cloudbackup (Mi Cloud Backup) ⚠️ Remove only those packages that do not have words in the title: phone, telecom, bluetooth, wifi, camera, settings, launcher.

3. Complete removal with root rights (for power users)

If you are willing to take the risk of rooting, you can remove any system applications, including those blocked through ADB.

  • 🚫 Violation of warranty (if the device is under warranty).
  • πŸ”„ Impossibility of updating MIUI "by air (you will have to install firmware manually).
  • πŸ›‘οΈ The risk of blocking banking applications (due to the SafetyNet trigger).
  • πŸ’₯ Probability of β€œbricking” in case of error.

How to get root on Xiaomi:

  1. Unlock the bootloader through the Mi Unlock Tool (requires a Mi Account binding and a wait of 7-15 days).
  2. Install a custom recap (TWRP) for your model.
  3. Sweep Magisk through the Recovery.

Once root is obtained, use a super-user-enabled file manager (such as Root Explorer or FX File Explorer) to manually delete application files from folders:

  • /system/app/ is a standard application.
  • /system/priv-app/ - Privileged System Applications
  • /data/app/ – User applications (including system updates)

⚠️ Note: Removing files from /system If you don't have a backup, you can make your phone inoperable. TWRP change.

πŸ’‘

Before removing the system application, check its dependence through the command adb shell dumpsys package com.name.packet.If the output has lines with required-for or dependent-packages, deletion may disrupt the operation of other functions.

Alternative methods: concealment and replacement

If removal seems too risky, consider alternative approaches:

MethodAdvantagesDeficienciesExample
Replacement of launcherHiding icons of unnecessary applicationsApplications remain in the systemNova Launcher, Lawnchair
Use of Package DisablerDisable applications without ADBRequires Superuser RightsPackage Disabler Pro
Reflashing to custom MIUIRemove Bloatware at the firmware levelHard for beginners, risk of mistakesMIUI EU, LineageOS
Limitation of background activityDoes not require root or ADBApplications remain in memorySettings β†’ Battery β†’ Background Limitation

For example, installing MIUI EU (European firmware) eliminates most Chinese services and advertising while maintaining system stability, but you need to unlock the bootloader and flash the device through Fastboot.

5 How to return remote applications if something went wrong

If after removing the system application, the phone began to glittle (the camera does not work, the mobile network is lost, etc.), there are several ways to restore:

  • πŸ”„ Settings Reset: Returns all pre-installed apps but deletes user data. β†’ The phone. β†’ Resetting settings.
  • πŸ“¦ Recovery through ADB: If you've removed through ADB, You can try to reinstall the package:
adb shell cmd package install-existing com.name.packet
  • πŸ› οΈ Fastboot Firmware: Complete Firmware Reflash of the Official MIUI It's going to bring the phone back to its original state. 4PDA.
  • πŸ”§ Recovery from the backup TWRP: If you made a backup before deleting, restore it through custom recavery.

If the phone doesn’t turn on or is stuck on the MI logo, try going to Fastboot mode (clamp Power + Volume down) and flash the official firmware through the Mi Flash Tool.

πŸ’‘

Always check firmware compatibility with your device model.Redmi Note 10 firmware on POCO X3 can cause the camera module or sensors to fail.

6. Frequent mistakes and how to avoid them

Many users experience problems due to carelessness, and here are the most common mistakes and ways to prevent them:

  • πŸ”¨ Removal of critical services: For example, com.miui.securitycenter is responsible for security and permissions. its removal may block the installation of new applications.
  • πŸ”„ Interruption of the process ADB: If you turn off the cable while executing the adb uninstall command, the application may not be removed correctly, which will lead to failures.
  • πŸ“± Ignoring backup: No data backup (especially) NVRAM Recovery for MediaTek models IMEI After the reset can be a problem.
  • πŸ”’ Lock bootloader after changes: Some Xiaomi models block the bootloader when changes are detected in the system partition.

To minimize the risks:

  1. Check out the list of safe packets to remove (see spoiler above).
  2. Use it. ADB team-wise --user 0, unless you are sure of the consequences.
  3. Before firmware, check the hash amount (MD5) of the downloaded firmware file.

FAQ: Answers to Frequent Questions

Can you remove Mi Video and Mi Music without consequences?
Yes, these apps are not system critical, and you can safely remove them through ADB or disable them in settings, and they don't affect the basic functions of the phone.
Why did Facebook Services stop sending Instagram notifications after it was deleted?
Instagram (like many other apps) uses Facebook SDK for push notifications. Deleting com.facebook.appmanager or com.facebook.system can disrupt their work. Solution: install Instagram via APK with MicroG enabled (an alternative to Google Services).
How to remove Google Play Services if they take up too much space?
Delete com.google.android.gms is not recommended, as it will lead to the collapse of most applications that depend on the Google API. Instead: Clear the cache and data in Settings β†’ Apps β†’ Google Play Services. Turn off automatic updates in Google Play. Use MicroG as an easy alternative (requires root or custom firmware).
Will the remote application return after the MIUI update?
Yes, when you upgrade to OTA, some system applications can recover. To avoid this: Turn off automatic MIUI updates in settings. Use firmware from MIUI EU or LineageOS, where the bloatwar is removed at the build level. After the update, re-delete unnecessary packets through ADB.
Can I remove Security from Xiaomi?
No, com.miui.securitycenter is a critical application that handles permissions, antivirus, and battery management, and if it is removed, it will lead to: Inability to install new applications, lack of background control, loss of features like Game Turbo or Second Space, alternative: disable unnecessary features in the Security app itself (such as virus scanning or garbage cleaning).