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:
- Open Settings β Applications β Application Management.
- In the search bar, type Chrome and select the app.
- Click Disable (or Remove Updates if the button is active).
- 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
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:
- Download ADB Tools and unpack the archive.
- On your phone, activate Developer Mode: go to Settings β About Phone and click on MIUI Version 7 times.
- Return to Settings β Additional β For developers and enable USB debugging.
- Connect Redmi 8 to your PC and type in the command line (from the ADB folder): Adb devices Make sure the device is defined.
- Execute the deletion command: adb shell pm uninstall --user 0 com.android.chrome
| Team team. | Description | The result |
|---|---|---|
| adb shell pm list packages | grep chrome | Checking for Chrome availability | Displays package:com.android.chrome |
| adb shell pm uninstall --user 0 com.android.chrome | Removal for the current user | Chrome disappears from the menu |
| adb shell pm disable-user com.android.chrome | The alternative is shutdown | The 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.chromeMethod 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:
- Open the application and provide root access.
- Find Google Chrome in the list.
- Choose Delete! (Do not Freeze).
What to do if Google Play is lost after deleting?
β οΈ 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:
- Go to Settings β About the phone β System update.
- Click on the three dots in the top right corner and select Update Checker.
- 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:
| browser | Advantages | Cons |
|---|---|---|
| Firefox | Privacy, synchronization, add-ons | Higher RAM consumption |
| Brave | Blocking ads, fast downloading | Less stable on weak devices |
| Mi Browser | Optimized for MIUI, lightweight | Xiaomi Data Collection |
| DuckDuckGo | Maximum privacy | Limited functionality |
For installation:
- Download APK from the official browser site.
- Allow installation from unknown sources: Settings β Applications β Special Access β Install unknown applications.
- 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.