Owners of smartphones Xiaomi, Redmi and POCO They often have problems with unnecessary pre-installed applications that take up memory, consume battery power, and display annoying ads, and even after resetting to factory settings, these programs come back. In this article, we will analyze all the current ways to remove embedded applications β from secure methods without root rights to radical solutions for power users.
It's important to understand that not all system applications can be removed without consequences. MIUI, We will explain in detail which programs can be removed and which can only be disabled, and also provide lists of safe and dangerous packages for popular models (Xiaomi). 13/14, Redmi Note 12, POCO F5).
If you're a beginner, start with the first three methods -- they don't require special knowledge and they won't violate the warranty. ADB, debloating MIUI Optimizer and even manual editing of system files (only for firmware with unlocked bootloader).
1. Which embedded applications can be removed and which cannot be removed
Before you start deleting, you need to be clear about which programs are safe to remove and which are better to simply disable. MIUI All pre-installed applications are divided into three categories:
- πΉ Safe to remove: Advertising services (com.miui.analytics), duplicate apps (such as Mi Browser if you use Chrome), games and unnecessary utilities like Mi Pay or Mi Credit.
- πΈ Conditionally secure: System services that can be deleted but may affect individual functions (e.g., com.xiaomi.midrop, which is responsible for fast file transfers).
- π΄ Critical to the system: com.android.systemui, com.miui.home, com.miui.securitycenter, and others, and their removal will lead to the inoperability of the smartphone.
Below is a table with examples of safe and dangerous packages for MIUI 14 (relevant to most models 2022-2026):
| Type of application | Package name | Can I remove it? | Effects of removal |
|---|---|---|---|
| Advertising services | com.miui.analytics | β Yes. | The collection of statistics will disappear, background activity will decrease. |
| Mi Browser | com.android.browser | β Yes. | The standard browser will disappear (you can use it) Chrome/Edge) |
| Mi Video | com.miui.videoplayer | β Yes. | The standard video player will disappear (you can install it). VLC or MX Player) |
| Mi Pay / Mi Credit | com.mipay.wallet, com.xiaomi.payment | β Yes. | Xiaomi Payment Services Disappear (If Not Used, Itβs Safe) |
| System launcher | com.miui.home | β No. | The smartphone will not boot or will be a cyclical reboot |
If you are not sure if you can uninstall a particular application, use the list of safe packages for your model. 4PDA or XDA Developers (look for themes by device, for example, "Redmi Note 12 Pro debloat list").
β οΈ Note: Removal of system applications may result in loss of warranty if the smartphone is still in warranty service. the manufacturer has the right to refuse repair if it detects changes in firmware.
2. Method 1: Disabling embedded applications without removal (safe)
If you don't want to risk system stability, but you want to get rid of unnecessary programs, the easiest way is to disable them through settings. It won't free up memory, but the apps will stop working and show notifications.
Instructions:
- Open Settings β Applications β Application Management.
- In the upper right corner, click on three dots and select Show All Apps.
- Find an unnecessary app (such as Mi Browser or Mi Music) and tap it.
- Click Disable (if the button is inactive, the application is critical to the system).
- Confirm the action by clicking Disable the application.
Disabled programs:
- π± Will not be displayed in the app menu.
- π Stop showing notifications and advertisements.
- π No updates will be made through the Play Market.
- π They will not consume battery power in the background.
This method is suitable for most users, because it does not require special knowledge and does not disrupt the system.
- β Applications remain in the device memory.
- β After resetting to factory settings, they are activated again.
- β Some system services (e.g., com.miui.analytics) cannot be disabled in the standard way.
π‘
If the "Disable" button is inactive, try removing all app updates first (the "Remove Updates" button is in the same menu).
Method 2: Removal through ADB (No root rights, but with a PC)
A more radical but still safe method is to remove applications through the use of a ADB (Android Debug Bridge. This way doesn't require root rights, but you need a computer and a computer. USB-Advantage before shutting down: applications are removed completely, freeing up memory.
What you need:
- π» Computer with Windows, macOS or Linux.
- π USB-cable (preferably original).
- π± Included Debugging by USB smartphone.
- π Utility. ADB (You can download from the official website of Android Developers).
Step-by-step:
- Turn on USB debugging: Go to Settings β About Phone. Tap 7 times on MIUI to activate Developer Mode. Go back to Settings β Additional β Developer. Activate USB Debugging and confirm permission.
Connect your smartphone to your PC
File Transfer (MTP)
Open the command line (Windows)
macOS/Linux
ADB
Check the connection.
adb devicesThe serial number of your device should appear.
Get a list of all packages
adb shell pm list packages(To save the list to the file, use adb shell pm list packages. > packages.txt)
Remove the unnecessary application
adb shell pm uninstall -k --user 0 title.packetFor example, to remove the Mi Browser:
adb shell pm uninstall -k --user 0 com.android.browserKey points:
- πΉ Flag. -k Stores cache and application data (if you want to restore it later).
- πΉ Flag. --user 0 This means that the application is only deleted for the current user (does not affect the system).
- πΉ After the reboot, the changes will persist, but the application can be restored through the adb shell cmd package install-existing title.packet.
β οΈ Note: Some applications (e.g. com.miui.securitycenter) cannot be removed even through the ADB No root rights. The system will return them after the restart.
βοΈ Preparation for removal through ADB
Method 3: Use of MIUI Optimizer (for experienced users)
MIUI Optimizer is an unofficial utility that allows you to deeply customize MIUI, including removing system applications, disabling ads, and optimizing performance, it works on devices with unlocked bootloader (but not necessarily root rights).
The advantages of MIUI Optimizer:
- π§ Removal of applications that are not available through ADB.
- π Optimization of the system (acceleration of animation, disabling unnecessary services).
- π‘ Blocking Advertising at System Level.
- π Possibility of rollback of changes.
How to use:
- Download the latest version MIUI Optimizer from the forum 4PDA (Find the latest version for your model).
- Install. APK-file on your smartphone (allow installation from unknown sources).
- Launch the application and give it permission ADB (if you ask).
- Go to the App Manager section.
- Select unnecessary apps and click Uninstall.
- Confirm the action and restart the smartphone.
Example of interface MIUI Optimizer (Deleting Applications):
Screenshot of the interface MIUI Optimizer (description)
Important nuances:
- πΉ MIUI Optimizer may require an unlocked bootloader for some features.
- πΉ Before using, make a backup copy of important data.
- πΉ Some features (such as deleting com.miui.home) can lead to a boot in a recavery.
π‘
MIUI Optimizer is Xiaomiβs most powerful debloating tool, but requires caution.Always check reviews about a particular version of the utility on forums before using it.
5. Method 4: Removal with root rights (for advanced)
If your smartphone has a bootloader unlocked and root rights installed (e.g., via Magisk), you can remove system applications using a root-enabled file manager (e.g., Root Explorer or Solid Explorer), which gives you maximum control over the system but also maximum risk.
Step-by-step:
- Install Magisk and get root rights (instructions are available on the site). 4PDA or XDA for your model).
- Download a file manager with root support (such as Root Explorer).
- Go to /system/app or /system/priv-app (there are stored system applications).
- Find a folder with an unnecessary app (like Browser for Mi Browser).
- Delete the folder or rename it (e.g. add at the end of.bak).
- Reboot your smartphone.
Warnings:
- π΄ Removal of critical packets (e.g. com.miui.home) will result in system failure.
- π΄ After updating MIUI Remote applications can return.
- π΄ Some banking applications (such as SberBank Online) may stop working on root devices.
An alternative way for root users to use a terminal, for example, to remove Mi Browser, you can type in:
su
mount -o rw,remount /system
rm -rf /system/app/Browser
mount -o ro,remount /system
rebootβ οΈ Note: If after deleting system files, the smartphone stopped booting, try to restore them through TWRP (If you have custom recavator installed, download the original firmware for your model and extract the necessary files from it.
6. Method 5: Install custom firmware (radical solution)
If you are annoyed not only by the presence of built-in applications, but also by the shell itself MIUI With its advertising and its limitations, you might consider installing custom firmware:
- πΉ LineageOS β pure Android without unnecessary applications.
- πΉ Pixel Experience β firmware with an interface, like on Google Pixel.
- πΉ Havoc-OS β customizable firmware with many functions.
- πΉ MIUI EU β modified MIUI Advertising-free and Chinese-based.
The advantages of custom firmware:
- β Complete lack of built-in Xiaomi applications.
- β Faster and stable operation (due to the absence of background processes) MIUI).
- β Regular security updates.
- β Ability to fine-tune the interface.
Cons:
- β Loss of warranty (if the bootloader is unlocked).
- β Risk of "bricking" of the device when installed incorrectly.
- β Certain functions (e.g, IR-blaster NFC) They may not work properly.
- β No official support (you have to rely on the community).
Installation instructions (briefly):
- Unlock the bootloader through Mi Unlock Tool (you need a Xiaomi account and wait 7-15 days).
- Install a custom Recovery (TWRP Or OrangeFox).
- Download the right firmware for your model (for example, from the site) XDA Developers).
- Make a backup of the current firmware through TWRP.
- Sweep through custom firmware and GApps (if you need Google services).
Example of popular firmware for different models:
| Xiaomi model | Recommended firmware | Reference to the topic (XDA/4PDA) |
|---|---|---|
| Xiaomi 13/13 Pro | Pixel Experience or LineageOS 20 | XDA |
| Redmi Note 12 Pro+ | MIUI EU or Havoc-OS | 4PDA |
| POCO F5 | LineageOS 20 or ArrowOS | XDA |
7. How to Restore Remote System Applications
If after removing applications, the smartphone began to work incorrectly (for example, stopped working). NFC, IR-The blaster or the camera, they can be recovered, depending on how you delete them:
If removed through ADB (rootless):
- Connect your smartphone to your PC and type in the command: adb shell cmd package install-existing title.pack For example, to recover Mi Browser: adb shell cmd package install-existing com.android.browser
If removed through root or MIUI Optimizer:
- Download the original firmware for your model from the Xiaomi website.
- Remove the necessary files from it (for example, Browser.apk folder /system/app/Browser).
- Copy them back to system folders using root conductor.
- Set the right permissions (usually 644 for files and 755 for folders).
- Reboot your smartphone.
If the smartphone does not load:
- Download to Fastboot (click Power) + Vol Down when switched on).
- Sweep through the original firmware through the Mi Flash Tool (instructions are available on the 4PDA).
- If it doesnβt help, try to cross-check it. TWRP (if established).
β οΈ Note: If you have deleted critical system files and your smartphone doesnβt even include Fastboot, you may need firmware through the EDL-mode (requires an authorized Xiaomi account and a special cable), in this case, it is better to contact the service center.