How to Remove Google Chrome from Xiaomi Phone: From Shutdown to Deep Cleanup

Why Chrome is so hard to remove from Xiaomi and what to do

You're trying to make room for the Xiaomi Redmi Note 12 or POCO X5 Pro, but standard removal of Google Chrome through the app menu doesn't work? It's no coincidence - the browser is part of the Google Mobile Services (GMS) package that manufacturers are required to pre-installe on Android devices for certification. At MIUI, the situation is complicated by the fact that the system protects system applications from accidental removal, even if you do not use them.

In this article, we will discuss three working methods: from simple disabling to complete removal through ADB (no root rights!).We will also explain why Chrome can โ€œrecoverโ€ after a standard removal after MIUI updates, and how to prevent this. Importantly, on models with MIUI Global Stable (for example, Xiaomi 13T or Redmi A2+), the complete removal of Chrome without consequences is possible only before MIUI version 14 โ€“ new Google firmware strengthens the protection of system packages.

Before you start, check:

  • ๐Ÿ“ฑ Phone model: Xiaomi for the Chinese market (without) GMS) Chrome is missing from the box, and Mi Browser is used.
  • ๐Ÿ”„ Version. MIUI: In Settings โ†’ The phone. MIUI 15+ You may need to take an additional step to disable automatic updates. GMS.
  • ๐Ÿ”’ Having Root Rights: If you have Magisk, the process is simplified, but weโ€™ll look at methods without root.

Method 1: Turn off Chrome (without deleting)

The safest way to do this is to deactivate your browser so it doesn't waste resources or update, and it won't free up memory on the system partition, but it will stop the background and remove the icon from the menu.

Instructions:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. In the search bar, type โ€œChromeโ€ and select the app.
  3. Click Disable (Password/pattern lock Confirmation may be required).
  4. Agree with the warning about possible failures in the work of other services of Google (in practice, problems occur extremely rarely).

โ˜‘๏ธ What to check after turning off Chrome

Done: 0 / 4

โš ๏ธ Note: Some models (e.g. Xiaomi) 12S Ultra) after disabling Chrome, web browsing in other applications (for example, opening links in Telegram or WhatsApp) may stop working, in which case, use an alternative browser like Firefox or Kiwi Browser and configure it as the default application for links.

๐Ÿ’ก

If you donโ€™t open links after you turn off Chrome, install any other browser and select the โ€œOpen Supported Linksโ€ option in its settings (usually located under โ€œSettings โ†’ Opening Links by Defaultโ€).

Method 2: Removal via ADB (no root rights)

To completely remove Chrome without root rights, you will need ADB (Android Debug Bridge), which works on most Xiaomi models, except for devices with a locked bootloader (for example, the new Redmi or POCO from official stores).

Preparation:

  1. Download ADB Tools for Windows/macOS/Linux.
  2. Turn on USB debugging on your phone: Settings โ†’ About Phone โ†’ MIUI Version (click 7 times until the message โ€œYouโ€™re a developerโ€) Settings โ†’ Additional โ†’ Developers โ†’ Debugging on USB (enable)
  3. Connect the phone to the PC and confirm the trusted device.

Commands for removal:

adb shell


pm uninstall -k --user 0 com.android.chrome

If there is a Failure error [DELETE_FAILED_DEVICE_POLICY_MANAGER], This means that your device has Google's security policy (often found on corporate phones or Android Enterprise devices), and only the method will help. 3 (factory-setting).

What to do if ADB canโ€™t see the device
1. Check that USB-cable supports data transfer (not all charging cables are suitable). 2. Install Xiaomi drivers USB Drivers (you can download it on the official website). 3. Try another one. USB-port (preferably) USB 4. Enable the option โ€œDebugging byโ€ in the developer settings USB (security settings) and select "Allow debugging by USBยป.

Xiaomi modelSupport ADB-ChromeNotes
Redmi Note 11/12โœ… Yes.It may be necessary to unlock the loader.
POCO F4/F5โœ… Yes.Global versions are sometimes blocked by Google's policies.
Xiaomi 13/14 Proโš ๏ธ Partially.MIUI 15+ requires you to disable Android Device Policy.
Redmi A1/A2โŒ No.Budget models with the Go-version of Android do not support ADB-removal.

Method 3: Reset to factory settings (extreme case)

If the first two methods fail, there is a hard reset, which will delete Chrome along with all user data, so the method is only suitable if:

  • ๐Ÿ”ง You are ready to reset your phone.
  • ๐Ÿ“ฆ You have a backup of important data (photos, contacts, SMS).
  • ๐Ÿ”„ You agree to the update MIUI Up to the latest version (sometimes a reset triggers a forced update).

