How to put Chrome browser by default on Xiaomi: all ways

Google Chrome remains one of the most popular surfing solutions on the Internet thanks to synchronization with a Google account, performance and an extensive library of extensions. However, Xiaomi smartphones (including Redmi and POCO models) often have a branded Mi Browser or Xiaomi Browser browser installed by default, which does not always suit users. Switching the browser by default to Chrome seems to be an easy task, but in the shell of MIUI this process has nuances โ€“ especially if you are faced with system limitations or the lack of a select button in settings.

In this article, we will discuss all the current ways to make Chrome the main browser on Xiaomi in 2026, including bypassing typical problems: when the browser selection option is inactive, after resetting settings or updating MIUI. The instructions are suitable for devices on MIUI 12, 13 and 14, as well as models with HyperOS preinstalled. If you tried to change the browser through standard settings, but nothing worked, here you will find alternative solutions.

Why Xiaomi canโ€™t change the default browser?

The problem with choosing a browser on Xiaomi is related to MIUIโ€™s policy, which actively promotes its own services.

  • ๐Ÿ”’ Limitations MIUI: In some regional versions of firmware (for example, for China), the default browser change option is blocked at the system level.
  • ๐Ÿ“ฆ No updates: If Chrome hasnโ€™t been updated in a long time, the system may not recognize it as a compatible browser.
  • ๐Ÿ”„ Resetting: After resetting to factory settings or updating MIUI Browser selection may be reset to standard.
  • ๐Ÿ›ก๏ธ Security Policy: On some devices (e.g. corporate devices), the administrator may prevent the default browser change.

In addition, MIUI 14 and later, the browser selection algorithm has changed: the system can now automatically assign Mi Browser to the main one if it was pre-installed as a system application, due to power optimization and integration with Xiaomi cloud services.

โš ๏ธ Note: If your smartphone is purchased in China or has global firmware with regional restrictions, some of the techniques in this article may not work, in which case you will need to unlock the bootloader or install custom firmware.

Method 1: Standard browser change via MIUI settings

This is the simplest method that works on most Xiaomi devices with global or European firmware.

  1. Open the Settings (โš™๏ธ) on your smartphone.
  2. Go to the Appendix section โ†’ Application management.
  3. Press three points (โ‹ฎ) in the upper right corner and select the Applications by default.
  4. Slip on the Browser line.
  5. In the list of available browsers, select Google Chrome.

If Chrome is not listed, make sure that:

  • ๐Ÿ“ฒ The app is installed (download it from Google Play).
  • ๐Ÿ”„ Chrome Updated to the Latest Version.
  • ๐Ÿ”“ The application has all the necessary permissions (check in Settings). โ†’ Annexes โ†’ Chrome โ†’ Permits).

Install Google Chrome from the official store|Update the application to the latest version|Check Chrome permissions in the settings|Reboot your smartphone before changing your settings-->

On some devices (such as the POCO X3 Pro or Redmi Note 11), the path may be slightly different:

Settings โ†’ Apps โ†’ All applications โ†’ Click on three dots (โ‹ฎ) โ†’ Default Applications โ†’ Browser

โš ๏ธ Note: If after selecting Chrome, the system still opens links in Mi Browser, try clearing the cache and data of the standard browser in Settings โ†’ Annexes โ†’ Xiaomi Browser โ†’ Warehouse.

If you can't select Chrome in the settings, you can trick the system into suggesting a browser choice when you open the link.

  1. Open any app that has clickable links (such as Telegram, WhatsApp or Gmail).
  2. Click on any link (e.g. https://google.com).
  3. In the window that appears, select Google Chrome and tick Always (or Use by default).

If the browser selection window does not appear:

  • ๐Ÿ”— Try opening a link in another app (like YouTube or Twitter).
  • ๐Ÿ”„ Reboot your smartphone and try again.
  • ๐Ÿ“Œ Make sure Chrome is not locked in battery settings (Settings) โ†’ Battery โ†’ Choice of applications โ†’ Chrome should be in Unlimited mode).

Google Chrome|Mi Browser|Firefox|Opera|Other-->

On some firmware (e.g. MIUI 13 for Redmi Note 10), this method only works after the Mi Browser data is cleared.

Settings โ†’ Applications โ†’ Application Management โ†’ Xiaomi Browser โ†’ Storage โ†’ Clear data

Method 3: Using ADB to Force Browser Change

If standard methods donโ€™t work, you can use Android Debug Bridge (ADB), a tool for debugging Android devices, which requires connecting your smartphone to your computer, but is guaranteed to work even on blocked firmware.

You'll need:

  • ๐Ÿ’ป Computer with installed Xiaomi and ADB-tools drivers.
  • ๐Ÿ”Œ USB-cable (preferably original).
  • ๐Ÿ“ฑ Included debugging by USB on a smartphone (Settings) โ†’ The phone. โ†’ Version. MIUI โ€” Press 7 times, then return to Settings โ†’ Additionally. โ†’ For developers โ†’ Debugging by USB).

Instructions:

  1. Connect the smartphone to the computer and confirm the debugging permission on the device screen.
  2. Open the command prompt (or Terminal on Mac/Linux) in the adb folder.
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. Follow the command to change the browser by default: adb shell cmd package set-home-activity com.android.chrome/com.google.android.apps.chrome.Main
  5. Reboot your smartphone.

