How to Remove Embedded Apps on Xiaomi: Safe and Radical Techniques

Xiaomi smartphones based on MIUI We're known for a lot of pre-installed apps, from useful services like Mi Home to intrusive games and advertising utilities. Many users want to get rid of this junk, but standard methods often don't work: the Delete button is inactive, and turning it off doesn't free up memory. In this article, we will analyze all working methods for removing embedded applications - from secure (hiding, disabling) to radical (complete removal through the use of a computer). ADB root-rights).

It's important to understand that not all system applications can be removed without consequences. MIUI โ€” Deleting them can cause interface failures, update issues, or even a device blink, and we'll mark them in this article and show you how to minimize the risks, and you'll learn how to return remote programs if something goes wrong.

The instructions in the article are relevant for all modern smartphones Xiaomi, Redmi and POCO base MIUI 12-14 and HyperOS. If your device runs on an older firmware version, some methods may not work, we'll warn you about this too.

๐Ÿ“Š What Xiaomi model do you use?
Redmi Note 12/13
POCO X5/F5
Xiaomi 13/14
Redmi 10/11
Another model

1. Which applications can be removed and which can not

Before you start cleaning the system, you need to clearly understand which applications are safe to remove and which should not be touched. MIUI All pre-installed programs are divided into three categories:

  • ๐ŸŸข Safe to remove: Advertising services (com.miui.analytics), games (Mi Game Center), duplicate applications (for example, Mi Browser if you use Chrome).
  • ๐ŸŸก Conditionally safe: Mi Home, Mi Remote, Themes โ€“ they can be removed, but lose some of the features (for example, managing smart devices or changing themes).
  • ๐Ÿ”ด Critical for the system: com.android.systemui, com.miui.securitycenter, Mi Account โ€“ their removal will lead to the inoperability of the smartphone.

Below is a table with the most common built-in Xiaomi applications and recommendations for their removal:

AnnexPackage (name in the system)Can I remove it?Effects of consequences
Mi Browsercom.android.browserโœ… Yes.You will lose the standard browser, but you can use Chrome or Firefox.
Mi Musiccom.miui.playerโœ… Yes.The music player will disappear, but you can install Spotify or VLC.
Mi Videocom.miui.videoplayerโœ… Yes.Removes the standard video player, but there are alternatives like MX Player.
Mi Homecom.xiaomi.smarthomeโš ๏ธ Conditionally.You will not be able to control Xiaomi smart devices (lamps, sockets, etc.).
Security (Security)com.miui.securitycenterโŒ No.Responsible for virus scanning, application resolution, and memory cleaning, and deleting it will cause disruption.

If you're not sure if you can uninstall a particular app, use AppBrain to type in the package name (com.xiaomi...) and see the description. It's also helpful to check out reviews on forums like this. 4PDA or XDA Developers, where users share experience of removing certain programs.

โš ๏ธ Note: Even if an application seems unnecessary, removing it may affect other features. com.miui.weather2 (weather) can break the weather widget on the home screen. Always back up before experimenting!

2. Method 1: Disabling embedded applications (without deleting)

The safest method is to disable unnecessary programs, which won't free up disk space, but will stop them from working in the background, remove icons from the home screen, and stop showing notifications, which is suitable for most users who don't want to risk system stability.

How to disable the application:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Select an unneeded app (such as Mi Browser).
  3. Click "Disable" (if the button is inactive, the application is critical to the system).
  4. Confirm the action in the window that appears.

Disabled apps will not be updated through the Play Market and will not be able to run automatically, and can be turned on again in the same menu if you suddenly need them.

Check the list of critical applications (see table above)

Backup of important data

Make sure you have an alternative (such as another browser)

Write down the names of disabled applications in case of recovery-->

This method does not require root rights or a PC connection, but has limitations:

  • ๐Ÿ”น Not all applications can be disabled (e.g. Mi Account or Security).
  • ๐Ÿ”น Memory on the disk is not released โ€“ application files remain in the system.
  • ๐Ÿ”น Some applications may be activated again after the update MIUI.

โš ๏ธ Note: Some Xiaomi models (e.g. Redmi Note 10 Pro) may cause gallery errors to be disabled, and if there are glitches after the app is turned off, return the app to work.

3. Method 2: Removal via ADB (without root rights)

