How to permanently disable notifications in the Xiaomi browser: 5 proven ways

Pesky pop-up notifications in Xiaomiโ€™s browser can turn surfing the web into a nightmare. Every time you open a new tab, you are attacked by offers to turn on push alerts from dubious sites, banner ads block content, and system alerts about โ€œimportant updatesโ€ of the browser appear at the most inopportune moment. If you are tired of this chaos, you are not alone. According to statistics, 78% of Xiaomi users have tried to turn off these notifications at least once, but not everyone has succeeded in this first time.

Complicating the problem, Xiaomi uses two default browsers: its own Mi Browser (with the companyโ€™s integrated services) and Google Chrome (in a modified version for MIUI), the notification settings are different, as are the ways to block them. Moreover, after upgrading to HyperOS (the new firmware from Xiaomi), the settings menu has changed again, confusing even experienced users. In this article, we will discuss all the current methods of disabling notifications, from standard to hidden, which are not documented in the official help.

1. How to disable notifications in the standard Mi Browser browser

Mi Browser is the native browser for Xiaomi devices, preinstalled on all smartphones with MIUI and HyperOS. It is closely integrated with the Xiaomi ecosystem, so its settings are hidden deeper than in regular Chrome. The main difficulty is that the notification management options are scattered across several menus, and their location depends on the firmware version.

To completely block pop-ups and push notifications:

  1. Open the Mi Browser and tap the icon. โ‹ฎ (three points) in lower right corner.

If notifications continue to appear after these actions, check the Android system settings:

  • ๐Ÿ“ฑ Go to your phone settings โ†’ Annexes โ†’ Application management.
  • ๐Ÿ” Find Mi Browser in the list and select Notifications.
  • โš™๏ธ Disable all notification categories (especially Recommendations and Updates).

๐Ÿ’ก

On some models (e.g. Redmi Note 12 and POCO X5), the Mi Browser has a hidden option called "Read Mode without distractions." To enable it, type in the address bar of the browser about:flags, find the Reader Mode flag and activate it, which automatically blocks all pop-ups on sites.

2. disable notifications in Google Chrome on Xiaomi

While Google Chrome looks familiar on Xiaomi devices, its modified version for MIUI/HyperOS has a number of features, such as missing the standard Site Settings section, and instead popping up Xiaomi Services, which is responsible for integrating with the brand ecosystem, which often confuses users, especially if they are used to โ€œcleanโ€ Chrome on other devices.

Instructions for deactivating notifications:

  1. Open Chrome and click on three dots. โ‹ฎ โ†’ Settings.
  2. Go to Site Settings โ†’ Notifications (on HyperOS this path may look like Additional โ†’ Site Permissions).
  3. At the top of the screen, move the slider to the Locked position.
  4. Scroll down the list and manually remove all sites that were previously allowed notifications (stick on each and select Delete).

If notifications slip anyway, check the additional MIUI settings:

  • ๐Ÿ›ก๏ธ Go to your phone settings. โ†’ Memory. โ†’ Autostart and disable autostart for Chrome.
  • ๐Ÿ”” In the Notifications and Status bar section, search for Chrome and deactivate all types of alerts.
๐Ÿ“Š What browser do you use on Xiaomi?
Mi Browser
Google Chrome
Other (e.g. Firefox)
I don't know what browser I have.

3. Block notifications via MIUI/HyperOS system settings

Sometimes, notifications from the browser continue to appear even after all options within the application are turned off, because MIUI and HyperOS have their own alert management layer that overlaps browser settings, for example, the system can automatically turn on notifications for โ€œimportantโ€ sites (in its opinion) or display ads through Xiaomi Ads services.

To completely block this channel:

  1. Open the phone settings โ†’ Notifications and status bar.
  2. Slip on Application Notification Management.
  3. Find Mi Browser and/or Chrome and disable all categories: ๐Ÿ“ข General notices ๐Ÿ”„ Updates ๐Ÿ’ก Recommendations ๐Ÿ›’ Partner offers (if any)

System notifications

Advertising and recommendations

