How to turn off notifications on Android for Xiaomi apps: all ways

Notifications on Xiaomi smartphones can be a real headache: constant alerts from instant messengers, games and system applications distract from work, drain the battery and clog the status bar. Unlike โ€œpureโ€ Android, MIUI firmware has unique notification management settings that are not always obvious to users. This article will help you understand how to completely or selectively disable unnecessary alerts on Redmi, POCO and Mi devices โ€“ from basic methods to hidden functions.

MIUI is a feature that divides notifications into several types: standard (in status bar), floating (full screen), sound and vibration, while some applications, such as Mi Browser or GetApps, can ignore global settings and require separate configuration. We will look at all the current ways for versions of MIUI 14 and MIUI 15, including solutions for cases when standard methods do not work.

Why Xiaomi Notifications Behave Differently Than Other Androids

MIUI firmware deeply modifies standard Android by adding its own notification management mechanisms.

  • ๐Ÿ”„ Dual permissions: In addition to the standard Android settings, there is a separate layer MIUI, which can block change.
  • ๐Ÿ“ฑ Mi Account Linking: Some notifications (e.g. from Mi Cloud) are managed via a cloud service, not locally.
  • ๐Ÿ”• Hidden whitelists": MIUI automatically adds system applications to exceptions that cannot be disabled by standard methods.
  • ๐Ÿ”„ Automatic Recovery: After System Update, Some Notification Settings Are Reset.

Xiaomi also aggressively uses notifications to promote its own services: Mi Video, Mi Music, Themes. These apps often ignore global audio blackouts and require manual adjustments. In the following sections, we will show how to deal with this.

๐Ÿ“Š What kind of Xiaomi model do you have?
Redmi Note 12/13
POCO X5/X6
Mi 11/12/13
Redmi 10/9
Another model

Method 1: Disabling notifications for a separate application

The easiest way is to turn off alerts for a particular application, which doesn't affect other programs, and it doesn't affect system notifications. MIUI 14/15:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Find the app you want in the list (use the search at the top if itโ€™s not in the visible area).
  3. Slip it, then select Notifications.
  4. Switch the slider Allow notifications to the off position.
  5. For complete shutdown, also deactivate: ๐Ÿ”” Sound. ๐Ÿ“ณ Pop-up notifications ๐Ÿ”„ Badges on the lock screen

An important nuance: some system applications (e.g., Security or MiuiDaemon) may not have the option of completely disabling, in which case only the limitation of the background will help (see Method 4).

โ˜‘๏ธ Verification of deactivation of notifications

Done: 0 / 5

Method 2: Globally disable all notifications (Do Not Disturb mode)

If you need to temporarily turn off all notifications (for example, overnight or during an important meeting), use Do Not Disturb mode (DND). V MIUI It works differently than standard Android:

  • ๐Ÿ•’ Scheduled: you can set up automatic turn on at a certain time.
  • ๐Ÿ“ฑ Exceptions: Allow alerts only from selected contacts or apps.
  • ๐Ÿ”” Types of lock: choose which notifications to disable (sound, vibration, pop-ups).

How to set up:

  1. Go to Settings โ†’ Sound and vibration โ†’ Do not disturb.
  2. Activate the slider Turn on now for instant effect.
  3. To set the schedule, tap Automatic Rules โ†’ Add a rule.
  4. Choose the days of the week, the time and type of lock (e.g., sound and vibration only).
What to do if the DND mode is not working?
If notifications continue to arrive after activation of Do Not Disturb mode, check: 1. Has the application been added to exceptions (Allow exceptions section) 2. Is priority mode for alarms or reminders enabled 3. Does the DND conflict with other functions (e.g., Game Mode). If the problem persists, reset the sound settings to Settings โ†’ System โ†’ Reset settings โ†’ Reset the sound settings.

MIUI 15 has a Smart DND Mode feature that automatically disables notifications during sleep (based on data from the Mi Band or the built-in accelerometer). To activate it, go to Settings โ†’ Mi Account โ†’ Smart Features โ†’ Sleep and turn on the option Do not disturb while sleeping.

Method 3: Disable system notifications (MIUI Ads, updates, etc.)

Xiaomi is known for aggressive advertising on its own services, and even after disabling notifications for apps like Mi Browser or Cleaner, system alerts can appear.

Type of notificationThe path to settingsAction.
Advertising in SecuritySettings โ†’ Applications โ†’ Application Management โ†’ Security โ†’ Notifications โ†’ Advertising NotificationsTurn off the slider
MIUI updatesSettings โ†’ The phone. โ†’ Updating the system โ†’ โ‹ฎ โ†’ Settings โ†’ Automatic bootingChoose Never
Notifications from Mi AccountSettings โ†’ Mi Account โ†’ NotificationsDisable all options
Proposals for topics (Themes)Settings โ†’ Design โ†’ Theme settings โ†’ NotificationsDeactivate Recommendations

