How to put the browser by default on Xiaomi Redmi 9: instructions with pictures and tips

Xiaomi Redmi 9 runs on the proprietary shell MIUI, which has its own peculiarities when configuring applications by default. Many users face the problem: even after installing Google Chrome, Firefox or Opera, the system continues to open links in the standard Mi Browser browser. In this article, we will discuss how to change the default browser, what nuances are in different versions of MIUI, and what to do if the desired browser is not displayed in the list.

It's important to understand that the procedure is not just a smartphone model, but also a firmware version. Redmi 9 (codenamed lancelot) can have MIUI 12, 13 or even 14 installed โ€” in each case, the path to settings is slightly different. We'll look at the universal ways that work on all versions, and also highlight the typical errors that keep the browser unchanged.

If you've tried to change your settings before, but you haven't succeeded, don't rush to drop your phone to factory. Most often, it's a 2-3 click problem, you just need to know where to look. And for those who like experimentation, we've prepared alternative methods through ADB and third-party utilities (but this is for advanced users).

Why does MIUI not allow you to change the browser by default?

MIUI is known for its user-centered shell, which sometimes turns into imposing its own services. The standard Mi Browser browser is so deeply integrated that it can't be simply removed or disabled without superuser rights. Here are the main reasons why you might not see the browser you want on the list:

  • ๐Ÿ”น Limitations MIUI: In some versions of firmware, the default application list is artificially shortened. MIUI 12 for European firmware (EEA) Browser displays normally, and in Global only Mi Browser and Chrome.
  • ๐Ÿ”น Incomplete browser installation: If you downloaded APK-Manual file (not from Google Play), the system may not recognize it as a full-fledged link opening application.
  • ๐Ÿ”น Cache and data: Accumulated temporary files in application settings can block changes, especially after an update MIUI.
  • ๐Ÿ”น Regional restrictions: On smartphones for China ROM) Some functions are blocked by default without additional manipulation.

Another important moment: MIUI It can distinguish between types of links. For example, you can set Chrome to open. HTTP/HTTPS-links, but links from messages or email will still open in Mi Browser.This is not a bug, but a feature of the shell that can be bypassed (we will talk about this below).

โš ๏ธ Note: If you are using Redmi 9 with China firmware, make sure that in the region settings (Settings) before changing the default browser โ†’ Additionally. โ†’ Region) selected country from Europe or the United States, otherwise some functions will not be available.

Method 1: Standard configuration via MIUI menu

This is the easiest and safest method that works on most versions of MIUI.

  1. Open Settings (the gear icon on the desktop or in the application menu).
  2. Go to the Appendix section โ†’ Application management.
  3. In the upper right corner, press three dots (โ‹ฎ) and select the Applications by default.
  4. Slip on Browser.
  5. In the list that appears, select the browser you want (such as Google Chrome or Firefox).

If your browser is not listed, check:

  • ๐Ÿ“Œ Is the browser installed from an official source (Google Play).
  • ๐Ÿ“Œ Have you run it at least once after installation.
  • ๐Ÿ“Œ Are there any restrictions on security settings (Settings) โ†’ Confidentiality โ†’ Special permits โ†’ Displaying on top of other applications).

Install your browser from Google Play|Run it at least once.|Check the permissions in the settings MIUI|Update the firmware to the latest version-->

On some versions MIUI The path may be slightly different. MIUI 14 section Application by default moved to Settings โ†’ Annexes โ†’ All applications โ†’ โ‹ฎ โ†’ Default. If you don't find a item, search by settings (the magnifier icon in the upper right corner).

Method 2: Change through the settings of a particular browser

Not everyone knows that many browsers (like Chrome or Opera) have a built-in default setup feature, which can work even if MIUI doesn't show the app in the general list.

  1. Open the browser you want (like Google Chrome).
  2. Slip on three dots in the upper right corner and select Settings.
  3. Go to the Application by default section (in some versions it may be called the default browser settings).
  4. Click Make the default browser or similar button.
  5. The system will redirect you to the MIUI settings - confirm the choice.

