Have you noticed that your Xiaomi has a second Chrome browser that is not deleted in standard ways?This is a typical problem of MIUI users, where system applications can be duplicated after updating or installing third-party firmware.
In this article, weβll look at all possible removal methods, from simple (through settings) to advanced (using ADB and manual editing of system files). Special attention will be paid to hidden MIUI packages, which masquerade as Chrome, but are actually modified versions from Xiaomi. Youβll learn how to distinguish the real Google Chrome from a fake and why some methods work only on unlocked downloaders.
Important: the procedure is different for different versions of MIUI (12/13/14) and smartphone models (Redmi Note 12, POCO X5, Xiaomi 13T, etc.). If you are not sure about your actions, first create a backup of data through Settings β About Phone β Backup.
1. How to determine if Xiaomi has a Chrome clone installed
Before you delete anything, make sure you're dealing with a duplicate, not the original app.
- π Double icon: the app menu displays two browsers with the same name βChromeβ, but different icons (one is standard from Google, the other with a logo). MIUI).
- π¦ Different versions: in Settings β Annexes β App management shows that one browser has a version that is current from Google Play (e.g. 124.0.6367.91), and another has an outdated version (e.g. 105.0.5195.79).
- π οΈ There is no button "Delete": the clone instead of it will only "Disable" or "Remove updates".
- π± System application: the package information indicates "System" (unlike custom Chrome).
To accurately identify the package, open Settings β Applications β Application Management β Chrome and look at the Package Name field:
- Original Chrome: com.android.chrome
- Xiaomi clone: can be com.miui.browser.global, com.android.browser or com.xiaomi.chrome (depending on the version of MIUI).
If you have MIUI 14 or later, the clone may be hidden under the name "MIUI Browser", but you can use the Chrome icon. You can check this through the adb shell pm list packages | grep -i chrome (team for ADB, more about this method is in section 4).
2. Method 1: Disconnect via MIUI settings
The safest method that does not require superuser (root) or ADB rights is suitable for most Xiaomi, Redmi and POCO models on MIUI 12-14.
Instructions:
- Open Settings β Applications β Application Management.
- Find a duplicate browser in the list (see the signs in Section 1).
- Slip it and select "Disable" (if the button is active).
- Confirm the action in the dialog window.
If the "Disable" button is inactive:
- π§ Try to delete the updates first (the button "Delete updates").
- π₯ Restart your phone and try again.
- π If it doesnβt work, go to method 3 (via the ADB).
β οΈ Note: Disabling the system browser may cause web browsing to crash in other applications (for example, in Mi Account or Themes). If links stop opening after disabling, return the settings back.
βοΈ Preparing for disabling the browser
Method 2: Removal via ADB (without root)
If the shutdown didnβt help or the button is inactive, the next step is to use Android Debug Bridge (ADB).This method works on all Xiaomi smartphones, but requires a connection to a computer.
What you need:
- π» Computer with Windows/macOS/Linux.
- π USB-cable (preferably original).
- π¦ Installed Xiaomi drivers (download from the official website).
- π οΈ Utility. ADB (Installation instructions - here).
Step-by-step:
- Turn on Developer Mode on your phone: Go to Settings β About Phone. Tap 7 times on MIUI Version. Go back to Settings β Additional β Developer. Activate USB Debugging.
"File transfer"
CMD
Terminal
adb devicesIf the device appears on the list, move on. If not, check the drivers and permissions on the phone.
adb shell pm list packages | grep -i chromeIn the output, look for lines from com.miui.browser or com.android.browser.
package.name
adb shell pm uninstall -k --user 0 package.nameExample for MIUI Browser:
adb shell pm uninstall -k --user 0 com.miui.browser.globalReboot the phone.
If the team makes a Failure error [DELETE_FAILED_DEVICE_POLICY_MANAGER], So the app is protected by politicians. MIUI. In this case, only the bootloader will help (the method) 5).
What if the ADB canβt see the device?
Method 3: Manual removal via TWRP (for advanced)
This method is only suitable for users with an unlocked bootloader and a customized recap (TWRP) installed. It allows you to remove system applications directly from the firmware, but requires caution - an error can lead to a bootloop (cyclical reboot).
Warning: Be sure to make a full backup through TWRP (Backup section) before starting.
Instructions:
- Load the phone into TWRP mode (turn off the device, then press Power + Volume up).
- Go to Advanced β File Manager.
- Open /system/priv-app/ or /system/app/ (depending on the version of MIUI).
- Find folders with names: MiuiBrowser Browser2 ChromeStub
"Delete"
Reboot the phone.
If the phone does not load after removal:
- π Come back in TWRP and restore the backup.
- π₯ Check it out. MIUI via Fastboot (instructions on XiaomiUI).
β οΈ Note: On some models (Xiaomi) 12S Ultra, Redmi K50 Pro) browser folders can be protected by dm-verity, and deleting them will result in a system check error, in which case use Magisk to disable dm-verity before deleting it.
5. Method 4: Using Magisk and the App Systemizer module
If you have root rights (installed by Magisk), you can convert the system application to a custom one and then uninstall it without risk to the system.This method works on MIUI 13/14 and does not require manual deletion of files.
Instructions:
- Install Magisk (instructions on the official website).
- Download the App Systemizer module from the Magisk repository.
- Open Magisk, go to Modules β Install from storage.
- Find the App Systemizer and install it.
- Reboot the phone.
- Open App Systemizer from the app menu.
- In the list, look for a Chrome clone (e.g. com.miui.browser.global).
- Click on it and select "Convert to User App".
- After the process is complete, restart the phone.
- Now the application can be removed in a standard way through Settings β Applications.
Advantages of the method:
- β No need to edit system files.
- β It even works on secure firmware.
- β You can return the application (via Convert to System App").
π‘
If the application is not deleted after conversion, clear its cache and data in the settings, then try again.
6. Method 5: Complete flashing (extreme case)
If none of these methods worked, the radical solution is to install the firmware clean, which will delete all system applications, including clones, but also erase all the data on the phone, and only use this method if:
- π§ Phone is unstable due to browser conflict.
- π± You were planning to update the version. MIUI.
- π Other methods have led to system errors.
How to reflash Xiaomi without a Chrome clone:
- Download the official firmware for your model from the Xiaomi website (choose Fastboot or Recovery version).
- Unpack the archive in a folder on your computer.
- Connect your phone in Fastboot mode (turn off the device, then press Power + Volume down).
- Open the command line in the firmware folder and execute: fastboot flash all (for MIUI 14, you may need to command fastboot update rom.zip).
- Wait for the finish (10-15 minutes) and restart the phone.
To avoid the reappearance of the clone:
- π« Do not install updates through MIUI Updater manually (use only) OTA).
- π§ After firmware immediately disable the automatic installation of applications in Settings β Annexes β Application management β Installation of unknown applications.
| Method | Required. root/ADB | Risk to the system | Implementation time | It's good for MIUI. |
|---|---|---|---|---|
| Disconnection through settings | β No. | β οΈ Low. | 2-5 minutes | 12β14 |
| ADB-team | β ADB | β οΈ Medium. | 10-15 minutes | 12β14 |
| Removal via TWRP | β Root + TWRP | β High-pitched | 20-30 minutes | 12β14 |
| Magisk + App Systemizer | β Root | β οΈ Low. | 15-20 minutes | 13β14 |
| Flip-flashing | β No. | β critical | 30β60 minutes | Anybody. |
FAQ: Frequent questions about removing a Chrome clone on Xiaomi
Can I remove a Chrome clone without a computer?
Why did you stop opening links from other apps after removal?
How to return a Chrome clone if you have problems after deleting?
Why does Chrome appear again after the MIUI update?
Can I delete the original Chrome by leaving a clone?
π‘
The safest method is to disable via MIUI settings. Use ADB or Magisk for complete removal, but only if you understand the risks.