How to reset:

  1. Create a backup through Settings โ†’ Additional โ†’ Backup and Reset.
  2. Go to Settings โ†’ About the phone โ†’ Reset settings.
  3. Choose to erase all data and confirm the action.
  4. After the reboot, do not restore data from your Google account โ€“ this can bring back Chrome.

๐Ÿ’ก

After reset, immediately disable automatic application recovery in Google Play: Play Store Settings โ†’ Settings โ†’ Auto-Restore (off).

โš ๏ธ Attention: On phones with MIUI for the Chinese market (without) GMS) Chrome won't appear after the reset, but many Google services (such as Play Market) won't work either. To avoid this, check the firmware version in Settings before resetting. โ†’ The phone. โ†’ Version. MIUI โ€” if it ends with CN (for example, V14.0.4.0.TMBCNXM), Your device is designed for China.

๐Ÿ“Š What method have you tried to remove Chrome?
Disconnection through settings
ADB-removal
Reset to factory settings
I haven't tried it yet.

What to do if Chrome comes back after the MIUI update

Even after successful removal, Chrome can automatically recover from a MIUI or Google Play Services update, because the system considers the browser a "critical" component.

  1. Turn off automatic GMS updates: Settings โ†’ Apps โ†’ App management โ†’ Google Play Services โ†’ Disable updates
  2. Use App Ops to lock (root required): - Install App Ops from F-Droid. - Find Google Play Services and turn off Packet Installation permission.

On Xiaomi with MIUI EU (unofficial firmware), the problem is less common, as these builds are often cleared of unnecessary Google services. However, note that installing custom firmware voids the warranty and can lead to problems with Google Pay or Widevine L1 (lowering the quality of streaming on Netflix/Disney+).

Chrome Alternatives for Xiaomi: Which browsers are not โ€œreturningโ€

If the goal is not just to remove Chrome, but to replace it with a lighter or more confidential browser, consider these options:

browserAdvantagesDeficiencies
FirefoxExtensions support, synchronization, open sourceIt consumes more memory than Chrome.
Kiwi BrowserSupport for Chrome extensions, lightweightRare bugs with some websites
BromiteBlock Trackers, Optimized for AndroidNo official support, updates are rare
DuckDuckGo BrowserMaximum privacy, blocking trackers by defaultLimited functionality (no extensions)

โš ๏ธ Attention: On Xiaomi with MIUI 14+ Some alternative browsers (such as Brave) may conflict with WebView, the system component for displaying web content in applications. If the alternatives stop opening links in messengers after installing them, return the standard Android System WebView to Settings. โ†’ Annexes.

Frequent Mistakes and How to Avoid Them

When removing Chrome, users often face these problems:

  • ๐Ÿšซ Mistake. INSTALL_FAILED_INVALID_APK When trying to install an alternative browser: Solution: Clear the cache and data of Google Play Market in Settings โ†’ Annexes.
  • ๐Ÿ”„ Chrome reappears after reboot: Solution: Check if AutoRecovery is active in Google account settings.
  • ๐Ÿ”’ ADB Chrome does not delete the error by giving a Failure error [not installed for 0]: Solution: Make sure you use the correct package identifier (com.android.chrome, not com.chrome).

If you see this package is part of the system image, then Chrome is embedded in the firmware at /system/priv-app. In this case, only reflashing or obtaining root rights and then deleting through Root Explorer will help.

How to check if Chrome is a system application
1. Install App Inspector from Play Market. 2. Find Chrome in the list of apps. 3. If the information indicates System app: Yes, then you will need root rights or ADB with an unlocked bootloader to remove.

FAQ: Answers to Frequent Questions

Can I delete Chrome without a computer?
Yes, but only disable (method 1). To completely delete without a PC, you will need root rights and a file manager like Root Explorer or FX File Explorer with access to system folders. Without a root, deletion is only possible through ADB (method 2), which requires a connection to a computer.
Why did some apps stop working after Chrome was removed?
Some apps (like Gmail or Google Drive) use Chrome Custom Tabs to display web content. If these features stop working after you delete Chrome, install an alternative browser and set it up as the default link handler (in Android settings).
Will Chrome return to factory settings after reset?
Yes, on most Xiaomi models with MIUI Global Chrome, it will recover as it is included in the standard firmware image. To avoid this, immediately disable it after reset (method 1) or uninstall it via ADB (method 2) before you first connect to the Internet.
Can I remove Chrome from Xiaomi with Magisk?
Yes, if you have root rights. Install Universal GMS Doze or Debloater from Magisk repository, which allows you to remove system applications without the risk of "bricking" the phone. Alternative: manually delete /system/priv-app/Chrome/Chrome.apk file via Root Explorer.
Will Chrome Removal Affect Google Pay?
No, Google Pay is not dependent on Chrome. However, if you delete Google Play Services (which is not recommended), then Google Pay will stop working. Chrome and Play Services are different components of GMS.