Google Chrome is pre-installed on most Xiaomi smartphones and often runs in the background, consuming battery power and traffic. Many users want to remove it, either because of excessive resource consumption or to install alternative browsers like Firefox or Brave. However, standard removal through the application menu is often not available: the system gives an error "You can not delete the system application."
In this article, we will discuss 5 working ways to remove Chrome from Xiaomi (including models on MIUI 12-15 and HyperOS), from simple to advanced β using ADB, disabling through settings and even manually deleting application files.
Why canβt Chrome be removed in the standard way?
On Xiaomi smartphones, Google Chrome is a system application (even if installed as an update via Google Play).
- π Application protected by rights system/priv-app and cannot be deleted without the rights of a superuser (root) or special commands.
- π¦ Even after "deleting" through Settings β Chrome Apps May Recover After Google Play Services Reboot or Update.
- π Certain functions MIUI (For example, bookmark sync or quick search depend on Chrome components.
Moreover, since MIUI 14, Xiaomi has integrated Chrome deeper into the system: it is used to display web content in some system windows (for example, when logging into a Mi Account).
- π« Errors when logging into Google Account.
- π Unworking search in Settings β Memory. β Cleanup.
- π± Failures when opening links from other apps (such as Telegram or WhatsApp).
β οΈ Note: If you use Xiaomi with firmware for the Chinese market (China) ROM), Chrome can be replaced with Mi Browser, in which case deleting Chrome will not affect the stability of the system, but it will not free up space - the application is simply absent.
Method 1: Disable Chrome through Settings (without root)
The safest method is not to delete Chrome completely, but to disable it and hide it from the menu.This will stop background activity and prevent automatic updates, but leave system files intact. Suitable for users who want to save battery power without the risk of crashes.
Instructions:
- Open Settings β Applications β Application Management.
- In the search bar, type Chrome and select the app.
- Click Disable (if the button is inactive, click Stop first).
- Confirm the action in the dialog window.
After the shutdown:
- π΅ Chrome will disappear from the app menu and stop running automatically.
- π Updates via Google Play are blocked.
- π Links will open in the browser by default (set it in Settings). β Annexes β Default applications).
β οΈ Attention: On some firmware MIUI After disabling Chrome, the ability to open may be lost PDF-files from email attachments. In this case, install an alternative app to view PDF (For example, Adobe Acrobat).
βοΈ Preparing for Chrome Shutdown
Method 2: Remove Chrome Updates (Free Space)
If Chrome isnβt removed as a system app, you can return it to the factory version by removing all updates, which will free up up to 100-150 MB of memory and turn off background activity, but the app itself will remain on the system.
How to do this:
- Go to Settings β Applications β Application Management β 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 on the phone.
- (Optional) Turn off automatic Chrome updates in Google Play: Open Google Play, search for Chrome. Click on three dots β Remove from the update list.
Advantages of the method:
- π Frees up space occupied by updates.
- π‘οΈ Does not break system functions MIUI.
- π You can return updates at any time.
Disadvantages:
- π Chrome will remain on the system and can be updated when resetting.
- π Some web pages may be opened with errors (an outdated version of the Chromium engine).
π‘
If Chrome continues to update after you delete the updates, check Google Play settings: it may have enabled automatic updates for all apps. Turn it off in Play Store Settings β App Auto Update.
Method 3: Remove Chrome through ADB (without root)
For users willing to use ADB (Android Debug Bridge), there is a way to completely remove Chrome without superuser rights.This works on most Xiaomi devices, except models with a locked bootloader (for example, the Redmi Note 12 for the Chinese market).
What you need:
- π₯οΈ Computer with drivers installed ADB and Fastboot.
- π± Included debugging by USB on the phone (Settings) β The phone. β Version. MIUI β 7 times press to unlock Developer Settings, then enable Debugging by USB).
- π Cable USB (preferably original).
Step-by-step:
- Connect the phone to the PC and confirm the debugging permission.
- Open the command prompt (cmd on Windows or Terminal on macOS/Linux) and type:
adb devicesIf the device appears in the list, follow the command to delete Chrome:
adb shell pm uninstall --user 0 com.android.chromeFor devices with MIUI 14+, an alternative command may be required:
adb shell pm uninstall -k --user 0 com.android.chromeResult:
- β Chrome will be removed for the current user (without affecting system files).
- β οΈ When you reset or update your firmware, Chrome may return.
- π§ If the team doesnβt work, try replacing com.android.chrome with com.chrome.
| Xiaomi model | Supports ADB-removal? | Notes |
|---|---|---|
| Redmi Note 10/11/12 | β Yes. | It may be necessary to unlock the loader. |
| POCO X3/X4/X5 | β Yes. | On the POCO X5, HyperOS only works with the -k flag. |
| Mi 11/12/13 | β οΈ Partially. | Some firmware requires you to disable MIUI Optimization. |
| Black Shark 4/5 | β No. | Blocked by the manufacturer. |
β οΈ Note: On HyperOS devices (e.g. Xiaomi) 14) team ADB may return the error DELETE_FAILED_DEVICE_POLICY_MANAGER. In this case, try first disabling the Chrome Administrator Device in the security settings.
What if the ADB canβt see the device?
Method 4: Manually delete Chrome files (root required)
For users with unlocked bootloader and root rights, Chrome can be completely deleted by deleting its files from system folders, which irreversibly deletes the application and can cause Google services to crash, but it is guaranteed to free up space.
Instructions:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Go to /system/priv-app/Chrome or /system/app/Chrome.
- Delete all files with the.apk and.odex extensions.
- Clear the Chrome cache and data to /data/data/com.android.chrome.
- Reset the device.
After removal:
- ποΈ Free up to 200-300 MB of memory.
- π§ Some features of Google Play Services may not work properly (e.g. autofill forms).
- π When you update the firmware Chrome may return.
Alternative method (via Terminal with root):
su
mount -o rw,remount /system
rm -rf /system/priv-app/Chrome
rm -rf /data/data/com.android.chrome
rebootβ οΈ Note: On devices with Dynamic Partitions (e.g. Xiaomi) 12T) manual removal of system applications can result in a bootloop ( looped reboot).Before deleting, back up the system partition via TWRP.
Method 5: Replace Chrome with an alternative browser (optimum)
If the goal is not so much to remove Chrome as to get rid of its shortcomings (high battery consumption, data collection, advertising), the best option is to disable Chrome and install an alternative.
The best alternatives for Xiaomi:
| browser | Advantages | Deficiencies |
|---|---|---|
| Brave | Ad blocking, high speed, Tor support. | Increased RAM consumption. |
| Firefox | Open code, PC sync, extensions. | Slower Chrome on weaker devices. |
| Kiwi Browser | Chrome extensions support, lightweight. | Rare updates. |
| Mi Browser | Optimized for MIUI, low power consumption. | Data collection, limited functions. |
How to replace Chrome:
- Install the selected browser from Google Play.
- Open Settings β Applications β Default Applications β Browser.
- Select a new browser as the default application.
- Turn off Chrome (see Method 1).
Additional settings to save battery:
- π In the settings of the new browser, turn off Background Synchronization.
- π‘ Limit the use of mobile data in Settings β SIM-maps and mobile networks β Using traffic.
- π‘οΈ Enable ad blocking (in Brave or through Firefox extensions).
π‘
Replacing Chrome with an alternative browser is the safest way to get rid of its flaws without risking system stability.
What happens if you completely remove Chrome from Xiaomi?
Deleting Chrome completely can have unexpected consequences, especially on MIUI 14+ and HyperOS firmware, where the browser is integrated into system processes.
- π No links from other apps (e.g. Telegram or Gmail) are opened.
- π Authorization errors in Google services (for example, when logging into YouTube or Gmail via a web interface).
- π± Google Play Services malfunctions, including notifications and geolocation.
- π Previews are not working. PDF and some functions of settings β Memory.
On some devices (such as POCO F4), the system launcherβs quick search stops working after Chrome is deleted, which is because MIUI uses Chrome components to display web results.
How to minimize the risks:
- π§ Before deleting, assign the browser by default (for example, Firefox).
- π₯ Install Android System WebView from Google Play β this will help you avoid crashes when opening links.
- π Create a backup through Mi Cloud or TWRP troubleshooting.