How to permanently remove notifications from the Xiaomi desktop: from system alerts to advertising

Your Xiaomi desktop is littered with notifications like a desk with documents on the eve of reporting? System alerts, ads from MIUI, reminders from apps and banners with promotions β€” all of which are not only distracting, but also slowing down the smartphone, especially annoying pop-up notifications from "Security" and "Memory Clearups", which appear even when the screen is locked.

In this article, we’ll look at all possible notification sources on the Xiaomi, Redmi, Poco and Black Shark screen, from standard Android alerts to MIUI 12/13/14 branded β€œchips.” You’ll learn how to disable them selectively or completely without breaking the system.

1.Why are there so many notifications on Xiaomi?

It's not just your love of app installation that's to blame, it's three key features of MIUI:

  • πŸ“± Xiaomi’s branded services: Security, Cleanup, Themes, Mi Video and other embedded apps actively send alerts, even if you don’t use them.
  • 🎯 Advertising integration: starting with MIUI 10, the system shows "recommendations" (essentially advertising) on the desktop and in the settings menu.
  • πŸ”„ Automatic updates: com.miui.system and com.android.updater check for updates every few hours, generating notifications.

Xiaomi also aggressively uses push notifications to promote its services (such as Mi Cloud or Mi Pay). Even if you turn off ads in the settings, some alerts can slip through loopholes in the system.

πŸ“Š What notifications are most annoying to you?
Advertising from MIUI
System Alerts (Memory, Battery)
Notifications from annexes
Pop-up banners on the lock screen

2. How to disable MIUI system notifications

Let's start with the most intrusive, the built-in Xiaomi services, which are very troubling, and you can turn them off without root permissions, but you have to dig through the settings.

Go to Settings β†’ Notifications and Status bar β†’ Notification management. Here you will see a list of all the apps that have ever sent alerts.

  • πŸ›‘οΈ Security (com.miui.securitycenter) – disable notifications about β€œmemory problems” and β€œviruses".
  • 🧹 Cleanup (com.miui.cleanmaster) – block all alerts except critical alerts.
  • πŸ“± System Updates (com.android.updater) – disable if you don’t want to receive reminders of new versions MIUI.
  • 🎨 Themes (com.android.themes) are the source of advertising for new wallpapers and themes.

For each annex:

  1. Put his name on the list.
  2. Switch the slider "Allow notifications" to the position Off.
  3. In the Categories section, disable all types of alerts (especially Recommendations and Marketing).

β˜‘οΈ Checklist for disabling system notifications

Done: 0 / 5

⚠️ Note: Disabling notifications from Security does not interfere with the antivirus, but you will no longer receive warnings about suspicious applications. If you use a third-party antivirus (for example, Dr.Web or Kaspersky), this item can be safely disabled.

3. How to remove ads and "recommendations" on the desktop

Xiaomi embeds ads directly into the MIUI interface and it can appear:

  • πŸ“Œ On the lock screen (banners with shares).
  • πŸ“‚ In the application menu (Installation "Recommended").
  • πŸ” In search (sponsored links).
  • πŸ–ΌοΈ On the desktop (widgets with suggestions).

To get rid of this:

  1. Hide Ad Widgets: Click a Finger on an Empty Desktop β†’ Widgets β†’ Find Mi Browser, Mi Video or GetApps Widgets and Delete Them
Type of advertisementWhere to turn offNote
Banners on the lock screenSettings β†’ Lock screen β†’ Additional β†’ Advertising NotificationsIn some firmware, this item is hidden - see the method below with ADB.
Recommendations in the appendice menuSettings β†’ Desktop β†’ Recommended applicationsAfter disabling the tab will disappear after 1-2 reboots.
Sponsored links in searchSettings β†’ Search β†’ Advertising ContentIf you don’t have a point, upgrade your Google App to the latest version.
Stock widgetsRemove through a long press on the desktopSome widgets (such as Mi Pay) cannot be removed without ADB.

πŸ’‘

If you still have ads after you turn off, check your Mi Account settings. Go to profile β†’ Privacy β†’ Personalization and turn off all sliders.

4. Hidden settings: disabling notifications via ADB

Some notifications (e.g. from com.miui.system or com.xiaomi.midrop) cannot be disabled via the standard interface, and the ADB command line will help. This method works on all versions of MIUI, including Xiaomi 12/13/14, Redmi Note 10/11/12 and Poco F3/F4/F5.

You'll need:

  • πŸ–₯️ Computer with installed ADB Tools.
  • πŸ“± Included debugging by USB on the phone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times tap the version β†’ Come back to the extra. β†’ For developers β†’ Debugging by USB).
  • πŸ”Œ USB-cable (preferably original).

Next, execute commands in the terminal (one by one, confirming each with Enter press):

adb shell pm hide com.miui.analytics


adb shell pm hide com.xiaomi.ab




adb shell pm hide com.miui.systemAdSolution




adb shell pm hide com.android.browser # Remove Mi Browser




adb shell pm hide com.xiaomi.midrop # Disables Mi Drop (if not used)

If you need to return notifications, replace hide with unhide.

⚠️ Note: pm hide commands only work on firmware with support MIUI Optimization (most global and European versions) on Chinese firmware (China) ROM) Adb shell dumpsy deviceidle whitelist may be required +com.miui.analytics.

