How to remove Google Chrome from Xiaomi phone: working methods for 2026

Google Chrome is pre-installed on most Xiaomi, Redmi and POCO smartphones as a system application. Many users want to remove it β€” some because of high battery consumption, some prefer alternative browsers like Mi Browser or Firefox, and some simply do not trust Google for privacy. But here comes the problem: standard deletion through the app menu is often not available, and disabling does not solve the problem completely β€” Chrome continues to work in the background and updates.

In this article, we will discuss 5 proven ways to remove Chrome from a Xiaomi phone, from simple (for custom browser versions) to radical (for root-right system applications). You will also learn what hidden consequences Chrome removal can have for Android, and which browsers are better to install instead. The instructions are relevant for all Xiaomi models, including Redmi Note 12, POCO X5, Mi 11 and others based on MIUI 14/15 or HyperOS.

Why can’t Chrome be removed in the standard way?

On Xiaomi smartphones, the Google Chrome browser belongs to the category of system applications - those that are preinstalled by the manufacturer and integrated into the shell. MIUI/HyperOS. It means:

  • πŸ”’ There is no β€œDelete” button in the app menu – only β€œDisable” or β€œDelete Updates".
  • πŸ”„ Automatic Recovery: Even after you turn off Chrome can be activated again after you update your system.
  • πŸ“¦ Embedded Dependencies: Some Android features (like web browsing in other apps) use Chrome by default.

Xiaomi is also entering into agreements with Google to pre-install their services (including Chrome, YouTube, Gmail) as part of Google Mobile Services (GMS) program, without which many apps (such as banking) simply won’t work, so removing Chrome completely without consequences is only possible on custom firmware or root rights.

⚠️ Note: If you uninstall Chrome as a system app without preparation, some features may stop working, such as opening links from Telegram or WhatsApp in the default browser, and browsing the web in apps like Twitter or Instagram.

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

Method 1: Turn off Chrome (without deleting)

The safest method is to turn off the browser, not delete it completely, which will stop background activity, but will keep the possibility of recovery if necessary.

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Find Google Chrome in the list (you can use search).
  3. Click on the three dots in the upper right corner and select Disable.
  4. Confirm the action by clicking Disable the application.

After that:

  • βœ… Chrome will disappear from the app menu.
  • βœ… Background activity and updates will stop.
  • ❌ The app will remain in the phone's memory (taking up) ~100-200 MB).
  • ❌ Some links may open in Mi Browser or another default browser.

To return Chrome, repeat the steps and click Enable.This is a good way to do it if you want to simply save battery power or get rid of an unnecessary app without risking the system.

πŸ’‘

If after disabling Chrome links stopped opening, install another browser (such as Firefox) and assign it to the default browser in the Android settings.

Method 2: Removing Chrome Updates

If Chrome on your Xiaomi was installed as a custom app (for example, you updated it through Google Play), you can return it to the factory version and remove the updates.

Instructions:

  1. Go to Settings β†’ Applications β†’ Application Management β†’ Google Chrome.
  2. Click on the three dots in the top right corner and select Remove Updates.
  3. Confirm the action.

After that:

  • πŸ“‰ The size of the application will be reduced to ~50–70 MB (factory version).
  • πŸ”„ All bookmarks and history will be deleted.
  • 🚫 Chrome will stop updating automatically (until you manually allow it).

⚠️ Note: If you then try to open Chrome, the system may suggest updating it via Google Play.To avoid this, disable auto-update for Chrome in the Play Store settings (Settings) β†’ Auto-update of applications β†’ Not update automatically).

MethodDo you need root rights?Removed completely?Is recovery possible?Risk to the system
Shutdown❌ No.❌ No (remains in memory)βœ… Yes.❌ No.
Removal of updates❌ No.❌ Partially (remains factory version)βœ… Yes.❌ No.
Removal via ADB❌ No.βœ… Yes (for custom versions)βœ… Yes (reinstallation)⚠️ Medium (can break web browsing)
Removal with root rightsβœ… Yes.βœ… Yes (fully)❌ Just reflashing.⚠️⚠️ High (risk of "brike")

Method 3: Remove Chrome through ADB (without root)

If Chrome is installed on your Xiaomi as a custom app (not a system one), it can be removed via ADB (Android Debug Bridge), which works without root rights, but requires connecting the phone to a computer.

What you need:

  • πŸ–₯️ Computer with Windows/macOS/Linux.
  • πŸ“± USB-cable (preferably original).
  • πŸ› οΈ Utilities. ADB Fastboot (you can download from the official Android website).
  • πŸ”§ Included debugging by USB phone-on.

Instructions:

Enable Developer Mode (Settings β†’ About Phone β†’ MIUI Version β†’ 7 times press)

Activate debugging over USB (Settings β†’ Additional β†’ For developers β†’ Debugging over USB)

Connect your phone to your PC and allow debugging

Download and unpack. ADB Tools on the computer-->

  1. Open the command prompt (cmd on Windows or Terminal on macOS/Linux) in the adb folder.
  2. Enter the command to check the connection: Adb devices should appear serial number of your phone.
  3. Remove Chrome by command: adb shell pm uninstall -k --user 0 com.android.chrome
  4. Reboot the phone.

If the command is successful, Chrome will be removed for the current user.

  • ⚠️ When you reset your phone or create a new user, Chrome can return.
  • ⚠️ Some apps (such as Gmail) may stop opening links.
