How to permanently disable Google Chrome on Xiaomi: from deleting to blocking updates

Google Chrome is pre-installed on most Xiaomi, Redmi and POCO smartphones as part of Google’s services. Even if you don’t use it, it takes up space in memory, consumes battery power in the background and receives automatic updates. In this article, we’ll look at all the possible ways to disable Chrome, from simple deactivation to complete deletion of system files (for power users).

It's important to understand that on MIUI devices (especially the global version), Chrome is often integrated into the system as a component of Google Play Services, which means that simply uninstalling through the app menu may not work. We'll look at workarounds, including disabling through ADB, blocking updates, and even manually removing APKs for embroidered devices. If you're looking for a way to free up space or stop background activity, here's a workaround.

Note: the instructions are valid for MIUI 12, 13 and 14 (including HyperOS), but may differ on custom firmware such as LineageOS or Pixel Experience. For devices with a locked bootloader, some methods will not be available.

1. Simple to disable Chrome through Android settings

The safest and most reversible way is to deactivate the browser in the app menu, which won’t remove it completely, but will stop the background processes and hide the icon from the launcher.

How to do this:

  • πŸ“± Open the Settings. β†’ Annexes β†’ Application management.
  • πŸ” In the search bar, type Chrome (or com.android.chrome).
  • πŸ›‘ Click Disable (on some firmware - Remove updates, then Disable).
  • ⚠️ Confirm the action in the dialog window.

After the shutdown:

  • βœ… Chrome icon will disappear from the app menu.
  • βœ… Background activity will stop (but Google’s system processes may remain).
  • ❌ Next time you update Google Play Services, your browser may be activated again.

⚠️ Note: Some Xiaomi models (e.g. Redmi Note 10 Pro) POCO X3 Pro) the "Disable" button may be blocked, in which case proceed to the following methods.

πŸ“Š Which browser is you using instead of Chrome?
Firefox
Samsung Internet
Mi Browser
Opera
Other

2. Remove Chrome Updates (Reset to the factory version)

If the browser doesn’t shut down, try resetting it to the factory version.This will remove all updates but leave the base shell (which weighs significantly less).

Step-by-step:

  1. Go to Settings β†’ Applications β†’ Chrome.
  2. Click on the three dots in the top right corner and select Remove Updates.
  3. Confirm action. The system will return the browser to the version preinstalled in the factory.

Advantages of the method:

  • πŸ“‰ Reduces the space occupied by ~200 MB to ~20-30 MB.
  • 🚫 Blocks automatic updates (before the first reboot).
  • πŸ”„ Easy to restore if required.

⚠️ Note: After resetting Google Play updates, the Store may again offer to update Chrome.To avoid this, block the updates through Settings β†’ Annexes β†’ Google Play Store β†’ Auto Update and select Do Not Update Automatically.

β˜‘οΈ Preparing for the removal of Chrome

Done: 0 / 4

3. Block Chrome via ADB (no root)

For users willing to work with Android Debug Bridge (ADB), there is a way to completely disable Chrome at the system level without superuser rights.This method is suitable for devices with unlocked bootloader (but does not require root).

What you need:

  • πŸ–₯️ Computer with installed ADB Tools.
  • πŸ“± Included debugging by USB on a smartphone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times press to activate the developer mode, then Settings β†’ Additionally. β†’ For developers β†’ Debugging by USB).
  • πŸ”Œ USB-cable (preferably original).

Commands to execute:

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


adb shell pm disable-user --user 0 com.android.chrome

Transcript of commands:

  • uninstall-k - removes all updates but leaves the factory version.
  • Disable-user – disables the application for the current user.
  • --user 0 β€” indicates the main user of the device.
Team team.The effectReversibility
pm uninstall -kRemove updates, reset to factory versionYes (via pm install)
pm disable-userCompletely disables the appYes (via pm enable)
pm hideHiding the launcher icon (requires root)Yes.

⚠️ Attention: On some firmware MIUI (For example, the Chinese version of the command pm uninstall can return the error Failure [DELETE_FAILED_INTERNAL_ERROR]. In this case, use only disable-user.

πŸ’‘

If ADB Does not recognize the device, try reinstalling Xiaomi drivers USB Drivers or using other drivers USB-port (preferably) USB 2.0).

