You just installed Google Chrome on your Xiaomi Redmi Note, but when you open links, you still run the standard MIUI browser? Or worse, the system insists on choosing an app every time? This problem is familiar to many owners of Xiaomi smartphones, where the manufacturer is actively promoting its own services. Unlike "pure" Android, MIUI firmware has its own nuances - and today we will break them all down.
In this article, you will find not only the basic instructions for changing the default browser, but also solutions for cases where:
- ๐น The โUse by defaultโ button is inactive or not
- ๐น After updating MIUI settings dropped
- ๐น The system ignores your choice and opens the Mi Browser again.
- ๐น The error appears on the screen: "It is impossible to set by default"
We tested all methods on the current Redmi Note 12/11/10 Pro and Redmi Note 9/8 models with the latest MIUI 14/13 (including global and Chinese firmware). If you have a different model, donโt worry: the working principles are the same for the entire Redmi line.
Why Xiaomi doesnโt make it easy to change the default browser?
MIUI is originally set up to use its own services โ part of Xiaomiโs business model. The Mi Browser is integrated into the system at a deep level: it is responsible for processing web links from other applications, displays ads in the search bar and collects data for personalization (unless you have disabled this feature).
Key causes of problems:
- ๐ฑ Systemic constraints MIUI: Some firmware versions block the default browser change for "system" applications.
- ๐ Automatic resets: after update MIUI or resetting browser selection may be cancelled.
Fun fact: on the Chinese versions of MIUI (without Google services), changing the default browser is even more difficult, because there is no alternative to the standard settings at all, but for this case we have prepared a solution.
โ ๏ธ Note: If you use Redmi Note with corporate firmware (for example, from an employer), the administrator can block the default browser change via Android Enterprise policies.
Method 1: Standard browser change through Android settings
So to start with the most obvious method that works on most devices, but even here, there are pitfalls that are characteristic of MIUI.
Steps:
- Open Google Chrome and wait until it fully loads (important for proper login).
- Go to Settings โ Applications โ Application Management.
- Slip on the three dots in the upper right corner and select the Default Apps.
- Click on the Browser (or Open Web Links in Newer versions of MIUI).
- Select Google Chrome from the list. If you don't have it, go back to step 1 and try again.
What if Chrome is not listed?
Start Chrome at least once.|Update Chrome to the latest version on Google Play|Reboot the phone.|Check if Chrome is installed as a "System App" (in the app settings)-->
If you choose Chrome and still open Mi Browser, try the following trick:
- Open any link (for example, from Telegram or WhatsApp).
- When the browser selection window appears, tick Always and select Chrome.
- Reboot the phone โ this will help to fix the settings.
โ ๏ธ Attention: on some firmware MIUI 13/14 For the Redmi Note 10/11 After selecting Chrome, a notification may appear "Settings not saved." In this case, proceed to the Method. 2.
Method 2: Reset application settings (if the standard method doesnโt work)
Sometimes the system forgets about your choice due to cache or conflicts, in which case resetting the application settings will help, it is safe and will not delete your data.
Instructions:
- Go to Settings โ Applications โ Application Management.
- Slip on the three dots in the top corner and select Reset App Settings.
- Confirm the action. This will clear the default settings for all applications!
- Immediately after reset, open Chrome and repeat the steps from Method 1.
Why does it work? Reset removes all attachments to file types (including HTTP/HTTPS links), and then the system re-quests your choice when you first open the link.
| Redmi Note model | MIUI version | Is the reset working? | Notes |
|---|---|---|---|
| Redmi Note 12 Pro+ | 14.0.5 | Yes. | Reboot required |
| Redmi Note 11 Pro | 13.0.9 | Yes. | After reset, you need to select Chrome within 1 minute. |
| Redmi Note 10 | 12.5.7 | Partially. | Re-discharge may be required |
| Redmi Note 9 Pro | 12.0.10 | No. | Use Method 3 or 4 |
On the Redmi Note 9 Pro and older models, resetting app settings often doesnโt help because of the stripped-down version of MIUI.
Method 3: Use ADB-Teams (for experienced users)
If previous methods have failed, you can use ADB (Android Debug Bridge), which is Google's official tool for managing system settings via a computer, which requires USB debugging, but does not require root rights.
Step-by-step:
- Turn on Developer Mode: Go to Settings โ About Phone. Tap 7 times on the MIUI version until the notification "You've become a developer" appears.
- Activate USB Debugging: Return to Settings โ Additional โ Developer. Turn on the USB Debugging Switch.
Connect your phone to your computer and confirm your trust in the device.
ADB Tools
Win + R โ cmd
cd path to folder sdk/platform-tools
adb devices
adb shell pm clear-defaults com.android.browser
adb shell cmd package set-home-activity com.android.chrome/com.google.android.apps.chrome.MainAfter you execute the commands, restart your phone. Chrome should now become the default browser.
โ ๏ธ Attention: on some firmware MIUI after-use ADB You may get a warning about "unauthorized access." That's okay -- just confirm the action. But if you're not sure what you're doing, you better skip this.
๐ก
If ADB does not recognize the device, try installing Xiaomi USB Drivers from the official website or using the Mi PC Suite program.
Method 4: Remove or disable Mi Browser (radical method)
If Mi Browser is preventing you from living, it can be completely removed or at least disabled. note that this may affect the operation of some system functions (for example, opening links from notifications).
Options for action:
- ๐ง Disconnect (without root): Go to Settings โ Annexes โ App management. Find Mi Browser and click Disable. Confirm action. The app will disappear from the menu, but stay on the system.
Removal
adb shell pm uninstall --user 0 com.android.browserThis command will remove the browser only for your user without affecting system files.
What happens after the shutdown/deletion?
- โ Links will automatically open in Chrome (if installed).
- โ ๏ธ Some system notifications (such as those from Mi Account) may open in an empty window.
- ๐ After updating MIUI browser can be restored.