Google Chrome is pre-installed on most Xiaomi smartphones as a system application, and it cannot be removed by standard methods through the Apps menu. This creates problems for users who prefer alternative browsers (Firefox, Brave, Mi Browser) or want to free up space in memory. In this article, we will discuss 5 working methods - from simple disabling to complete removal through ADB, including nuances for MIUI 14/15 firmware and the new HyperOS.
Itβs important to understand that on some Xiaomi models (such as the Redmi Note 12 Pro+ or Xiaomi 13 Ultra), Chrome is integrated into Google Play services, and removing it could disrupt other applications. We will describe the risks of each method in detail and give recommendations for system recovery if you are not sure about your actions, start with the safest options (sections 1β2).
1. Disable Chrome without deleting (the safest way)
If you just need to hide your browser and prevent it from automatically updating, this is the best way to do it. It doesn't require superuser rights and it's reversible at any time.
Go to Settings β Applications β App Management and find Google Chrome in the list. Click on it, then select:
- π Disable β the application will disappear from the menu, but will remain in the system.
- π« Remove updates - return the browser to the factory version (saves) ~100β150 MB).
- π₯ Prohibit background activity - in Battery consumption β Limitations.
After disabling Chrome will stop appearing in the list of applications and consuming resources.However, it will remain in the device's memory and can be activated again through settings or after a phone reset.
β οΈ Attention: On some firmware MIUI After disabling Chrome, you may lose the ability to open links from other applications (for example, from Telegram or WhatsApp), in which case, install an alternative browser and assign it to the default browser in the system settings.
2.Remove Chrome Updates via Settings
Even if you canβt uninstall the app itself, you can reset it to the factory version, freeing up to 150-200MB of storage, a technique that works on all Xiaomi models, including POCO and Black Shark.
Instructions:
- Open Settings β Applications β Application Management β Google Chrome.
- Click on the three dots in the top right corner and select Remove Updates.
- Confirm the action. The app will return to the version preinstalled in the factory.
Then, stop automatically updating Chrome in Google Play β Settings β Auto-Update apps (select βDo not update automaticallyβ).
| Xiaomi model | The factory version of Chrome | Size after removal of updates |
|---|---|---|
| Redmi Note 11 Pro+ | 100.0.4896.79 | ~50MB |
| Xiaomi 12T Pro | 103.0.5060.71 | ~65MB |
| POCO F5 | 105.0.5195.79 | ~70MB |
| Xiaomi 13 Lite | 108.0.5359.128 | ~75MB |
If Chrome continues to update after reset, check your Google account settings: sometimes updates are installed through Google Play Services even when auto-update is disabled.
3. Remove Chrome via ADB (for power users)
This method allows you to completely remove Chrome as a system application, but requires a computer connection and the use of a tool. ADB (Android Debug Bridge is suitable for firmware MIUI HyperOS, but may disrupt some features (e.g. sync with your Google account).
What you need:
- π₯οΈ Computer with Windows/macOS/Linux.
- π USB-cable (preferably original).
- π¦ Installed drivers Xiaomi and ADB Tools.
- π§ Included debugging by USB (Settings β The phone. β Version. MIUI β 7 times press to unlock the developer mode, then turn on Settings β Additionally. β For developers).
Step-by-step:
1. Connect the phone to the PC and open the command line (Terminal).
2. Enter a command to check the connection:
adb devices
(The name of your device should appear).
3. run the command to delete Chrome:
adb shell pm uninstall --user 0 com.android.chrome
4. Reboot the phone.β οΈ Note: Some models (Xiaomi 13 Pro, Redmi) K60 Ultra) after deleting Chrome may stop working: - Open links from other applications (resolved by assigning another browser by default). - Synchronize bookmarks and passwords through a Google account (if Chrome was used). - Some features of Google Assistant.
USB debugging enabled
Installed ADB Tools on PC
Backup of important data is made
Battery charge > 50%
Original connected USB-cable-->
4.Remove Chrome on rooted devices
If your Xiaomi has root rights (for example, after unlocking the bootloader and installing Magisk), you can uninstall Chrome as a regular application using a root-enabled file manager (such as Root Explorer or FX File Manager).
Instructions:
- Open the file manager and go to /system/priv-app/PrebuiltGmsCore or /system/app/Chrome.
- Find files with names: Chrome.apk Chrome.odex (if any) Lib folder with Chrome libraries.
.bak
Reset the device.
The advantage of this method is complete deletion without traces, but it requires caution: an error when deleting system files can lead to bootloop (locked phone turn on).
What to do if your Chrome phone doesnβt turn on after you delete it?
5. Alternative method: Replacing Chrome with Mi Browser
If you donβt need to completely delete Chrome, but just want to use another browser, Xiaomi offers its own solution, the Mi Browser, which is pre-installed on all devices and can become a replacement for Chrome without risk to the system.
How to make Mi Browser the default browser:
- Open Settings β Applications β Default Applications β Browser.
- Select Mi Browser from the list.
- Disable or remove Chrome updates (see Section 2).
Method 2: Through ADB (if Chrome was removed as a system application)
adb shell cmd package install-existing com.android.chromeIf neither method works, itβs just factory resets or flashing the phone through Fastboot. On HyperOS models (like Xiaomi 14), Chrome recovery may require installing a full Google Apps (GApps) package.
π‘
Before you delete Chrome, make sure to check if it is used for authorization in banking applications or enterprise services.Some applications (such as SberBank Online or Tinkoff) may require Chrome to run web versions.