How to Update Google Chrome on Xiaomi Redmi Smartphone: All Ways of 2026

Why it’s important to update Chrome to Redmi and the risks of ignoring updates

The Google Chrome browser on Xiaomi Redmi smartphones is not just a surfing tool, but a critical security and performance element. Each update closes vulnerabilities that can be used to steal data, install malware or even remotely control a device. For example, Chrome version 124.0.6367.91 (April 2026) fixed 11 critical vulnerabilities, three of which allowed arbitrary code to be executed through web pages.

But the problem with Redmi (especially with the MIUI firmware below the 14 version), Chrome updates are often blocked by system restrictions, due to Xiaomi’s policy of optimizing application background activity, which results in users experiencing browser freezes, site display errors (such as WebGL or AVIF- images) or even a complete inability to open some services, such as Google Pay or banking applications.

On Redmi Note 10/11/12 and POCO F3/F4 smartphones with MIUI 13 and below, Chrome can automatically roll back to the factory version after rebooting the device - this is a well-known problem associated with the operation of the service com.miui.securitycenter. In this article, we will analyze all current ways of updating, including bypassing system limitations, and explain how to avoid typical errors.

Method 1: Update to Google Play Market – Why it doesn’t always work

The most obvious method is to upgrade through the Play Market, but it often crashes on Redmi.

  • πŸ”„ Limitations MIUI: The system blocks Play Market background activity, which prevents updates from downloading automatically.
  • πŸ“¦ Lack of Google Services: Some models (e.g. Redmi for the Chinese market) don’t have the Play Market installed.
  • πŸ”’ Regional restrictions: If a Google account is tied to a country where Chrome is distributed through third-party stores (e.g. China), updates may not show.

To update Chrome through the Play Market:

  1. Open Play Market β†’ click on the profile avatar in the upper right corner.
  2. Select App and Device Management β†’ Updates are available.
  3. Find Google Chrome in the list. If it's not, type the name in the search bar.
  4. Click Update. If the button is inactive, try clearing the Play Market cache (Settings β†’ Apps β†’ Google Play Store β†’ Memory β†’ Clear the cache).

πŸ’‘

If the Update button doesn't appear, check if you have Google Play Security Settings disabled. On some MIUI firmware, the service blocks updates.

If Chrome rolls back to the old version after the update, the problem is with com.miui.securitycenter.

⚠️ Warning: Disabling this service may reduce protection against malware. Do this only if you are prepared for the risks.

  1. Install ADB on your computer and connect Redmi via USB (with debugging enabled).
  2. Follow the command: adb shell pm disable-user --user 0 com.miui.securitycenter
  3. Reboot your smartphone and re-update Chrome.

Method 2: Hand-install APK – When Play Market is Unavailable

If the Play Market is not available or not working, you can manually install Chrome through the APK- file.

  • πŸ“± Redmi for the Chinese market (without Google services).
  • πŸ”§ Devices with custom firmware (e.g. LineageOS or Pixel Experience).
  • πŸ›‘οΈ Smartphones with Play Market blocked due to corporate policies.

Step-by-step:

Download the current version of APK from the official source |Allow installation from unknown sources |Delete the old version of Chrome (if required) |Install the new APK- file |Reboot the smartphone-->

Where to download the secure APK:

SourceReferencePlusesCons
APKMirrorapkmirror.comOfficial assembly, virus testingChoose the right architecture (arm64/v8a for most Redmis)
Official Chrome websitegoogle.com/chromeDirect link from GoogleNot always the latest version for Android
XDA Developersforum.xda-developers.comModified versions (e.g. Chrome with telemetry turned off)Risk of informal assemblies

How to determine the processor architecture of your Redmi:

  1. Install the CPU-Z app from the Play Market or via APK.
  2. Open the SoC tab β†’ look at the Instruction Set bar.
  3. For most modern Redmis (like the Redmi Note 12 Pro+), this will be the ARM64-v8a.
What to do if the APK is not installed?
If the installation error β€œApplication not installed”, the reasons may be as follows: 1. Incompatible architecture – download the version for ARM64. 2. Conflict with the existing version – delete the old Chrome through Settings β†’ Apps. 3. MIUI blocks the installation – disable App Check in Settings β†’ Special features β†’ Security Check. 4. Damaged APK – download the file again and check the hash amount (for example, through Hash Droid).

Method 3: Update via MIUI Updater – a little-known trick

MIUI 12-14 firmware has a hidden feature for updating system applications, including Chrome, which works even if the Play Market is disabled.

  1. Open Settings β†’ About Phone β†’ Press 7 times on the MIUI version to activate the Developer Mode.
  2. Go back to Settings β†’ Additional β†’ System Update.
  3. Click on the three dots in the top right corner β†’ select App Update.
  4. In the list, search for Google Chrome and click Update.

If this is not available, your firmware is not supporting the function, and the alternative is to use MIUI Hidden Settings, download it via GitHub and activate the System App Updater option.

Play Market| Hand-mounted APK|MIUI Updater| Other method-->

Method 4: Update through ADB – for power users

If all previous methods failed, you can upgrade Chrome via ADB (Android Debug Bridge).

  • πŸ”§ Redmi with a blocked bootloader.
  • πŸ“¦ Devices where Chrome is installed as a system application (cannot be removed by standard methods).
  • πŸ› οΈ Smartphones with a corrupted file system (e.g., after a failed rooting).