For the complete disabling of advertising in MIUI, it is also recommended:

  1. In Settings โ†’ Mi Account โ†’ Synchronization disable Advertising ID.
  2. In Settings โ†’ Privacy โ†’ Special permissions โ†’ Displaying on top of other applications to deny access to Msa (Mi System Ads).

๐Ÿ’ก

If they continue to appear after disabling the ad notifications, check for updates for the Security app. In older versions (up to 5.0), a bug ignoring the notification settings was common.

Method 4: Limit background activity (for persistent notifications)

Some apps (especially system apps) continue to show notifications even after they are turned off in the settings, in which case, limiting background activity will help:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Select a problem application (such as MiuiDaemon or DownloadProvider).
  3. Tap battery consumption โ†’ Limit background activity.
  4. Enable the option to Limit and confirm the action.

It'll lead to:

  • โœ… Termination of background data synchronization.
  • โœ… Disabling push notifications from application servers.
  • โš ๏ธ Possible loss of functionality (e.g. Mi Fit will stop tracking steps).

โš ๏ธ Note: Restricting the background for system applications like Android System or MiuiSystem can cause the phone to run unstable.

Method 5: Using ADB to force shutdown (for advanced)

If standard methods donโ€™t work, you can use ADB (Android Debug Bridge) to force notifications to be disabled, which requires connecting your phone to your PC and enabling USB Debugging.

Step-by-step:

  1. Activate Developer Mode: Go to Settings โ†’ About Phone and tap the MIUI version 7 times.
  2. Return to Settings โ†’ Additional โ†’ For developers and enable USB debugging.
  3. Connect your phone to your PC, install drivers ADB and execute the command: adb shell pm grant com.miui.securitycenter autostart Then to disable notifications of a specific application (e.g. com.android.browser): adb shell cmd notification allow_list -p com.android.browser -c default -u 0

List of popular packs to disable:

  • ๐ŸŒ com.android.browser โ€” Mi Browser
  • ๐ŸŽต com.miui.player โ€” Mi Music
  • ๐Ÿ“ฆ com.xiaomi.midrop - Mi Drop (file transfer)
  • ๐Ÿ›ก๏ธ com.miui.guardprovider - Security (advertising)

โš ๏ธ Attention: Misuse of the right ADB may disrupt the system. Before executing commands, back up your data through Settings โ†’ System system โ†’ Backup.

๐Ÿ’ก

ADB-commands allow you to disable notifications even for system applications that ignore standard settings. MIUI These changes may be reset.

Method 6: Alternative methods (side of application, firmware)

If none of these methods worked, consider alternatives:

  • ๐Ÿ”ง Blocking applications: Notification History or AutoNotification (require root).
  • ๐Ÿ“ฑ LineageOS or Pixel Experience completely removed MIUI and her notices.
  • ๐Ÿ”„ Resetting: In extreme cases, return the phone to factory settings (Settings) โ†’ System system โ†’ Resetting settings), but it will delete all data.

For custom firmware installation:

  1. Unblock bootloader through the official Xiaomi website (account binding is required).
  2. Install TWRP Recovery via Fastboot.
  3. Sweep through the selected firmware (instructions are available on the 4PDA or XDA-Developers forums).

Cons of alternative methods:

  • โŒ Loss of warranty when unlocking bootloader.
  • โŒ The risk of โ€œbrickingโ€ the phone with firmware errors.
  • โŒ Certain functions (e.g, IR Blaster or Always-on Display may not work.

FAQ: Frequent Notification Questions on Xiaomi

Why do notifications keep coming after the shutdown?
This is typical for MIUI system applications that have privileged status. Try: Limit background activity (Method 4); Use ADB to force shutdown (Method 5); Update the app through GetApps โ€” newer versions of the bug often get fixed.
How to turn off notifications about low battery charge?
These alerts are managed by the system and are not disabled by standard methods.Solutions: Set automatic notifications off in Do Not Disturb at charge level below 15%. Use it. ADB-Adb shell settings put global low_battery_warning_threshold 5 (This will change the warning threshold with 15% on 5%).
Can I turn off notifications for all games?
Yes, there is a separate setting for games in MIUI: Go to Settings โ†’ Special Features โ†’ Game Mode. Enable Game Mode and activate the option to Block Notifications in Games. Add the desired games to the list through Add Games. This will turn off all notifications (including calls) during gameplay.
How to return accidentally disabled notifications?
If you have disabled notifications for an important application: Check the list of disabled notifications in Settings โ†’ Notifications and Status bar โ†’ Notification History. System applications may need to reset settings (Settings โ†’ System โ†’ Settings Reset โ†’ Reset applications).
Why is MIUI 15 not able to disable notifications for some applications?
In MIUI 15, Xiaomi tightened control over system services. Solutions: Use ADB (Method 5). Reverse MIUI 14 via Fastboot (Instructions on Xiaomi Community). Write in support of Xiaomi through Settings โ†’ Review โ€” sometimes they add options on users' requests.