Why Chrome is so hard to remove from Xiaomi and what to do
Owners of Xiaomi, Redmi, POCO and Black Shark smartphones often face a problem: Google Chrome can not be removed in the standard way through the application menu. The reason is that the browser is pre-installed as a system application in the MIUI firmware. The manufacturer integrates it at the OS level according to the requirements of Google Mobile Services (GMS) β without Chrome, the device will not receive certification to access the Play Market and other Google services.
But what if the browser is slowing down, consuming battery or simply not needed? There are several options: from simple disconnection to complete removal with ADB or superuser rights (root). In this article, we will discuss all the current methods for MIUI 12-14, including nuances for different models. On devices with global firmware (EEA), Chrome is removed more easily than on the Chinese version without GMS.
Method 1: Turn off Chrome without deletion (for all models)
If you donβt need to completely erase your browser, but just hide it from the menu and stop background activity, use the built-in MIUI settings. This method works on all devices, including the Xiaomi 13 Pro, Redmi Note 12 and POCO F5, without risking system disruption.
Instructions:
- π± Open the Settings. β Annexes β Application management.
- π In the search bar, type βChromeβ and select the app from the list.
- βοΈ Click Disable (the button will become active if the browser has not been updated through the Play Market).
- π Confirm the action in the dialog window.
β οΈ Note: Disabled Chrome will not receive updates through the Play Market, but its files will remain in the device's memory. If you want to return the browser later, just click Enable in the same settings.
This method does not free up disk space, but stops background processes and removes the icon from the menu.
- In Chrome settings (Settings β Applications β Chrome β Auto Run), select Prohibit.
- In the Permissions section, disable access to contacts, location, and other data.
βοΈ Preparing for Chrome Shutdown
Method 2: Remove Chrome Updates (Free Space)
If the browser was updated through the Play Market, it can be rolled back to the factory version, which will free up to 100-150 MB of memory, a method that does not require root rights and is suitable for most devices on MIUI.
Step-by-step:
- Go to Settings β Applications β Application Management β Chrome.
- Click on the three dots in the top right corner and select Remove Updates.
- Confirm the action. After that, the Chrome version will reset to the factory version (usually 80-90, depending on the model).
To prevent automatic updates in the future:
- π‘οΈ Open Play Market, Find Chrome.
- π§ Click on the three dots next to the Update button and uncheck the Auto Update box.
| Xiaomi model | The factory version of Chrome | Place vacated |
|---|---|---|
| Xiaomi 12T Pro | 103.0.5060.71 | ~120MB |
| Redmi Note 11 Pro+ | 96.0.4664.104 | ~95MB |
| POCO X5 Pro | 108.0.5359.128 | ~140MB |
| Black Shark 5 | 91.0.4472.164 | ~80MB |
β οΈ Note: After rollback, Chrome may not work well or make errors when opening some sites.
Method 3: Remove Chrome through ADB (without root)
For users willing to use ADB (Android Debug Bridge), there is a way to remove Chrome without obtaining root rights.This method works on most Xiaomi devices, but requires a connection to a computer.
What you need:
- π» Computer with Windows/macOS/Linux.
- π USB-cable (preferably original).li>
- π¦ Installed drivers ADB Fastboot (you can download from the Android Developers website).
- π§ Included debugging by USB on the phone (Settings) β The phone. β Version. MIUI β 7 times press to unlock the developer mode, then Settings β Additionally. β For developers β Debugging by USB).
Instructions:
- Connect the phone to your computer and confirm the debugging permission on the device screen.
- Open the command prompt (cmd on Windows or Terminal on macOS/Linux) and type:
adb devicesMake sure your device appears in the list. Then follow the command to delete Chrome:
adb shell pm uninstall -k --user 0 com.android.chromeIf the team doesnβt work, try an alternative:
adb shell pm disable-user --user 0 com.android.chromeβ οΈ Note: On some devices (e.g. Xiaomi 13 Ultra with a MIUI 14) Chrome can be protected from deletion through ADB. In this case, root will be required.
What if the ADB canβt see the device?
Method 4: Completely remove Chrome with root rights
If youβre ready to get root rights (like through Magisk), Chrome can be removed without a trace, a method thatβs suitable for power users, as doing the wrong thing can lead to a device blink.
Step-by-step:
- Install Magisk and get root rights (see the XDA Developers forum for instructions for your model).
- Download a root-enabled file manager (such as Root Explorer or FX File Explorer).
- Go to /system/app/Chrome or /system/priv-app/Chrome (depending on firmware).
- Delete the Chrome folder and all files inside it.
- Clear the cache and data through Settings β Apps β Chrome.
Alternatively, through ADB root:
adb shell
su
mount -o rw,remount /system
rm -rf /system/app/Chrome
rm -rf /system/priv-app/Chrome
rebootAfter the reboot, Chrome will be completely removed.
- π Some system functions (e.g., web browsing in other applications) may not work properly.
- π§ To restore Chrome will need to reflash the device.
π‘
Before removing Chrome through root, back up your firmware with TWRP or OrangeFox Recovery, which will help restore the system in the event of a crash.
Method 5: Remove Chrome on non-GMS devices (Chinese firmware)
On Xiaomi smartphones for the Chinese market (firmware without Google Mobile Services), Chrome is often missing by default, but if it was installed manually or appeared after flashing, you can remove it in the standard way - like a regular application.
How to check the type of firmware:
- π± Go to Settings. β The phone. β Version. MIUI.
- π If there are letters in the firmware room CN (for example, V14.0.4.0.TMBCNXM), It's a Chinese version without GMS.
- π If there is. EEA, RU Global β firmware with Google services.
Instructions for Chinese firmware:
- Open the Settings β Applications.
- Find Chrome on the list.
- Click Remove (if the button is active).
If the Remove button is inactive, then Chrome has been integrated as a system application when you flash it, in which case you can either use ADB (method 3) or get root rights (method 4).
π‘
Chrome is often missing on Chinese firmware (MIUI CN), but it can be installed manually via APK.
What to do if Chrome cannot be removed
If none of these things worked, maybe your device has firmware or hardware limitations.
- π Factory reset: Returns the device to its original state, but Chrome will remain (since it is system.
- π¦ Custom firmware installation: Firmware like LineageOS or Pixel Experience lets you uninstall any system applications, including Chrome.
- π‘οΈ Use of alternative launchers: Launchers like Nova Launcher or Microsoft Launcher can hide the Chrome icon even if the application itself remains in the system.
If you decide to re-flash the device, consider:
β οΈ Attention: Unlocking the bootloader on Xiaomi resets all data and requires you to link the Mi Account to the device. 12S Unlocking Ultra can take up to 720 hours (30 days.
For users who donβt want to take risks, the best option is to simply disable Chrome (method 1) and use another default browser, like Firefox or Bromite (open source and without Google tracking).