This method is especially useful for manually installed browsers (such as Firefox Nightly or Brave). If the button is inactive or missing, try reinstalling the browser by pre-clearing the cache in Settings โ†’ Apps โ†’ [Browser Name] โ†’ Storage.

โš ๏ธ Attention: On some firmware MIUI After changing the default browser through its settings, you may need to reboot your smartphone. If the links still open in Mi Browser, reboot and check again.

Method 3: Reset application settings (if the browser is not displayed)

If the browser is installed but does not appear in the default application list, the problem may lie in the system settings that have gone wrong.

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Tap it on three points (โ‹ฎ) in the upper right corner and select Reset application settings.
  3. Confirm action. This wonโ€™t delete your data, but it will reset all default settings (including permissions and restrictions).
  4. After reset, repeat the steps from Method 1.

This method also helps if some of the default apps are missing after the MIUI update, but note that resetting will return the settings of all apps, not just browsers, for example, reset permissions for instant messengers or banking applications.

Problem.Possible causeDecision
The browser is not displayed in the listIncomplete installation or lack of permitsReinstall your browser from Google Play, check permissions
Links open in Mi Browser despite settingsMIUI separates link types (HTTP, email, messages)Change the settings for each type separately
After the MIUI update, the settings resetSystem reset when updating firmwareRepeat the default browser setting
The button "Make the browser by default" is inactiveChina ROM Restrictions or Older Browser VersionsUpdate your browser or change region in the settings
๐Ÿ“Š What browser is used on Xiaomi Redmi 9?
Google Chrome
Mi Browser
Firefox
Opera
Other

Method 4: Using ADB for Advanced Users

If standard methods don't work and root rights aren't available, you can use ADB (Android Debug Bridge), which requires connecting your smartphone to your computer, but allows you to manually set the default browser even if the MIUI doesn't show it.

You'll need:

  • ๐Ÿ–ฅ๏ธ A computer with installed Xiaomi drivers and ADB Tools.
  • ๐Ÿ“ฑ Included debugging by USB on a smartphone (Settings) โ†’ The phone. โ†’ Version. MIUI โ€” Tap 7 times, then go back to Settings โ†’ Additionally. โ†’ For developers โ†’ Debugging by USB).
  • ๐Ÿ”— Installed browser (e.g. Chrome with com.android.chrome package).

Instructions:

  1. Connect Redmi 9 to your computer via USB and select File Transfer mode.
  2. Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with adb.exe.
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. Find out the current browser by default: adb shell dumpsys package | grep "mimeType='text/html'"
  5. Install the browser you want (e.g. Chrome): adb shell cmd package set-home-activity com.android.chrome/com.google.android.apps.chrome.Main
  6. Reboot your smartphone.

Note: Incorrect use of ADB can cause system failures. If you are not sure about your actions, you should consult standard methods or contact Xiaomi for support.

What if the ADB canโ€™t see the device?
If the adb device command doesnโ€™t show your Redmi 9, check: 1. ADB Interface (you can download from the official website). 2. Is debugging enabled USB In the developer settings. 3. Try another one. USB-cable (original better). 4 Restart your computer and smartphone. 5 If you use Windows, run the command prompt on behalf of the administrator.

Even after successfully changing your default browser, you may find that links from Telegram, WhatsApp or email still open in Mi Browser.This is because MIUI allows apps to override system settings. Here's how to fix it:

For instant messengers (Telegram, WhatsApp, Viber):

  1. Open the settings of the messenger (for example, in Telegram: โ‹ฎ โ†’ Settings โ†’ Data and memory).
  2. Find the option Open links to or Browser by default.
  3. Select the browser you want from the list.

