Xiaomi MIUI-based smartphones are known for their abundance of pre-installed apps, from branded utilities to partner services. Many of them canβt be removed in the standard way, but they take up memory, consume battery power, and display ads. This article will help you figure out how to remove default apps on Xiaomi without harming the system.
We'll look at all the current methods, from secure shutdown through settings to deep cleaning with ADB and root rights, and it's important to understand that removing system applications can affect the stability of the phone - so each method is accompanied by warnings and recovery recommendations.
This article is suitable for all modern Xiaomi, Redmi and POCO models on MIUI 14/15 (including Xiaomi 13/14, Redmi Note 12, POCO F5). If your firmware is older, check the compatibility of methods in the FAQ section.
Why canβt you just remove the system applications?
Unlike the regular Google Play apps, the default applications in MIUI are integrated into firmware, and they fall into three categories:
- π± System services are critical to the operation of the phone (e.g. com.android.phone for calls) and their removal will make it impossible to turn the device on.
- π οΈ Xiaomiβs proprietary utilities are Mi Video, Mi Music, GetApps. They can be disabled or removed, but some features (such as themes) will stop working.
- π° Partner apps -- Facebook, Netflix, regional services -- are usually safe to remove.
The manufacturer blocks removal for several reasons:
- Partner agreements (e.g., Google requires pre-installing its services for certification).
- Dependencies between apps β removing one can break the other.
- Security: The user may delete the critical component by mistake.
β οΈ Note: On some models (e.g. Xiaomi for the European market), deleting com.miui.analytics may cause the device to be activated after a reset error. β The phone. β Backup.
Method 1: Disable applications through settings (without root)
The safest method is not to delete, but to disable unnecessary programs, which will stop them from working, hide them from the menu, but does not free up space on the disk.
Instructions:
- Open Settings β Applications β Application Management.
- Click on the three dots in the upper right corner and select "Show all apps."
- Find the right app (like Mi Browser) and tap it.
- Click "Disable" (if the button is inactive - the application is critical to the system).
To return the application, repeat the steps and click "Enable".
Unnecessary launchers (e.g. POCO Launcher)
Produced by Mi Video (Mi Video, Mi Music)
Partner applications (Facebook, LinkedIn)
Gaming services (Game Turbo, if you are not playing)
-->
This method is suitable for:
- π² Users without root rights.
- π Those who want to return the app.
- π‘οΈ People who are afraid to break their phone.
β οΈ Attention: MIUI 15 disabling GetApps may disrupt updates through Settings β The phone. β Update system. In this case, update via Fastboot or Recovery.
Method 2: Remove via ADB (without root but with PC)
ADB (Android Debug Bridge) is a debugging tool that allows you to remove system applications without root permissions.The method works on all Xiaomi models, but requires a connection to a computer.
Step-by-step:
- Download Googleβs Platform Tools and unpack it into a folder.
- Enable USB debugging on your phone: Settings β About Phone β MIUI version (tap 7 times), then Settings β Additional β For Developers β Debugging over USB.
- Connect your phone to your PC, open the command line in the ADB folder and type:
adb devices(Your device name should appear. If not, install Xiaomi drivers.)
adb shell
pm uninstall -k --user 0 com.miui.videoplayer(Replace com.miui.videoplayer with the package of the desired application.)
List of safe packet removal:
| Annex | Packet name | Risk |
|---|---|---|
| Mi Browser | com.android.browser | Low. |
| Mi Music | com.miui.player | Low. |
| GetApps | com.xiaomi.mipicks | Medium (may break updates) |
| com.facebook.system | Low. | |
| Mi Video | com.miui.videoplayer | Low. |
π‘
Before deleting, check if the app is used by other services, for example, com.miui.gallery is needed to work screenshots, even if you use Google Photos.
To return the application, use the command:
cmd package install-existing com.miui.videoplayerDisabled via settings | Used ADB| Get root rights | Haven't tried anything-->
Method 3: Removal with root rights (for experienced)
If you have root access (like through Magisk), you can remove system applications directly, which is the riskiest, but also the most effective method.
Instructions:
- Install Root Explorer or FX File Explorer from Google Play.
- Go to /system/app or /system/priv-app.
- Find a folder with the name of the app (such as MiBrowser) and delete it.
- Reboot the phone.
The best way to do this is to use Titanium Backup:
- π Freeze the app before deleting (in case of errors).
- ποΈ Remove the application itself and its data.
- π Make a backup copy before the action.
β οΈ Note: Removing com.miui.home or com.android.settings will result in a bootloop.
What if the phone doesnβt turn on after removal?
Method 4: Use of custom firmware (for enthusiasts)
If you're willing to go further, install custom firmware without bloat.
- π LineageOS β pure Android without branded services Xiaomi.
- β‘ Pixel Experience β firmware with Google Pixel interface.
- π§ MIUI without bloat - modified versions of the original firmware (for example, MIUI EU).
Installation process:
- Unlock the bootloader through the official Xiaomi tool.
- Install TWRP Recovery for your model.
- Download firmware from the XDA Developers or 4PDA forum.
- Sweat through TWRP, having previously made a backup.
Advantages:
- π No unnecessary applications from the factory.
- π Regular updates from the community.
- π‘οΈ More control over the system.
Disadvantages:
- β οΈ Loss of guarantee.
- π Possible battery or camera problems (depending on firmware).
- π± Some features of Xiaomi, for example, IR Blaster may not work.
π‘
Custom firmware is the only way to get rid of bloat forever, but it requires technical skills and risks the stability of the phone.
Method 5: Reset to factory settings (extreme case)
If you delete critical applications and your phone malfunctions, a hard reset will help, and it will return all system programs, but delete your data.
How to reset:
- Go to Settings β About the phone β Reset settings.
- Select "Erase all data."
- Confirm the action and wait for the reboot.
If the phone is not switched on:
- π Hold the Power. + Volume Up for Recovery Entry.
- π Select Wipe Data (Manage volume buttons).
- π Confirm reset and reboot.
β οΈ Note: On some models (Xiaomi) 12T, Redmi K50) Recovery resets can block the bootloader, which requires authorization in the Mi Account.
How to find the names of application packages?
To remove an application through ADB or root, you need to know its packet name.
Method 1: Through the settings
- Open Settings β Applications β Application Management.
- Select the appropriate application.
- The name of the packet is shown at the bottom of the screen (e.g. com.miui.calculator).
Method 2: Through ADB
adb shell pm list packages | grep "miui"(It will show all the packages with miui in the title.)
Method 3: App Inspector
- π± Install App Inspector from Google Play.
- π Open the application and select the program from the list.
- π Copy the name of the package from the information.
Examples of popular packages:
| Annex | Packet name | Can I remove it? |
|---|---|---|
| Camera. | com.android.camera | β No. |
| Galery | com.miui.gallery | β οΈ Partially (required for screenshots) |
| Security (Security) | com.miui.securitycenter | β No. |
| Mi Browser | com.android.browser | β Yes. |
| Cleaner | com.miui.cleanmaster | β Yes. |