How to permanently disable notifications on the screen Xiaomi: system, advertising and from applications

Xiaomi’s pop-up notifications can annoy even the most patient users: MIUI banner ads, messy messenger alerts, or system alerts that appear at the most inopportune moment. If you’re tired of the constant flow of unnecessary information on a locked screen or status bar, this article will help you figure out how to completely disable notifications – both globally and selectively for individual applications.

The procedure differs depending on the version of MIUI (12, 13, 14 or HyperOS) and the model of the smartphone (Redmi Note 12, POCO X5, Xiaomi 13T, etc.), but the general principles remain unchanged. We will consider all the current ways, from standard settings to hidden features for power users.

If you want to get rid of only ads in notifications, not all alerts – at the end of the article there is a separate section with instructions for disabling banner ads from Xiaomi without root rights. For owners of devices with HyperOS (for example, Xiaomi 14 or Redmi K70), updated screenshots and explanations on the new interface are added.

1. Completely disable all notifications on the lock screen

The most radical way is to prevent notifications from showing on a locked screen, which will hide all banners, including messages from messengers, missed calls and system alerts, which works on all versions of MIUI and HyperOS, but has a side effect: you will not see important notifications until you unlock the phone.

To activate this mode:

  1. Open Settings β†’ Notifications and Status bar.
  2. Select Notifications on the lock screen.
  3. Slip on the option to not show notifications (in HyperOS can be called Hide content).
  4. Confirm the action if a warning appears.

After that, only app icons (without text) will remain on the locked screen, and the notifications themselves will be available only after unlocking. If you need to leave alerts from individual applications (for example, WhatsApp or Telegram), use the methods in the following sections.

πŸ’‘

On some models (POCO F5, Redmi Note 11 Pro+) after disabling notifications, the indicator of missed calls disappears on the lock. To return it, turn on the option to Show notification icons in the same menu.

2. Selectively disabling notifications for specific applications

If you want to leave important alerts (for example, from banking applications or instant messengers), but remove intrusive notifications from games or social networks, use individual settings for each application. MIUI/HyperOS.

Instructions:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Select the application you want (such as TikTok or AliExpress).
  3. Slip on the Notification item.
  4. Turn off the Allow Notifications switch or deactivate individual categories (such as Recommendations or Promotions).

For convenience, you can sort applications by the frequency of sending notifications:

  • πŸ“Š By number of alerts: in the Application Management menu, click on the three dots in the upper right corner and select Sort by notifications.
  • πŸ” Search by title: Use the search bar at the top of the screen if you don’t want to scroll through the entire list.
  • 🚫 Mass blackout: in MIUI 14 and HyperOS can select multiple apps and disable notifications for everyone at once (hold your finger on the app icon to highlight).

Check if important alerts (bank, mail) are disabled

Save a screenshot of current notification settings

Make sure the application does not use push notifications for authorization (e.g. 2FA)

Reboot your phone after a massive change-->

3. Disabling system notifications (MIUI/HyperOS)

System notifications from MIUI or HyperOS often appear without the ability to disable them through the standard menu.

  • πŸ“± Notifications about firmware updates (New version) MIUI available).
  • πŸ”‹ Charging Warnings (Charging Completed).
  • 🌐 Notifications from Xiaomi Cloud or Mi Account.
  • πŸ› οΈ Messages from the Security App (e.g. Memory Optimization).

To turn them off:

  1. Activate Developer Mode: Settings β†’ About Phone β†’ MIUI Version (Tap 7 times)
  2. Back to Settings β†’ Additionally. β†’ For developers.
  3. Find Disable System Notifications (HyperOS may call System Alert Management) and deactivate unnecessary categories.

If you don’t have the right item, use an alternative method via ADB (requires PC):

adb shell settings put global heads_up_notifications_enabled 0

This command will disable heads-up notifications for all applications, but leave them in the status bar and on the lock screen.

List of safe to disable system notifications
πŸ”Ή com.miui.securitycenter – Memory optimization πŸ”Ή com.xiaomi.market – app updates from the Mi App Store πŸ”Ή com.miui.cleanmaster - garbage cleaner πŸ”Έ com.android.updater – firmware updates (only disable if you are not planning to update) ⚠️ Do not disable notifications from com.android.phone (telephony) and com.google.android.gms (Google services) – this may disrupt your device.

4.How to Remove Advertising Notifications from Xiaomi

Xiaomi is known for embedding ads in system notifications, especially on budget models (Redmi 10A, POCO M4 Pro). These banners can appear in the status bar, on the lock screen or in the Security menu. They can be disabled without root rights, but the process depends on the regional firmware.

Methods of removing advertising:

  • πŸ“΅ Through settings MIUI: Open the Settings. β†’ Memory. β†’ Settings (cogs at the top). Turn off the recommendations. Go back to Settings. β†’ Additionally. β†’ Special facilities β†’ Advertising Notifications and Deactivate All Switches.

Through the Security app

  1. Launch the Security app (shield icon).
  2. Go to Settings β†’ Advertising Notices.
  3. Turn off Xiaomi’s Personalized Recommendations and Notifications.

Change of the firmware region

The firmware for the European Region (EEA) does not contain advertising, to change the region:

