How to Uninstall Unnecessary System Apps on Xiaomi Without ROOT and Computer: 5 Proven Ways

Xiaomi smartphone owners regularly face the problem of pre-installed system applications that take up space in memory, consume battery power and sometimes even show annoying advertising. Deleting such programs without ROOT-rights seems impossible β€” the manufacturer blocks standard methods of uninstallation, and the official settings offer only β€œdisconnection.”

In this article, we will discuss 5 working methods for MIUI 14/15 (including Redmi, POCO and Black Shark) that will help free up memory and speed up the device. Importantly, all methods are tested on current firmware in 2026 and do not require unlocking the bootloader or superuser rights. But before you start, make sure that you understand that removing system applications can violate the stability of MIUI - some functions (such as themes or cloud backup) may stop working.

Why Xiaomi is blocking the removal of system applications?

The manufacturer integrates pre-installed software for several reasons, and not all of them are related to β€œgreed” or advertising. First, some applications (Mi Video, Mi Music, Themes) provide key functions of MIUI, such as synchronizing themes or accessing branded services. Second, Xiaomi enters into partnerships with developers (for example, Facebook, Netflix, LinkedIn), for which it receives financial benefits.

From a technical point of view, system applications are stored in the section /system, recordless ROOT. Even if you delete APK-So if you manually reset the file, the system will restore it the next time you update it or reboot it. β†’ Annexes β†’ Delete for such programs is simply not available.

  • πŸ”’ Failure Protection: Removing critical services (such as Mi Account or Security) can lead to a β€œbootloop” (cyclical reboot).
  • πŸ“± One experience MIUI: The firmware is optimized for a specific set of software - its absence can disrupt the work of gestures or animations.
  • πŸ’° Monetization: Affiliate apps (such as Mi Browser with embedded ads) generate revenue for the company.

⚠️ Warning: Removing applications like com.miui.securitycenter or com.android.phone will make your device unusable for calls or network connections. Always check the name of the package before uninstallation!

Method 1: Disconnect via settings (without deleting)

The safest method is not to delete, but to disable unnecessary applications, which will stop their background activity, hide icons from the menu and prevent automatic updating.

Instructions for MIUI 14/15:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Slip on the three dots in the upper right corner and select Show all apps.
  3. Find the right app (such as Mi Browser or Mi Pay).
  4. Click Disconnect β†’ Confirm the action.

Use a filter to mass disable: in the same application management menu, select Systems at the top, and all pre-installed programs are displayed here, sorted by size.

Check the name of the package in Settings β†’ About Phone β†’ MIUI version (for compatibility)

Create a backup copy of important data

Make sure the app is not linked to basic features (calls, SMS, Wi-Fi)

Turn off auto-update for this app in Play Market-->

AnnexPackageCan I turn it off?Risks.
Mi Browsercom.android.browserβœ… Yes.Loss of access to the web browser by default
Mi Videocom.miui.videoplayerβœ… Yes.You can’t play the video through the gallery.
Mi Paycom.mipay.walletβœ… Yes.Contactless payment via MIUI is not available
Security (Security)com.miui.securitycenter❌ No.Violation of antivirus and optimization
Themescom.android.themes⚠️ Partially.Resetting the themes of the design to the standard

Method 2: Use ADB (without ROOT but with debugging)

Android Debug Bridge (ADB) is Google's official tool for controlling a device via the command line, and even though ADB requires a computer to run, there are mobile wrappers that emulate its features directly on a smartphone, like ADB AppControl or App Inspector.

Algorithm of action:

  1. Download the ADB AppControl app from Play Market (XDA developer).
  2. Activate Developer Mode: Go to Settings β†’ About Phone and tap the MIUI version 7 times.
  3. Return to Settings β†’ Additional β†’ For developers and enable USB debugging.
  4. Run ADB AppControl, connect to a local server, and select Uninstall for all users for the desired application.

Example of manual input command (if you use a PC):

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

πŸ’‘

Before deleting via ADB, check dependent packets with the adb shell dumpsys package com.name.packet.If the output contains the line "required-for":, the application is associated with other services and its removal may cause failures.

⚠️ Note: Some applications (e.g. com.google.android.gsf – Google services) after being deleted via ADB They will recover the next time you connect to the Internet. To avoid this, pre-disable auto-update in the Play Market.

Method 3: Deactivation through MIUI Laboratory (hidden mode)

Xiaomi hides advanced settings in the MIUI Lab menu, which is not available on all firmware, which allows you not only to disable, but also completely remove some system applications without ROOT. However, the path to the menu depends on the version of MIUI and the device model.

How to find the Lab:

  1. Open the Settings. β†’ The phone.
  2. Tap 5 times on the MIUI version (not to be confused with the developer mode!).
  3. Return to the main settings menu and a new item will appear in the MIUI Lab.
  4. Go to Application Management β†’ Uninstallation of system applications.

The list of applications available for removal is limited, for example, you can get rid of Mi Browser, Mi Music or Mi Pay, but not Security or Settings. Once deleted, the application files will disappear from memory, but can be restored after a major MIUI update.

