Google Chrome is pre-installed on most Xiaomi, Redmi and POCO smartphones as a system application. Even if you don't use it, it takes up space in memory, updates in the background and can affect the autonomy of the device. Delete it in the standard way (via Settings β Applications) usually does not work - the "Delete" button is simply inactive.
In this article, we will discuss all working methods for removing Chrome from Xiaomi devices based on MIUI (including versions 12-14) and HyperOS. From simple shutdown tricks to radical ways through ADB and manual editing of system files.
Why canβt Chrome be removed in the standard way?
The reason is an agreement between Google and Android device makers, which requires the company to pre-install its services (including Chrome, YouTube, Play Store) in exchange for access to Google Mobile Services (GMS).
- π Use the official Play Store;
- π± Sync Contacts and Emails through Google Account;
- πΊοΈ Find your location accurately through Google Location Services.
On Xiaomi, Chrome is integrated into the system as com.android.chrome and marked as a system application.
β οΈ Attention: Complete removal of system APK may disrupt MIUI For example, on some Redmi models, the Open Link feature in other browsers stops working after Chrome is deleted.
But there are workarounds, from soft shutdowns to hard uninstallation, while maintaining the functionality of the system, and then we'll look at them in order of complexity.
Method 1: Turn off Chrome without removing (no root)
The safest method is to deactivate the browser so it doesnβt start or update. This wonβt free up memory completely, but will stop background processes. The instruction is suitable for all Xiaomi, Redmi and POCO models on MIUI 12-14 and HyperOS.
Steps:
- Open Settings β Applications β Application Management.
- In the search box, type Chrome (or com.android.chrome).
- Slip on the browser icon and select Disable (or Remove Updates if the button is active).
- Confirm the action in the dialog window.
After the shutdown:
- π Chrome will disappear from the app menu;
- π Stop updating through the Play Store;
- π± Will not consume resources in the background.
β οΈ Attention: On some firmware MIUI After disabling Chrome, links from other applications (for example, Telegram or WhatsApp) can be opened in the browser. MIUI Browser or make an error. To avoid this, install an alternative browser (such as Firefox) and assign it to the default browser in the settings.
βοΈ Preparing for Chrome Shutdown
Method 2: Remove via ADB (without root but with PC)
If you donβt have enough shutdowns, you can delete Chrome via Android Debug Bridge (ADB). This method does not require root rights, but you will need a computer and USB-This is suitable for most Xiaomi models, except for devices with locked devices. OEM unlock (for example, some of the POCO for the Chinese market).
What you need:
- π₯οΈ Computer with Windows/macOS/Linux;
- π± USB-cable (preferably original);
- π§ Utility. ADB Tools by Google;
- π Included debugging by USB smartphone.
Step-by-step:
- Activate USB debugging: Go to Settings β About Phone; Tap 7 times on the MIUI Version (you will receive a notification βYou became a developerβ); Return to Settings β Additional β For Developers; Enable USB debugging and confirm permission.
- Connect your smartphone to your PC: Select File Transfer (MTP) mode; On your PC, open the command prompt (cmd in Windows or Terminal on macOS/Linux); Go to the folder with ADB (e.g., cd C:\platform-tools).
Check the connection:
adb devicesThe name of your device with device status should appear.
Delete Chrome:
adb shell pm uninstall -k --user 0 com.android.chromeIf the team doesnβt work, try:
adb shell pm disable-user --user 0 com.android.chromeOn HyperOS devices, an additional command may be required to unlock the package:
adb shell cmd package uninstall -k --user 0 com.android.chrome| Xiaomi model | Support ADB-removal | Notes |
|---|---|---|
| Redmi Note 12/13 | β Yes. | Requires OEM unlocking in For Developers |
| POCO F5/X5 | β Yes. | The global firmware works without problems |
| Xiaomi 13/14 | β οΈ Partially. | HyperOS may require a rollback to MIUI 14 |
| Black Shark 5/6 | β No. | Blocked by the manufacturer (game devices) |
β οΈ Attention: After removal through ADB Chrome will disappear from the system, but its cache and data will remain in memory. To clear them, use the command: adb shell pm clear com.android.chrome This will free up to 200-500 MB of space, depending on the model.
π‘
If links stop opening after Chrome is deleted, install an alternative browser (such as Kiwi Browser) and activate the Open Supported Links option in its settings.
Method 3: Complete removal with root rights (for advanced)
If youβre willing to take risks, getting root rights will allow you to delete Chrome without a trace.
- π§ The bootloader has already been unlocked;
- π² Install custom recovery (TWRP);
- π‘οΈ Ready for possible loss of warranty.
Instructions:
- Install Magisk or another root manager.
- Download a root-enabled file manager (such as Root Explorer or FX File Explorer).
- Go to /system/priv-app/PrebuiltGmsCore/ or /system/app/Chrome/
- Delete files: Chrome.apk Chrome.odex (if any) Lib folder (if present)
Reset the device.
Advantages of the method:
- π§Ή Complete removal without traces;
- π Free up to 1 GB of memory (including updates);
- π« Unable to recover through Play Store.
Risks:
- β οΈ Disruption of Google Services;
- π Possible errors in the update MIUI;
- π΅ Loss of WebView-dependent features (on some firmware).
What if Google Services stopped working after deletion?
Method 4: Hiding Chrome through the MIUI-chips (without removal)
If you don't want to delete Chrome, but it interferes with the app menu, you can hide it using built-in MIUI or HyperOS functions. This method does not affect performance, but makes the interface cleaner.
Option 1: Hiding in the launcher
- Press the Chrome icon on the home screen;
- Choose Remove (or Hide, depending on the shell version)
- Confirm the action.
Option 2: Disable in the βDual Applicationsβ (for MIUI 13+):
- Go to Settings β Applications β Dual applications;
- Find Chrome in the list;
- Turn off the switch next to his name.
Option 3: Use of Second Space
Create a second working profile without Chrome:
- Open the Settings. β Second Space;
- Set up a new profile;
- In the main space, turn off Chrome (see Method 1).
π‘
Hiding Chrome doesnβt free up memory, but it does remove it from view and prevent accidental launches, a method ideal for users who want to keep Google services functional but donβt want to see the browser in the interface.
What to do if Chrome is back after the update?
On Xiaomi devices, after updating MIUI or HyperOS, pre-installed apps (including Chrome) can be restored automatically.
- π¦ The firmware contains the original set APK;
- π Google Play Services may reinstall system applications;
- π§ Some security updates reset changes to the /system.
How to prevent Chrome from returning:
- Turn off automatic updates: Open Play Store β Settings β Auto-Update apps; Select Never.
- Freeze the package: Use apps like App Quarantine or Package Disabler; add com.android.chrome to the frozen list.
- Remove it via Magisk: Install Universal GMS Doze or Debloater; Activate it in Magisk Manager.
If Chrome is back, repeat Method 2 (ADB) or Method 3 (root) before you do this.
β οΈ Note: Before re-deleting, check the firmware version in Settings β On the phone, HyperOS is the way to system APK may differ MIUI. For example, on Xiaomi. 14 Chrome may be in the same place. /product/priv-app/.
Alternative browsers for Xiaomi: what to install instead of Chrome?
After removing Chrome, it is important to choose a reliable replacement. 5 Best browsers for Xiaomi, optimized for MIUI/HyperOS:
| browser | Advantages | Deficiencies | Reference |
|---|---|---|---|
| Firefox | π Privacy, synchronization, expansion | π’ Slower Chrome on weaker devices | Play Market |
| Brave | π Quick, ad blocking, crypto wallet | π High RAM consumption | Play Market |
| Kiwi Browser | π§ Support for Chrome extensions, lightweight | π οΈ Rare updates | Play Market |
| Opera | π± Built-in VPN, turbo | π Data collection for personalization | Play Market |
| MIUI Browser | π Optimized for Xiaomi, lightweight | π Lack of synchronization with PC | Pre-installed |
For maximum performance on budget Redmi (for example, Redmi 10A or POCO M5), we recommend Kiwi Browser or Firefox Lite. On flagships (Xiaomi 13T, POCO F5 Pro), you can use Brave or Opera with a VPN enabled.
How to assign the default browser:
- Open Settings β Applications β Application Management;
- Select the desired browser;
- Tap to open by default β Clear the settings;
- When you next open the link, select a new browser and mark Always.