How to completely remove unnecessary regular applications on Xiaomi: 5 proven ways

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 battery power in the background. Unfortunately, standard removal methods through the Settings menu are often blocked by the manufacturer.

In this article, weโ€™ll look at all the working ways to remove regular apps on Xiaomi devices, from secure deactivation to complete removal with ADB and root rights. Youโ€™ll learn which apps can be removed without risk to the system and which shouldnโ€™t be touched.

Why you canโ€™t just remove regular apps through settings

Smartphone manufacturers, including Xiaomi, protect system applications from removal for several reasons:

  • ๐Ÿ”„ Stability of work MIUI. Some applications are integrated into the shell and are responsible for basic functions (for example, Security manages permission, and Mi Share handles file transfer).
  • ๐Ÿ“ฆ License agreements: Pre-installed services (e.g. Facebook, Netflix) are often contracted with partners.
  • ๐Ÿ”’ Security: Deleting critical components (e.g. Google Play Services) can cause errors in other software.
  • ๐Ÿ“ฑ Regional restrictions: firmware for different countries can have unique applications (for example, Mi Roaming for India or Mi Credit for China).

If you try to remove such an application through the standard Settings โ†’ Apps menu, the system either hides the โ€œDeleteโ€ button or only suggests โ€œDisableโ€; however, even the programs that are disabled continue to take up disk space and can be updated via Google Play.

๐Ÿ“Š What Xiaomi App Apps Are Most Irritating to You?
Mi Browser
GetApps
Mi Video
Cleaner
Mi Pay
Other

Method 1: Disabling unnecessary applications (without root rights)

The safest method is to deactivate applications through settings, which won't free up memory, but will stop background activity and remove icons from the menu.

How to turn it off:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. In the list, find an unnecessary app (such as Mi Browser) and tap it.
  3. Click โ€œDisableโ€ (if the button is inactive, the application is critical to the system).
  4. Confirm the action in the window that appears.

โš ๏ธ Warning: Do not disable apps called com.android., com.miui. or com.google. โ€“ This can cause malfunctions in the smartphone. For example, disabling Mi Account (com.xiaomi.account) will disrupt data synchronization.

Mi Browser (com.android.browser)

Mi Video (com.miui.videoplayer)

Mi Music (com.miui.player)

GetApps (com.xiaomi.mipicks)

Mi Pay (com.mipay.wallet.in)

-->

Method 2: Remove via ADB (no root rights but with PC)

