How to Remove Unnecessary Built-in Apps on Xiaomi: 5 Working Methods

Owners of smartphones Xiaomi, Redmi and POCO They often face a problem: even after resetting to factory settings, dozens of pre-installed applications remain on the device. Mi Browser, Mi Video, GetApps, Mi Pay and other services take up memory, consume battery power in the background and sometimes even show ads. But can they be removed without consequences for the system?

In this article, we will look at all the current ways to remove embedded applications on Xiaomi in 2026 – from secure methods without root rights to radical solutions for power users. You will learn which applications can be removed and which cannot be touched categorically, how to restore the system when crashes and what to do if important functions are lost after removal.

Important: the procedure for removing system applications is always associated with risks. Even if you follow the instructions, on some models (for example, Xiaomi 13 Ultra or the other two models). POCO F5 Pro) removal of key services may result in a reboot cycle or loss of functionality MIUI. Therefore, before any manipulation, make a backup copy of the data.

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

1. Which embedded applications can be removed and which cannot be removed

Not all pre-installed applications are equally useful (or useless), and can be divided into three categories according to the risk of removal:

βœ… Safely removed (underused services):

  • 🌐 Mi Browser – a browser with ads, easily replaced with Chrome or Firefox
  • 🎬 Mi Video – video player, duplicates the functions of Google Photos or VLC
  • πŸ›’ GetApps - a branded app store (analogue of Play Market)
  • πŸ’³ Mi Pay – payment service (relevant only for China)
  • πŸ“± Mi Remote – remote control (if you do not use the IR port)
  • 🎡 Mi Music - Music player (replaced with Spotify or Yandex Music)

⚠️ Remove with caution (can affect stability):

  • πŸ“± Security – responsible for virus scanning and optimization
  • πŸ”„ Cleaner – cleaning garbage (you can turn off, but not remove)
  • πŸ“Š Analytics – statistics collection (deletion may disrupt the work) MIUI)
  • πŸ› οΈ Mi Drop – File transfer over Wi-Fi (a useful feature for some users)

🚫 You cannot delete critical system services):

  • πŸ€– Android System WebView – needed to display web content in applications
  • πŸ“± MIUI System Launcher - Main Launcher (deletion will lead to black screen)
  • βš™οΈ Settings - System settings
  • πŸ”’ MIUI Guard Provider – Responsible for Application Permissions
  • πŸ“Ά Telephony Provider – mobile network and calls

⚠️ Attention: On models with MIUI For the global market (e.g. Redmi Note 12 Global), some applications (e.g. Google Play Services) cannot be removed, resulting in loss of access to Google services (MIUI China) has no restrictions, but there are no Google services out of the box.

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

If you don't want to risk system stability, but you want to get rid of intrusive applications, you can turn them off, and that hides them from the menu, stops background activity, and frees up some of the memory.

How to disable unnecessary applications:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the list, find the desired application (for example, Mi Browser) and tap it.
  3. Click Disable (if the button is inactive, the application is system and cannot be disabled in the standard way).
  4. Confirm the action in the window that appears.

What the blackout does:

  • πŸ“± The app disappears from the menu and search
  • πŸ”‹ Stops using the battery in the background
  • πŸ“€ Not updated through Play Market
  • πŸ”„ You can turn it on again at any time.

However, this method has disadvantages:

  • 🚫 Does not free up space in memory (application files remain on the device)
  • πŸ”„ Some applications (such as Security) may be activated again after an update. MIUI

πŸ’‘

If the β€œDisable” button is inactive, try removing all app updates first (the β€œDelete Updates” button) and then try to disable again.

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

ADB (Android Debug Bridge is an Android debugging tool that allows you to remove system applications without obtaining root rights. POCO s MIUI 12-14, but requires a computer connection.

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 Android website)

Step-by-step:

  1. Turn on USB debugging: Go to Settings β†’ About Phone. Tap 7 times on MIUI Version to activate Developer Mode. Go back to Settings β†’ Additional β†’ Developer. Activate USB Debugging and confirm permission.
  2. Connect your smartphone to your computer: Use USB-cable and select File Transfer Mode (MTP). On your computer, open the terminal (command line) in the folder with ADB.

Check the connection:

adb devices

The name of your device with device status should appear.

Get a list of all the apps:

adb shell pm list packages -f

Copy the list into a text file and find the names of unwanted apps (e.g. com.miui.browser for Mi Browser).

Delete the annex:

adb shell pm uninstall -k --user 0 name packet

Example of Mi Browser removal:

adb shell pm uninstall -k --user 0 com.miui.browser

