How to completely remove Google Chrome with Xiaomi Redmi 8: all the ways and nuances

Why is Google Chrome not being removed in the standard way?

On Xiaomi Redmi 8 smartphones, Google Chrome is often preinstalled as a system application, which means it cannot be removed through the Settings menu β†’ Apps – the Remove button will be inactive or absent. The reason lies in Google’s policies and agreements with manufacturers: many applications (including Chrome, YouTube, Gmail) are integrated into MIUI firmware at the system level.

Depending on the version of MIUI and root rights status, you can either disable the browser (hide from the interface) or delete it completely using special tools. It is important to note that on some firmware, removing Chrome can disrupt Google Play services if they depend on the Chromium browser engine.

Before you start, check:

  • πŸ“± Version MIUI: Settings β†’ The phone. β†’ Version. MIUI. On the Redmi. 8 It's usually MIUI 11-13.
  • πŸ”’ Having root rights: If you don’t get them, use methods without rooting.
  • πŸ“¦ Alternative browser: Install Firefox or Brave in advance to avoid being left without access to the network.

Method 1: Disable Chrome through Settings (without deleting)

If you don’t need to completely erase your browser, but just hide it from the menu and stop background processes, use the built-in MIUI tools:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search bar, type Chrome and select the app.
  3. Click Disable (or Remove Updates if the button is active).
  4. Confirm the action in the dialog window.

⚠️ Note: Chrome will no longer appear in the list of apps after disabling, but its files will remain in the device’s memory.This method does not free up disk space, but reduces battery load.

β˜‘οΈ Preparing for Chrome Shutdown

Done: 0 / 4

If the Disable button is inactive, try removing the updates first:

  • πŸ”„ Click Remove Updates in the App Menu.
  • πŸ”™ Return to the basic Chrome settings and try again to disable.

Method 2: Removal via ADB (without root rights)

To completely remove Google Chrome without obtaining root rights, use Android Debug Bridge (ADB).This method works on most Xiaomi devices, including Redmi 8, but requires a PC connection.

Instructions:

  1. Download ADB Tools and unpack the archive.
  2. On your phone, activate Developer Mode: go to Settings β†’ About Phone and click on MIUI Version 7 times.
  3. Return to Settings β†’ Additional β†’ For developers and enable USB debugging.
  4. Connect Redmi 8 to your PC and type in the command line (from the ADB folder): Adb devices Make sure the device is defined.
  5. Execute the deletion command: adb shell pm uninstall --user 0 com.android.chrome

Team team.DescriptionThe result
adb shell pm list packages | grep chromeChecking for Chrome availabilityDisplays package:com.android.chrome
adb shell pm uninstall --user 0 com.android.chromeRemoval for the current userChrome disappears from the menu
adb shell pm disable-user com.android.chromeThe alternative is shutdownThe app is hidden, but the files remain

⚠️ Note: If Google Play services stop working after deletion (for example, apps don’t update), return Chrome with the command:

adb shell cmd package install-existing com.android.chrome

πŸ“Š You're using it. ADB smartphone-setting?
Yeah, regularly.
Only in extreme cases.
Never tried.
I don't know what it is.

Method 3: Complete removal with root rights

If you have root access (like through Magisk), you can uninstall Chrome as a system app, which will free up space and prevent automatic recovery from updates.

Steps:

  • πŸ“± Install a file manager with root support (such as Root Explorer or Root Explorer). FX File Explorer).
  • πŸ” Go to the folder. /system/priv-app/PrebuiltGmsCore or /system/app/Chrome (path may differ).
  • πŸ—‘οΈ Delete the Chrome folder or files with the.apk and.odex extension.
  • πŸ”„ Reset the device.

The following is the Titanium Backup:

  1. Open the application and provide root access.
  2. Find Google Chrome in the list.
  3. Choose Delete! (Do not Freeze).

What to do if Google Play is lost after deleting?
If Google services stop working after you delete Chrome, restore it via Titanium Backup or repeat the ADB command to install. In extreme cases, reset your settings (but this will delete all data!).

⚠️ Attention: on some firmware MIUI Removing system applications can cause a bootloop (a looped reboot).Before experimenting, back up through TWRP.

Recovery of Chrome after errors

If you have problems after deleting (e.g., the Google Play Store or YouTube is not working), return Chrome in one of the following ways:

  • πŸ”„ Through ADB: adb shell cmd package install-existing com.android.chrome
  • πŸ“₯ Through APK-Download the latest version of Chrome with APKMirror and install manually.
  • πŸ”§ Through resetting settings: Settings β†’ Additionally. β†’ Recovery and discharge β†’ Resetting settings (deletes all data!).

If Chrome is not recovering, check firmware integrity:

  1. Go to Settings β†’ About the phone β†’ System update.
  2. Click on the three dots in the top right corner and select Update Checker.
  3. If an update is available, install it.

πŸ’‘

Before resetting the settings, remove SIM-card and memory card to avoid accidental formatting.

Alternative browsers for Xiaomi Redmi 8

If you have removed Chrome, install one of the optimized browsers:

browserAdvantagesCons
FirefoxPrivacy, synchronization, add-onsHigher RAM consumption
BraveBlocking ads, fast downloadingLess stable on weak devices
Mi BrowserOptimized for MIUI, lightweightXiaomi Data Collection
DuckDuckGoMaximum privacyLimited functionality

For installation:

  1. Download APK from the official browser site.
  2. Allow installation from unknown sources: Settings β†’ Applications β†’ Special Access β†’ Install unknown applications.
  3. Set the file and configure as the default browser.

Frequent mistakes and decisions

When you delete Chrome, Redmi 8 users face typical problems:

  • 🚫 "Failed to remove the package in ADB: Solution: check if the packet name (com.android.chrome) is entered correctly.If the error persists, restart the phone and repeat the command.
  • πŸ”„ Chrome is recovering after an update MIUI: Solution: Turn off automatic update of system applications in Settings β†’ Annexes β†’ Chrome β†’ Three points. β†’ Turn off auto-update.
  • ⚠️ Google Services Are Not Working: Solution: Restore Chrome through Google ADB Or install it manually (see section above).

If none of the methods worked, your MIUI firmware may block the changes, in which case only reflashing to a custom version (like LineageOS) will help, but this requires unlocking the bootloader and Fastboot skills.

πŸ’‘

On Xiaomi Redmi 8 with MIUI 12+, removing Chrome via ADB works 90% of the time, but may require re-connecting the debugging after a reboot.

FAQ: Answers to Frequent Questions

Can I delete Chrome without a computer?
Yes, but only if you have root rights. You can't delete them completely, you can only turn them off through settings. Alternatively, use apps like Debloater (requires ADB but is managed from your phone).
Why did Chrome stop updating apps after it was removed?
Some versions of the Google Play Store depend on Chrome components (e.g. for in-store web browsing).Solution: Restore Chrome or install an alternative app store, such as the Aurora Store.
How to check if Chrome has been completely removed?
Enter the command to ADB: adb shell pm list packages | grep chrome If the answer is blank, the application is removed. Also check /system/app and /data/app folders through root explorer.
Can I uninstall Chrome on Redmi 8 with MIUI Global?
Yes, but the global firmware versions often have additional restrictions. ADB-The team is not working, try to first roll back to an earlier version. MIUI via Fastboot.
What if the contacts and synchronization disappeared after removal?
Google contacts and data sync is not dependent on Chrome, but sometimes crashes occur due to a breach of the integrity of Google Play Services.Solution: Go to Settings β†’ Accounts β†’ Google. Delete your account and add it again. Update Google Play Services through the Play Store.