Can you uninstall Android System WebView on Xiaomi and how to do it without harming the system?

Android System WebView is a system component that is responsible for displaying web content inside applications without opening a full browser. On Xiaomi smartphones (including Redmi, POCO and Mi models), it often becomes a source of problems: it takes up a lot of space, slows down the system or conflicts with updates. But can it be removed without consequences? In this article, we will analyze all the ways from safe rollback to radical removal through ADB, and also tell you what risks this carries to your device.

It is important to understand that Android System WebView is integrated into the system at the MIUI firmware level. its complete removal can cause malfunctions in applications using web browsing (e.g. Google Pay, VK, bank clients). However, in some cases - for example, in case of critical errors or version incompatibility - deletion becomes the only solution. We tested all methods on Xiaomi 12T, Redmi Note 11 and POCO F4 devices to provide current instructions.

What is Android System WebView and why you should delete it

Android System WebView is a system application from Google that renders web pages inside other applications. It runs on the Chromium engine and is updated via Google Play. On Xiaomi, it is preinstalled in the MIUI firmware and does not always interact correctly with the shell.

Reasons to delete or roll back version:

  • πŸ“‰ It takes up too much space (up to 200-300MB in cache and data).
  • 🐒 Brakes the system after updates (especially on older Redmi models) 4X, Mi A1).
  • πŸ”„ Conflicts with MIUI, Errors like "WebView stopped working".
  • πŸ›‘οΈ Security vulnerabilities in older versions (relevant to devices without updates).

Before removing, however, check if the problems are due to other factors, such as a crowded cache from Google Play Services on the POCO X3 Pro.

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Find Android System WebView and check the cache volume.
  3. Clear the cache and data, then restart the device.
πŸ“Š Have you experienced problems with the Android System WebView?
Yeah, it's slowing down.
Yeah, apps are out.
No, but it takes up a lot of space.
I don't know what that is.

Method 1: Disabling updates via Google Play

The safest method is not to delete WebView, but to prevent its automatic updating, which is true if the problems began after the last update.

  1. Open the Google Play Store.
  2. In the search, type in Android System WebView.
  3. On the app page, click on the three dots in the top right corner and select Remove Updates.
  4. Confirm the action and restart the smartphone.

After that, the system will return to the factory version of WebView, which works more stable with MIUI, to prevent repeated updates:

  • πŸ”§ In the same menu (three dots) select Disable Auto Update.
  • πŸ“΅ In Google Play settings, turn off automatic app updates (Settings) β†’ Auto-update of applications β†’ Never).

πŸ’‘

If WebView rolls back apps still crash, try clearing the cache of Google Play Services and Google Chrome – they often conflict with web browsing.

Method 2: Remove via ADB (for power users)

If the rollback didn’t help, and the Android System WebView is critically disruptive, you can uninstall it via ADB (Android Debug Bridge), which requires USB Debugging enabled and is only suitable for users with an unlocked bootloader or root rights.

Warning: Removal of the system component may result in:

  • 🚨 Errors in applications (bank clients, social networks, messengers).
  • πŸ”„ Cyclical reboot on the next update MIUI.
  • πŸ“± Need to reset before factory settings.

Instructions for removal:

  1. Enable USB Debugging in Settings β†’ About Phone β†’ MIUI version (click 7 times, then go back to Additional β†’ For Developers).
  2. Connect your smartphone to your PC and confirm the debugging permission.
  3. Open the command line (Windows) or terminal (macOS/Linux) and type:
adb shell


pm uninstall --user 0 com.google.android.webview

If the team doesn’t work, try an alternative:

adb shell pm disable-user --user 0 com.google.android.webview
What if the ADB can’t see the device?
Make sure that Xiaomi drivers are installed USB Drivers and File Transfer Mode enabled (MTP). In some models (POCO F3, Redmi K40) Additional permission is required in the settings β†’ Additionally. β†’ USB-debugging (security).

Method 3: Removal via TWRP (requires custom recovery)

For users with installed TWRP or other custom Recovery, it is possible to manually remove Android System WebView, a method suitable for MIUI firmware based on Android 10–13.

Important: Before you start, back up the /system partition to TWRP so you can restore the system if you crash.

