Notifications on Xiaomi smartphones can be a real headache, from annoying ads in MIUI to endless notifications from messengers. Even after the settings are turned off, some notifications continue to appear, and banners in the launch menu are sewn at the system level. In this article, we will discuss all possible ways to get rid of unnecessary notifications, from basic settings to hidden functions and radical methods for advanced users.
The MIUI firmware feature is the aggressive integration of Xiaomi services, which often ignore standard Android restrictions. For example, even after disabling notifications for the Msa app, banners can continue to show in the notification panel or on the lock screen. We tested all methods on current versions of MIUI 14 and MIUI 15 (including global and Chinese builds) and selected only working solutions.
1. Basic notification settings in MIUI
Start with the standard tools of the system. MIUI has a separate section for managing notifications, but it hides some of the options behind additional menus.
Open Settings โ Notifications and Status bar โ Notification management. Here you will see a list of all the apps that have ever sent alerts.
- ๐ Notification Categories โ Some apps (like Facebook or Viber) divide alerts into types.
- ๐ Icons on the lock screen - even if the notification doesn't sound, it can be displayed on the locked screen.
- ๐ Sounds and vibrations โ you can turn off the soundtrack here, leaving only visual alerts.
To completely disable notifications from the application, move the slider to the โOffโ position at the top of its card. Importantly, some system applications (for example, Security or Mi Video) do not have a slider โ their notifications are disabled only through hidden settings.
2. How to disable advertising notifications in MIUI
The banner ads in the notification panel are one of the most annoying features of MIUI, and they appear even if you have disabled all notifications for Xiaomi apps, and the ads are usually sourced from three services:
- Msa (Mobile Services Ads) is the main advertising engine.
- Mi Browser โ the default browser that shows push notifications
- Mi Video is a video application integrated with an advertising network.
To turn them off:
- Go to Settings โ Memory โ Autoboot and turn off autostart for Msa, Mi Browser and Mi Video.
- Return to Settings โ Notifications and manually disable notifications for these apps (even if there is no slider, tap the app name and uncheck all ticks).
- For MIUI 15: Go to Settings โ Applications โ Application Management โ Three Points (menu) โ Special Access โ Notifications and disable access for advertising services.
Disable autoboot for Msa, Mi Browser, Mi Video|
Turn off notifications for these apps manually |
Check the Special Access section in MIUI 15|
Remove updates for system applications (if possible)-->
If the ads continue to appear, it's built into the system processes, and then the only way to do that is to turn off the personalized ads:
- Open Settings โ Xiaomi Account โ Mi Advertising
- Turn off the option "Personalized recommendations";
- Reset the advertising ID to Settings โ About Phone โ All Options โ Advertising ID (click Reset).
3. Hidden Notifications: How to Delete System Alerts
Some notifications don't appear in the main list of apps, but keep appearing.
- ๐ Alerts for updates MIUI (Even if you have turned off the automatic check);
- ๐ฑ Notifications from Security (antivirus and optimizer);
- ๐ Battery charge alerts (e.g., โCharge complete");
- ๐ Notifications about connection to the network (Wi-Fi, mobile data).
To turn them off:
- MIUI Updates: Go to Settings โ About Phone โ System Update โ Three Points (menu) โ Settings and turn off Autoboot and Update Notices.
- Security: In Settings โ Applications โ Application Management, find Security, open Notifications, and disable all categories (especially Optimization and Viral Protection).
- Battery Charge: in Settings โ Battery โ Battery Settings โ Turn off the option โNotice of Full Chargeโ.
What if notifications are returned after rebooting?
For network notifications (Wi-Fi, mobile data) the path is different:
- Open Settings โ Connections and Sharing โ Wi-Fi;
- Tap on "Additional settings" (or three points on the menu);
- Turn off "New Network Notifications" and "Connection Notifications".
4. Radical methods: ADB and disabling system applications
If standard methods don't work, you'll have to use the developer tools, which requires an unlocked bootloader and USB Debugging mode, but allows you to permanently remove even the most intrusive notifications.
First, turn on the USB debugging:
- Go to Settings. โ The phone;
- Tap the MIUI version 7 times until the message โYou are a developer!โ appears.
- Return to Settings โ Additional โ For developers;
- Activate "Debugging by" USB" and โUnlockingโ OEM".
Now connect your phone to your PC and execute commands via ADB:
adb shell pm hide com.miui.systemAdSolution # Disables the ad module
adb shell pm hide com.xiaomi.midrop # Disables file transfer notifications
adb shell pm hide com.miui.analytics # Disables analytics collection (can reduce notifications)To disable notifications from a particular system application (e.g., Security):
adb shell pm disable-user --user 0 com.miui.securitycenter๐ก
Before disabling system applications via ADB, back up your data. Some commands can cause the firmware to run unstable.
โ ๏ธ Warning: Disabling critical system applications (e.g. com.android.phone) may result in loss of communication or inability to make calls.Always check the list of safe packets to disable before executing commands.
5. Notifications on the lock screen: how to remove excess
Even if you have disabled notifications in the panel, they can continue to appear on the lock screen. MIUI has separate settings for this:
- Go to Settings โ Lock screen โ Notifications on the lock screen;
- Select one of three modes: โShow everythingโ โ displays all notifications; โHide contentโ โ shows only the icons of the application; โDo not showโ โ a complete disconnect.
For individual applications (for example, messengers), you can configure exceptions in the same menu.
If you have MIUI 15, a new option, "Notification Privacy," comes up, and it allows you to hide the text of notifications from prying eyes, showing only the name of the application, and it activates in the same section of the Lock Screen.
| MIUI version | The path to settings | Additional options |
|---|---|---|
| MIUI 12-14 | Settings โ Lock screen โ Notifications | Only three display modes |
| MIUI 15 | Settings โ Lock screen โ Privacy | The new mode is โHide content for everyone except....โ |
| MIUI for POCO | Settings โ Screen Lock โ Notification settings | You can also turn off notification animations. |
6. Notifications from third-party applications: messengers, games, social networks
Apps like WhatsApp, Telegram, or Instagram often ignore system settings and keep sending notifications.
For messengers:
- ๐ฌ In Telegram: Settings โ Notifications and sounds โ Deactivate "Show notifications";
- ๐ฑ On WhatsApp: Three dots โ Settings โ Notifications โ Turn off "Sounds" and "Vibration";
- ๐ต In Viber: More โ Settings โ Notifications โ Select "No sound".
For social media and gaming:
- ๐ฎ In the Play Store, turn off automatic updates for games โ many of them show notifications of new levels or promotions;
- ๐บ On YouTube, turn off alerts for new videos: Profile โ Settings โ Notifications โ Everyone pause;
- ๐ In Facebook and Instagram, notifications are managed via the web version: go to Settings โ Notifications on the site.
If the app continues to send notifications despite the shutdown in the settings, check:
- Permissions to send notifications to Settings โ Apps โ [Application Name] โ Notifications;
- Auto-run to Settings โ Memory โ Auto-boot;
- Updates โ sometimes notification bugs are fixed in newer versions.
๐ก
Many apps (especially games) use push notifications via Firebase Cloud Messaging (FCM). To turn them off completely, you need to prevent the application from accessing the Internet in the background through Settings โ Applications โ [Application] โ Mobile data and Wi-Fi.
7. Resetting notification settings to factory
If you've tried everything, but notifications keep coming, the last chance is to reset your notification settings to factory notifications, and it won't delete your data, but it will return all permissions for applications to their original state.
For this:
- Go to Settings โ Applications โ Application Management;
- Slip on "Three dots" (menu) โ "Reset application settings";
- Once you reboot, all notification permissions will be reset.
If that doesnโt work, itโs just a complete phone reset (with data loss) or a flashing to custom firmware like LineageOS, where thereโs no built-in MIUI advertising.
โ ๏ธ Note: On some Xiaomi models (especially the Chinese build), resetting notification settings can result in re-activation of system alerts, including ads. In this case, immediately after the reset, turn off autoboot for Msa and Mi Browser.