4. Complete removal of Chrome with root rights

For users with unlocked bootloader and superuser rights, physical removal of the system APK Chrome is available.This method is irreversible and requires caution!

Tools required:

  • πŸ“± Root access (for example, via Magisk).
  • πŸ› οΈ File Manager with support for root (Root Explorer, Mixplorer).
  • πŸ”§ Backup of the system (in case of failure).

Instructions:

  1. Open the root manager and go to /system/priv-app/Chrome or /system/app/Chrome.
  2. Delete the files: Chrome.apk β€” basic APK-Chrome.odex (if any) – optimized executable.

Reset the device.

After removal:

  • βœ… Chrome will disappear completely from the system.
  • βœ… Released before 300-400 MBT.
  • ❌ Some Google features (such as Google Assistant) may not work properly.
What if Google services stopped working after Chrome was removed?
If the Google Play Store, YouTube or other Google apps are no longer open after Chrome is removed, restore the Chrome.apk file from the backup or reflash the system. The alternative is to install MicroG (a lightweight replacement for Google Services), but this requires a separate setup.

5.Block Chrome updates via host file

If you don’t want to delete Chrome, but you want to block its updates, you can edit the hosts file on the system, which will redirect the update requests to a non-existent server.

How it works:

  • 🌐 The hosts file is responsible for matching domain names with IP-address.
  • 🚫 Adding entries to Google domains blocks access to update servers.

Instructions (requires root):

  1. Open the root manager and go to /system/etc/hosts.
  2. Add the line at the end of the file: 127.0.0.1 android.clients.google.com 127.0.0.1 play.google.com
  3. Save the file and restart the device.

Effect:

  • βœ… Chrome will no longer be updated through Google Play.
  • βœ… Background update checks are blocked.
  • ❌ May disrupt other Google apps (such as Gmail or Maps).

⚠️ Note: Editing hosts without backup may result in loss of internet access.Before changes, make a copy of the original file!

6. Alternative ways: Replacing Chrome with another browser

If the goal is not so much to remove Chrome as to stop using it, consider alternative browsers with better optimization for Xiaomi:

browserAdvantagesDeficiencies
Mi BrowserPre-installed, optimized for MIUI, synchronized with Xiaomi accountData collection, advertising in some regions
FirefoxOpen code, support for extensions, protection against trackingHigher battery consumption
BraveBuilt-in ad blocker, ad viewing rewards (BAT cryptocurrency)Less stable on weak devices
OperaBuilt-in VPN, turbo mode for slow internetClosed code, collection of anonymous data

How to make an alternative browser the main one:

  1. Install the browser you select from Google Play or APKMirror.
  2. Go to Settings β†’ Applications β†’ Default Applications β†’ Browser.
  3. Select a new browser from the list.

Tip: If you’re using Firefox or Brave, set up sync with your account to move bookmarks and history from Chrome before you delete it.

πŸ’‘

Even after Chrome is removed, some Google system processes (such as WebView) may continue to work. To turn them off, deep firmware modifications are required, which is not recommended for inexperienced users.

FAQ: Frequent questions about turning off Chrome on Xiaomi

❓ Can I remove Chrome without root?
Yes, but not completely. ADB allows you to disable the pm disable-user app, and through settings, you can uninstall updates. Completely deleting system files requires root.
❓ What happens if you delete Chrome with root rights?
The browser will disappear from the system, space will be freed up, but some Google features (such as Google Assistant or Smart Lock) may not work properly.
❓ Why Chrome Reappears After Disabling?
This is due to automatic system app recovery when you update Google Play Services.To prevent, block updates through hosts or disable auto-update in the Google Play Store.
❓ How to Get Chrome Back After Deleting?
If you've used ADB-command disable-user, run adb shell pm enable com.android.chrome. APK manually restore it from backup or reflash the system.
❓ Does removing Chrome affect performance?
Yes, but the effect depends on the model. On weak devices (Redmi 9A, POCO C31), the release of 200-300 MB of memory and the stop of background processes can give an increase in 5-10% of autonomy. On flagships (Xiaomi 13, Black Shark 5), the difference will be minimal.