If the team doesnโ€™t work, try an alternative:

adb shell pm clear com.android.browser


adb shell pm disable-user com.android.browser

This will disable the standard browser and the system will automatically offer Chrome as the primary browser.

โš ๏ธ Attention: Use ADB It can cause system failures if you type in the wrong commands. ADB without understanding the consequences.

What if the ADB canโ€™t see the device?
If the adb device command doesnโ€™t show your smartphone, check: 1. If Xiaomi drivers are installed (download Mi). PC Suite). 2. Is debugging enabled USB In the developer settings. 3. Do you use the original USB-cable (some cheap cables don't support data transfer). 4 Try reconnecting your device in File Transfer mode (MTP). If the problem persists, try reinstalling the platform-tools or using another computer.

Method 4: Remove or disable Mi Browser

If Mi Browser prevents you from assigning Chrome as your default browser, you can try disabling or removing it. Note that on some firmware, the standard browser is a system application and cannot be completely removed without root rights.

Disconnection through settings:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Find the Xiaomi Browser or Mi Browser.
  3. Click Disable (if the button is active).
  4. Confirm the action.

Remove with ADB (requires an unlocked bootloader):

adb shell pm uninstall --user 0 com.android.browser

Once you disable or delete the Mi Browser, the system should automatically offer Chrome as the primary browser the next time you open the link.

MethodRequired. root/ADBIt's working on MIUI 14.Risk to the system
Change through settingsโŒ No.โœ… Yes.โŒ No.
Choosing to Open a LinkโŒ No.โœ… Yes.โŒ No.
ADB-teamโœ… Yes.โœ… Yes.โš ๏ธ Medium.
Removal of Mi Browserโœ… Yes (ADB)โœ… Yes.โš ๏ธ High-pitched

Problem Solving: Chrome is not saved as default browser

Sometimes, even after a successful browser change, MIUI returns the Mi Browser as its primary browser, which is due to the background optimization processes.

  • ๐Ÿ”„ Turn off auto-optimization: Go to Settings โ†’ Battery โ†’ Select apps and set up Chrome mode without restrictions.
  • ๐Ÿšซ Disable Auto Starting Mi Browser: In the Mi Browser app settings, turn off Auto Start option.
  • ๐Ÿ”ง Reset application settings: Settings โ†’ System system โ†’ Resetting settings โ†’ Resetting application settings
  • ๐Ÿ“ต Clear the cache of Google services: Settings โ†’ Annexes โ†’ All applications โ†’ Google Play Services โ†’ Warehouse โ†’ Clear the cache

If the problem recurs after the MIUI update, check:

  • ๐Ÿ“ฅ Updates for Chrome in Google Play.
  • ๐Ÿ”’ Does the antivirus (e.g. Xiaomi Security) block changes in browser settings.
  • ๐Ÿ“ก Is there an energy saving mode that can reset settings.

๐Ÿ’ก

If your browser is reset to standard after the MIUI update, try Settings โ†’ Apps โ†’ Default Apps and manually select Chrome before upgrading.

Alternative browsers for Xiaomi: what to choose instead of Chrome?

If Google Chrome is not suitable for some reason (for example, due to high battery consumption or compatibility issues), consider alternatives:

browserAdvantagesDeficienciesReference
FirefoxPrivacy, extensions, synchronizationSlower Chrome on weaker devicesDownload
BraveAdvertising blocking, high speedSometimes it's in conflict with MIUI.Download
OperaBuilt-in VPN, turbo modeLots of unnecessary functionsDownload
Kiwi BrowserSupport for Chrome extensions, lightweightLess known, rare updatesDownload

To assign an alternative browser by default, use the same instructions as for Chrome. For Firefox, for example, the path to ADB will be:

adb shell cmd package set-home-activity org.mozilla.firefox/org.mozilla.gecko.BrowserApp

๐Ÿ’ก

If you care about privacy, Firefox or Brave will be a better choice than Chrome, but for maximum compatibility with Google services (such as YouTube or Drive), it is better to stay on Chrome.

FAQ: Frequent questions about changing the browser to Xiaomi

Can Chrome be made a default browser without ADB?
Yes, in most cases, it is enough to use standard settings (Settings โ†’ Applications โ†’ Default Applications โ†’ Browser) or select Chrome when opening a link. ADB is only needed to bypass the restrictions on some firmware (for example, Chinese versions of MIUI).
Why is Mi Browser back after resetting?
When resetting to factory settings, all user settings are reset, including default browser selection. This is standard MIUI behavior. To avoid this, go to the settings immediately after reset and manually select Chrome.
How to check which browser is the default?
Open any application with a link (e.g. Telegram) and click on it. If the link does not open in Chrome, it is not the default browser. You can also check in Settings โ†’ Applications โ†’ Default Applications โ†’ Browser.
Will Chrome work on Xiaomi with HyperOS?
Yes, Google Chrome is fully compatible with HyperOS (the new shell from Xiaomi). The default browser change methods remain the same, but the path in the settings may be slightly different. For example, in HyperOS, the browser selection option may be in Settings โ†’ Applications โ†’ Default settings.
Can I return the Mi Browser after it is removed?
If you removed the Mi Browser through ADB, you can only restore it by resetting the device to factory settings or flashing it back. If you just turned it off, go to Settings โ†’ Applications โ†’ Disabled and turn it back on.