Why are Xiaomiβs built-in apps bothering users?
Xiaomiβs MIUI-based smartphones are known for their abundance of pre-installed system applications, from Mi Browser and Mi Video to obscure services like Mijia or Xiaomi Cloud. Many of them not only take up memory space, but also work in the background, consuming battery power and traffic. The problem is compounded by the fact that standard removal methods (via the app menu) are often blocked by the system.
Most guides on the network offer radical solutions: unlocking the bootloader, receiving ROOT-But these methods void warranty, increase the risk of "bricking" the device, and require technical skills. Fortunately, there are alternative ways to disable or remove system applications without interfering with firmware. 5 proven methods that work on MIUI 12/13/14 (including HyperOS without the need to unlock.
It is important to understand that even "safe" methods have limitations, for example, some applications (such as Security or Settings) are critical to the system, and removing them can lead to failures.
Method 1: Disconnect via settings (without deleting)
The easiest and safest way is to disable unnecessary system applications through standard settings.This won't free up memory, but will stop background processes and notifications. The instruction is suitable for all Xiaomi models, including the Redmi Note 10/11/12, POCO X3/X4/X5 and Xiaomi's flagship 12/13/14.
How to do this:
- Open Settings β Applications β Application Management.
- In the upper right corner, click on three dots and select Show All Apps.
- Find the app you want (such as Mi Browser or Mi Music) and open the page.
- Click Disable (if the button is active).
β οΈ Note: Not all system applications can be disabled this way, such as Mi Security or Mi Account are usually blocked, and after disabling some functions (such as themes or cloud redundancy) may not work properly.
βοΈ Preparation for application deactivation
Method 2: Use ADB (without ROOT)
Android Debug Bridge (ADB) is a tool from Google that allows you to manage system applications through a computer. The method works for all Xiaomi with USB debugging enabled and does not require unlocking the bootloader. The main advantage is the ability to completely remove (not only disable) unnecessary applications.
Step-by-step:
- Download and install ADB Tools on your computer.
- On your smartphone, turn it on: βοΈ Settings β The phone. β Version. MIUI (Press 7 times to activate the developer mode). π§ Settings β Additionally. β For developers β Debugging by USB.
Connect the phone to the PC and confirm the debugging permission.
adb
adb devices(Your device should be displayed. If not, check the drivers.)
adb shell pm list packages -f | grep 'miui'(This team will list all of Xiaomiβs system packages.)
adb shell pm uninstall -k --user 0 com.miui.browser(Replace com.miui.browser with the name of the package of the desired application.)
β οΈ Note: Deleting some packages (e.g. com.miui.securitycenter) may result in loss of functionality (e.g., the security menu disappears.
List of safe to remove Xiaomi packages
Method 3: Use the App Inspector application (to identify packets)
Before you delete it through ADB, you need to know exactly the name of the application package, and it is convenient to use the App Inspector app (available on Google Play), which shows the complete data about any installed software, including hidden system components.
How to use:
- Install App Inspector from Play Market.
- Open the app and give it access to information about other programs.
- Find the system application you want in the list and copy its Package Name (e.g. com.miui.gallery for gallery).
- Use this name in ADB commands (see Method 2).
App Inspector also shows which apps are active in the background and how much resources they consume, helping to identify the most voracious candidates for removal, for example, many users are surprised to learn that Mi Video or Mi Browser consume up to 10% of battery life per day even without active use.
π‘
If the App Inspector doesnβt show system apps, try the alternative, Package Name Viewer 2.0, which works even on restricted devices.
Method 4: Removal through MIUI Lab (hidden function)
MIUI has a hidden menu called MIUI Lab that allows you to manage system components, which is suitable for devices running MIUI 12/13 and does not require a PC connection, but access to the lab may be restricted in some regional firmware.
Instructions:
- Open the Settings app.
- In the search bar (top), type the Laboratory or MIUI Laboratory.
- Select the MIUI Lab (if it appears).
- Go to App Management or App Management.
- Find the unnecessary app and click Remove or Disable.
β οΈ Note: Some versions of HyperOS may not have a lab or may be renamed. If the search doesn't work, try.laboratory or hidden settings.
The advantage of this method is a visual interface that is easier for beginners than ADB commands. However, the list of applications available for removal is limited here compared to ADB.
π‘
MIUI is the safest way to remove system applications, but it doesn't work on all firmware. If it's not in your version, use ADB.
Method 5: Reset to factory settings with application selection (MIUI 14/HyperOS)
The latest versions of MIUI 14 and HyperOS have introduced a selective reset feature that allows you to remove pre-installed applications without completely cleaning the device, a method that is suitable if you do not want to take risks with ADB or a lab.
How it works:
- Go to Settings β About the phone β Reset settings.
- Select Reset App Settings (not to be confused with a full reset!).
- The system will offer a list of applications that can be removed. Mark the ones that are unnecessary.
- Confirm the action. The phone will reboot and the selected apps will disappear.
If you've manipulated the phone to stop turning on or loading into a fastboot, don't panic. Most of the time, hard resets help.
- Turn off the device.
- Press the Power button + Volume up until the Mi logo appears.
- Select Wipe Data (manage volume buttons, confirmation β power button).
- After resetting, the phone will boot in its original state.
β οΈ Warning: Hard reset deletes all user data (photos, contacts, messages) if you didn't have a backup, it won't be possible to restore it.