HyperOS has added another layer of control:

  • ๐Ÿ”ง Go to Settings. โ†’ Annexes โ†’ Special access โ†’ Displaying on top of other applications.
  • ๐Ÿšซ Find Mi. Browser/Chrome and disable permission to display over other windows (this will block pop-ups).

Disable notifications in browser settings|Remove permissions for websites in Chrome/Mi Browser|Block system notifications in MIUI/HyperOS|Disable auto-start browser|Check the permission to "Display on top of other applications"-->

4. Hidden settings: how to turn off ads and โ€œsmartโ€ hints

Xiaomi is actively implementing so-called โ€œsmart servicesโ€ into its browsers โ€“ automatic prompts, personalized advertising and โ€œusefulโ€ discount notifications in the Mi Store โ€“ which are based on collecting data about your online behavior and often have no obvious switches to turn off, but can be deactivated through hidden menus or reset settings.

Methods of shutdown:

Type of notificationWhere to turn offInstructions
Banner advertisements on the main pageMi BrowserSettings โ†’ Home โ†’ Disable Recommendations and News
Smart Tips When EnteringMi BrowserSettings โ†’ Additional โ†’ Disable Offers at Entering and Personalization
Push notifications from Mi AdsPhone settingsApplications โ†’ Application Management โ†’ msa (or MiuiDaemon) โ†’ Disable notifications
Pop-up windows with a suggestion to save the passwordChromeSettings โ†’ Passwords โ†’ Disable Save Passwords and Autocomplete

If after all the manipulations the advertisement continues to appear, try resetting the browser settings:

  • ๐Ÿ”„ In Mi Browser: Settings โ†’ Additionally. โ†’ Reset the settings.
  • ๐Ÿ”„ In Chrome: Settings โ†’ Resetting settings (at the very bottom of the menu).
What if notifications are returned after the update?
After updating MIUI or HyperOS, some browser settings are reset to factory. To avoid this, before updating: 1. Back up your browser settings (in Mi Browser: Settings โ†’ Backup). 2. Turn off automatic browser updates in Settings โ†’ About Program. 3. After updating the system, immediately check the notification settings - they can be turned on again.

5. Radical methods: disabling through ADB and removing system applications

If standard methods donโ€™t work and notifications from Xiaomiโ€™s browser continue to ruin your life, you can resort to radical measures. These methods require developer rights and can lead to unstable system operation, so use them only as a last resort. Before you continue, make sure that your device unlocks the bootloader and enabled debugging over USB.

Method 1: Disconnection through ADB

With the help of ADB commands, you can forcibly block notifications for the browser:

adb shell pm revoke com.android.browser android.permission.POST_NOTIFICATIONS


adb shell pm revoke com.android.chrome android.permission.POST_NOTIFICATIONS

These commands revoke browser permission to display notifications at the system level, and after the device is restarted, the changes will take effect.

Method 2: Remove Mi Browser (power users only)

Mi Browser is a system application, but it can be removed with ADB or through Magisk (if you have root rights).

adb shell pm uninstall --user 0 com.android.browser

โš ๏ธ Note: Removing Mi Browser may cause some Xiaomi services to crash, such as Mi Account or Mi Cloud!

Method 3: Freeze with Titanium Backup or Lucky Patcher

If you have root access, you can freeze Mi Browser or Chrome so that they donโ€™t start or show notifications.

  1. Install Titanium Backup from Magisk.
  2. Find it in the Mi Browser or Chrome list.
  3. Select the option to Freeze.

๐Ÿ’ก

Use radical methods only if standard settings do not help. Mistakes with system applications can lead to a device bribing or loss of warranty.

6. Alternative browsers without notifications for Xiaomi

If the fight against notifications in standard Xiaomi browsers has been unsuccessful, the most reliable solution will be to install an alternative browser, the main advantage of this approach is that you get full control over the settings without restrictions imposed by the restrictions imposed by the user. MIUI/HyperOS. However, not all browsers work equally well on Xiaomi devices, especially given the features of the firmware.

