How to Update Google Chrome on Xiaomi Smartphone: All Ways and Problem Solutions

Google Chrome browser on Xiaomi devices often updates automatically, but sometimes users experience version freezes, installation errors or no notifications for new releases. The reasons range from MIUI limitations to manually disabling background processes. In this article, we will analyze all the current ways to update Chrome on Redmi, POCO and Mi smartphones โ€“ from standard to alternative, and also solve typical problems, for example, when Play Market writes โ€œNo Updatesโ€, although the new version has already been released.

Xiaomi devices are particularly well integrated with the MIUI shell, which means that even system applications (including Chrome) can depend on the versions of Google Play Services and MIUI Optimization. If you havenโ€™t updated your phoneโ€™s firmware in a long time, this can block the installation of fresh browser versions. We have taken into account all the nuances and prepared instructions that work on models from Redmi Note 10 to Xiaomi 14 Ultra (2026).

Why is Chrome not automatically updated on Xiaomi?

On Xiaomi smartphones, automatic app updates can be blocked for several reasons:

  • ๐Ÿ”„ Limitations MIUI: In battery or auto-run settings, Chrome can be disabled from background activity, which prevents the Play Market from checking updates.
  • ๐Ÿ“ฑ An outdated version MIUI: On firmware older MIUI 13 (Android 11) may have conflicts with the latest versions of Chrome due to changes in the API.
  • ๐Ÿ›ก๏ธ Google Play Block: In some regions (e.g. China), Google services are disabled by default. manual installation required.
  • ๐Ÿ“ถ Internet problems: Chrome only updates via Wi-Fi if the Play Market has a corresponding restriction.

Before you start manually updating, check:

  1. The MIUI version in Settings โ†’ About the phone.
  2. Chrome AutoRun Settings: Settings โ†’ Apps โ†’ App Management โ†’ Chrome โ†’ AutoRun.
  3. Google Play Services Status: Open Settings โ†’ Google โ†’ Google Play Services Status.
๐Ÿ“Š How often do you update Chrome to Xiaomi?
Automatic (no follow)
Manual check in the Play Market
Only when you stop working.
Never update.

Method 1: Update through Google Play Market (Standard Method)

This is the most reliable and recommended method, but it requires a working connection to Google's servers.

  1. Open the Google Play Market.
  2. Type in โ€œGoogle Chromeโ€ and select the official app from Google LLC.
  3. If the Update button is active, press it. If it's not, check:
  • ๐Ÿ” Filter by device: Make sure your smartphone is compatible with the latest version of Chrome (requirements: Android 5.0)+).
  • ๐Ÿ“ฅ Play Market Cash: Clean it up in Settings โ†’ Annexes โ†’ Google Play Market โ†’ Warehouse โ†’ Clear the cache.
  • ๐ŸŒ VPN/Region: If you are using VPN Or a Google account from another region, try disabling it.

Important: On some Xiaomi models (e.g. Redmi K50i for India), the Play Market may offer a lightweight version of Chrome (Chrome Lite). To get the full version, download the APK manually (see Method 3).

Clear the Play Market | cache

Check the connection to Wi-Fi|

Disable VPN (if used) |

Reboot the phone-->

Method 2: Update via MIUI Updater (for Chrome system versions)

On some Xiaomi devices (especially in China), Chrome comes as a system app and is only updated with firmware.

  1. Go to Settings โ†’ About the phone โ†’ System update.
  2. Click on "Check Updates." If a new version of MIUI is available, install it.
  3. After the reboot, check the Chrome version in Settings โ†’ Apps โ†’ Chrome โ†’ Version.

If the firmware update didnโ€™t help, try:

  • ๐Ÿ”ง Reset App Settings: In the Chrome Menu (in the App Settings) select Reset Settingsยป.
  • ๐Ÿ“ฆ Remove Updates: Click โ€œDelete Updatesโ€ and then re-update via Play Market.

โš ๏ธ Attention: On devices with MIUI Global Stable system versions of Chrome can be 1-2 months behind the latest releases. If you want the latest version, use Method 3 (manual installation) APK).