What do flags in a team mean:

  • -k - saves cache and application data (in case of recovery)
  • --user 0 β€” delete only for the current user (does not affect the system)

Download ADB and unpack into a folder|Enable debugging on USB phone-on|Connect the phone to the PC in mode MTP|Check the connection of the adb device team|Make a backup copy of important data-->

⚠️ Note: On some models (e.g. Xiaomi) 13T or POCO X5 Pro) after removing system applications through ADB Google Play Protect or Xiaomi sync services may stop working, in which case only a factory reset will help.

Method 3: Removal with Magisk (for stitched devices)

If your Xiaomi has custom recaps installed (for example, TWRP) and obtained root rights through Magisk, you can delete system applications using modules or manually through the file manager.

Important: This method is only suitable for power users! Incorrect deletion of system files can lead to a "brick" (inoperability) of the device.

Instructions for removal through Magisk:

  1. Install Magisk Manager and check root rights status.
  2. Download the System App Remover or Debloater module from the Magisk repository.
  3. Install the module via Magisk and restart the device.
  4. After the reboot, open the System App Remover app (appears in the menu).
  5. Select the unnecessary apps and click Uninstall.

Alternative method (manually via Root Explorer):

  1. Install a file manager with root support (such as FX File Explorer or Solid Explorer).
  2. Go to /system/priv-app/ or /system/app/.
  3. Find a folder with the name of the unwanted app (e.g. Browser for Mi Browser).
  4. Rename the folder by adding.bak at the end (e.g. Browser.bak).
  5. Reset the device.

Advantages of this method:

  • 🧹 Complete removal of application files (frees up space)
  • πŸ”§ Ability to restore the application by removing the.bak suffix
  • πŸ› οΈ It works with highly integrated services.

⚠️ Attention: On devices with MIUI 14 and later Xiaomi has implemented anti-Rollback protection, which can lock the phone when you change system files. Before removing, check if your model supports unlocking the bootloader on the official Xiaomi website.

What if the phone does not turn on after removing the applications?
If after manipulating system files, the device stuck on the logo or went to bootloop, try it: 1. Enter the RecavΓ©rie (click the Power) + Volume Up when switched on). 2. Select Wipe β†’ Advanced Wipe and to celebrate Dalvik/ART Cache and Cache. 3. Reboot the device. If that doesn't work, you'll have to refashion the phone through a Fastboot or a Mi Flash Tool.

5. Method 4: Use of custom firmware (for advanced)

The most radical, but also the most effective way to get rid of embedded applications is to install custom firmware (for example, LineageOS, Pixel Experience or Pixel Experience). MIUI This method is suitable for those who are willing to sacrifice some functions. MIUI for pure Android.

The advantages of custom firmware:

  • 🧹 No pre-installed Xiaomi apps
  • πŸš€ Higher performance and battery life
  • πŸ”„ Regular security updates
  • 🎨 Ability to fine-tune the interface

Cons:

  • 🚫 Loss of some functions MIUI (Second Space or Game Turbo)
  • πŸ”§ Installation complexity (needs an unlocked loader and custom recavery)
  • πŸ“± Possible bugs with camera, sensors or mobile network

Popular firmware for Xiaomi:

FirmwareFeaturesXiaomi support
LineageOSClean Android without bloat, stable operationβœ… Most models
Pixel ExperienceGoogle Pixel interface, frequent updatesβœ… Popular models
MIUI EUMIUI without Chinese services and boloatβœ… All devices Xiaomi
Havoc-OSMaximum customization, many functions⚠️ Limited list

Where to download firmware:

  • 🌐 Official website of LineageOS
  • πŸ“± Group MIUI EU Telegram
  • πŸ”§ Forum XDA Developers (Search by Model)

πŸ’‘

Installing custom firmware requires unlocking the bootloader, which resets all data on the phone, and it can also be insecure (on new Xiaomi models, unlocking the bootloader is officially allowed, but requires a wait of 7-15 days).

6. Method 5: Reset to factory settings with a selection of applications