What if the ADB can’t see the device?
1. Check if debugging is included on USB on your phone (connection notification should appear). 2. Install drivers for your model (download from Xiaomi or via Mi PC Suite). 3. Try another one. USB-cable (cheap cables often don't transmit data). 4. Reboot your phone and computer, then reconnect.

5 How to Disable Notifications from Specific Applications

Even after the system alerts are turned off, some apps continue to annoy with notifications, and we'll figure out how to deal with them.

Method 1: Through notification settings

  1. Open Settings β†’ Notifications β†’ Notifications Management.
  2. Find the desired app in the list (e.g. Facebook, VK, AliExpress).
  3. Turn off the "Allow Notifications" slider.
  4. In the Importance section, select Low or No Sound.

Method 2: Through the application itself

Many programs (e.g. WhatsApp, Telegram, Instagram) have their own notification settings.

  • πŸ’¬ WhatsApp: βš™οΈ β†’ Notifications β†’ Turn off sound/vibration.
  • πŸ“§ Gmail: ☰ β†’ Settings β†’ Notifications β†’ Select No".
  • πŸ›’ AliExpress: Profile β†’ Settings β†’ Notifications β†’ Shut it down.

Method 3: Through "Do Not Disturb"

If you want to turn off all notifications for a certain time (for example, at night), use Do Not Disturb:

Settings β†’ Sound and vibration β†’ Do not disturb β†’ Set up a schedule

πŸ’‘

Some apps (like TikTok or Wildberries) ignore Android settings and keep sending notifications, in which case only a complete deletion or freeze via ADB (pm disable-user --user 0 com.zhiliaoapp.musically for TikTok) will help.

6.What to do if notifications are returned after the update

After the MIUI update, many settings are reset and notifications reappear, which is because Xiaomi resets permissions for system applications.

  1. Create a backup of settings: Settings β†’ About Phone β†’ Backup β†’ Local Backup Save the file to Google Drive or computer.
  2. Use ADB to permanently disable: Some commands (e.g. for com.miui.analytics) are saved even after the update if executed via ADB.
  3. Turn off automatic updates MIUI: Settings β†’ The phone. β†’ Updating the system β†’ ☰ β†’ Settings β†’ Deactivate "Automatic loading"

If you have returned after the update, try:

  • πŸ”„ Reboot your phone in Safe Mode (click the power button) β†’ "Restart Safe Mode" and check if notifications have disappeared. If so, it's the third-party app's fault.
  • πŸ“¦ Remove the cache of system applications: Settings β†’ Annexes β†’ Application management β†’ ☰ β†’ Show it all. β†’ Select "Security" β†’ Warehouse β†’ Clear the cache

Radical methods: disabling notifications at the system level

If nothing works, there are two extreme ways:

Method 1: Installation of custom firmware

Firmware like LineageOS, Pixel Experience or Xiaomi.eu are devoid of advertising and most MIUI system notifications.

  • πŸ”“ Unlock bootloader (official way from Xiaomi takes over) 7-30 days).
  • πŸ› οΈ Installations TWRP or other recovery.
  • πŸ“± Backup of data (all data will be erased!).

Method 2: Freezing system applications

With the help of ADB or applications like App Quarantine (requires root), you can completely "freeze" intrusive services:

adb shell pm disable-user --user 0 com.miui.analytics


adb shell pm disable-user --user 0 com.xiaomi.ab




adb shell pm disable-user --user 0 com.miui.systemAdSolution

⚠️ Warning: Freezing system applications can cause the phone to run unstable. For example, disabling com.miui.securitycenter breaks the fingerprint scanner on some models!

FAQ: Frequent Notification Questions on Xiaomi

Why do notifications still appear after disconnection?
You probably turned them off for a specific category only, not the entire app. Check: Go to Settings β†’ Notifications β†’ Notifications β†’ Notification Management. Select the app and make sure all categories are disabled (not just General) If the problem persists, the app can use push notifications via Firebase (like VK or OK).
How to remove notifications about low battery or overheating?
These notifications are critical and are not disabled in standard ways, but you can: Lower the threshold of the battery warning through ADB: adb shell settings put global low_battery_warning_level 5 (substitute 5 by the right percentage, for example, 15). Disable overheating warnings by changing files to /system/build.prop (root). ⚠️ Disabling these notifications can cause the phone to suddenly turn off!
Can I only turn off notifications on the lock screen?
Yes, for this: Go to Settings β†’ Lock screen. Select "Notifications on lock screen." Set "Notifications" or "Show icons only." For individual applications (such as SMS or Calls), you can configure exceptions.
How do I return notifications if I have disabled them through ADB?
Run the command to replace hide with unhide or enable: adb shell pm unhide com.miui.analytics adb shell pm enable com.xiaomi.ab If you don't remember which apps you disabled, check the list through: adb shell pm list packages -d
Why can’t Chinese firmware (China ROM) turn off ads?
Chinese versions of MIUI are strictly linked to Xiaomi services, and many settings are hidden. Solutions: Install global firmware (e.g. Xiaomi.eu or Global Stable). Use ADB root (Chinese firmware requires bootloader unlocking). Delete advertising packages manually via TWRP (e.g. files in /system/priv-app/MiuiSystemAdSolution).