What if the ADB can’t see the device?
1. Make sure that the Xiaomi drivers are installed (you can download on the official website). 2. Try another one. USB-cable (preferably original). 3. Switch the connection mode to "File Transfer" (MTP) 4. Restart your phone and PC. 5. If you use Windows, check if the antivirus is blocking. ADB.

Method 4: Completely remove Chrome with root rights

If you’re willing to take risks, you can completely remove Chrome as a system app, getting root rights, a method that is suitable for power users, as improper actions can lead to a β€œbrick” (inoperability) of the phone.

What needs to be done:

  1. Get root rights to Xiaomi (for example, through Magisk or OrangeFox Recovery).
  2. Install a file manager with root support (such as Root Explorer or FX File Explorer).
  3. Find and delete Chrome files by the following route: /system/priv-app/Chrome/ /system/app/Chrome/ /data/app/com.android.chrome-*/
  4. Clear cache and data in /data/data/com.android.chrome.
  5. Reboot the phone.

Warnings:

  • πŸ’₯ The risk of β€œbrick”: Deleting system files can disrupt the Android.
  • πŸ”„ Loss of warranty: Xiaomi does not provide warranty service for root phones.
  • πŸ”§ Update issues: After the update MIUI Chrome may be back.

⚠️ Note: Before deleting system files, make a full backup through TWRP Recovery or OrangeFox. If you crash, you can restore your phone. Also check if your Chrome firmware is using critical features (like Google Assistant or Android Auto).

πŸ’‘

Removing Chrome with root rights is the most radical method, but also the riskiest. Use it only if you are confident in your actions and ready for the possible consequences.

Method 5: Install custom firmware without Chrome

If you want to get rid of Chrome and other Google apps forever, you can install custom firmware without GMS (Google Mobile Services).

  • πŸ“± LineageOS – pure Android without unnecessary applications.
  • πŸ“± Pixel Experience – firmware with an interface like Google Pixel, but without preinstalled Chrome.
  • πŸ“± MIUI EU β€” modified MIUI without Chinese and Google apps.
  • πŸ“± CalyxOS or GrapheneOS – firmware with a focus on privacy (without Google services).

Installation process:

  1. Unlock the bootloader through the official Xiaomi tool.
  2. Install custom Recovery (TWRP or OrangeFox).
  3. Download the firmware (for example, from the XDA Developers website) and transfer it to your phone.
  4. Through the recavator, run Wipe β†’ Format Data (complete cleaning!).
  5. Install firmware and GApps (if you need Google services, but without Chrome).

Advantages of this method:

  • βœ… Full control over pre-installed applications.
  • βœ… The ability to choose firmware without Google or with a minimum set of services.
  • βœ… Regular updates from the community (not from Xiaomi).

Disadvantages:

  • ❌ Difficulty of installation for beginners.
  • ❌ Loss of guarantee.
  • ❌ Possible bugs (e.g., non-functioning) NFC orcamera on some firmware).

How to replace Chrome with Xiaomi: the best alternatives

If you removed Chrome, you'll need a different browser, and here are the best options for Xiaomi with performance and privacy in mind:

browserPlusesConsReference
Mi Browserβœ… Preinstalled on Xiaomiβœ… Light and fast.βœ… Integration with MIUI❌ Data collection (advertising, analytics)❌ Limited functionsAlready on the phone.
Firefoxβœ… Open source.βœ… Support for extensionsβœ… Synchronization between devices❌ Consuming more memory❌ Slower Chrome on weaker phonesGoogle Play
Bromiteβœ… Chrome without Google trackingβœ… Built-in ad blockerβœ… Fast work.❌ No to Google Play (you need to download from the official website)bromite.org
Kiwi Browserβœ… Support for Chrome extensionsβœ… Built-in ad blockerβœ… Lighter than the original Chrome❌ Rare updatesGoogle Play

For maximum privacy, we recommend Bromite or Firefox with enhanced security settings. If the minimum battery consumption is important, Mi Browser (despite advertising) or Kiwi Browser.

FAQ: Frequent questions about removing Chrome on Xiaomi

Can I delete Chrome without a computer?
Yes, but only if Chrome is installed as a custom app (not a system one). Try: Open Settings β†’ Apps β†’ Google Chrome. If there is a Remove button, press it. If there is no button, use ADB (you need a computer) or get root rights. Most Xiaomi Chrome smartphones are system, so you can't do without a PC.
What happens if you delete Chrome with root rights?
The consequences depend on the firmware: βœ… On custom firmware (LineageOS, Pixel Experience) – nothing critical. ⚠️ On the stock. MIUI: Some apps may stop opening links (such as Gmail or YouTube), Google Assistant and Android Auto may not work properly. MIUI Chrome may return.We recommend that you install another browser before deleting and assign it to default.
How to return Chrome after deleting?
Recovery: If disabled: go to Settings β†’ Apps β†’ Disabled and turn on Chrome. If deleted via ADB: reinstall from Google Play or command: adb shell cmd package install-existing com.android.chrome If deleted from root: restore from the backup or reflash the phone.
Why do you not open links after Chrome is deleted?
This is because many apps default to Chrome Custom Tabs to display web pages. Solutions: Install another browser (like Firefox) and assign it to the default browser in Android settings. In some applications (like Twitter), you can manually select a browser in settings. If you use MIUI, try Mi Browser - it often works more stable than third-party browsers.
Can I delete Chrome without losing my warranty?
Yes, unless you use root rights or unlock the bootloader. Safe methods: disable Chrome (does not delete files), uninstall updates (returns the factory version), uninstall via ADB (does not require root, but can break web browsing), all of which do not violate Xiaomi's warranty, as they do not change system partitions.