Are you tired of Google Chromeβs annoying notifications, constant background processes, or just want to make room for Xiaomi? Completely removing this browser from Android devices is not an easy task.The fact is that on most Xiaomi smartphones (especially with MIUI firmware), Chrome is sewn into the system as a system application, and the standard removal through the Apps menu simply hides its icon, without freeing up memory.
In this article, we will discuss 5 working methods, from basic disabling to deep deletion via ADB and MIUI Hidden Settings. You will learn how to stop automatic browser recovery after updates, than replace Chrome without loss of functionality, and why some models (for example, Redmi Note 12 or POCO X5) standard methods do not work. All instructions tested on MIUI 12-14 and Android 10-14.
We warn you in advance: completely removing system Chrome can disrupt some Google services (for example, synchronizing passwords or push notifications).If you only need a browser for rare tasks, you just need to turn it off and replace it with an alternative like Firefox or Brave.
Why Chrome Cannot Be Deleted in the Standard Way
On Xiaomi smartphones (as on other Android devices), Google Chrome is classified as a privileged system application.
- πΉ It's set in a section. /system/priv-app, Protected from change without root rights.
- πΉ The system automatically restores Chrome after Google Play Services updates or resets.
- πΉ Even after βdeletingβ the application menu leaves cache and data (up to 500 MB on some models).
- πΉ On devices with Google Mobile Services (GMS) Chrome is linked to other services (e.g. Google Pay or YouTube).
Manufacturers (including Xiaomi) do not provide standard tools for the complete removal of system applications for two reasons:
- License agreements with Google are a prerequisite for pre-installing GMS on Android devices.
- System Stability β Removing key components can cause errors in other applications.
However, there are workarounds. Below we will look at methods from the simplest (disconnect) to the radical (delete via ADB).
π‘
Before any manipulation of system applications, back up your data via Settings β Google β Backup or Mi Cloud. This will save you from losing contacts, photos and settings if something goes wrong.
Method 1: Turn off Chrome without deleting (safe method)
If you donβt have to physically delete your browser, but just hide it and stop background activity, this method is for you. It works on all Xiaomi models (including Redmi 10, POCO F4, Xiaomi 13) and does not require root rights.
Steps:
- Open Settings β Applications β Application Management.
- In the search bar, type Chrome and select the app.
- Click Disable (or Remove Updates if the Disable button is inactive).
- Confirm the action in the dialog window.
What does it mean?
- β Chrome icon will disappear from the app menu.
- β Browser will stop updating through Google Play.
- β com.android.chrome Background Processes Will Be Stopped.
Limitations:
- β The next major update MIUI Google Play Services Chrome may be restored.
- β Place on the disk (/data/app) never free.
βοΈ Preparing for Chrome Shutdown
Method 2: Remove updates and reset to factory version
If Chrome was pre-installed by the manufacturer, nolater has been updated through Google Play, you can return it to the factory version, which takes up significantly less space (usually ~50MB vs. 200β300MB after updates).This method does not require root rights and is suitable for most devices on MIUI.
Instructions:
- 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 system will return the browser to the version that was when you bought the phone.
- (Optional) Turn off auto-update for Chrome in Google Play:
Advantages of the method:
- π Frees up to 200 MB of memory.
- π‘οΈ Does not disrupt other Google services.
- π It is easy to return the updated version if necessary.
β οΈ Note: Some Xiaomi models (e.g. Redmi) 9A or POCO M3) The factory version of Chrome may be outdated and contain security vulnerabilities. If you are actively using the browser, it is better to manually update it.
Method 3: Remove via ADB (for advanced users)
If youβre willing to take drastic measures, Android Debug Bridge (ADB) will allow Chrome to be completely uninstalled, including system files.This method requires connecting your phone to a PC and basic command line knowledge.
What you need:
- π₯οΈ Computer with Windows/Linux/macOS.
- π USB-cable (preferably original).
- π₯ Utility. ADB (Download from the official Android website).
- π§ Included debugging by USB on the phone (Settings) β The phone. β Version. MIUI β 7 times press to activate the developer mode, then Settings β Additionally. β For developers β Debugging by USB).
Step-by-step:
1. Connect the phone to the PC and confirm debugging on the smartphone screen.
2. Open the command line (or Terminal) and check the connection:
adb devices
(Your device serial number should appear)
3. run the command to delete Chrome:
adb shell pm uninstall -k --user 0 com.android.chrome
4. Reboot the phone.What's going on?
- ποΈ The application is removed for the current user (--user 0).
- π After the reboot, Chrome will disappear from the system, but its files will remain in the system. /system (They won't take up space).
- π« Automatic recovery is unlikely, but possible when resetting settings.
| Xiaomi model | Support ADB-removal | Risk of recovery |
|---|---|---|
| Redmi Note 11/12 | β Yes. | Low. |
| POCO X3/X4 | β Yes. | Medium (after MIUI update) |
| Xiaomi 12/13 | β οΈ Partially (requires unlocking the bootloader) | High-pitched |
| Redmi 9/10 | β Yes. | Low. |
β οΈ Attention: On devices with MIUI 14 and later, pm uninstall may not work due to enhanced protection of system applications. In this case, try the alternative command: adb shell cmd package install-existing com.android.chrome or use Method 4 with MIUI Hidden Settings.
Method 4: Use MIUI Hidden Settings (without root)
MIUI firmware contains hidden settings that allow you to manage system applications without ADB. This will require the MIUI Hidden Settings app (available on 4PDA or XDA Developers).
Instructions:
- Download and install. APK-file MIUI Hidden Settings (the version should match yours) MIUI).
- Open the application and grant access rights.
- Go to Manage Applications (or Application Management)
- Find Chrome in the list and select Uninstall (or Disable).
- Confirm the action and restart the phone.
Advantages of the method:
- π§ It does not require a PC connection.
- π± It works on most versions. MIUI (including 12-14).
- π You can return Chrome at any time through the same app.
Disadvantages:
- β οΈ Annex MIUI Hidden Settings is not official β download only from proven sources.
- π After updating MIUI You may need to re-configure.
What if MIUI Hidden Settings is not working?
Method 5: Complete root-right removal (expert level)
If you are willing to root, this will open up access to the complete removal of Chrome, including system files, but this method has serious risks:
- π¨ Loss of warranty on most Xiaomi models).
- π‘οΈ Risk of "bricking" the device in case of error.
- π Disruption of Google Pay, Netflix and other apps that require SafetyNet.
If you do decide, follow the instructions:
- Unlock the bootloader through the official Xiaomi tool (requires a Mi Account and wait 7-30 days).
- Install custom recovery (TWRP or OrangeFox).
- Please use Magisk to obtain root rights.
- Use a root-enabled file manager (e.g., Root Explorer) and delete: /system/priv-app/Chrome (or /system/app/Chrome). /data/app/com.android.chrome*. Residual data in /data/data/com.android.chrome.
Reboot the phone.
Alternatively, through the Magisk Module:
- Download Universal Chrome Remover for Magisk (available on XDA or GitHub).
- Install it through Magisk Manager and restart the device.
β οΈ Note: On devices with Dynamic Partition (e.g. Xiaomi) 12T or POCO F5) manually deleting system files can result in a bootloop ( looped reboot).Before experimenting, make sure you have a working backup through the backup. TWRP Or Mi Flash Tool.
π‘
Getting root rights is a last resort. If you just need to make room or turn off Chrome, use Methods 1-3. Root is only required for deep cleaning or custom firmware.
How to replace Chrome with Xiaomi: Top-5 alternatives
If you delete or disable Chrome, you'll need a reliable browser, and we tested 15 alternatives and selected the best ones for Xiaomi:
| browser | Advantages | Deficiencies | Reference |
|---|---|---|---|
| Brave | π Built-in ad blocker and trackersπ Fast loading of pages | π₯ Occupying. ~150 MBπ Sometimes conflict with MIUI | Google Play |
| Firefox | π§ Support for extensionsπ‘οΈ Strong privacy protection | π’ Slower Chrome on weaker devicesπ High RAM consumption | Google Play |
| Kiwi Browser | π Based on Chromium (full compatibility)π§ Support for Chrome extensions | π± There is no official support for some Xiaomi | Official website |
| DuckDuckGo | π‘οΈ Maximum privacyπ Minimalist interface | β No synchronization of bookmarksβ Limited functionality | Google Play |
| Mi Browser | πΉ Preinstalled on Xiaomiπ Optimized for MIUI | π Collects data for Xiaomiπ No ad blocker | It's already installed. |
Selection recommendations:
- π₯ For speed and functionality: Kiwi Browser or Brave.
- π For privacy: Firefox with about:config or DuckDuckGo settings.
- π± For weak devices: Mi Browser (if not privacy) or Bromite (optimized Chromium).
Frequent problems and their solutions
When you delete or disable Chrome on Xiaomi, users experience typical errors, and we have collected the most common and ways to fix them:
Problem 1: Chrome is recovering after the Google Play Services update.
- π§ Solution: Turn off Auto Update for Google Play Services via Settings β Annexes β Google Play Services β Auto-update β Not update.
- π§ Alternative: Install Google Play Services from an alternative source (e.g. APKMirror) without a Chrome component.
Problem 2: After Chrome was deleted, push notifications stopped working.
- π§ Solution: Push notifications in MIUI depend on Google Play Services, not Chrome.Reinstall Google Play Services or check notification settings in Settings β Notifications.
Problem 3: Cannot connect to ADB ("Device not found").
- π§ Solution: Make sure that debugging is enabled USB (Settings β For developers. Try another. USB-cable (preferably original). Install Xiaomi drivers USB Drivers on PC. execute adb kill-server, then adb start-server.
Problem 4: Google Pay doesnβt work after Chrome is deleted.
- π§ Solution: Google Pay requires you to go through SafetyNet. If you deleted Chrome with root rights: Install Magisk and activate the Universal SafetyNet Fix module. Hide root for Google Pay via MagiskHide. Reinstall Google Pay and check your device.
π‘
If your phone starts to brake or overheat after manipulating Chrome, clear the system cache: Settings β Memory β Cleanup β Cache. This will help stabilize MIUI.