How to Remove Google Chrome from Xiaomi Phone: A Step-by-Step Guide

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

Owners of Xiaomi smartphones based on MIUI often face a problem: the Google Chrome browser cannot be removed in the standard way through the application menu. Even after clicking "Delete", the system offers only to disable or reset the settings, but does not delete the program completely.

First, Chrome consumes up to 150-200 MB of memory even in the background, and its background processes can drain the battery 5-12% faster (data from the tests on the Redmi Note 12 Pro+ and POCO X5 Pro). Second, many users prefer alternatives like Firefox, Brave or Mi Browser, but can not get rid of unnecessary duplication. In this article, we will discuss 5 working methods – from simple (without root) to radical (with unlocking the bootloader).

Before you start, consider that some methods require USB debugging or permission to install from unknown sources. If you're a beginner, start with the first three ways, they're safe and they don't violate warranty. For power users, there are sections about ADB and debloat (delete system applications).

πŸ“Š What browser do you use on Xiaomi?
Google Chrome
Mi Browser
Firefox
Brave
Other

Method 1: Disable Chrome through MIUI settings (without deleting)

If you don’t have to completely remove Chrome, but just hide it from the menu and stop background activity, this method works best, it works on all Xiaomi devices (including Redmi, POCO, Black Shark) and does not require additional programs.

Instructions:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search bar, type Chrome and select the app from the list.
  3. Click Disable (the button will become active if Chrome is not the default browser).
  4. Confirm the action in the dialog window.

What does it mean?

  • πŸ“± The app will disappear from the menu and launcher.
  • πŸ”‹ Chrome Background Processes Will Stop Starting (Charge Savings Before) 3-7%).
  • πŸ“₯ Chrome Updates via Google Play are Blocked.

⚠️ Note: Chrome is still disabled in the device’s memory (usually) ~100-150 To free up space, proceed to the following methods.

β˜‘οΈ Preparing for Chrome Shutdown

Done: 0 / 4

Method 2: Remove Chrome Updates (release up to 200MB)

Even if Chrome is embedded, its updates (which take up the lion's share of memory) can be removed, which will bring the app back to the factory version, save space and reduce background activity, and work on MIUI 12-15 without root rights.

How to remove updates:

  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 Chrome to the version preinstalled in the factory (usually Chrome 7x-8x).

Advantages of the method:

  • πŸ—ƒοΈ Frees him. 150-200 MB memory (tests on Xiaomi) 13 Lite and Redmi 10C).
  • πŸ›‘οΈ Reduces the risk of data leaks (older versions of Chrome less likely to collect telemetry).
  • πŸ”„ You can repeat the process after each automatic update.

Disadvantages:

  • πŸ”’ Chrome will remain on the system but will be less functional (e.g., does not support the latest web standards).
  • πŸ”„ Google Play can update the app again when it first launches.

πŸ’‘

To block an automatic Chrome update, open Google Play, search for Chrome, click three dots β†’ Disable Auto Update.

Method 3: Remove Chrome via ADB (without root but with PC)

If you need to remove Chrome completely, but you don’t want to unlock the bootloader or get root rights, ADB (Android Debug Bridge) is the best option.This method works on 90% of Xiaomi devices (except models with MIUI for Europe, where locking is stricter).

What you need:

  • πŸ–₯️ Computer with Windows, macOS or Linux.
  • πŸ”Œ USB-cable (preferably original).
  • πŸ“± Included Debugging by USB on the phone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times to press to unlock the developer settings).

Step-by-step:

  1. Download ADB Tools and unpack the archive.
  2. Connect your phone to your PC and type in the terminal (or CMD):
adb devices

(Your device name should appear, which means that the connection is established.)

  1. Follow the command to delete Chrome:
adb shell pm uninstall -k --user 0 com.android.chrome

If there is a mistake DELETE_FAILED_INTERNAL_ERROR, Try an alternative team:

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

Results:

Xiaomi modelSuccessful removalPlace vacated
Redmi Note 11 Pro+βœ… Deleted completely180 MBB
POCO F4 GTβœ… Removed (reboot required)210MB
Xiaomi 12T Pro⚠️ Removed only updates95 MB
Redmi 10Aβœ… Deleted completely140MB

⚠️ Note: On some devices (for example, Xiaomi Mi 11 Ultra with the MIUI Global) Chrome can recover after a system update. To avoid this, repeat the command before upgrading. ADB.

Method 4: Remove Chrome with Magisk (for hard-to-stitch devices)

If your Xiaomi already has an unlocked bootloader and Magisk (or other root manager) installed, you can uninstall Chrome as a regular user app.This method provides a 100% uninstall warranty, but requires technical skills.

What needs to be done:

  1. Install Root Explorer (like FX File Explorer or Solid Explorer) and give it root access.
  2. Follow the path:
