How to completely disable all notifications on the Xiaomi phone: system, from apps and advertising

Why Xiaomi notifications are a problem

Xiaomiโ€™s MIUI-based smartphones are known for their functionality, but many users are faced with one unpleasant feature: an aggressive notification system that includes not only notifications from apps, but also system advertising, software updates and service messages from Xiaomi. Even after manually disabling notifications in application settings, they can continue to appear through Mi Push Service or Security Center channels.

The problem is compounded by the fact that MIUI actively uses notifications to promote its own services: Mi Video, Mi Browser, GetApps and even Mi Pay. These alerts are not only distracting, but also consume battery power, as they constantly wake up the processor to display banners. According to tests by XDA Developers, disabling all notifications on the Xiaomi Redmi Note 12 Pro+ increased battery life by 12-15% due to reduced background activity.

In this article, we will look at all possible ways to disable notifications, from basic settings to hidden MIUI options that are not documented in the official reference. The methods are tested on Xiaomi 13 Ultra, Redmi Note 11 Pro, POCO F5 and other devices with MIUI 12-14 (including global and Chinese versions of firmware).

๐Ÿ“Š What kind of Xiaomi model do you have?
Xiaomi 13/14 series
Redmi Note 10/11/12
POCO F/X series
Redmi K50/K60
Another model

1. Disabling notifications from applications

To start with, the obvious thing is to disable alerts from third-party programs, which is not the way MIUI does it in pure Android, so many users miss key settings.

To block notifications from the app completely:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Select the app you want (like WhatsApp or Instagram).
  3. Put it on the Notifications.
  4. Turn off the slider at the top of the screen (this blocks all notification channels for this app).
  5. For fine-tuning, expand the list of channels (e.g., โ€œMessagesโ€, โ€œGroupsโ€, โ€œCallsโ€) and disable each separately.

An important nuance: some apps (such as Mi Home or Mi Fit) create hidden notification channels that don't appear in the main list.

  • ๐Ÿ” Enable the Developer Mode (Settings) โ†’ The phone. โ†’ Version. MIUI โ€” tap 7 times).
  • ๐Ÿ“ฑ Go to Settings. โ†’ Additionally. โ†’ For developers โ†’ Management of notifications.
  • ๐Ÿ› ๏ธ All channels, including system channels, that can be manually disabled will be displayed here.

Make sure the main notification slider is off | Check all notification channels (including hidden ones) |Reset the phone for changes | Check notifications in Do Not Disturb mode-->

2.Blocking Xiaomi system notifications

System notifications from MIUI are a separate story, and they include:

  • ๐Ÿ“ข Advertising services Xiaomi (Mi Video, Mi Browser, GetApps).
  • ๐Ÿ”„ Software update alerts (even if auto-update is disabled).
  • ๐Ÿ›ก๏ธ Messages from Security Center (e.g., "3 Apps Optimized").
  • ๐Ÿ“Š Notifications about data traffic and battery usage.

To turn them off:

  1. Go to Settings โ†’ Notifications and Status bar โ†’ Notification management.
  2. Scroll down to the System Applications section.
  3. Disable notifications for the following services: Mi Push Service (main source of advertising), Security Center (optimization, viruses, cleaning), Download Manager (download notifications), MiuiDaemon (system alerts).

โš ๏ธ Warning: Disabling the Security Center may result in you not being alerted about viruses or suspicious activity.If you use a third-party antivirus (such as Kaspersky or Bitdefender), this risk is minimal.

For models with MIUI 14 (such as Xiaomi 13T or Redmi K60), a new section of the Recommendations in the notification settings has been added, which should also be disabled, since it is responsible for banners with suggestions for installing applications.

3.Use of the "Do Not Disturb" mode

MIUI's Do Not Disturb (DND) mode works differently than standard Android. It doesn't just mute the sound, it can completely block notifications, including system notifications.

How to set up:

  1. Go to Settings โ†’ Sound and vibration โ†’ Do not disturb.
  2. Select the Rules โ†’ Add a rule.
  3. Set the time of action (for example, 00:00-23:59 for constant mode).
  4. In the Behavior section, select: ๐Ÿ”• No sound, no vibration. ๐Ÿ“ต Block all notifications (important!). ๐Ÿ”„ Turn off the LED indicator.

Alarm clocks

Calls from selected contacts

ParameterRecommended valueEffects of consequences
Block all notificationsOn.Completely shutting down banners and sounds, but calls and alarms are working
Turn off the LEDOn.The notification indicator will not flash.
Allow repeat callsOut.If one contact calls twice within 3 minutes, a signal will sound.
Exceptions for communicationsOut.Even SMS and messengers will not not notify

On POCO models (such as the POCO X5 Pro), Do Not Disturb mode can reset after restarting. To avoid this, install the MacroDroid app and create a rule to automatically turn on the DND when you start the system.

๐Ÿ’ก

If you still have notifications after activating Do Not Disturb mode, check the settings of the Google Play Services app โ€” sometimes it ignores system limitations. Turn off notifications manually.

4. Disabling Advertising in Notifications

Xiaomi has integrated ads directly into the notification system through the Msa (Mi System Ads) service, which can appear even if you have disabled all notifications from the apps, to remove them:

Method 1 (without root):

  1. Go to Settings โ†’ Memory โ†’ Cleanup.
  2. Put it on the icon. โš™๏ธ top-right.
  3. Turn off recommendations and useful tips.
  4. Return to Settings โ†’ Notifications and disable notifications for Mi Video, Mi Browser, GetApps.

Method 2 (with root or ADB):

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


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

For models with MIUI 13/14 (such as Xiaomi 12S Ultra), a new advertising channel com.miui.hybrid has been added.

adb shell dumpsys deviceidle whitelist -com.miui.hybrid