Method 3: Manual APK installation (for power users)

If Play Market doesnโ€™t offer an update or you want to install a Chrome beta, download the APK from the official source:

  1. Go to the APKMirror website (verified source).
  2. Select the latest stable version (e.g. Chrome 124.0.6367.91).
  3. Download the file with the architecture of arm64-v8a (for most smartphones Xiaomi 2019-2026).
  4. Before installing, allow installation from unknown sources: Settings โ†’ Applications โ†’ Application Management โ†’ Browser (or File Manager) โ†’ Install unknown applications.

Advantages of this method:

  • โœ… Access to the latest versions sooner than in the Play Market.
  • โœ… The ability to install Chrome Canary or Beta to test new features.
  • โœ… Bypassing regional restrictions (for example, for Chinese versions) MIUI).

โš ๏ธ Attention: Installation APK If you have unverified sources, you may leak data. Use only APKMirror or Google's official website. Also, after manual installation, automatic updates through the Play Market may turn off - manually monitor versions.

How to check the integrity of the downloaded APK?
Before installing, check the hash file (SHA-1) with the File Commander or Hash Droid app. Compare it to the hash on the APKMirror site. If they don't match, the file is corrupted or tampered with. Also pay attention to the file size: the official APK Chrome weighs ~150-200MB (for arm64).

Method 4: Update through ADB (for advanced users)

If Chrome is installed as a system application and is not updated by any of the above methods, you can try forced installation via ADB (Android Debug Bridge), which requires an unlocked bootloader and enabled debugging over USB.

Instructions:

  1. Download Googleโ€™s Platform Tools and unpack them on your PC.
  2. Enable Developer Mode on Xiaomi: Settings โ†’ About Phone โ†’ MIUI version (click 7 times).
  3. Activate Debugging by USB in Settings โ†’ Additional โ†’ For developers.
  4. Connect your phone to your PC and execute the command: adb install -r -d com.android.chrome.apk (replace com.android.chrome.apk on the path to the downloaded APK).

If there is a mistake INSTALL_FAILED_INSUFFICIENT_STORAGE, Clean up Chrome's cache:

adb shell pm clear com.android.chrome
ADB errorReason.Decision
device unauthorizedNo confirmed access to debugging on the phoneConfirm the request on the Xiaomi screen
INSTALL_FAILED_VERSION_DOWNGRADETrying to install the old versionDownload a newer version of APK
INSTALL_FAILED_UPDATE_INCOMPATIBLESignature conflict (e.g. system vs. user application)Remove Chrome via ADB: adb uninstall com.android.chrome, then install it again

๐Ÿ’ก

If ADB doesnโ€™t recognize the device, update Xiaomi drivers via the Mi Flash Tool or install Google USB Driver.

Solving Common Errors When Updating Chrome

Even after a successful update, Xiaomi users may face problems, and consider the typical cases and ways to fix them:

1.Chrome is dying after the update

Reasons:

  • ๐Ÿ—‘๏ธ Conflict with the cache of the old version.
  • ๐Ÿ”ง Incompatibility with the WebView version (system component for displaying web pages).

Decision:

  1. Clear Chrome data: Settings โ†’ Apps โ†’ Chrome โ†’ Storage โ†’ Clear data.
  2. Update Android System WebView to the Play Market.
  3. If the problem persists, roll back to the previous version of Chrome (download the old version APK with APKMirror).

2.Play Market writes "No Updates" but new version is out

This is a common problem on Xiaomi because of:

  • ๐Ÿ“ก Regional restrictions (e.g., a Google account is tied to a country where the update has not yet been released).
  • ๐Ÿ”„ The hanging cache of Google services.

Decision:

  • ๐ŸŒ Change your Google account to the US: Play Market โ†’ Profile โ†’ Settings โ†’ General. โ†’ Country and profiles.
  • ๐Ÿ”„ Clear the cache of Google Play Services and Download Manager.
  • ๐Ÿ“ฑ Restart your phone and check the updates again.

