Xiaomi, Redmi and POCO smartphones come pre-installed with Mi Browser, the companyโs proprietary solution integrated into the MIUI shell. However, many users prefer alternatives like Google Chrome, Mozilla Firefox or Brave because of greater speed, sync with other devices or lack of advertising. The problem is that MIUI actively resists changing the default browser by hiding settings or resetting them after updates.
In this article, we will look at all the current ways to change the default browser on Xiaomi devices, from official methods through Android settings to workarounds for stubborn versions of MIUI 14/15. Particular attention will be paid to models with Android 13/14, where the selection algorithm has changed, and also consider why the system can automatically return the Mi Browser and how to prevent this.
Why Xiaomi doesnโt make it easy to change the default browser?
The reason lies in Xiaomiโs business model: the Mi Browser browser displays ads, collects data on user behavior (with consent, but often implicitly), and is integrated with the Mi Account ecosystem.
- ๐ In some versions MIUI The item "Browser by default" is simply absent from the settings menu.
- ๐ After the system update, the settings can be reset and the Mi Browser becomes the main one again.
- ๐ฑ On budget models (e.g. Redmi) 10A or POCO M4) browser selection blocked at firmware level.
- ๐ก๏ธ In China and India (the main markets of Xiaomi), the browser is by default strictly tied to the services of the region.
Fortunately, there are workarounds. Next are the instructions for different versions of MIUI and Android, including the gray methods for stubborn devices.
Official way: change through Android settings
On most modern Xiaomi smartphones (with Android 11 and later), you can change the default browser through the standard menu.This method works on MIUI 12.5-15, but may vary depending on the model and firmware region.
Instructions:
- Open the Settings (โ๏ธ).
- Go to the Appendix section โ Application management.
- Press three points (โฎ) in the upper right corner and select the Applications by default.
- Slip on Browser.
- In the list, select the desired application (such as Chrome or Firefox).
If there is no default paragraph of the Annex:
- ๐ Try an alternative path: Settings โ System system โ Additionally. โ Default applications.
- ๐ On some firmware (Redmi Note 11, POCO X4) You need to open an alternative browser first to appear in the list.
Install an alternative browser from Google Play
Open it at least once.
Check the version of MIUI in Settings โ About the phone
Turn off the automatic update of Mi Browser-->
โ ๏ธ Attention: On devices with MIUI for China (firmwareware) CN) or (IN) The browser change point may be hidden due to regional restrictions, in which case only changing the firmware to a global one (Global or Global) will help. EEA).
Alternative method: resetting application settings
If the Mi Browser still opens by default after selecting an alternative browser, the problem may be in the system cache.
- Go to Settings โ Applications โ Application Management.
- Put three points on it (โฎ) and select Resetting App Settings.
- Confirm the action (this wonโt delete the data, but will reset all default settings).
- Repeat the procedure for selecting the browser from the first section.
This method is particularly effective on Xiaomi with Android 10 and MIUI 11/12, where browser selection bugs were common. On newer versions (MIUI 14+), resetting may not help - more radical measures will be needed.
What does resetting app settings do?
For stubborn devices: change through ADB (no root)
If standard methods donโt work (like the Redmi 9A or the custom-built POCO M3), you can use ADB, the Android debugging tool, which doesnโt require root rights, but requires a computer.
Instructions:
- Download and install Platform Tools (includes adb).
- Turn on USB Debugging on your phone: Settings โ About Phone โ MIUI version (stamp 7 times to become a developer), then go back to Settings โ Additional โ For Developers and activate debugging.
- Connect your phone to your PC and execute on the command line: Adb devices (your device should appear).
- Enter the command to change the browser (replace com.android.chrome with your browser package): adb shell cmd role remove-role-holder android.app.role.BROWSER com.android.browser adb shell cmd add-role-holder role android.app.role.BROWSER com.android.chrome
- Reboot the phone.
List of packages of popular browsers:
| browser | Package name (for ADB) |
|---|---|
| Google Chrome | com.android.chrome |
| Mozilla Firefox | org.mozilla.firefox |
| Brave | com.brave.browser |
| Opera | com.opera.browser |
| Samsung Internet | com.sec.android.app.sbrowser |
โ ๏ธ Note: Some Xiaomi firmware (especially Chinese) teams ADB If the browser hasn't changed after the command, try an alternative method with pm grant (requires root rights).
Radical method: disable Mi Browser through settings
If the Mi Browser keeps opening despite all the manipulations, it can be turned off completely. It's a radical solution, but it's guaranteed to solve the problem.
- Go to Settings โ Applications โ Application Management.
- Find the Mi Browser (may be called simply the Browser).
- Slip on it and select Disable (or Remove Updates if the Disable button is inactive).
- Confirm the action. The system will warn you that it may affect other functions -- ignore it.
After the shutdown:
- ๐ฑ All links will open in the browser you previously selected.
- ๐ Some system features (such as checking for updates) may stop working โ they use a built-in browser.
- ๐ To return the Mi Browser, turn it back on in the app settings.
๐ก
If the โDisableโ button is inactive, first remove all updates for Mi Browser (the โRemove Updatesโ button), then try to disable again.
Frequent problems and solutions
Even after a successful browser change, Xiaomi users face typical problems.
1.The browser is reset after the MIUI update
This is a well-known problem on MIUI 13/14.
- ๐ After the update, repeat the default browser selection.
- ๐ต Turn off automatic update of Mi Browser in Google Play.
- ๐ ๏ธ Use it. ADB to fix the browser (commands from the section above).
2 Some links still open in Mi Browser
This is due to apps that explicitly indicate Mi Browser to open links.
- ๐ Go to Settings. โ Annexes โ Application management โ Mi Browser โ Open by default and reset settings.
- ๐ For a specific application (such as Facebook), select Open Supported Links. โ In this annex".
3. There is no "Default Browser" item in the settings
Typical for CN firmware (China) or older versions of MIUI.
- ๐ Change the firmware region to Global or EEA (requires unlocking the loader).
- ๐ง Use it. ADB (section).
- ๐ฑ Install custom firmware (e.g. Pixel Experience) where there are no Xiaomi restrictions.
๐ก
If your device is warranty, avoid methods with unlocking the bootloader or custom firmware - this will void the warranty.