Step-by-step:

  1. Download Platform Tools from the Android Developers website and unpack it to your computer.
  2. Turn on USB debugging on Redmi: Settings β†’ About Phone β†’ MIUI version (7 taps) β†’ Developer settings β†’ USB debugging.
  3. Connect your smartphone to your PC and type in the command line: Adb devices Make sure the device is defined.
  4. Download APK Chrome (like APKMirror) and place it in a folder with platform-tools.
  5. Install the update with the command: adb install -r --fastdeploy chrome.apk Flag. -r replace the existing version, --fastdeploy speed up.

⚠️ Warning: If Chrome is installed as a system application, the adb install command will not work, in which case you first need to remove the old version via adb shell pm uninstall -k --user 0 com.android.chrome, but this may cause disruptions to other Google services.

Solving Errors When Updating Chrome to Redmi

Even after a successful update, Redmi users often face problems.

Mistake.Reason.Decision
Chrome will not open after the updateThe conflict with MIUI OptimizationTurn off optimization: Settings β†’ Special features β†’ Show system settings β†’ MIUI Optimization (off)
Application Not Installed Error (INSTALL_FAILED_INVALID_APK)A damaged APK or incompatible architectureDownload APK again, check the architecture (ARM64 for most Redmis)
Chrome gets damaged when you open certain websitesOutdated WebView (system component for displaying web content)Update Android System WebView via Play Market or install APK with APKMirror
Synchronization with Google account does not workMIUI restrictions on background activityAdd Chrome to exceptions: Settings β†’ Battery β†’ Battery Optimization β†’ All apps β†’ Chrome β†’ No restrictions

If Chrome has started to shut down on its own or shows the β€œChrome has stopped” error after the update, try:

  1. Clear cache and app data: Settings β†’ Apps β†’ Chrome β†’ Memory β†’ Clear cache/Clean data.
  2. Disable hardware acceleration (if page rendering problem): Open in Chrome chrome://flags β†’ find Override software rendering list β†’ install Enabled.
  3. Install an alternative version of Chrome, such as Chrome Beta or Chrome Canary (available in the Play Market).

πŸ’‘

If none of the methods worked, check the integrity of Redmi system files via MIUI Diagnostics (hidden menu, called by the command ##4636##).

Chrome Alternatives for Redmi: When to Switch to a Different Browser

If Chrome updates are not possible or the browser is not stable, consider MIUI-optimized alternatives:

  • 🦊 Mozilla Firefox: Supports extensions, conflicts less with MIUI, but consumes more memory.
  • 🌐 Microsoft Edge: Built-in ad blocker, good compatibility with Chromium sites.
  • πŸ” Brave Browser: blocks trackers by default, but can brake on weak Redmis (e.g. Redmi 9A).
  • πŸ“± Mi Browser: standard browser from Xiaomi, but with limited functionality (no sync with Google).

Comparison of browsers by key parameters:

browserSpeed.Compatibility with MIUISynchronizationBlocking ads
Google Chrome⭐⭐⭐⭐⭐⭐ (frequent conflicts)⭐⭐⭐⭐ (Google Account)❌
Firefox⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐ (Firefox Account)βœ… (expandable)
Microsoft Edge⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐ (Microsoft Account)βœ… (built-in)
Brave⭐⭐⭐⭐⭐⭐⭐⭐ (Brave Account)βœ… (built-in)

If you decide to switch to another browser, don’t forget:

  1. Export bookmarks from Chrome: open chrome://bookmarks β†’ Export bookmarks.
  2. Turn off sync in Chrome: Settings β†’ Sync β†’ Disable.
  3. Clear Chrome data if you don’t plan to return: Settings β†’ Apps β†’ Chrome β†’ Memory β†’ Clear data.

FAQ: Frequent questions about updating Chrome on Xiaomi Redmi

Can I upgrade Chrome to Redmi without Google Play Market?
Yes, there are three alternatives: manual APK installation (download from APKMirror or official website); MIUI Updater upgrade (if available in your firmware); ADB installation (for power users); APK is the most reliable method, but keep an eye on the source to avoid viruses.
Why does Chrome update Redmi roll back to the old version?
This is a well-known problem on MIUI 12-13 related to the operation of the service com.miui.securitycenter. Solutions: Disable MIUI optimization: Settings β†’ Special features β†’ MIUI Optimization (offline). Uninstall updates for Google Play Services (sometimes they conflict with Chrome). Install Chrome as a custom application (not system) through ADB: adb install -r --user 0 chrome.apk
How to check if Chrome has been updated successfully?
Open your browser, type in the chrome://version address bar, and look at the Google Chrome version bar. Compare it to the latest stable version on the official Chrome blog. Also check: Does sync work with your Google account. Are sites that have caused errors before (such as YouTube Studio or Google Docs) open? Are there any update notifications in the Play Market.
Can I upgrade Chrome to Redmi with a locked bootloader?
Yes, bootloader locking does not interfere with Chrome updates, as the browser is installed in the user partition (/data), not in the system (/system). Exception - if Chrome was originally preinstalled as a system application (rarely found on global versions of Redmi). If Chrome is system, you can update it without unlocking the bootloader only through MIUI Updater or ADB (adb install -r command).
What if Chrome stopped opening some websites after the update?
The problem is usually related to: Outdated WebView: Update Android System WebView in Play Market. Block MIUI: Add Site to Settings Exceptions β†’ Apps β†’ Chrome β†’ Permissions β†’ Special Access β†’ Display on top of other windows. VPN/antivirus conflict: turn them off temporarily. SSL errors: check date and time on your smartphone (Settings β†’ Additional β†’ Date and Time β†’ Autodetermination). If the problem persists, try resetting Chrome: Settings β†’