3.After the update, bookmarks or passwords disappeared

If you have synced with your Google account, the data must be restored automatically.

  1. Check if sync is enabled: Chrome โ†’ โ‹ฎ โ†’ Settings โ†’ Synchronization and Google Services.
  2. If sync is disabled, try importing bookmarks from a backup (if there is one in Settings โ†’ Google โ†’ Backup).
  3. For passwords, check out Googleโ€™s password manager.

๐Ÿ’ก

If Chrome has stopped opening some websites (e.g. banking sites) after the update, clear the cache and cookies for a specific site: Chrome โ†’ โ‹ฎ โ†’ History โ†’ Clear the data โ†’ Select a website.

How to roll back Chrome to the previous version?

If the new version of Chrome is unstable (for example, it slows down or does not support extensions), you can go back to the old one.

  1. Download the desired version of APK from APKMirror ("Old Versions" section).
  2. Delete the current version of Chrome (if itโ€™s not system): Settings โ†’ Apps โ†’ Chrome โ†’ Delete.
  3. Install the downloaded APK.
  4. Turn off automatic updates in Play Market: Open Chrome page, click โ‹ฎ โ†’ Turn off auto-update.

On devices with MIUI for China (without Google services), rollback may require:

  • ๐Ÿ”ง Manual removal through ADB: adb uninstall com.android.chrome.
  • ๐Ÿ“ฆ Installation of Chrome Mod APK (For example, with support for extensions, but it is not safe.

โš ๏ธ Warning: A rollback to older versions of Chrome could create security vulnerabilities as Google stops supporting legacy releases. Use this method only as a last resort and donโ€™t enter passwords from important services in the older version of the browser.

FAQ: Frequent questions about updating Chrome on Xiaomi

Can I upgrade Chrome to Xiaomi without Google Play?
Yes, there are three alternative ways: Install APK manually (see Method 3); Update via MIUI Updater if Chrome is system (see Method 2); Use third-party stores (like APKPure or Aptoide), but it is less secure. On Chinese versions of MIUI (without Google), you will have to install APK manually.
Why did Chrome get slow after the update?
Causes: ๐Ÿ–ฅ๏ธ Lack of RAM: Close background applications. ๐Ÿ—‘๏ธ Covered cache: Clean it up in Chrome settings. ๐Ÿ”ง Conflict with MIUI Optimization: Turn off optimization for Chrome in Settings โ†’ Special facilities โ†’ Optimization MIUI. If the problem persists, try it: chrome://flags โ†’ Reset all settings โ†’ Reset.
How to enable automatic Chrome update on Xiaomi?
Check your settings: Open Google Play Market โ†’ Profile โ†’ Settings โ†’ Network. Make sure that AutoApp Update is enabled (you should select Wi-Fi Only). For Chrome, open its Play Market page, click on it. โ‹ฎ โ†’ Turn on auto-update. If the option is inactive, check: ๐Ÿ”‹ Battery Limits for Play Market and Chrome. ๐Ÿ“ถ Background traffic: In settings SIM-Maps must be allowed background internet for Google Play.
What to do if Chrome is updated but not opened?
Possible causes and solutions: Symptom Reason Black Screen Decision When Starting Damaged User Data Clear Chrome Data in Application Settings Error "Chrome Stopped" Conflict with Android System WebView Update WebView in Play Market or roll back its version Hanging on logo Incompatibility with MIUI Update your phoneโ€™s firmware or install Chrome Beta If nothing helps, try resetting the appโ€™s settings through Settings โ†’ Annexes โ†’ Chrome โ†’ โ‹ฎ โ†’ Reset the settings.
Can I upgrade Chrome to Xiaomi with a computer?
Yes, there are two options: via ADB (see Method 4): connect your phone to your PC and execute the APK installation command. Through the Play Market web version: Open Play Market on your PC. Select your smartphone from the top menu (besides the profile icon). Find Chrome and click Update. For the second method, the phone must be connected to the same Google account and have Internet access.