For email clients (Gmail, Mi Mail):

  1. Open the letter with the link, but do not click on it.
  2. Keep your finger on the link until the context menu appears.
  3. Select Open in... and specify the desired browser.
  4. Always tick (or use it by default).

If the messenger does not have an explicit browser setting, try the following trick:

  • ๐Ÿ“ฒ Open the messenger and send yourself a message with a link.
  • ๐Ÿ”— Click on the link - the system will suggest selecting a browser.
  • ๐Ÿ”˜ Select the browser you want and check the box Always.

โš ๏ธ Note: Some apps (such as Facebook or Instagram) use built-in browsers (WebView) and ignore system settings, in which case you can only change the behavior through the settings of the application itself or by disabling the built-in browser in Settings โ†’ Annexes โ†’ [Title of the annex] โ†’ Additionally. โ†’ Open web links.

Alternative methods: Launcher and third-party utilities

If none of the above methods worked, you can go the other way around using third-party launchers or utilities to manage applications by default, a method that is suitable for users who do not want to mess with ADB or do not have access to a computer.

1. Use of an alternative launcher (Nova Launcher, Apex Launcher):

  • ๐Ÿ“ฑ Install a launcher from Google Play (for example, Nova Launcher).
  • ๐Ÿ”ง In the launcher settings, find the Default Applications or Application Association section.
  • ๐ŸŒ Assign the right browser to open links.

2.Default App Manager (requires root):

  • ๐Ÿ› ๏ธ Install Default App Manager from Google Play.
  • ๐Ÿ”“ Provide root access (if any).
  • ๐Ÿ” Find the browser in the list and select the desired application.

Application "SetEdit" (for experienced users):

  • ๐Ÿ“ฒ Install SetEdit.
  • ๐Ÿ” Find the browser or http setting.
  • ๐Ÿ“ Manually write the package of the desired browser (for example, com.android.chrome for Chrome).

These are more flexible, but require additional action, such as using Nova Launcher, you'll have to drop the standard MIUI launcher, which is not popular, and applications like SetEdit can be dangerous if used incorrectly โ€” always back up before changing system settings.

๐Ÿ’ก

If you often experience default settings issues, consider installing custom firmware (like LineageOS or Pixel Experience) that doesnโ€™t have MIUI limitations, and all settings work like pure Android.

FAQ: Frequent questions about changing your browser to Redmi 9

Can I remove the Mi Browser completely?
Without root rights, you canโ€™t remove Mi Browser, as it is a system application. However, you can disable it: go to Settings โ†’ Applications โ†’ Application Management โ†’ Mi Browser โ†’ Disable. Note that this can lead to errors in the work of some Xiaomi services (for example, Mi Cloud or Themes).
Why did the default browser reset after the MIUI update?
For major MIUI updates (e.g., version 12 to version 13), the system resets some default settings. This is standard behavior and cannot be reversed. After the update, just reset the browser as instructed above.
How to get links from Telegram to open in Chrome?
Open Telegram, go to Settings โ†’ Data and Memory โ†’ Open links in and select Google Chrome. If this option is not available, try long-clicking on any link in the chat and select Open in Chrome with the tick Always.
Can Firefox Focus be used as the default browser?
Firefox Focus does not support opening links by default, as it is positioned as a browser for private browsing. Instead, install the full version of Firefox or Firefox Nightly.
What if you click on the link and you get an error โ€œNo applications to handle this actionโ€?
This error means that the system does not recognize any browser as suitable for opening links. Solution: Reinstall any browser (e.g. Chrome). Clear the cache to Settings โ†’ Annexes โ†’ All applications โ†’ [Browser name] โ†’ Warehouse โ†’ Clear the cache. Perform reset application settings (Settings) โ†’ Annexes โ†’ โ‹ฎ โ†’ Resetting application settings).

๐Ÿ’ก

If none of these methods worked, check your firmware version. Some unofficial (custom) builds of MIUI for Redmi 9 may have their default settings artificially blocked, in which case only flashing to the official version will help.