โš ๏ธ Note: Disabling system applications through ADB It can lead to unstable work MIUI. Before executing commands, make a backup copy through Settings โ†’ Additionally. โ†’ Backup and reset.

What if the ad returns after the MIUI update?
After major updates (e.g., from MIUI 13 to MIUI 14), some system applications restore their permissions. To avoid this: 1. Install App Ops from F-Droid. 2. Find com.miui.systemAdSolution and com.xiaomi.mipicks. 3. Turn off permissions for them to Show over other windows and display notifications. 4. Repeat the procedure after each update.

5. Hidden notification settings (for power users)

MIUI has hidden options that are not displayed in the standard interface, and can be changed through ADB or the settings editor.

List of key commands to disable notifications:

# Disable notifications about data traffic


adb shell settings put global captive_portal_detection_enabled 0




Disable notifications about software updates



adb shell pm disable-user --user 0 com.android.updater




Disable notifications from the Security Center



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




Disable notifications about connecting to Wi-Fi



adb shell settings put global wifi_networks_available_notification_on 0

To apply the changes, restart your device. If notifications continue to appear after you execute the commands, check for updates for Google Play Services โ€” sometimes they overwrite the system settings.

On Redmi models with a MediaTek processor (e.g. Redmi 10C), an additional command may be required to disable notifications from com.mediatek:

adb shell pm disable-user --user 0 com.mediatek

๐Ÿ’ก

Using ADB is the most reliable way to disable system notifications, but requires a PC connection and USB debugging. For beginners, we recommend starting with the basic settings from the first sections.

6. Alternative methods: third-party applications and firmware

If the standard methods don't work, you can use third-party solutions.

  • ๐Ÿ”ง MacroDroid โ€“ Automating the shutdown of notifications on schedule or when conditions are met (for example, when connecting to a home Wi-Fi).
  • ๐Ÿšซ Notification Blocker โ€“ Blocks notifications from selected applications at the system level (requires permission from Notification Listener).
  • ๐Ÿ“ฑ Custom ROM โ€” Firmware like LineageOS or Pixel Experience completely remove Xiaomi system notifications, but require unlocking the bootloader.
  • ๐Ÿ”’ Xposed Framework (for older models) MIUI Notifications Blocker allows you to fine-tune the filtering of alerts.

When using Custom ROM, consider:

  • ๐Ÿ”„ Loss of official warranty on most models).
  • ๐Ÿ“ฑ Some features of Xiaomi, for example, IR Blaster or Game Turbo may not work properly.
  • ๐Ÿ”‹ Possible problems with autonomy (especially on firmware based on Android 13)+).

For POCO F4 GT or Xiaomi 12 Pro models with Snapdragon 8 Gen 1 processor, we recommend ArrowOS firmware โ€“ it retains most of the features of MIUI, but removes system advertising and unnecessary notifications.

7. Verification of the result and elimination of problems

After disabling notifications, check:

  1. Are there hidden notifications in the control panel (swipe down from the top edge of the screen).
  2. Do banners appear after the reboot?
  3. Are critical alerts (calls, alarms) working?

Typical problems and solutions:

Problem.Reason.Decision
Notifications are returned after the MIUI updateResetting system application settingsRepeat disabling via ADB or App Ops
Calls are not working in DND modeIncorrect exceptionsAdd Contacts to Exceptions โ†’ Calls
Advertising in Mi Browser doesn't disappearCash app.Clear the data of com.android.browser in the settings
Notifications from Google Play ServicesAuto-update of applicationsTurn off auto-update in Play Market

If none of the methods worked, reset (Settings โ†’ Additional โ†’ Backup and Reset โ†’ Reset) and return all settings to factory settings, but save user data (photos, videos, documents).

FAQ: Frequent questions

Can I turn off notifications only for specific contacts in messengers?
Yes, but not through system settings. Most messengers (like Telegram or Viber) have internal settings for individual chats: Open a dialogue with a contact. โ†’ Notifications. Select Turn off or adjust the sound/vibration. WhatsApp does this through โ‹ฎ โ†’ Notifications โ†’ No sound.
Why did Mi Fit stop receiving data from the bracelet after disabling notifications?
Mi Fit (or Zepp Life for new models) uses notifications not only for alerts, but also for data synchronization. To keep it functional: Turn off only unnecessary channels (like News or Recommendations). Leave Health Notifications and Data Sync channels on. If the problem persists, reinstall the app and reset the notifications.
How to disable notifications about software updates if they continue to appear?
V MIUI 14 Update notifications are duplicated through multiple channels to remove them completely: Turn off auto-update in Settings โ†’ The phone. โ†’ Updating the system โ†’ โ‹ฎ โ†’ Settings โ†’ Auto Update. Turn off notifications to Update System in Settings โ†’ Notifications. Run the command through ADB: adb shell pm disable-user --user 0 com.android.updater If you have a Chinese version MIUI, Update notifications can come via com.miui.update โ€“ you also need to turn it off.
Will Google Pay work after disabling system notifications?
Google Pay (or Google Wallet) depends on Google Play Services, but not on Xiaomiโ€™s system notifications. However, if you have manually disabled notifications for Google Play Services, you may have problems with: Payment Alerts, Security Notifications (such as suspicious transactions), We recommend leaving notifications for Google Play Services on or setting exceptions in Do Not Disturb mode.
Can I turn off notifications only during sleep?
Yes, for this: Set Do Not Disturb Mode on a schedule (e.g. 23:00 to 7:00). Use MacroDroid to automatically turn on/off DND when connected to charging at night. On models with MIUI 14, Sleep Mode (Settings โ†’ Screen and Brightness โ†’ Sleep Mode) is available, which automatically mutes notifications.