Smartphone Xiaomi Redmi Note 9 default uses the proprietary browser MIUI Browser, but many users prefer alternatives like Google Chrome, Firefox or Opera. Changing the default browser to Redmi Note 9 is a simple procedure, but with nuances associated with the features of the shell MIUI. In this article, we will analyze all working methods, including hidden settings and circumventing the limitations of the system.
It is important to understand that on the Redmi Note 9 (models M2003J15SC, M2003J15SS, etc.), the process may differ depending on the version of MIUI (12, 13 or 14) and regional firmware. For example, in the European version of MIUI EU, the algorithm is simpler than in the global or Chinese.
Why canβt Redmi Note 9 just change the default browser?
Unlike pure Android, the MIUI shell imposes restrictions on the replacement of standard applications, which is due to Xiaomiβs policy of integrating its services into the system.
- π MIUI Browser is tightly tied to system processes (e.g., com.miui.browser).
- π± On some firmware, the browser change option is hidden in the Settings menu β Annexes β Smart functions.
- π After updating MIUI settings can be reset, and the browser by default returns to the factory.
Xiaomi also blocks the change of standard applications for some system actions, such as opening links from SMS or push notifications, which is done to ensure stability, but creates inconvenience for users who prefer third-party browsers.
Method 1: Standard change through Android settings
The most obvious method is to use built-in Android tools. It works on most MIUI 12-14 firmware, but may not be available on Chinese versions (China ROM).
- Open Settings (the gear icon on the main screen).
- Go to the Appendix section β Application management.
- Click on the three dots in the top right corner and select the Default Apps.
- Slip on Browser.
- In the list, select the desired application (such as Chrome or Firefox).
If the default App item is not on the menu, your firmware limits this function, in which case move on to the following ways.
βοΈ Preparation for the browser change
Method 2: Using ADB to Force Browser Change
If the standard method didn't work, you can use ADB (Android Debug Bridge), which requires you to connect your smartphone to your computer, but it gives you 100% results. On the Redmi Note 9 with MIUI 13+, this method works even without root rights.
Steps:
- Turn on Developer Mode: Go to Settings β About Phone. Tap 7 times on MIUI Version until the notification "You've become a developer" appears.
USB debugging
Settings β Additional β For Developers
Redmi Note 9
Open the command line (Windows) or terminal (macOS/Linux) and type:
adb shell pm clear-defaults com.android.browser
adb shell pm set-defaults com.android.chromeReplace com.android.chrome with your browser package:
- Chrome: com.android.chrome
- Firefox: org.mozilla.firefox
- Opera: com.opera.browser
How to find out the application name package?
β οΈ Attention: After use ADB Some system functions (such as opening links from Mi Account) may not work properly. To get it back, follow the command: adb shell pm clear-defaults com.android.chrome
Method 3: Reset application settings (if the browser does not change)
Sometimes the system forgets changes due to cache or conflicts, in which case the application settings can be reset:
- Go to Settings β Applications β Application Management.
- Click on the three dots at the top β Reset application settings.
- Confirm the action.
- Repeat the attempt to change the browser through the default Apps.
This method does not delete application data, but resets all default settings, including permissions and file associations.
π‘
If after reset, the browser is reset to MIUI Browser again, try to disable automatic update of system applications in Settings β About Phone β Update MIUI β Settings (cogs) β Auto-update system applications.
Method 4: Use of third-party utilities (without root rights)
There are applications that allow you to change default settings without ADB. For example, Default App Manager (available on Google Play).
- Download and install Default App Manager.
- Open the application and give it permission (if requested).
- In the list, find the Browser and select the desired application.
- Reboot your smartphone.
The advantage of this method is that you don't need to connect to a PC, but on some MIUI firmware, the application may not have sufficient permissions to change system settings.
| Method | Difficulty | PC required | It's working on MIUI 14. | Risk of failure |
|---|---|---|---|---|
| Standard settings | β | β No. | β Yeah, not always) | β No. |
| ADB | βββ | β Yes. | β Yes. | β οΈ Medium. |
| Resetting settings | ββ | β No. | β Yes. | β No. |
| Default App Manager | ββ | β No. | β No (partially) | β No. |
What to do if the browser is reset after the MIUI update?
Many Redmi Note 9 users are faced with a problem: after the MIUI update, the default browser becomes MIUI Browser again, due to the fact that the system restores factory settings for critical applications.
- π Reverse to the old version MIUI (if the update is uncritical).
- π΅ Turn off automatic update of system applications in settings.
- π οΈ Use Tasker or MacroDroid to automatically reassign your browser after rebooting.
To disable auto-updates:
- Go to Settings β About Phone β Update MIUI.
- Click on the gear at the top β Update settings.
- Turn off the auto-update system applications option.
β οΈ Note: On Chinese firmware (China) ROM) Disabling auto-updates may cause Mi Account and Cloud Services to fail. ADB To block specific packet updates: adb shell pm disable-user --user 0 com.miui.systemAdSolution
Alternative approach: the use of "Lightened mode"
The Redmi Note 9 has a hidden feature called Light Mode, which simplifies the interface and allows you to flexibly configure standard applications, to activate it:
- Open the Settings. β Special facilities.
- Select Light Mode.
- Activate it and restart the phone.
- Now in the settings will appear an additional section Smart functions, where you can change the browser by default.
This method doesn't work on all firmware, but it can be useful if other methods don't work. Once you set up your browser, you can turn off Light Mode, and the changes will persist.
π‘
On MIUI 14+, the most reliable way is to combine ADB + disable auto-updates of system applications, which prevents automatic resetting of the browser.