/system/priv-app/PrebuiltGmsCore/
  1. Find the Chrome folder (or the Chrome.apk file) and delete it.
  2. Also check the folders:
/system/app/


/system/priv-app/

  1. Reset the device.

Advantages of the method:

  • 🧹 Chrome is permanently removed (including all of its components).
  • πŸ“‰ Released until 250-300 MB of memory (including cache and data).
  • πŸ”§ You can also remove other unnecessary system applications (e.g. Google Play Music or Duo).

Risks:

  • 🚨 Google Services may fail (e.g., Play Market apps will stop updating).
  • πŸ”§ On some firmware (for example, MIUI EU) You may need to roll back to the stock firmware.
What if Google services stopped working after Chrome was removed?
If apps stop updating after Chrome is removed or Google Play doesn't work, install any other browser (like Firefox) and make it the default browser. then reinstall Google Play Services via APKMirror.

Method 5: Debloat (remove system applications) via TWRP

For the most experienced users willing to sacrifice the warranty for the sake of full control of the device, there is a method of debloat - removing all unnecessary system applications (including Chrome) through custom recovery TWRP.

Step-by-step:

  1. Unlock the bootloader on Xiaomi (the instructions for your model are on the official website).
  2. Install TWRP for your model (you can download it on twrp.me).
  3. Download Debloater Script (e.g. MIUI Debloater by XDA) or use Aroma File Manager.
  4. Download to TWRP (Switch off phone β†’ Press Power + Vol+).
  5. Scroll down the debloat script or manually delete Chrome files:
/system/priv-app/Chrome/


/system/app/Chrome/




/data/app/com.android.chrome-*/

What's removed:

  • πŸ—‘οΈ Same as himself. Chrome.apk all his dependencies.
  • πŸ“‚ Cache and data folders (/data/data/com.android.chrome).
  • πŸ”— Links to Chrome in System Settings.

⚠️ Warning: Incorrect debloate can lead to a "bootloop" before the procedure, make a full backup through the TWRP (Backup β†’ Select all sections).

πŸ’‘

Debloat through TWRP is the most radical way, but it gives you complete control of the system. Use it only if you're prepared for possible problems with MIUI updates.

What to do if Chrome is back after the MIUI update

One of the most common problems is that you deleted Chrome, but it reappeared after the MIUI update, because it restores remote system applications when you install new firmware versions.

How to avoid this:

  • πŸ”„ Turn off automatic updates MIUI: Settings β†’ The phone. β†’ Updating the system β†’ Three points. β†’ Settings β†’ Turn off auto-update.
  • πŸ“₯ Install updates manually through TWRP, Pre-delete Chrome from the firmware (use tools like this one). MIUI ROM Editor).
  • πŸ›‘οΈ Block Chrome Recovery with Universal SafetyNet Fix or App Systemizer.

If Chrome is back,

  1. Repeat the removal process through ADB or TWRP.
  2. Install Package Disabler (root required) and disable Chrome at the system level.
  3. Use the Xposed Framework with the App Hider module to mask the remote application.

FAQ: Frequent questions about removing Chrome from Xiaomi

Can I delete Chrome without a computer?
Yes, but only if you have root rights. Without a PC, you can: Disable Chrome through settings (Method 1); Remove updates (Method 2); Use apps like App Inspector (requires root) to uninstall; For complete root removal without root, you need ADB, and it only works on a PC.
Will Google Play work after Chrome is removed?
Most of the time, yes. Google Play depends on Google Play Services, not Chrome. However, some firmware (e.g., MIUI for China without GMS) may have login issues. If the Play Market stops working, install Google Play Services manually via APKMirror.
How to get Chrome back if you need it for work?
If you have removed Chrome from ADB or TWRP, you can restore it: Google Play (if you only removed updates); manually install Chrome.apk (download from APKMirror); reset your phone to factory settings (Settings β†’ Additional β†’ Restore and Reset. If Chrome was system, it will recover automatically after reset.
Why isn’t Chrome on my Xiaomi app list?
This is possible in three cases: you have a MIUI without GMS (for example, the Chinese version of firmware). In this case, Chrome is not preinstalled. Chrome has already been removed by the previous owner (check through ADB with pm list packages | grep chrome). You use POCO or Black Shark with custom firmware, where Chrome is replaced with another browser.
Can I uninstall Chrome on Xiaomi with MIUI for Europe (EEA)?
On devices with MIUI EEA (Chrome is more secure because of Google's requirements for pre-installed apps. 1 and 2 (Disabling and removing updates will work. 3 (ADB) may be wrong DELETE_FAILED_DEVICE_POLICY_MANAGER. For complete removal, unlocking the loader will be required. + Magisk. Alternative: install MIUI Global or MIUI EU (unofficial) via Fastboot.