How to completely or selectively disable notifications on your Xiaomi phone

Why Xiaomi notifications are a problem

Xiaomiโ€™s MIUI-based smartphones are known for their functionality, but sometimes their notification system turns into a nightmare. Users often complain of spam from system applications, annoying status-line ads and duplicate notifications from messengers. Unlike pure Android, notifications can come even from services youโ€™ve never used.

The main problem lies in MIUIโ€™s aggressive policy of monetizing through advertising and integrating its own services, such as Mi Video, which can send notifications about new movies even if you donโ€™t use it, and Mi Browser, which offers โ€œinteresting news,โ€ and this is supplemented by standard alerts from Google, social networks and instant messengers, which, if unconfigured, create chaos in the curtain.

According to a 2023 study by Counterpoint Research, 68% of Xiaomi users in Russia have tried to completely disable notifications at least once, but they are faced with the fact that they return after updating or resetting settings. In this article, we will examine all possible ways, from selective disabling to radical methods using ADB.

How to Disable Notifications for a Specific Application

The easiest way to reduce the number of alerts is to set them up for each application, which is useful if you are annoyed by notifications from VKontakte, Instagram or system services like Mi Security. It is important to understand that some applications (such as WhatsApp or Telegram) have their own notification settings inside the program, and they will also have to be configured.

Instructions for MIUI 14/13/12 (relevant for Redmi Note 12, POCO X5, Xiaomi 13T and other models):

  1. Open the Settings โ†’ Applications.
  2. Select the app you want to disable (e.g. Mi Community).
  3. Slip on the Notification item.
  4. Translate the slider Allow notifications to the off position.
  5. For fine-tuning, turn off individual types of alerts (sound, vibration, icon on the icon).

Note that some system applications (such as MiuiDaemon or Analytics) may not have a visible switch in this menu, and they will need to use advanced methods, which we will discuss later.

Make sure the application is not system-based (otherwise errors may occur)

Check the notification settings inside the app itself (e.g. Telegram)

Backup important data (in case of failure)

Remember the original settings if you plan to restore them.-->

Massively disabling notifications for all applications

If you're annoyed by notifications from dozens of apps, it's not rational to set up each one separately. MIUI has a hidden mass shutdown feature, but it works in a non-obvious way. It's a method for users who want to leave notifications only from messengers and calls.

How to do this:

  1. Go to Settings โ†’ Notifications and Status bar.
  2. Select Notification Management.
  3. In the upper right corner, tap the icon three dots (โ‹ฎ) Select Show System Processes.
  4. Now you'll see all the apps, including the system ones. Scroll through the list and turn off the unwanted ones, turning the slider to the off position.

An important nuance: some system notifications (for example, from the Android System or MIUI System) are not recommended to be turned off - this can lead to unstable operation of the phone, and after a mass shutdown, important alerts, such as low battery power, may stop coming.

๐Ÿ’ก

If notifications from messengers stopped working after a mass shutdown, check the sync settings in Settings โ†’ Accounts and Sync โ†’ Mi Account. Sometimes a sync failure blocks all alerts.

How to Remove Advertising and Spam in Notification Curtain

One of the most annoying things about MIUI is that it's ad notifications that appear on the status bar, and they can advertise games, movies on Mi Video, or even Xiaomi partners, and they're harder to turn off than regular alerts because they come from system services.

Ways to combat advertising:

  • ๐Ÿ“ต Turn off personalized advertising: Go to Settings โ†’ Confidentiality โ†’ Advertising and deactivating Personalized Recommendations will reduce the number of targeted ads.
  • ๐Ÿ” Prohibit advertising in MIUI: In the same section, disable Receive recommendations and Advertising ID (It wonโ€™t remove all ads, but it will reduce the number of ads).
  • ๐Ÿšซ Disable system applications: Some advertising notifications come from Mi Browser, Mi Video or Mi Community. โ†’ Annexes โ†’ Application management โ†’ Shut down.
  • ๐Ÿ›ก๏ธ Use it. ADB: If nothing helps, you will have to call the team. ADB (instruction will be below).

After disabling advertising services, some features (such as recommendations in Mi Browser) may not work properly, but this is a small fee for a clean notification curtain.

Advertising from Xiaomi|Spam from messengers|System alerts|Notifications from games|Other-->

Disabling notifications via ADB (for power users)

If standard methods don't work, you can use Android Debug Bridge (ADB), a deep-tuning tool that is suitable for completely disabling system notifications that can't be removed through the GUI, such as blocking alerts from MiuiDaemon or AnalyticsCore.

Step-by-step:

  1. Turn on Developer Mode: Go to Settings โ†’ About Phone and tap on MIUI Version 7 times.
  2. Return to Settings โ†’ Additional โ†’ For developers and activate Debugging over USB.
  3. Connect the phone to the computer and install it. ADB-driver.
  4. Open the command line (Windows) or terminal (macOS/Linux) and type:
adb devices

(The name of your device should appear)

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

(This will disable MIUI analytics, which often sends out unnecessary notifications)

Other useful commands for disabling system services:

ADB Team TeamWhat's off?Effects of consequences
adb shell pm disable-user --user 0 com.miui.systemAdSolutionPromotional noticesWill stop coming banner ads in the curtain
adb shell pm disable-user --user 0 com.xiaomi.midropMi Drop (file transfer)There will be no notifications about file transfers
adb shell pm disable-user --user 0 com.miui.videoplayerMi VideoMovie recommendations will stop coming
adb shell pm disable-user --user 0 com.android.browserMi BrowserThere will be no notifications about news and promotions

โš ๏ธ Attention: Some commands can cause the phone to malfunction. For example, disabling com.miui.securitycenter will block access to security settings. ADB Backup your data through Settings โ†’ Additionally. โ†’ Backup and reset.

How do I get back the services that are disabled?
If something went wrong after using ADB, you can return the disabled services by command: adb shell pm enable com.name.package For example, to return Mi Video: adb shell pm enable com.miui.videoplayer After that, restart the phone.

Setting up "Do Not Disturb" for total silence

If you need to temporarily turn off all notifications (such as during a sleep or important event), use Do Not Disturb mode. Unlike manually shutting down, this method allows you to flexibly configure exceptions - for example, leave calls from favorite contacts or alarms.

How to set up:

  1. Go to Settings โ†’ Sound and vibration โ†’ Do not disturb.
  2. Activate the slider Do not disturb.
  3. Set up a schedule (for example, from 23:00 to 7:00).
  4. In the Exceptions section, select which notifications are allowed to be skipped: ๐Ÿ“ž Calls (you can select "Selected Contacts Only") โฐ Alarm clocks and timers ๐Ÿ’ฌ Messages (note messengers that can be skipped)

MIUI: This mode turns off all visual notifications by default (they donโ€™t appear in the curtain), but the sounds and vibrations are blocked only for non-exclusive applications. If you need complete silence, additionally activate the No Sound option in the mode settings.

๐Ÿ’ก

Do Not Disturb mode doesnโ€™t turn off system alerts for low battery charge or phone overheating โ€” theyโ€™ll always come.

What to do if notifications are not turned off

Sometimes, even after all the manipulations, the notifications keep coming, and this can be due to:

  • ๐Ÿ”„ Automatic resetting of settings after updating MIUI.
  • ๐Ÿ“ฑ Sync with Mi Account, which restores old settings.
  • ๐Ÿค– System Services that Ignore User Limitations.

Solutions for complex cases:

  1. Check autosynchronization: go to Settings โ†’ Accounts and Sync โ†’ Mi Account and turn off Notifications sync.
  2. Reset notification settings: in Settings โ†’ Applications โ†’ Application Management, select Reset notification settings (this will return all alerts to default).
  3. Use third-party apps, such as Notification History Log (to track which app is notifying you) or MacroDroid (to automatically block spam).
  4. Reflash the phone: if the problem is system, installing custom firmware (for example, LineageOS or Pixel Experience) will help, but this requires unlocking the bootloader and may deprive you of warranty.

โš ๏ธ Note: Install custom firmware on Xiaomi models with MediaTek processors (for example, Redmi) 10C or POCO M5) It is fraught with a "brill" (complete failure) due to a blocked bootloader. Before you run the firmware, check the support for your model in the forum. XDA Developers.

FAQ: Frequent Notification Questions on Xiaomi

Why did notifications from disabled applications appear again after the MIUI update?
This is a well-known MIUI problem, where after major updates (e.g., from MIUI 13 to MIUI 14), the system resets some notification settings to standard. Solution: Check the settings of each application again. Turn off automatic sync with Mi Account (see section above). If the problem recurs, use ADB to permanently disable system services.
Can I turn off low battery notifications?
Technically yes, but it is highly discouraged.A low charge notification (usually at 15% and 5%) โ€” This is protection against a sudden shutdown of the phone. ADB: adb shell settings put global low_battery_warning_level 1 If you turn off the phone without warning, you'll lose unsaved data, so you'll better set the alarm to a minimum or turn off the vibration.
How to disable notifications from Google Play Services?
Google Play Services is a system application, and you can't completely disable its notifications without rooting permissions. However, you can reduce the number of these: Go to Settings โ†’ Apps โ†’ All Apps โ†’ Google Play Services โ†’ Notifications. Turn off unnecessary categories (such as Recommendations or Updates). Turn off auto-update apps on Google Play. If notifications still come, this may be due to other Google services (such as Google Play Music or Google News) - they need to be disabled separately.
Why do blank notifications appear in the curtain?
Empty notifications (without text and icons) are usually associated with: MIUI System failure โ€“ phone reboot will help; Mi Account sync error โ€“ try to log out and log in again; Virus or suspicious app activity โ€“ check phone through Settings โ†’ Security โ†’ Scan. If the problem repeats, reset notification settings (see What to do if notifications are not turned off).
How to return notifications if they are Suddenly disappeared?
If notifications are gone completely (not even coming from messengers), check: Sync settings: Settings โ†’ Accounts and synchronization โ†’ Autosynchronization of data (must be enabled) Application permissions: some messengers (for example, Viber) require separate permission to notify in Settings โ†’ Annexes โ†’ Permits. Energy saving mode: c Settings โ†’ Battery and performance check if background processes are limited for instant messengers. System failures: if nothing helps, do a reset via Settings โ†’ Additionally. โ†’ Backup and reset โ†’ Reset all settings (data will not be deleted).