Settings β†’ Additional β†’ Region (select β€œEurope”)

After changing region, restart your phone.Caution: This method may cause some settings, including themes and fonts, to reset.

Advertising banners from Xiaomi

Notifications from messengers (WhatsApp, Telegram)

System notifications (updates, charging)

Notifications from games and social networks

Other-->

5. Disable notifications via ADB (for advanced users)

If standard methods didn’t work, you can use Android Debug Bridge (ADB) to deeply customize notifications, a method that is suitable for turning off head-ups, sounds, or vibrations for individual applications.

Step-by-step:

  1. Install ADB Tools on your PC.
  2. Activate debugging over USB in the developer settings.
  3. Connect your phone to your PC and execute the command: Adb devices (the name of your device should appear).
  4. To turn off pop-up notifications for a specific application (e.g. Facebook), use: adb shell cmd notification allow_heads_up -p com.facebook.katana --user 0 false
  5. To completely disable notifications from the application: adb shell pm disable-user --user 0 com.facebook.katana (replace com.facebook.katana with the desired application package).

List of popular application packages:

AnnexPacket nameType of notification
WhatsAppcom.whatsappMessages, calls
Telegramorg.telegram.messengerMessages, channels
MIUI Securitycom.miui.securitycenterOptimization, viruses
Google Play Servicescom.google.android.gmsUpdates, authorizations
AliExpresscom.alibaba.intl.android.apps.poseidonPromotions, discount notices

πŸ’‘

ADB commands allow you to disable notifications even for system applications that cannot be removed or restricted through standard settings. However, improper use can lead to unstable phone operation.

6.Use of third-party applications to manage notifications

If the built-in MIUI tools don't work, you can install third-party utilities to adjust notifications flexibly.

  • πŸ› οΈ Notification History Log - logs all notifications, allows you to block unnecessary.
  • πŸ”• AutoNotification (requires Tasker) – creates rules to automatically disable notifications at specific times or from specific applications.
  • 🚫 Notisave – saves notifications and allows you to manage their display retroactively.

Warnings when using third-party applications:

⚠️ Note: Some utilities (e.g. AutoNotification) require Accessibility Service rights, which may conflict with banking applications.

⚠️ Note: Notification blocking apps can increase battery consumption due to constant monitoring of system processes. 9A, POCO C31) This can reduce battery life by 10-15%.

7. Features of disabling notifications on HyperOS

HyperOS is Xiaomi’s new shell, which has replaced MIUI since Xiaomi 14, Redmi K70 and POCO F6. The interface of notification settings is different here, so owners of HyperOS devices need to consider the following nuances:

  • πŸ”„ New notification menu: the path to settings has changed to Settings β†’ Notifications and control panel.
  • πŸ“± Notification Categories: Applications are now automatically sorted by type (e.g. Messages, Calls, Systems).
  • πŸ”• Fast shutdown: a new gesture appeared in the notification panel - swipe the alert to the left and tap on βš™οΈ β†’ Shut down.
  • πŸŒ™ Do Not Disturb: HyperOS calls it Quiet Mode and has advanced time and application settings.

To disable heads-up notifications in HyperOS:

  1. Go to Settings β†’ Notifications and Control Panel β†’ More.
  2. Select the Notification Style.
  3. Turn off the pop-up notification switch.

HyperOS owners also have a Smart Notification Grouping feature that automatically hides low-value alerts to activate:

Settings β†’ Notifications and Control Panel β†’ Notification Grouping β†’ Enable

FAQ: Frequent Notification Questions on Xiaomi

Why do they still appear after the notifications are turned off?
This can happen for several reasons: πŸ”„ The application has been updated and reset settings (check permissions again). πŸ“± Notifications are not from the app, but from Google services (e.g. com.google.android.gms). πŸ› οΈ The phone has activated Developer Mode with authorized debugging notifications. Solution: check settings through ADB command: adb shell dumpsys notification or use App Inspector to determine the source of notifications.
How do I return notifications if I have disabled them through ADB?
To allow notifications for the application again, do: adb shell cmd notification allow_heads_up -p [package] --user 0 For full recovery: adb shell pm enable com.facebook.katana (replace com.facebook.katana with the desired package).
Can I turn off notifications only during sleep?
Yes, use Do Not Disturb mode: Go to Settings β†’ Sounds and Vibrations β†’ Do Not Disturb. Set your schedule (e.g. 23:00 to 7:00). In the Exceptions section, add important apps (calls, alarms). In HyperOS, this mode is called Quiet Mode and has additional options to ignore repeated notifications.
Why do I have notifications on the lock screen when I have disabled them?
You probably have the option to Show Notification Icons activated. To remove even icons: Go to Settings β†’ Notifications and Status bar β†’ Notifications on the lock screen. Select Do Not Show Notifications (in HyperOS - Hide completely). If the problem persists, check the Privacy Protection settings in the Security menu.
How to turn off the sound of notifications, but leave them visual display?
This can be done in two ways: For all notifications: Settings β†’ Sounds and Vibrations β†’ Notification Sound β†’ No For a separate application: Settings β†’ Applications β†’ [Select App] β†’ Notifications β†’ Sound β†’ Disable In HyperOS, you can also configure Vibration at notifications separately from sound.