If the shutdown is not enough, you can completely remove unnecessary applications using the ADB (Android Debug Bridge. This method doesn't require root rights, but it will require a computer and a little bit of technical skill.

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with Windows, macOS or Linux.
  • ๐Ÿ“ฑ USB-smartphone-wire.
  • ๐Ÿ”ง Installed drivers ADB Fastboot (you can download from the official Android website).
  • ๐Ÿ”“ Included debugging by USB smartphone.

Step-by-step:

  1. Put the debugging on. USB: Go to Settings. โ†’ The phone. โ†’ Version. MIUI. Press "Version" MIUI" 7 times until the message "You became a developer" appears. โ†’ Additionally. โ†’ For developers, activate Debugging by USB" and confirm the authorization.
  2. Connect your smartphone to your PC and select file transfer mode (MTP).
  3. Open the command prompt (cmd on Windows or Terminal on macOS/Linux) and go to the folder with the platform-tools:
  4. Check the connection command: Adb devices should appear serial number of your device.
  5. Remove the unnecessary application by command: adb shell pm uninstall -k --user 0 com.xiaomi.packet name For example, to remove Mi Browser: adb shell pm uninstall -k --user 0 com.android.browser

Once you execute the command, the application will disappear from the system. To return it, use the command:

adb shell cmd package install-existing com.xiaomi.

๐Ÿ’ก

Before you delete each application, restart your smartphone and check its health, which will help you notice possible failures in time.

List of popular packages to remove via ADB:

  • ๐ŸŒ Mi Browser: com.android.browser
  • ๐ŸŽต Mi Music: com.miui.player
  • ๐ŸŽฌ Mi Video: com.miui.videoplayer
  • ๐ŸŽฎ Mi Game Center: com.xiaomi.gamecenter.sdk.service
  • ๐Ÿ“Š Analytics (statistics collection): com.miui.analytics

โš ๏ธ Attention: Removal through ADB It doesn't affect system updates. MIUI Some applications may come back. To avoid this, disable automatic firmware updates in Settings. โ†’ The phone. โ†’ Updating the system.

Method 3: Use of MIUI Optimizer (for experienced users)

For those who are not afraid of experimentation, there is a more flexible tool โ€” MIUI Optimizer (previously) MIUI Hidden Settings: This application allows you to disable and remove system components that are not available through standard settings or ADB. However, you need to work with it carefully: wrong actions can lead to failures.

How to use MIUI Optimizer:

  1. Download the latest version of the application with 4PDA (only verified sources!).
  2. Install. APK-file on your smartphone (allow installation from unknown sources in Settings) โ†’ Security).
  3. Open up. MIUI Optimizer and grant root rights (if any) or permissions through ADB.
  4. Go to the "App Management" section and select unnecessary programs.
  5. Click on "Delete" or "Disable" (depending on the options available).

The advantages of MIUI Optimizer:

  • ๐Ÿ”ง More features than standard settings.
  • ๐Ÿ“ฑ You can remove applications that are not available through ADB.
  • ๐Ÿ”„ There is a function of restoring remote programs.

Disadvantages:

  • โš ๏ธ Risk of failures in the removal of critical components.
  • ๐Ÿ”’ Requires root rights for full functionality (without them not all options are available).
  • ๐Ÿ›‘ On the new versions MIUI Some functions may be blocked.
What to do if MIUI Optimizer is not working?
If the application does not start or gives an error, try it: 1. Install an older version (for example, 3.5.1 for MIUI 12). 2. Granting permissions through ADB Team: adb shell pm grant com.themastergeneral.miuioverlay android.permission.WRITE_SECURE_SETTINGS 3. Reboot the smartphone after installation.

5. Method 4: Complete removal with root rights (for advanced)

If you're willing to take risks, root rights give you the maximum freedom to manage system applications, and they can remove any program, including those that are blocked in the system. MIUI Optimizer or ADB. However, this method requires unlocking the loader, installing a custom recavery (TWRP) Getting root through Magisk is a complex and potentially dangerous process for beginners.

Warnings before receiving root:

  • ๐Ÿ” Unlocking the bootloader will reset all data on the smartphone.
  • ๐Ÿ›ก๏ธ The guarantee is violated (if it is still valid).
  • ๐Ÿ”„ Updates MIUI through OTA They will be inaccessible (you will have to install them manually).
  • ๐Ÿšจ Risk of "bricking" of the device in case of errors in the process.

If you do, follow this algorithm:

  1. Unlock the bootloader: Apply for unlocking through the official Xiaomi website (Mi Account will be required). Download Mi Unlock Tool and connect your smartphone in Fastboot mode (press Power). + Vol Down when you turn off. Follow the instructions of the unlock program.
  2. Install. TWRP: Download the image TWRP For your model from the official website, run it through Fastboot with the command: fastboot flash recovery. twrp.img
  3. Get root rights: Download Magisk from GitHub. Download to TWRP and search Magisk.zip.
  4. Remove unnecessary apps: Install Root Explorer or Titanium Backup. /system/app or /system/priv-app. Remove folders with unnecessary apps (e.g. Browser for Mi Browser).

After deleting, restart your smartphone and check if you have problems (such as Wi-Fi or mobile network) and try to return deleted files or reflash the device.

๐Ÿ’ก

Root rights give you complete control of the system, but you need to be careful. TWRP before deleting system files!

6. Method 5: Hiding icons without removal (cosmetic method)

If you're just getting in the way of icons of pre-installed apps on the home screen, but you don't want to risk the stability of the system, you can hide them without deleting them. MIUI There are two ways to hide:

Method 1: Hiding through the launcher

  1. Press and hold the empty space on the main screen.
  2. Select "Settings" (cog icon).
  3. Go to Hide Apps.
  4. Check the unneeded programs and click "Done".

Method 2: Use of a third-party launcher

Install an alternative launcher (like Nova Launcher or Lawnchair) and hide unnecessary icons in its settings. The advantage is that many launchers allow you not only to hide, but also to replace icons, change animations and customize gestures.

