How to completely remove Google Chrome from Xiaomi: all ways to MIUI

Google Chrome browser is pre-installed on most Xiaomi, Redmi and POCO smartphones with MIUI firmware. Even if you do not actively use it, the application takes up space in memory, consumes battery power in the background and receives automatic updates via Google Play. Complete removal of Chrome from Xiaomi is a non-trivial task: a standard uninstallation often leaves traces in the system, and on some models the β€œDelete” button is absent at all.

In this article, we will discuss all working methods, from disabling through settings to deep cleaning with ADB and root rights. You will learn how to remove Chrome without consequences for the work of other Google services, what files remain after uninstallation, and how to prevent re-installing the browser. The instructions are relevant for MIUI 12/13/14 and all modern Xiaomi devices, including Redmi Note 12, POCO X5 and Xiaomi 13T.

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

Google Chrome on Xiaomi is a system application, one that is integrated into MIUI firmware at the system image level. Even if you see the "Delete" button in the app menu, what's really happening is deactivation for the current user, and the browser files are left in the device's memory.

  • πŸ“± Google Requirements: for Google Mobile Services Certification (GMS) Manufacturers must include Chrome in standard delivery.
  • πŸ”„ System Dependencies: Some Functions MIUI (For example, web browsing in other applications uses the Chrome engine.
  • πŸ”’ Security Policy: Removing Systems APK Google Play Protect and other services may be affected.

On nonroot devices, standard uninstallation via Settings β†’ Apps only lead to the hiding of the Chrome icon.

  • πŸ“ Browser files (/system/priv-app/Chrome) stay in place.
  • πŸ”„ Updates continue to download via Google Play.
  • πŸ•΅οΈβ€β™‚οΈ Chrome processes can run in the background (check Settings) β†’ Battery).
πŸ“Š You’ve tried to remove Chrome from your Xiaomi before?
Yes, but without success.
Yeah, it was partly.
No, just planning.
I don't see any point in removing it.

Method 1: Turn off Chrome without deletion (for non-rooted devices)

If you don’t have root permissions, the only safe way to remove Chrome is to deactivate it for the current user and block updates.This won’t free up space in memory, but will stop background activity and hide the icon from the menu.

Instructions:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Find Google Chrome in the list (use search if you need to).
  3. Slip on the three dots in the upper right corner β†’ Remove the updates (if the button is active).
  4. Return to the app information screen β†’ click Disable.
  5. Confirm the action in the dialog window.

After that:

  • βœ… Chrome icon will disappear from the app menu.
  • βœ… The browser will stop running automatically.
  • ❌ Files will remain in the system, and the next major update MIUI Chrome can be activated again.

πŸ’‘

To prevent Chrome from being activated again, turn off automatic app updates in Google Play: open Play Store β†’ Settings β†’ Auto Update apps and select Never.

Method 2: Removal via ADB (no root rights)

A more radical method is to use Android Debug Bridge (ADB), which allows you to delete Chrome without obtaining root rights, but requires you to connect your smartphone to your computer, the advantage of which is that your browser files will be deleted completely, not just deactivated.

What you need:

  • πŸ–₯️ Computer with Windows/Linux/macOS.
  • πŸ”Œ USB-cable (preferably original).
  • πŸ“₯ Utility. ADB Tools by Google.
  • πŸ”§ Included debugging by USB on a smartphone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times tap the assembly number β†’ Go back to Settings β†’ Additionally. β†’ For developers β†’ Turn on Debugging. USB).

Step-by-step:

  1. Connect your smartphone to your computer and select File Transfer mode.
  2. Open the command prompt (Windows) or terminal (Linux/macOS) in the folder with ADB.
  3. Enter the command to check the connection: Adb devices should appear the name of your device.
  4. Run the command to delete Chrome: adb shell pm uninstall -k --user 0 com.android.chrome
  5. Reboot your smartphone.

If the command is successful, Chrome will be removed for the current user (--user 0). To return the browser, just reinstall it from Google Play.

Debugging is on. USB|Drivers installed ADB|Download platform-tools|Smartphone connected in file transfer mode|The command line is open in the folder with ADB-->

Method 3: Complete removal with root rights

If your Xiaomi has root rights (for example, after unlocking the bootloader and installing Magisk), you can delete Chrome at the system level.This will free up space in the /system section and permanently lock the browser.

⚠️ Note: improper root rights actions may result in bootloop or disruption of other Google apps. TWRP beforehand.

Instructions:

  1. Install any file manager with root support (such as Root Explorer or Solid Explorer).
  2. Click on /system/priv-app/Chrome or (on some firmware) /system/app/Chrome
  3. Delete the Chrome folder completely or rename it to Chrome.bak.
  4. Go to /data/app/ and delete the folders that contain com.android.chrome in the title.
  5. Clear the cache and data through Settings β†’ Apps β†’ Google Chrome β†’ Storage.
  6. Reset the device.

