Are you tired of having all links to your Xiaomi, Redmi or POCO automatically open in a standard MIUI browser instead of Chrome, Firefox or another preferred application? This problem is familiar to many users of smartphones based on MIUI firmware - even after installing an alternative browser, the system stubbornly ignores your choice. In this article, we will discuss 5 working ways to change the default browser, including hidden MIUI settings, bypassing system restrictions and solutions for cases when the Open by default button is inactive.
Xiaomi is a major feature of its own services, including the Mi Browser browser (or Browser in newer versions), which leads to conflicts with Google Chrome, Samsung Internet or other browsers. MIUI 14/15 The default logic of changing the browser has changed, so it's not done through the app settings, but through the Links and Open menu. If you've tried the standard method and it hasn't worked, don't worry: below you'll find alternative methods, including: ADB-Teams and Configurements through Digital Wellbeing.
Why Xiaomi does not allow you to change the browser by default?
The MIUI firmware has several βfeaturesβ that complicate changing the browser:
- π Automatic reset of selection after system updates (especially relevant for the MIUI 13β15).
- π« Blocking alternative browsers in the background through battery optimization.
- π Linking links to system applications (e.g. Mi Browser or Quick Apps).
- π± Restrictions on the European version MIUI (EEA), where some of the settings are hidden.
Xiaomi also has Quick Apps, which can intercept links before they reach the browser, which leads to a situation where you click on a link on Telegram or WhatsApp, and instead of Chrome, a mini version of the site in Quick Apps opens, and to avoid this, you have to disable this feature separately.
Method 1: Standard browser change through settings (MIUI 14/15)
In recent versions of MIUI, the default way to set up the browser has changed, and now it's not done through the app menu, but through the Special Features section or Links and Open.
- Open Settings β Applications β Application Management.
- Slip on three dots in the top right corner and select Links and Open (or Open by default in older versions).
- Find the Browser section (or Web pages) and tap on it.
- Select the browser you want from the list (such as Chrome or Firefox).
- Confirm the choice by clicking Set by default.
If your browser is not on the list, make sure it is installed and updated to the latest version, sometimes it helps to reboot your phone after you install a new browser.
Remove the current browser cache (Settings β Applications β Browser β Storage β Clear the cache)
Update an alternative browser on Google Play
Reboot your smartphone
Check if the browser is blocked in Battery Optimization
-->
Method 2: Reset the link opening settings (if the button is inactive)
A common problem on Xiaomi is the grey color of the Set Default button or the lack of ability to select a browser.This occurs due to a failure in Android settings, when the system βforgetsβ about previously installed applications.
- Go to Settings β Applications β Application Management.
- Click on the three dots at the top β Reset application settings (or Reset preferences).
- Confirm action. This won't delete data, but it will reset all link opening settings.
- After reset, repeat Method 1 β now the browser should appear in the list.
Important: This method will also reset the opening settings for other file types (such as PDF or video) so that they will have to be reconfigured.
π‘
If the browser still doesnβt show up after reset, try temporarily disabling Mi Browser through Settings β Applications β Disable. Then turn it on again and reset it.
Method 3: Use ADB-Teams (for advanced users)
If standard methods donβt work, you can use ADB (Android Debug Bridge), which requires connecting your smartphone to your computer, but is guaranteed to work even on locked versions of MIUI.
Instructions:
- Turn on Developer Mode on your phone: Go to Settings β About Phone. Tap 7 times on MIUI Version. Go back to Settings β Additional β Developer. Activate USB Debugging.
ADB
adb shell pm clear com.android.browserThis command will reset the settings of the standard browser.
Settings β Applications
To completely reset all settings of opening links, use:
adb shell pm clear com.android.providers.settingsβ οΈ Warning: com.android.providers.settings will reset all custom settings (wallpaper, sounds, brightness, etc.) Use it only as a last resort!
Method 4: Disable Quick Apps (Fast Apps)
Quick Apps in MIUI often intercepts links by opening them in a mini version of the site instead of a full-fledged browser.
- Open Settings β Applications β Application Management.
- Find Quick Apps (or Quick Apps) and tap on it.
- Select Disable (or Remove Updates if the Disable button is inactive).
- Reboot the phone.
After disabling Quick Apps, all links will open in the browser by default. If this option is not available in your version of MIUI, try disabling the function via ADB:
adb shell pm uninstall -k --user 0 com.miui.quicksearchboxMethod 5: Configure with Digital Wellbeing (for MIUI 12+)
In some versions of MIUI (especially on Xiaomi for the European market), the default browser change is blocked at the system level.
- Open Settings β Digital Well-Being and Parental Controls.
- Go to the Control Panel β Distracting applications.
- Find the Mi Browser and turn off notifications and background activity for it.
- Go back to the application settings and try to install the default browser again.
Another common problem is that after the MIUI update, the browser is reset to the standard browser.
- Before updating, fix your browser settings via ADB: adb shell cmd package set-home-activity com.android.chrome/com.google.android.apps.chrome.Main (replace com.android.chrome with your browser package).
- Turn off the automatic Mi Browser update on Google Play.
β οΈ Note: Some Xiaomi models (e.g. Redmi Note 10 Pro with a MIUI 13) after resetting to factory settings, the default browser cannot be changed until the first Internet connection. Connect to Wi-Fi before setting up the browser!