List of popular launchers for Xiaomi:

  • ๐ŸŒŸ Nova Launcher โ€“ flexible configuration, gesture support.
  • ๐ŸŽจ Lawnchair โ€“ minimalist design, close to โ€œpureโ€ Android.
  • ๐Ÿ”ง Microsoft Launcher โ€“ Integration with Windows, synchronization with PC.
  • ๐Ÿ“ฑ Action Launcher โ€“ unique features like โ€œshutterโ€ (fast access to the widget).

Cons of this method:

  • ๐Ÿ“ต Applications continue to work in the background and take up memory.
  • ๐Ÿ”„ After updating MIUI Hidden icons may reappear.
  • ๐ŸŽฏ Not all launchers support all functions. MIUI (For example, double-pressing to lock the screen).

7. How to return remote applications

If after removing the system programs, the smartphone began to glittle or you suddenly needed to return the application, there are several ways to restore:

Method 1: Through ADB (If the command pm uninstall is removed)

Use the command:

adb shell cmd package install-existing com.xiaomi.

For example, to return the Mi Browser:

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

Method 2: Reset to factory settings

This is a radical method that will bring back all system applications, but also delete all your data.

  1. Go to Settings โ†’ About Phone โ†’ Backup and Reset.
  2. Select "Settings Reset."
  3. Confirm the action and wait for the reboot.

Method 3: Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fast Fastboot Fast Fastboot Fast Fastboot Fastboot Fast Fastboot Fast Fastboot Fast Fastboot Fast Fast Fastboot Fastboot Fast

If the smartphone stopped turning on after deleting critical files, a full flashing of the official firmware will help:

  1. Download the firmware for your model from the official Xiaomi website.
  2. Unpack the archive and connect the smartphone in Fastboot mode.
  3. Run the script. flash_all.bat (for Windows or flash_all.sh (for macOS/Linux).

โš ๏ธ Warning: If after removing system applications, the smartphone does not turn on or hovers on the logo MIUI, Don't try to reboot it repeatedly, it can make the problem worse.

8. Frequent mistakes and how to avoid them

When removing embedded applications, users often face typical problems, and let's look at the most common errors and ways to solve them:

Mistake.Reason.Decision
Adb devices command does not show the deviceDrivers not installed or USB debugging enabledInstall the drivers. ADB, Turn on debugging and reconnect the smartphone
Failure's mistake [DELETE_FAILED_INTERNAL_ERROR] sever ADBThe application is protected from removal on your version MIUITry using it. MIUI Optimizer or get root rights
After removal, Wi-Fi or mobile network stopped workingCritical system component removed (e.g., com.xiaomi.connectivity)Return the application through ADB or do a reset of settings
Applications are returned after update MIUIUpdate firmware restores remote system programsTurn off automatic updates or delete apps again after the update

To minimize the risks, follow these rules:

  • ๐Ÿ“Œ Backup before any manipulation of system files (via TWRP Mi Cloud).
  • ๐Ÿ” Check packet names before deleting โ€“ one typo can lead to the wrong application being removed.
  • ๐Ÿ“ฑ Test after each deletion: check the health of Wi-Fi, cameras, calls.
  • ๐Ÿ”„ Do not delete multiple apps at once โ€“ it is easier to identify the culprit of the failure.

๐Ÿ’ก

If you're not sure what you're doing, start with the safest method, which is disabling apps. Uninstall via ADB or root is suitable only for experienced users!

FAQ: Answers to Frequent Questions

Can I delete my Mi Account (Xiaomi account)?
โŒ No, it's a critical application for Xiaomi services, and deleting it will lead to inability to log in, loss of access to the cloud, and other problems. If notifications interfere with you, disable them in the application settings.
Why does the โ€œOpen in Browserโ€ link in other applications not work after deleting Mi Browser?
This is because Mi Browser is the default used to open links. To fix: Install another browser (like Chrome). Go to Settings โ†’ Annexes โ†’ By default. โ†’ Browser. Select the new browser as the default application.
How to find the name of the application package if it is not in the list ADB?
There are several ways: Use the App Inspector app (available on the Play Market) to show the names of the packages. ADB: adb shell pm list packages | grep 'xiaomi' This will display a list of all packages mentioning Xiaomi, 4PDA) โ€” They often publish lists of packages for popular models.
Will Google Pay work after you get root rights?
โš ๏ธ Google Pay and other banking applications (like SberBank Online) block work on root devices because of security requirements. To get around this, you can: Use Magisk Hide (a built-in feature in Magisk to hide root). Install Universal SafetyNet Fix in Magisk. boot.img But even these methods do not guarantee the use of banking applications. 100% The efficiency of the bank depends on the policy of the bank.
Can I remove HyperOS and install a pure Android?
๐Ÿ”น Technically, yes, but it's a complex process that involves: Unlocking the bootloader. Installing a custom recaveri (TWRP). Custom firmware (such as LineageOS or Pixel Experience: โŒ Loss of official support and updates. โŒ Possible problems with the camera, sensors or mobile network (depending on the firmware). โŒ Violation of the warranty (if it is still valid) for most users