How to Remove the Default Browser on Xiaomi: The Complete Guide 2026

Why do users want to change the default browser to Xiaomi?

Xiaomi, Redmi and POCO smartphones come pre-installed with Mi Browser (or Mint Browser on some models), which automatically becomes the default application for link opening. Despite integration with the Xiaomi ecosystem, many users prefer alternatives: Google Chrome, Mozilla Firefox or Brave – because of greater speed, sync with other devices or lack of advertising.

The problem is that since MIUI 12, the system has been actively resisting changing the default browser by hiding or resetting settings after updates, and in this article, we’ll look at all the current ways, from standard settings to circumventing restrictions through ADB and third-party utilities.

It's important to understand that the process differs depending on the version of MIUI (global, Chinese, European) and the model of the smartphone. For example, on the Xiaomi 13 Pro with MIUI 14, the path to settings will be different than on the Redmi Note 10 with MIUI 12.5.

Method 1: Standard browser change via MIUI settings

The easiest method is to use Android’s built-in settings, which works on most devices with MIUI 12-14, but can be blocked on Chinese firmware or in regions with limited settings (such as India).

Instructions:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Click on the three dots in the top right corner and select the Default Apps.
  3. Slip on Browser.
  4. In the list, select an alternative browser (such as Chrome or Firefox).

If there is no default paragraph of the Annex:

  • πŸ” Try the way: Settings β†’ All settings β†’ Annexes β†’ Application settings (cogs) β†’ Default applications.
  • πŸ“± In some models (POCO F5, Redmi K60) You need to first open any browser, then in its settings select Make by default.
  • πŸ”„ If you reset after rebooting, go to method 2 or 3.

⚠️ Attention: On devices with MIUI for Russia (firmwareware) RU) The default application may not be available due to local law restrictions. ADB (4).

πŸ“Š What browser do you use on Xiaomi?
Mi Browser (pre-installed)
Google Chrome
Mozilla Firefox
Brave
Other

Method 2: Reset browser settings via "Special features"

This method bypasses MIUI locking by resetting the current default settings for all applications, and is suitable for devices where the standard method does not work (for example, Xiaomi 12T with MIUI 13).

Step-by-step:

  1. Open Settings β†’ Special features β†’ Special features services.
  2. Enable the default Reset option (may be called Reset App Settings).
  3. Confirm the action – this will remove all current default settings (browser, launcher, SMS-annex.).
  4. Now open any browser (such as Chrome) and when you first start, select Always in the Open with window.

Advantages of the method:

  • πŸ”“ It works even on blocked firmware.
  • πŸ“± Does not require root rights or ADB.
  • ⚑ Faster than manual cache removal.

⚠️ Warning: After resetting, you will have to reconfigure the default apps for calls, SMS Home screen (if you use a third-party launcher).

β˜‘οΈ Preparation for the browser change

Done: 0 / 4

Method 3: Remove Mi Browser via ADB (for advanced)

If MIUI ignores your settings, you can completely disable or delete the pre-installed browser via ADB (Android Debug Bridge), a method that requires you to connect to your PC and enable the developer mode.

Instructions:

  1. Turn on Developer Mode: Go to Settings β†’ About Phone β†’ MIUI version and tap 7 times on the build number.
  2. Return to Settings β†’ Additional β†’ For developers and activate Debugging over USB.
  3. Connect your smartphone to your PC, install it ADB-drivers and execute the command:
adb shell pm uninstall -k --user 0 com.android.browser

For Mint Browser, use:

adb shell pm uninstall -k --user 0 com.mi.globalbrowser

What to do if the team is not working:

  • πŸ”Œ Check the connection. USB (Select the mode of file transfer on the phone).
  • πŸ”„ Restart the device and PC.
  • πŸ“‹ For Chinese firmware (CN) may need root.
ADB Team TeamAction.Application
pm uninstall -k --user 0 [package]Remove the application for the current userFor system applications (e.g. Mi Browser)
pm disable-user --user 0 [package]Disable the application without deletingIf deletion is blocked
pm clear [package]Clears the data and cacheTo reset browser settings
pm list packages | grep browserShows all browsers in the systemFind the exact name package

⚠️ Warning: Removing system applications can lead to unstable work MIUI or update errors before executing commands ADB Create a backup copy through adb backup.

How to return Mi Browser after removal?
If you have deleted your browser through ADB and want to return it, follow the command: adb shell cmd package install-existing com.android.browser or reinstall the firmware via Fastboot (this will delete all data!).