What happens if the MIUI Lab does not open?
On some firmware (e.g. MIUI Global for the European region), this section is blocked. Alternatively, use the code to call the menu via the Phone app: Open the standard Phone app. Enter the code ##6484## (not working on all models). If the code didn't work, try ##4636## β†’ go to Usage statistics β†’ Menu β†’ Show system apps.

Method 4: Using third-party launchers to hide applications

If your goal is simply to remove unnecessary icons from the screen, rather than free up memory, alternative launchers will be the easiest solution, and apps like Nova Launcher, Apex Launcher, or Microsoft Launcher allow you to hide system programs without tampering with the file system.

How to hide apps in Nova Launcher:

  1. Install Nova Launcher from Play Market and make it the default launcher.
  2. Press your finger on the home screen β†’ select Settings Nova.
  3. Go to Hidden Applications and tick off unnecessary programs.
  4. Save the settings – the icons will disappear from the menu.

Advantages of the method:

  • πŸ”„ Reversibility: Applications remain in the system and can be returned in two clicks.
  • πŸ›‘οΈ Security: No risk of damaging firmware or losing functionality.
  • 🎨 Additional chips: Launchers offer customization of icons, gestures and animations.

⚠️ Attention: applications hidden through the launcher continue to work in the background and consume resources. MIUI (see method 1).

Disconnect via MIUI|ADB settings without ROOT| MIUI |Lab |Hide through launcher |I do not delete system applications-->

Method 5: Recovery Removal (Advanced Method)

This method is suitable for experienced users and requires an unlocked bootloader (but not a single one). ROOT!). The essence of the method is to boot into Recovery Mode and manually remove APK-System application files. Risks are high: if the device fails, it may stop booting.

Step-by-step:

  1. Download TWRP Recovery for your Xiaomi model (for example, for Redmi Note 12 or POCO X5).
  2. Install TWRP via Fastboot (you need a computer for this step!).
  3. Boot in Recovery: Turn off the phone, then press Power + Volume Up.
  4. In TWRP, select File Manager β†’ go to /system/priv-app or /system/app.
  5. Find a folder with the name of an unwanted app (such as MiBrowser) and delete it.
  6. Reset the device.

Important: Before deleting, back up /system partition to TWRP (Backup item). If the phone doesn't boot after manipulation, restore the backup.

πŸ’‘

Recovery is the only way to physically erase system applications without ROOT, but it requires unlocking the bootloader and carries the risk of "bricking" the device.

What should I do if there are problems after removal?

Even if you follow the instructions, removing system applications can cause crashes, and here are the typical symptoms and ways to address them:

Problem.Probable causeDecision
Persistent errors com.android.phoneCritical System Process RemovedRestore the application via ADB: adb shell cmd package install-existing com.android.phone
Themes or fonts don't workDeleted com.android.themesInstall themes manually via APKMirror or roll back to factory settings
The device is cyclically restartedThe /system partition is damagedFlush the firmware through Fastboot or restore the backup to TWRP
Play Market is not working.Google Services (GMS) RemovedReinstall Google Play Services via APK

If the device is not booting, try the following steps:

  1. Download to Fastboot Mode (press Power + Volume Down when the phone is off).
  2. Connect your phone to your PC and run the official firmware through the Mi Flash Tool.
  3. If the bootloader is blocked, unlock it through the Mi Unlock Tool (requires a Xiaomi account binding).

FAQ: Frequent questions about removing system applications on Xiaomi

Can I remove Mi Browser without consequences?
Yes, com.android.browser (Mi Browser) can be safely removed or disabled. It is not associated with critical system functions. However, after the MIUI update, the browser can recover. To avoid this, disable its auto-update in the Play Market and uninstall through ADB command: adb shell pm uninstall -k --user 0 com.android.browser
Why does it appear again after the application is deleted?
System applications are recovering for two reasons: Update MIUI: The firmware contains the original set APK-Google Play Services: Some apps (such as YouTube or Google Duo) are installed automatically through the Play Market.Solution: disable auto-update for the app in the Play Market and use ADB for removal of all users (--user 0).
How do you know which app can be removed and which can’t?
Before removing, check the application according to the following criteria: πŸ” Package name: Critical services are usually listed in the name miui, android or google (e.g. com.miui.securitycenter). πŸ“Š Size: System processes rarely take more than 50MB. βš™οΈ Functionality: If the app is responsible for calls, SMS You can't delete it, or you can't delete it. Use the App Inspector (available on the Play Market) to analyze it. It shows the dependencies and permissions of each application.
Can I remove ads in MIUI without ROOT?
Yes, but not completely. MIUI built into system applications (msa, MiuiDaemon) to disable: Go to Settings β†’ Password and security β†’ Autostart and disable autostart for msa. β†’ Notifications, stop showing notifications to MiuiDaemon. ADB AppControl and disable adware packages: adb shell pm disable-user com.miui.msa.global adb shell pm disable-user com.xiaomi.midrop ROOT custom-made.
How to return a remote system application?
If after removal there are problems, restore the application one of the ways: πŸ”„ Through ADB: adb shell cmd package install-existing com.name.packet πŸ“¦ Installation APK: Download the original APK-file from APKMirror (look for a version for your Xiaomi model). βš™οΈ Resetting: Returns all system applications but deletes user data.