The best options to replace:

  • ๐ŸฆŠ Mozilla Firefox โ€“ Blocks default notifications, supports extensions for additional protection (e.g. uBlock Origin).
  • ๐Ÿ›ก๏ธ Brave Browser โ€“ automatically blocks ads and trackers, has built-in VPN.
  • ๐ŸŒ DuckDuckGo Privacy Browser โ€“ does not collect user data, simplified interface without unnecessary notifications.
  • ๐Ÿ” Kiwi Browser โ€“ based on Chromium but with advanced privacy settings.

When installing an alternative browser, follow these tips:

  • ๐Ÿ”’ Turn off autorun for standard browsers (Mi Browser and Chrome) in the settings MIUI.
  • ๐Ÿ“ต Remove permissions to display notifications for unnecessary browsers in system settings.
  • ๐Ÿ› ๏ธ In the new browser, immediately go to the settings and disable all options related to "personalization" and "recommendations".

Note that some browsers (like Firefox) may run slower on Xiaomiโ€™s budget models (like Redmi 9A or POCO M3). In this case, try Bromite, a weak-device-optimized browser based on Chromium with out-of-the-box ad blocking.

7. Frequent mistakes and how to avoid them

Many Xiaomi users experience the same problems when trying to disable notifications in the browser, and here are the most common errors and ways to solve them:

Problem.Reason.Decision
Notifications are returned after rebootThe system automatically resets the browser settingsTurn off browser auto-update in Settings โ†’ About the program
Cannot find the "Notifications" section in the browser settingsAn outdated version of MIUI or HyperOSUpdate your firmware or use an alternative browser
The windows appear even after blocking.Sites use workarounds (e.g., Web Push)Install an extension to block scripts (e.g. NoScript)
Notifications for individual sites cannot be disabledMIUI restrictions on permit managementUse ADB to revoke permissions (see Section 5)

Another common mistake is ignoring system notifications, and many users only turn off alerts inside the browser but forget to check the Android-level settings. For example, MIUI 14 and HyperOS have a separate Special Access section where you can prevent the browser from showing windows on top of other applications, and if you don't, pop-up banners will appear regardless of the browser settings.

โš ๏ธ Note: Some models (e.g. Xiaomi 13 Pro or Redmi) K60) After upgrading to HyperOS, the notification management section in the browser settings may disappear. In this case, try resetting the browser settings to factory or installing the update manually through Settings. โ†’ The phone. โ†’ Updating the system.

Can you turn off notifications for certain sites without blocking them?
Yes, Google Chrome and Mi Browser have the option to manage notifications for each site separately. To do this: Open the site you want to change your settings for. Slip the padlock icon in the address bar โ†’ Permissions โ†’ Notifications. Choose Block. On HyperOS, this path can look like Site Settings โ†’ Notifications โ†’ Add an exception.
Why do notifications return after resetting browser settings?
This is because MIUI and HyperOS store some settings in the Mi Account cloud. When reset, the browser can automatically sync old permissions. To avoid this: Before reset, turn off sync to Browser Settings โ†’ Xiaomi Account. Or delete browser data in Phone Settings โ†’ Apps โ†’ Storage โ†’ Clear data.
How to block notifications from Xiaomi Ads in the browser?
Xiaomi Ads is a service that displays ads in system applications, including the browser. To disable it: Go to Phone Settings โ†’ Apps โ†’ App Management. Find the msa app (or MiuiDaemon). Disable notifications and disable autorun. On some firmware (like HyperOS for the global version), this method may not work, in which case only installing custom firmware or using ADB to deactivate the service will help.
Will the notification block work if I use a VPN?
Yes, blocking notifications in the browser is not dependent on using a VPN. However, some sites may bypass restrictions if you are connected to servers in regions with less stringent privacy rules (for example, the United States or China). In this case: Use a VPN with ad-blocking functionality (for example, ProtonVPN or AdGuard VPN).
Can I return my notifications if I have disabled them through ADB?
Yes, for this, run the command: adb shell pm grant com.android.browser android.permission.POST_NOTIFICATIONS adb shell pm grant com.android.chrome android.permission.POST_NOTIFICATIONS If no notifications appear after this, check your browser settings and system permissions โ€“ they may have been reset.