Google Chrome is pre-installed on most Xiaomi Redmi 9 smartphones as part of the Google Mobile Services (GMS) suite. However, many users prefer alternative browsers - MIUI Browser, Firefox or Brave - because of less memory consumption or better privacy.The problem is that standard deletion through the app menu often doesn't work: the Remove button is inactive, and after uninstalling updates, the browser returns after rebooting.
In this article, you will find 5 proven ways to get rid of Chrome on Redmi 9 β from simple disabling to complete deletion of system files (including methods for root-enabled devices). We will also discuss how to disable automatic browser recovery via Google Play, and provide a table comparing methods by complexity and effectiveness. If you are tired of unnecessary software taking up space in memory, read on.
Why canβt Chrome be removed in the standard way?
On Xiaomi Redmi 9 (as on other MIUI smartphones), Google Chrome is a system application, meaning it is integrated into firmware and is uninstallable. Here are the key reasons:
- π Google License Agreement: Xiaomi must include a basic set of apps GMS (including Chrome, YouTube, Play Market for device certification.
- π¦ System Dependencies: Some Functions MIUI (For example, the web preview in the Share menu uses Chrome components.
- π Automatic Recovery: Google Play can re-install remote system applications when checking integrity.
Even if you delete Chrome updates through Settings β Apps, the device will still have a factory version of the browser (usually outdated), which cannot be uninstalled without additional actions.
Method 1: Turn off Chrome without deleting (for beginners)
If you do not need to completely erase the browser, but just hide it from the menu and stop background processes, use the built-in MIUI tools:
- Open Settings β Applications β Application Management.
- Find Google Chrome in the list and tap it.
- Click βDisableβ (the button will become active if the browser has not been updated).
- Confirm the action in the dialog window.
After the shutdown:
- π± Chrome icon will disappear from the app menu.
- βοΈ Background processes of the browser will be stopped (saves up to 100-150 MB of RAM).
- π When the device is restarted, the browser will not recover (unlike removing updates).
β οΈ Note: Chrome disabled can automatically turn on after updating Google Play Services. To avoid this, block browser updates in the Play Market β Chrome β Three points. β Remove updates β Turn off auto-update.
βοΈ Preparing for Chrome Shutdown
Method 2: Remove updates and block them via ADB
This method is suitable for users who are ready to use the Android debugging bridge (ADB).It allows you to completely delete user data and Chrome updates, returning the browser to the factory version, and then block its recovery.
You'll need:
- π» Computer with installed ADB Tools.
- π± Included debugging by USB Redmi 9 (Settings) β The phone. β Version. MIUI β Tap 7 times, then go back to Settings β Additionally. β For developers β Debugging by USB).
- π USB-cable (preferably original).
Steps:
- Connect your smartphone to your PC and confirm the debugging permission on your phone screen.
- Open the command line (Windows) or terminal (macOS/Linux) in the adb folder.
- Follow the commands in turn: adb shell pm uninstall -k --user 0 com.android.chrome
- Reset the device.
If the team fails (failure error) [DELETE_FAILED_INTERNAL_ERROR]), Try an alternative option:
adb shell pm disable-user --user 0 com.android.chromeβ οΈ Attention: After use ADB Some system functions (e.g., opening links from other applications) may be redirected to MIUI Browser.To fix this, install an alternative browser and assign it to the default app in the settings.
π‘
If ADB doesnβt recognize the device, try reinstalling Xiaomi drivers or using the adb kill-server command and then adb start-server in the terminal.
Method 3: Completely remove Chrome with root rights
If your Redmi 9 has an unlocked bootloader and root rights (like through Magisk), you can physically delete Chrome system files.This method is the most radical and irreversible, but guarantees 100% results.
Instructions:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Go to /system/priv-app/PrebuiltGmsCore//system/app/Chrome/ (paths may vary depending on the version of MIUI).
- Remove the Chrome and WebViewGoogle folders (if any).
- Clear the cache and data to /data/app/com.android.chrome*.
- Reset the device.
After removal:
- β Chrome will disappear from the system forever.
- β οΈ Some apps (such as Gmail) may not work properly because they use Chrome components to display web content.
- π§ To restore the browser, you will need to reflash the device.
| Method | Difficulty | Root is required. | Efficiency | Risks. |
|---|---|---|---|---|
| Shutdown | β | β No. | Hiding the icon, stopping the process | May be activated after the update |
| ADB | ββ | β No. | Remove updates, block recovery | Requires PC and debugging over USB |
| Root removal | βββ | β Yes. | Complete removal without possibility of recovery | Risk of disrupting other applications |
π‘
Use root-rights only if you are confident in your actions. Incorrect deletion of system files can lead to bootloop (a looped device reboot).
Method 4: Replacing Chrome with MIUI Browser by default
If your goal is not to delete Chrome, but to simply stop using it, assign another browser to the default app. This will prevent automatic link opening in Chrome.
How to do this:
- Install an alternative browser (such as MIUI Browser or Firefox).
- Open Settings β Applications β Application Management β Chrome.
- Click βOpen by defaultβ β βClear default settings.β
- Open any link (such as Telegram or WhatsApp) and select a new browser in the dialog box.
- Check the "Always" box.
In addition:
- π Turn off Chrome in Google account settings (Settings) β Accounts. β Google β Synchronization β uncheck the box with βChromeΒ»).
- π΅ Disable the browser from accessing the Internet in Settings β Mobile network β Using traffic.
What if links are still open in Chrome?
Method 5: Use of third-party utilities (without root)
If manual methods seem complicated, use specialized utilities to remove system applications. One of the most popular solutions is App Inspector (available on the Play Market).
Step-by-step:
- Download and install App Inspector or System App Remover.
- Give the application ADB rights (follow the instructions in the utility).
- Find Google Chrome in the list of system applications.
- Select the option βUninstall for userβ (Uninstall for user).
- Confirm the action and restart the device.
Advantages of the method:
- π οΈ No manual input required. ADB-team.
- π Allows you to remove other unnecessary system applications (e.g. Google Duo or YouTube Music).
- π Supports Recovery of Remote Applications.
β οΈ Note: Some utilities (e.g. Debloater) require a PC connection and may contain ads.Before using, check the reviews in the Play Market and the permissions the app requests.
What if Chrome is back after deleting?
If Chrome has recovered from a reboot or update to Google Play Services, follow these steps:
- Turn off auto-update: Open Play Market β Find Chrome β click on three dots β Disable Auto-Update.
- Freeze the app: Use utilities like Titanium Backup (requires root) or App Quarantine to block Chrome.
Remove the Google Play Services cache
- Go to Settings β Applications β Google Play Services β Storage β Clear cache.
If the problem recurs, it could be Googleβs policy to force system applications to be restored on certified devices, in which case the only radical way is to install custom firmware (like LineageOS), but this would require unlocking the bootloader and losing warranty.