Little-known fact: on some firmware MIUI (Especially on Chinese versions, when you reset to factory settings, you can selectively restore applications. This does not remove them completely, but allows you to not install unnecessary services after the reset.

How it works:

  1. Go to Settings β†’ About the phone β†’ Reset settings.
  2. Select Reset All Settings (not to be confused with Remove All Data!).
  3. On some firmware, the option of Selective Recovery or Application Configuration will appear.
  4. Uncheck any unnecessary apps (such as Mi Browser or Mi Music).
  5. Confirm the reset and wait for the reset.

Limitations of the method:

  • πŸ“± It does not work on all the firmware (most often on the MIUI China)
  • πŸ”„ After updating MIUI Apps may appear again
  • 🚫 Does not free up space in memory (applications stay in the system, just not installed for the user)

If there is no such option, you can try an alternative option:

  1. Make a reset to factory settings.
  2. When you first set up your phone, don’t connect to Wi-Fi.
  3. Skip all the steps related to data recovery and application installation.
  4. After manually configuring, disable unnecessary applications (see Method 2).

7 Risks and How to Restore the System After Errors

Removing system applications is always risky, and here are the most common problems and ways to solve them:

Problem.Reason.Decision
Cyclical reboot (bootloop)Critical system service is removed (e.g, MIUI System Launcher)Fastboot or Mi Flash Tool to use your phone
Play Market is not working.Removed from Google Play Services or Google Services FrameworkInstall GAPPS manually TWRP
Mobile network goes missingTelephony Provider services are removed or MIUI TeleServiceRestore from the backup or sew stock firmware
Notifications are not workingRemote. MIUI Notification CenterInstall an alternative launcher (e.g. Nova Launcher)
Black screen after downloadSystem Launcher or Display Services RemovedConnect to ADB and set up the launcher manually

How to restore a remote application:

  • πŸ”„ If removed through ADB flag-headed -k, Try the command: adb shell cmd package install-existing name packet
  • πŸ“± If you renamed the folder to /system, Return your old name and reboot.
  • πŸ”§ If nothing helps, run the stock firmware through the Mi Flash Tool.

⚠️ Note: On devices with Dynamic RAM Expansion (e.g. Xiaomi) 12T Or the Redmi Note 12 Pro.+) Deleting system services can lead to incorrect operation of the RAM expansion function, in which case only a complete reset will help.

8.Delete alternatives: How to hide and block unnecessary apps

If the risks of removing system applications scare you, there are safer ways to make them invisible:

1. Hiding from the menu with launcher

  • Install an alternative launcher (like Nova Launcher or Apex Launcher).
  • In the launcher settings, find the option to Hide applications.
  • Check out unnecessary apps (such as Mi Browser or GetApps).

2 Freeze via Greenify or App Quarantine

  • Install Greenify (requires root or ADB).
  • Add unnecessary apps to the list of "frozen."
  • They will not run in the background and waste resources.

3.Blocking through Digital Wellbeing

  • Open the Settings. β†’ Digital well-being β†’ Toolbars.
  • Set a time limit for unnecessary applications (set a limit of 0 minutes).
  • It won’t remove them, but it will make them inaccessible.

4. Disable updates via Play Market

  • Open the Google Play Market.
  • Find an unneeded app (such as Mi Video).
  • Press three points. β†’ Remove updates β†’ Turn off auto-update.

πŸ’‘

Hiding or freezing applications is the safest way, as it does not affect system files, while freeing up RAM and reducing battery consumption without risking system stability.

FAQ: Frequent questions about removing embedded apps on Xiaomi

❓ Can I remove embedded applications without a computer?
Yes, but with limitations. Without a computer, you can only disable some applications through settings or use a launcher to hide them. ADB (computer) or root rights.
❓ Why After Removing the Application ADB It appears again after the update. MIUI?
This is because Xiaomi restores system applications with major firmware updates. To avoid this, you can: Use Magisk module to block recovery. MIUI After the update, re-remove the application through ADB.
❓ How to know which app is responsible for a particular feature (such as notifications or topics)?
To do this, you can use the App Inspector application (requires root) or analyze system logs through the application. ADB: adb logcat | grep β€œkeyword” For example, to find which process is responsible for notifications, use: adb logcat | grep "notification"
❓ Can I remove Google Play Services from Xiaomi?
❌ No, it is strongly advised not to delete Google Play Services, which will result in: Stop Play Market and other Google services, push notifications (no messages from messengers will come). Unable to use Google-dependent apps (e.g. Gmail, Maps, YouTube) If you need to free up space, it’s best to disable auto-update for unnecessary apps or use Lite versions of Google services (e.g. Google Go instead of Google App).
❓ What Xiaomi models are most β€œfriendly” to removing system applications?
The most flexible in this regard: πŸ“± POCO F1/F2/F3 β€” Easy to unlock the bootloader, a lot of custom firmware. πŸ“± Redmi Note 10/11 Pro – good community support, few restrictions. πŸ“± Xiaomi Mi A2/A3 β€” Android devices with minimum bloat. πŸ“± Redmi K20 Pro / Mi 9T Pros are popular among developers. The most difficult to work with flagships (Xiaomi) 13/14, Mix Fold), as they have strict bootloader protection and rollback.