Method 4: Use of third-party utilities (without root)

If ADB seems complicated, you can use the default settings management apps.

  • πŸ› οΈ Default App Manager (from F-Droid) – Shows all categories by default and allows you to reset them.
  • πŸ”§ App Inspector – Helps you find hidden settings MIUI.
  • πŸ“± SetEdit (requires) ADB, but with a user-friendly interface).

Examples of Default App Manager:

  1. Install the application from F-Droid.
  2. Open it and allow permission to access the settings (ADB may be required for some features).
  3. Select the Browser category and assign the desired application.

Limitations of the method:

  • ❌ Nana MIUI 14 Some utilities may not see the browser category.
  • ⚠️ Apps from Google Play (e.g. Default App Manager Tool) are often removed for violating policies.
  • πŸ”’ Full access may be required ADB root.

πŸ’‘

If links still open in Mi Browser after changing your browser, clear the Settings (com.android.settings) app cache via ADB or manually in the application settings.

Method 5: Manual editing of settings files (for experienced)

This method is suitable for users with root rights or custom firmware (like LineageOS), and involves directly changing the Android configuration files where the default settings are stored.

Instructions:

  1. Install a file manager with root support (such as Solid Explorer or FX File Explorer).
  2. Follow the path:
/data/system/users/0/
  1. Find the file. settings_global.xml Open it in the text editor.
  2. Find the line with default_browser and replace the value with the desired browser package (for example, com.android.chrome for Chrome).
  3. Save the file, restart the device.

List of packages of popular browsers:

  • 🌐 Google Chrome: com.android.chrome
  • 🦊 Mozilla Firefox: org.mozilla.firefox
  • ⚑ Brave Browser: com.brave.browser
  • πŸ” DuckDuckGo: com.duckduckgo.mobile.android

⚠️ Attention: Incorrect editing settings_global.xml This can cause a cyclical reboot of the device. Before making changes, back up the file!

What do you do if nothing works?

If all of these solutions are useless, consider alternative solutions:

  • πŸ“¦ Install custom firmware (e.g. Pixel Experience or LineageOS) – there are no restrictions MIUI.
  • πŸ”„ Reset your phone to factory settings (save data before you do!). After reset, immediately assign the default browser.
  • πŸ› οΈ Use a browser with the Open to.. function (such as Kiwi Browser or Vivaldi) that ignores system settings.
  • πŸ“‘ Update. MIUI until the latest version - in new builds sometimes fix bugs with default settings.

If the problem is related to regional restrictions (for example, firmware for India or China), the only reliable way is to unlock the bootloader and install a global version of MIUI.

πŸ’‘

On devices with MIUI for EU (EEA firmware), the default browser change usually works without problems. Check the firmware version in Settings β†’ About Phone β†’ MIUI version.

FAQ: Frequent questions about changing the browser to Xiaomi

Can I remove Mi Browser completely without ADB?
No, system applications can only be removed via ADB or root. However, you can turn off the browser in the application settings (Settings β†’ Applications β†’ Mi Browser β†’ Disable), but this does not always block its opening by default.
Why does the browser reset by default after the MIUI update?
This is a feature of Xiaomi firmware – in major updates (for example, from MIUI 13 to MIUI 14), the system resets some of the default settings. To avoid this, after updating, immediately check the settings in Settings β†’ Applications β†’ Default Applications.
How to find out the package name of the browser?
There are several ways: Use the App Inspector app from Google Play. Follow the command ADB: adb shell pm list packages | grep -i browser For Chrome it is always com.android.chrome, for Firefox it is org.mozilla.firefox.
Will the way with ADB work on Xiaomi with a MediaTek processor?
Yes, the ADB method is processor-dependent (whether it’s Snapdragon or MediaTek) and the key is to install drivers correctly and enable USB Debugging. On devices with MediaTek (such as the Redmi Note 12), you may need to install a VCOM driver additionally.
Can I change the default browser to Xiaomi Pad 6?
Yes, on Xiaomi tablets (including the Xiaomi Pad 6 and Pad 5), the process is identical to smartphones. Use Method 1 (MIUI settings) or Method 3 (ADB) if the standard method does not work. On tablets with MIUI for tablets, the path to settings may differ: Settings β†’ Apps β†’ App management β†’ Apps β†’ Sign of the gear β†’ Default Apps.