Notifications from apps on Xiaomi, Redmi and POCO smartphones can become a real problem: constant pop-ups, sound signals and vibration distract from work, interfere with sleep and drain the battery. Especially annoying advertising fluffs from MIUI system services (for example, Mi Video, GetApps or Themes), which cannot be removed by standard methods. In this article, we will analyze all available methods, from basic settings to hidden MIUI functions and ADB commands.
Itโs important to understand that Xiaomi aggressively integrates its own services into firmware, so simply turning off notifications in the app menu often doesnโt work. For example, Security or Mi Browser can ignore user settings and continue to send alerts. We tested all methods on current versions of MIUI 14/15 (including HyperOS) and highlighted those that work guaranteed even on locked bootloaders.
If you're tired of spam in the notification curtain, this guide will help you clear the screen of unnecessary information, starting with simple solutions and gradually moving to advanced techniques for power users.
1. Standard Disable Notifications in MIUI Settings
The most obvious way to block notifications for a particular application is through the system menu, which is suitable for third-party programs (such as VKontakte, Instagram or 1C), but is often powerless against Xiaomi system services.
Instructions:
- Open Settings โ Applications โ Application Management.
- Select the app you want (such as Mi Video or Google Play Services).
- Slip on the Notification item.
- Switch the slider Show notifications to the off position.
- To completely disable, uncheck all notification categories (e.g., Recommendations, Updates).
โ ๏ธ Note: Some system applications (e.g., Security or Cleaner) may automatically enable notifications after a device is restarted, in which case more drastic measures will be required (see Sections 3-5).
๐ก
If the Notifications item is not in the app menu, it uses the system alert channels. Try disabling them through Settings โ Notifications and Status bar โ Notifications Management
- โ Works for most third-party applications.
- โ Ineffective against system services MIUI (For example, Mi Push or App Vault).
- โ ๏ธ After updating the firmware settings can be reset.
2. Block notifications via "Do Not Disturb"
The Do Not Disturb (DND) mode in MIUI allows you to flexibly adjust the filtering of notifications by time, application or event. This is a temporary solution, but it saves in critical situations (for example, during sleep or important meetings).
How to set up:
- Go to Settings โ Sound and vibration โ Do not disturb.
- Activate the slider Enable.
- In the Rules section, select Add the rule โ Appendices.
- Check the apps you want to block (such as Mi Community or Xiaomi Shop).
- Set up a schedule or keep the rule active all the time.
๐น Additional settings:
- ๐ Exceptions: Allow notifications from important contacts or system alerts (such as alarm clocks).
- ๐ด Visual effects: Turn off pop-ups in the Lock Screen section.
- ๐ Sounds: Enable vibration only if you want to receive notifications silently.
โ ๏ธ Note: In Do Not Disturb mode, important notifications may disappear (for example, about missed calls or if you are not in a position to disturb). SMS). Before activating, check the list of exceptions in the Allow section.
3. Disable notifications via ADB (for advanced)
If Xiaomiโs system apps ignore settings, Android Debug Bridge (ADB), a low-level device management tool, will help, a method that permanently disables notifications even for protected MIUI services, but requires a PC connection and basic command-line knowledge.
Step-by-step:
- Enable USB debugging in the developer settings (Settings โ About Phone โ MIUI version โ tap 7 times, then go back to Additional โ For Developers).
- Connect your smartphone to your PC and confirm the debugging permission.
- Download ADB Tools and unpack the archive.
- Open the command line in the adb.exe folder and do:
adb devices(Your device should be displayed. If not, check the drivers.)
adb shell pm list packages -f | grep "name packet"(Replace the name of the package with the part of the application name, such as miui or browser.)
adb shell pm disable-user --user 0 com.xiaomi.package.name(Replace com.xiaomi.package.name with a real packet identifier, such as com.miui.video for Mi Video.)
๐ Popular shutdown packages:
| Annex | Packet ID | What's off? |
|---|---|---|
| Mi Video | com.miui.video | Advertising Notifications for New Videos |
| GetApps | com.xiaomi.mipicks | Fly about "hot discounts" in the brand store |
| Themes | com.android.themes | Notifications for topic updates |
| Mi Browser | com.android.browser | Newsfeed and advertising |
| Security (Cleaner) | com.miui.securitycenter | Warnings on โoptimizationโ |
โ ๏ธ Note: Disabling system packages can cause firmware to run unstable. For example, deactivating com.miui.securitycenter will block access to security settings. Before experimenting, back up through Settings. โ Additionally. โ Backup and reset.
โ๏ธ Preparation for work with ADB
4. Hidden MIUI settings: disabling system fluffs
Xiaomi hides some notification options in the depths of the menu, for example, the advertising fluffs from the Mi Push Service can only be disabled through hidden settings.
Method 1: Disable Mi Push Framework
- Open Settings โ Memory โ Autostart.
- Find Mi Push Service and turn off auto-start.
- Go back to Settings โ Applications โ Application Management.
- Find Mi Push, open Notifications and deactivate all categories.
Method 2: Blocking through Security
- ๐ก๏ธ Open the Security app (Security).
- ๐ Go to Notification Management โ Special permits.
- ๐ต Find pop-ups and turn them off for unnecessary apps.
๐น Exclusive for HyperOS: New firmware versions have Settings โ Notifications and status bar โ System notifications where you can turn off alerts from MIUI System and Device Care.
What if Mi Push keeps sending notifications?
5.Use of third-party apps to block notifications
If the system methods don't work, third-party utilities will come to the rescue, and we tested 5 popular applications and selected the most effective ones:
๐ Top.-3 applications for blocking notifications:
- ๐ Notification Blocker (from BaldApps) โ blocks notifications for keywords (for example, โdiscountโ, โpromotionโ). Supports a blacklist of applications and schedule.
- ๐ซ Disable Notifications is a simple tool for mass-disabling alerts, works without root, but requires Notification Access permission.
- ๐ก๏ธ ShutApp - blocks the background activity of applications, preventing notifications.
โ ๏ธ Note: Applications to block notifications require access to Special Features (Settings) โ Special opportunities โ Do not install utilities from unverified sources, they can intercept your notifications (including: SMS and confirmation codes)!
๐น How to set up Notification Blocker:
- Download the app from Google Play.
- Provide access to notifications in Settings โ Applications โ Notification Blocker โ Notifications.
- Add apps to the blacklist or set up filters for keywords.
- Activate the option to block pop-ups to completely turn off.
6. Radical methods: removal of system applications
If nothing works, you have one last chance: you can uninstall your system applications, which requires an unlocked bootloader and root rights, but it is guaranteed to eliminate annoying services. โ ๏ธ Warning: Mistakes can lead to a brick (turning your phone into a brick")!
๐ง Instructions for experienced users:
- Unlock the bootloader through the official Xiaomi website (requires a Mi Account and wait 7-15 days).
- Install custom TWRP recaps for your model (see instructions on XDA Developers).
- Download System App Remover (requires root) or use ADB with superuser rights:
adb shell
su
pm uninstall -k --user 0 com.xiaomi.package.name๐ What can be safely removed:
- ๐ฌ com.miui.video - Mi Video (commercials).
- ๐๏ธ com.xiaomi.mipicks - GetApps (app store).
- ๐จ com.android.themes - Themes (design themes).
- ๐ com.android.browser โ Mi Browser (browser with ads).
โ What can't be removed:
- com.miui.securitycenter will cause errors in settings.
- com.android.settings will break the system settings.
- com.miui.home โ remove the launcher (desktop).
๐ก
Deleting system applications is a last resort, and try all other ways before you do that, and if you do, back up and follow the instructions for your Xiaomi model.
7. Alternative solutions: firmware and custom ROM
If youโre finally fed up with MIUI system limitations, consider installing custom firmware. Alternative ROMs (like LineageOS, Pixel Experience, or ArrowOS) are devoid of advertising and unnecessary Xiaomi services, but require an unlocked bootloader and technical skills.
๐น The benefits of custom firmware:
- ๐ No system notifications from MIUI.
- ๐ Regular security updates.
- ๐ ๏ธ Ability to fine-tune the interface.
โ ๏ธ Cons:
- โ ๏ธ Loss of warranty (if the bootloader is unlocked).
- ๐ Possible battery or camera problems (depending on firmware).
- ๐ฑ Some features of Xiaomi, for example, IR Blaster may not work.
๐ Where to look for firmware:
- XDA Developers is the largest community with guides for every model.
- The official website of LineageOS supports many Xiaomi devices.
โ ๏ธ Note: Before firmware check compatibility with your model (Settings) โ The phone. โ The wrong firmware can cause the phone to fail!