Chrome will then be removed without recovery via Google Play, and if you want to return the browser, you will have to refashion the device or manually copy the APK files back to /system.

What if other Chrome apps stopped working after you delete Chrome?
If, after deleting Chrome, links in other apps (such as Telegram or Gmail) have stopped opening, install an alternative browser (such as Firefox) and assign it as your default browser to Settings β†’ Applications β†’ Default Applications β†’ Browser.

How to Remove Chrome Traces After Uninstallation

Even after Chrome is deleted via ADB or with root rights, residual files may remain in the system:

  • πŸ“ Cash and data in /data/data/com.android.chrome.
  • πŸ”— Symbolic references to /system.
  • πŸ“‹ Database records package.xml.

For complete cleaning:

Type of fileWayHow to remove
Residual data/data/data/com.android.chromeDelete the folder through the root guide
Cash Dalvik./data/dalvik-cacheDelete files from com.android.chrome in the title
Default settings/data/system/package.xmlEdit the file by deleting lines from com.android.chrome
Updates/data/app/com.android.chrome-*Delete all folders with a name template

You can use SD Maid (root rights required) to clean automatically, run a scan for System Residues and delete any files you find associated with Chrome.

πŸ’‘

After Chrome is completely removed, some MIUI features (like previewing links in messages) may not work properly.Install an alternative browser and designate it as the default link handler.

How to Prevent Chrome from Reinstalling

Even after a successful removal, Chrome can return after:

  • πŸ”„ Updates MIUI oo TA.
  • πŸ“₯ Restore from the Mi Cloud backup.
  • πŸ› οΈ Resetting settings to factory.

To avoid this:

  1. Turn off automatic MIUI update: Settings β†’ About Phone β†’ System Update β†’ Three Points β†’ Settings β†’ Auto Download Updates (disable)
  2. Block Chrome installation via Google Play: Play Store β†’ Settings β†’ Auto Update β†’ Never and blacklist Chrome in Google Play settings (if available).
  3. Use Magisk Modules (for rooted devices): Install Universal GMS Doze or DisableFlagSecure to limit background activity on Google services.

If Chrome is still back after the update, repeat the removal procedure through ADB or root explorer.

Alternatives to Chrome for Xiaomi

After removing Chrome, you'll need a different browser.The best options for Xiaomi are:

  • 🦊 Mozilla Firefox: Supports extensions, sync and has good optimization for MIUI.
  • 🌐 Bromite: Chrome fork with ad blocking and improved privacy (requires manual installation) APK).
  • πŸ›‘οΈ Brave Browser: Blocks Trackers, has built-in VPN and awards for viewing ads.
  • πŸ” DuckDuckGo Browser: Maximum privacy, but limited functionality.

To designate an alternative browser as the default link handler:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Select the browser installed (such as Firefox).
  3. Click Open by default β†’ Clear the default settings.
  4. When you next open the link, select a new browser and mark Always.

⚠️ Attention: Some System Applications MIUI (For example, Mi Browser may conflict with alternative browsers. If links do not open, disable Mi Browser in the application settings.

FAQ: Frequent questions about removing Chrome from Xiaomi

Can I delete Chrome without a computer?
Yes, but only if you have root rights. Without them, complete deletion is only possible through ADB, which requires a PC connection. The alternative is to turn off Chrome in the settings (see Method 1), but this will not free up space in memory.
What happens if you delete Chrome on Xiaomi with root rights?
With the correct removal (see Method 3), nothing critical will happen, but: Some applications may stop opening links (solved by assigning another browser by default). MIUI Chrome may be returned (you need to block updates). In rare cases, Google Play Services may be disrupted (corrected by reinstallation). GMS). We recommend you to create a backup in TWRP before removal.
Why does Chrome reappear after being deleted from ADB?
This is because: MIUI updates: firmware restores system applications. Google Play: if you don't turn off auto-update, Chrome can install again. Setting reset: when you return to factory settings, all system applications are restored. Solution: Repeat deletion through ADB and turn off automatic MIUI update.
How to remove Chrome from Xiaomi to MIUI for a child (parental control)?
If you want to restrict access to Chrome for children, it is better not to delete the browser completely: πŸ”’ Use Google Family Link to block the app. πŸ›‘οΈ Install Mi Child Space (built-in solution from Xiaomi). πŸ” Set up Application Limitations in Settings β†’ Screen time. Chrome removal via ADB root is not recommended for parental control devices, as it may disrupt other restrictions.
Can Chrome be removed from POCO F5 or Redmi Note 12 without root rights?
Yes, but only partially through disabling (see Method 1) or ADB (see Method 2). Complete removal without root is impossible, since Chrome is sewn into the system partition. POCO F5 and Redmi Note 12 with MIUI 14 also works through ADB, but after major firmware updates, Chrome can return.