If the shutdown is not enough, you can completely remove applications using ADB (Android Debug Bridge. This method doesn't require root rights, but you'll need a computer and a computer. USB-cable.

Instructions:

  1. Turn on the Developer Mode on your phone: go to Settings โ†’ About Phone and tap on the MIUI version 7 times.
  2. Return to Settings โ†’ Additional โ†’ For developers and activate โ€œDebugging by USBโ€.
  3. Connect your phone to your PC, install it. ADB-Drivers and open the command line in the folder with adb.exe.
  4. Enter the command to check the connection: adb devices If the device is displayed, execute the delete command (example for Mi Browser): adb shell pm uninstall --user 0 com.android.browser

๐Ÿ”น List of commands for popular applications:

AnnexPackageADB Team Team
Mi Browsercom.android.browseradb shell pm uninstall --user 0 com.android.browser
Mi Videocom.miui.videoplayeradb shell pm uninstall --user 0 com.miui.videoplayer
GetAppscom.xiaomi.mipicksadb shell pm uninstall --user 0 com.xiaomi.mipicks
Mi Paycom.mipay.wallet.inadb shell pm uninstall --user 0 com.mipay.wallet.in
Cleanercom.miui.cleanmasteradb shell pm uninstall --user 0 com.miui.cleanmaster

โš ๏ธ Attention: Removal through ADB It only works for the current user (--user 0). After resetting settings or updating MIUI The apps can come back. To delete them forever, you'll need root rights.

๐Ÿ’ก

Before deleting through ADB, back up the application list with the adb shell pm list packages > apps.txt command. This will help restore remote programs if necessary.

Method 3: Remove Root Rights (for Power Users)

If your Xiaomi has Magisk installed or another rooting method, you can remove system applications directly through a file manager with superuser rights (such as Root Explorer or FX File Manager).

Step-by-step:

  1. Install a file manager with root rights support (e.g. MiXplorer).
  2. Go to /system/app or /system/priv-app (there are stored system applications).
  3. Find a folder with the name of the unwanted app (e.g. Browser for Mi Browser).
  4. Delete the folder or rename it by adding.bak (e.g. Browser.bak) at the end.
  5. Reset the device.

Removal of systemic APK-files can lead to a bootloop if you remove the critical component.Always check the name of the package before you delete it and backup through TWRP.

๐Ÿ”น Examples of safe folders for deleting:

  • ๐ŸŒ Browser โ€” Mi Browser
  • ๐ŸŽต Music โ€” Mi Music
  • ๐Ÿ“บ VideoPlayer โ€” Mi Video
  • ๐Ÿ›’ MiPick โ€” GetApps
What if the phone doesnโ€™t turn on after removal?
If the smartphone is stuck on the Xiaomi logo after removing the system application, try: 1. Log in TWRP Recovery (hold Power + Volume Up when turned on). 2. Restore the system backup or reflash the original firmware through Fastboot. 3. If TWRP is not - use Mi Flash Tool for full flashing.

Method 4: Use of third-party utilities (without root rights)

If ADB commands seem complicated, you can use specialized utilities to remove system applications. One of the most popular is Universal Android Debloater (UAD).

How to use:

  1. Download Universal Android Debloater on PC.
  2. Connect the phone to the computer with USB debugging enabled.
  3. Launch the utility and wait for the list of applications to load.
  4. Check the boxes unnecessary programs (the utility highlights dangerous to remove red).
  5. Click on โ€œUninstall selectedโ€ and confirm the action.

๐Ÿ”น Advantages UAD:

  • ๐Ÿ” Automatically determines safe to remove applications.
  • ๐Ÿ“‹ Allows you to create backups before removal.
  • ๐Ÿ”„ Supports Recovery of Remote Packets.

โš ๏ธ Note: Some antiviruses (e.g. Windows Defender) may block startup UAD Add the utility to the exceptions or temporarily disable the protection.

Method 5: Flashing on custom firmware (radical method)

If you need to get rid of all Xiaomiโ€™s regular apps once and for all, the most reliable way is to install custom firmware (like LineageOS, Pixel Experience or Havoc OS).

๐Ÿ”น The benefits of custom firmware:

  • โšก Absence of unnecessary applications and background processes.
  • ๐Ÿ†• Regular security updates.
  • ๐ŸŽ›๏ธ Flexible interface settings.

๐Ÿ”น Cons:

  • โš ๏ธ Loss of warranty (if the device is under warranty).
  • ๐Ÿ”ง Difficulty of installation for beginners.
  • ๐Ÿ“ฑ Possible problems with the camera or sensors (depending on the model).

๐Ÿ“Œ Popular firmware for Xiaomi:

FirmwareFeaturesXiaomi support
LineageOSAs close as possible to Android stockMost models
Pixel ExperienceThe interface is like Google PixelPopular devices
Havoc OSLots of customizationsBroad list
ArrowOSLight and fast.Selectively

๐Ÿ”น Important: Before installing custom firmware, be sure to unlock the bootloader through the Mi Unlock Tool and make a data backup. XDA Developers for your model.

๐Ÿ’ก

Custom firmware is the only way to get rid of Bloatware forever, but it requires technical skills and can take away warranties.

What Xiaomi apps canโ€™t be removed (risks and consequences)

Not all system applications are safe to remove, and here is a list of components that will cause your smartphone to be unstable or inoperable:

  • ๐Ÿšจ com.android.settings โ€“ Settings (without them you can not configure the phone).
  • ๐Ÿšจ com.miui.securitycenter โ€“ Security (responsible for permissions and security).
  • ๐Ÿšจ com.google.android.gsf โ€“ Google Services Framework (required for Google services).
  • ๐Ÿšจ com.miui.home โ€“ Launcher (remove โ€“ you will be left without a desktop).
  • ๐Ÿšจ com.qualcomm.qti.telephonyservice โ€“ Communication module (without it there will be no network).

๐Ÿ”น Symptoms after removing critical applications:

  • ๐Ÿ”„ Infinite Reboot (bootloop).
  • ๐Ÿ“ต Lack of mobile network or Wi-Fi.
  • ๐Ÿ”ณ Hanging on the Xiaomi logo.
  • ๐Ÿ”Š Failing sensors (gyroscope, compass).

โš ๏ธ Note: If after removing the application, the phone stopped working normally, try to restore it through the app. ADB team:

adb shell cmd package install-existing <application package>

For example, to restore settings:

adb shell cmd package install-existing com.android.settings

FAQ: Frequent questions about removing Xiaomi's full-time apps

Can you remove Google apps (Play Market, YouTube) without root rights?
No, Google apps (com.google.) are protected at the Android level, they can only be disabled through settings or removed with root rights. Deletion via ADB (pm uninstall) will not work - the system will return them after the reboot.
Will Remote Applications Return After MIUI Update?
Yes, with major upgrades (e.g., from MIUI 13 to MIUI 14), the system can restore remote system applications. To avoid this, use Magisk modules (e.g., Universal Debloater) or custom firmware.
How do I know which application is responsible for a specific function?
Use the Package Name Viewer (available on Google Play) to show the packet names for all running processes, and you can also use the ADB command: adb shell dumpsys package <packet name> For example, to check Mi Browser: adb shell dumpsys package com.android.browser
Can I delete my Mi Account if I am not using Xiaomi?
Technically, yes, but it's not recommended. com.xiaomi.account is responsible for cloud authorization, contact synchronization, and some features (like Find Device) that can be deleted, leading to login errors and possible problems with your account. OTA-update.
Are there legal ways to remove Bloatware without rooting rights?
No, Xiaomi does not officially provide tools to remove pre-installed applications, the only โ€œlegalโ€ way is to disable via settings, all other methods (ADB, root, custom firmware) violate the terms of the license agreement and can deprive of warranties.