Why do you want to get rid of Mi Browser on Mi 9T?
Owners of the Xiaomi Mi 9T (also known as the Redmi K20 in some regions) often face the need to remove the pre-installed Mi Browser, for reasons ranging from intrusive advertising and data collection to slow performance compared to alternatives like Google Chrome or Mozilla Firefox.
Mi Browser officially refers to system applications MIUI, What's more, after system updates, the browser can automatically recover even if you've previously deactivated it. In this article, we'll look at all the ways you can, from simple disabling to complete deletion using the help of a new system. ADB and ROOT-rights.
It is important to understand that removing system applications can affect the stability of MIUI. However, with the right approach, the risks are minimal. If you are not sure about your actions, start with the safest methods (disable or hide), and resort to radical measures only when urgently needed.
Method 1: Disable Mi Browser without removal (the safest method)
If you don't have to completely erase your browser, but just hide it from the menu and stop the background, this is the method for you. It doesn't require special knowledge and is reversible at any time.
Instructions:
- π± Open the settings on your Xiaomi Mi 9T.
- π§ Go to the Appendix section β Application management.
- π In the search box, type Mi Browser (or com.android.browser).
- βοΈ Click on the application, then select Disable.
- β Confirm the action in the window that appears.
Once disabled, the browser icon will disappear from the menu and the background processes will no longer consume resources, but the application itself will remain in the system and can be turned on again at any time.
π‘
If after disabling Mi Browser continues to appear in search results on the system, clear the cache in Settings β Memory β Clean.
β οΈ Note: On some versions MIUI (especially global) the option to disable may not be available for system applications.
Method 2: Hide Mi Browser with Launchers (without ROOT)
If you can't disable your browser, you can simply hide its display in the application menu, and any third-party launcher, such as Nova Launcher or Microsoft Launcher, will do this.
The following is a step-by-step instruction for Nova Launcher:
- π² Install Nova Launcher from Google Play.
- π±οΈ Long press on the desktop β Launcher settings.
- π Go to Apps and Widgets β Hide applications.
- π Select Mi Browser from the list and confirm.
This method does not physically remove the application, but makes it inaccessible to run accidentally, the disadvantage being that the browser will still take up space in memory and can be updated via Google Play (if installed as a custom application).
Method 3: Remove Mi Browser via ADB (without ROOT but with PC)
For those who are ready to connect the Mi 9T There is a method of removing the device via Android Debug Bridge (ADB). He doesn't ask. ROOT-rights, but will require the inclusion of the developer mode and the installation of drivers.
What you need:
- π» Computer with Windows/macOS/Linux.
- π USB-cable (preferably original).
- π¦ Installed drivers Xiaomi and ADB Tools.
Instructions:
- Enable Developer Mode on Mi 9T: Go to Settings β About Phone. 7 times click on MIUI Version. Return to Settings β Additional β Developer. Activate Debugging on USB.
Connect the phone to the PC and confirm the debugging permission.
Terminal
adb devices(Your device should be displayed.)
adb shell pm uninstall --user 0 com.android.browserIf the command is successful, the browser will be deleted for the current user (without affecting system files).
Developer mode is on
Xiaomi drivers installed
ADB Tools Downloaded and Unpacked
USB-The cable is connected to the original port
Backup copy of data created-->
β οΈ Attention: On some firmware MIUI (Especially Chinese) the browser package may be called differently, for example, com.miui.browser. Check the exact name through the command adb shell pm list packages. | grep browser.
Method 4: Complete removal by using ROOT-rights (for experienced users)
If you have ROOT-access (e.g. via Magisk), you can delete the Mi Browser permanently, including all its system files.
Instructions for Root Explorer or Titanium Backup:
- π Open the file manager with ROOT-access (e.g., Root Explorer).
- π Move to the /system/app/MiBrowser or /system/priv-app/MiBrowser.
- ποΈ Delete the browser folder (pre-return the backup copy!).
- π Reboot the phone.
Alternatively, via Titanium Backup:
- Launch the application and provide ROOT-access.
- Find Mi Browser on the list.
- Choose Delete! (Do not Freeze!)
Once completely deleted, the browser will not recover even after resetting, but there is a risk of disrupting other system components if you delete the associated libraries.
What if system updates stopped working after removal?
Method 5: Replace Mi Browser with the default alternative
If your goal is simply not to use Mi Browser, but to leave it on the system, you can assign another browser to the default application, which will prevent accidental opening of links in the unnecessary browser.
How to change the default browser:
- π Install an alternative browser (such as Chrome or Firefox).
- π± Open the Settings. β Annexes β Application management.
- π Find Mi Browser and click Open by Default.
- β Reset the default settings.
- π When you next open the link, select a new browser and mark Always.
This method doesn't remove the Mi Browser, but it minimizes its use, and it's completely safe and doesn't require any technical skills.
π‘
The default browser designation does not remove Mi Browser, but prevents it from automatically running when you open links from other apps (such as Telegram or WhatsApp).
What if Mi Browser returns after MIUI update?
One of the most common problems is that the Mi Browser reappears after installing MIUI updates, which is because the system restores remote system applications when it updates.
Decisions:
| Problem. | Decision | Difficulty |
|---|---|---|
| Browser's back after OTA-update | Repeat deletion via ADB or ROOT | Medium |
| Cannot be removed after the update | Check the new name of the package (may change) | Tall. |
| The icon appears, but the browser does not start | Clear the launcher cache or reboot the phone | Low. |
| Updates stopped coming | Restore your browser or install firmware manually | Tall. |
If you deleted the browser through ADB, after updating, just repeat the command. ROOT-method may require re-deletion of files, as the update could restore them.