Step-by-step:

  1. Boot to TWRP (hold Power + Volume up when turned on).
  2. Go to Advanced β†’ File Manager.
  3. Open /system/priv-app/WebViewGoogle (the path may vary depending on the version of MIUI).
  4. Delete the WebViewGoogle.apk and WebViewGoogle.odex files (if any).
  5. Go back to the main menu and select Wipe β†’ Dalvik/ART Cache.
  6. Reset the device.

Backup in. TWRP|Check the battery charge (minimum 50%)|Download the original firmware in case of recovery|Disable encryption (if used)-->

Alternatives to Deletion: How to Reduce the Impact of WebView on Your System

If the risks of removal are scary, consider alternative ways to optimize:

MethodAction.The effect
Clearing the cacheGo to Settings β†’ Applications β†’ Android System WebView β†’ Storage β†’ Clear cache.Releases up to 100-200 MB, eliminates lags.
Replacement with ChromeIn Google Play, install Google Chrome and enable the option to Use Chrome for web browsing in the developer settings.WebView will use the Chrome engine, which can improve stability.
Background shutdownIn the WebView app settings, limit background activity (Battery β†’ Battery Optimization β†’ All Apps β†’ WebView β†’ Limit).Reduces the load on the battery and processor.
Transition to BromiteInstall Bromite SystemWebView from the official website (requires root).A more secure and easy alternative to standard WebView.

On Xiaomi devices with MIUI 14 firmware and later, disabling the Android System WebView can result in blocking access to Google services (such as GMS), in which case the only way out is to flash through Fastboot.

Frequent Mistakes and How to Avoid Them

When working with Android System WebView, users often make critical mistakes.

  • πŸ”¨ Delete without backup. Always backup through TWRP Mi Cloud before making changes to system files.
  • πŸ”„ Ignoring dependencies: Some applications (e.g. Google Pay) require a specific version of WebView.
  • πŸ“± Wrong version ADB. Use the current version of Platform Tools (you can download it on the official Android website).
  • πŸ”’ Lock bootloader. On new Xiaomi models (e.g. Xiaomi 13), removing system applications without unlocking the bootloader will lead to bootloop.

πŸ’‘

If the smartphone stopped booting after removing WebView, try booting into Safe Mode (keep Volume down when turned on) and restore the application via ADB.

⚠️ Attention: On devices with MIUI Global and MIUI Removal of Android System WebView could lead to loss of Google Mobile Services functionality (GMS). This means that Google Play, Gmail and other services will stop working, and they can only be restored through a complete flashing.

FAQ: Answers to Frequent Questions

Can I uninstall Android System WebView without root rights?
Yes, but only through ADB with pm uninstall --user 0. However, this will not remove the app completely, but only hide it for the current user. Complete removal requires superuser rights or access to /system via TWRP.
What happens if you remove WebView from Xiaomi with MIUI 13?
On MIUI 13 and later, Android System WebView is closely integrated with the shell. its removal can lead to: errors when opening links in applications (Telegram, WhatsApp); inoperability of Google Pay and other financial services; Automatic recovery of the application after the MIUI update. We recommend that alternative methods be used instead of removing (rollback version or replacement on Bromite).
How to return Android System WebView after deleting?
There are three ways: via ADB: adb shell cmd package install-existing com.google.android.webview Through Google Play: find the app in the marketplace and click Install. Through firmware: download the full MIUI package for your model and install it via Fastboot or Recovery.
Why does WebView take up so much space after the MIUI update?
With each new MIUI version, Android System WebView receives Chromium engine updates that include: Support for new web standards (WebAssembly, CSS Grid); Security vulnerabilities fixes; Additional libraries for application compatibility; To reduce space, clean the cache regularly (Settings β†’ Applications β†’ WebView β†’ Storage β†’ Clear Cache) and disable background activity.
Are there any secure Android System WebView analogues for Xiaomi?
Yes, but installing them requires root rights or custom recavator: Bromite SystemWebView is an optimized version with trackers blocked. Chromium WebView is an open version from the community. Iceraven WebView is a fork for devices with limited resources. You can install them through Magisk or manually in /system/priv-app. However, on MIUI this can cause conflicts with Google Play Services.