System alerts for emergencies, weather conditions or government notifications on Xiaomi smartphones can be a real problem, especially when they appear at the most inopportune moment โ during an important call, a game or at night. Unlike normal push notifications, these messages come at the operating system level and often ignore the โDo Not Disturbโ modes.
In this article, we will analyze all the current ways to disable public notifications on Xiaomi, Redmi devices, POCO and Black Shark is managed MIUI 12-14 (including global and Chinese firmware versions) It is important to understand that some methods require superuser rights or may affect the stability of the device. We will also explain which notifications can be blocked legally and which can only be blocked through workarounds.
1.What is a โpublic alertโ and why it is difficult to turn it off
Emergency Alerts are system notifications sent by telecom operators or government agencies in case of emergency, and are divided into several types:
- ๐จ Presidential Alerts are the highest priority, they cannot be turned off without root rights.
- ๐ช๏ธ Extreme Weather Alerts โ hurricanes, floods, storm warnings.
- ๐ Emergency situations (AMBER Alerts โ Search for missing children, terrorist threats.
- ๐ข Test notifications โ check the system operation (you can turn off in the settings).
On Xiaomi smartphones, these notifications are implemented through Cell Broadcast, which operates at the modem firmware level, which is why standard blocking methods (for example, disabling notifications for the Messages app) do not work, and in some countries (for example, in the United States or India), disabling critical alerts may be prohibited by law.
โ ๏ธ Note: On devices with firmware for the Chinese market (China) ROM) Some of the alerts come through Mi Cloud and Xiaomi Security, and their disabling can lead to disruption of other functions, such as device search.
2. Legal ways of disconnection (without root rights)
If you're tired of getting test notifications or notifications about minor weather changes, try standard methods first. They don't require superuser rights and are safe for the device.
2.1. Disconnection through notification settings
The easiest way is to limit the types of alerts in the settings menu:
- Open the Settings app.
- Go to the Appendix section โ Application management.
- Find the Messages app (or Messages) and select Notifications.
- Scroll down to the Emergency Alerts (or Emergency Alerts) block.
- Turn off unnecessary types of notifications other than presidential ones (these may not be blocked).
On some firmware MIUI This section can be called Security and Emergency Alerts or hidden in Additional Settings. If it's not, then your firmware version doesn't support manual control.
Use of the โDo Not Disturbโ mode
Although public warnings ignore the standard regime DND, into MIUI 13/14 Deep sleep has been introduced, which can partially block system notifications:
- ๐ฑ Go to Settings. โ Sound and vibration โ Don't disturb.
- ๐ Turn on the mode and select Deep Sleep.
- โฐ Set a schedule (for example, from 23:00 to 7:00).
- โ๏ธ In additional settings, enable the option to Block system notifications.
This method does not guarantee 100% blocking, but it will reduce the number of nightly alerts. Note that in deep sleep, alarms and reminders are also turned off!
2.3. Disconnection through SIM-Card (for some operators)
Some mobile operators (for example, MegaFon or Beeline in Russia) allow you to turn off the distribution of alerts through your personal account.
- Go to your operator's website.
- Go to the Services section โ Management of notifications.
- Find the Emergency Alert or Cell Broadcast option.
- Turn off unnecessary types of mailings.
Note that this method does not work with all operators. Tele2 They do not provide such opportunities for natural persons.
3. Advanced methods (with root rights or ADB)
If the legal ways don't work, you'll have to use more radical methods, which require unlocking the bootloader, getting root rights, or working with the software. ADB. These actions may result in loss of warranty or unstable operation of the device.
โ ๏ธ Note: On bootloader devices, trying to get a root right will lead to a hard brick. Before you start, check the bootloader status with the command: fastboot oem device-info If Device unlocked: False, first unlock it through the Mi Unlock Tool.
3.1. Disconnection through ADB (rusty)
With Android Debug Bridge, you can turn off some of the system alerts.
- Enable USB debugging in the developer settings (Settings โ About Phone โ MIUI version โ tap 7 times, then go back to Additional settings โ For Developers).
- Connect your phone to your PC and execute the commands: adb shell settings put global cell_broadcast_alerts 0
- To disable specific types of alerts, use: settings put global cell_broadcast_test_alerts 0 # Test settings put global cell_broadcast_amber_alerts 0 # AMBER
These commands temporarily disable notifications until the next reboot, and you'll need to create a script in init.d or use Tasker to have a permanent effect.
Removal of system applications (root required)
On rooted devices, you can remove or freeze applications that are responsible for alerts:
- ๐ง Use Root Explorer or Titanium Backup to remove: com.android.cellbroadcastreceiver is the main alert module. com.miui.yellowpage is Xiaomiโs local notification service (China only). ROM).
- ๐ง Freeze via Lucky Patcher or App Quarantine.
Removing these applications may disrupt your mobile network or emergency call services (112, 911). TWRP!
Download and install ADB PC-only|Enable debugging on USB|Connect your phone to your PC and confirm your trusted device|Make a backup copy of the data|Check the firmware model (Global/China)-->
3.3. editing of the build.prop file
For experienced users, there is a way to disable alerts through the build.prop system file:
- Open build.prop in the root directory (/system/build.prop) with Root Explorer.
- Add the lines: ro.cell_broadcast.enable=false persist.radio.cell_broadcast=0
- Save the file, set the rights to 644, and restart the device.
This method doesn't work on all firmware. If your phone loses network after you restart, delete the lines you add.
4. Alternative solutions: firmware and modified ROM
If none of these methods work, the radical option is to flash the device, which is a last resort, but it gives you complete control over the system notifications.
Install custom firmware (for example, LineageOS)
Firmware on the base AOSP (LineageOS, Pixel Experience, for example, do not contain proprietary Xiaomi services, including the alert module:
- ๐ Unlock the bootloader (possible loss of warranty).
- ๐ฅ Install TWRP ornamental.
- ๐ฅ๏ธ Find compatible firmware for your model (e.g. Redmi Note 10 Pro โ sweet).
- โ ๏ธ Make a full backup of the current system.
After installing LineageOS, alerts to the public will come through the standard Android module, which can be disabled in the settings.
Modified MIUI-firmware
There are unofficial assemblies MIUI with remote system applications, for example:
- ๐ MIUI EU (European version โ without Chinese services.
- ๐ก๏ธ MIUI pro MIUI Mix โ Optimized builds with advanced settings.
These firmware often contain patches to disable alerts through the Settings menu. โ Additionally. โ Alert management, however, also requires an unlocked bootloader to install.
What happens if you delete system applications without backup?
5.Table of methods compatibility with MIUI versions
Not all methods work on all firmware. The table below shows the compatibility of the methods with versions. MIUI and device models:
| Method | MIUI 12 | MIUI 13 | MIUI 14 | Root is required. | Notes |
|---|---|---|---|---|---|
| Notification settings | โ | โ | โ | โ | It doesn't work for all operators. |
| Do not disturb mode. | โ | โ ๏ธ Partially. | โ (Deep sleep) | โ | Blocks only test notifications |
| ADB-team | โ | โ | โ | โ | Resets after rebooting |
| Removal of system applications | โ | โ | โ | โ | Risk of network loss |
| Editing by build.prop | โ ๏ธ 50/50 | โ | โ | โ | Could disrupt the modem. |
For devices on HyperOS (new firmware Xiaomi, which replaced the new version) MIUI in 2026) some methods may not work. ADB custom-made.
6. Frequent mistakes and how to avoid them
When trying to turn off alerts, users often encounter problems, and here are the most common errors and solutions:
- ๐ "Settings are reset after resetting โ this is normal for ADB-To fix the changes, use Tasker to automatically execute commands when you start the system.
- ๐ต "After removing applications, mobile Internet is lost โ restore the remote ones APK from backup or reflash the modem via fastboot.
- ๐ "I can't get root rights on new devices (Xiaomi) 13/14, Redmi Note 12) Requires to unlock the bootloader through the official Mi Unlock Tool (binding to the Xiaomi account is mandatory).
- โ ๏ธ "An "uncertified device" warning appears, a consequence of unlocking the bootloader. To remove the message, hide the unlock status through Magisk (Universal SafetyNet Fix module).
If after manipulation the device stopped turning on (hangs on the logo) MI), Try to go to fastboot and execute the command:
fastboot flash boot magisk_patched.img(where magisk_patched.img โ patched boot image with Magisk).
๐ก
Before any manipulation of the system, check the model of your device with the command fastboot getvar product. Some instructions (for example, for Redmi Note 11 spes) are not suitable for the use of the device. POCO X3 Pro vayu, even if they're on the same platform.
7. Legal aspects: can the alerts be legally disabled?
In most countries, disabling presidential alerts or reporting terrorist threats is prohibited by law, such as:
- ๐บ๐ธ In the United States, for blocking Presidential Alerts can be fined up to $1000 by law WARNING Act).
- ๐ฎ๐ณ Disaster alerts are mandatory for all subscribers in India.
- ๐ท๐บ In Russia, operators are obliged to send notifications to the Ministry of Emergency Situations (Government Decree) โ 1224).
However, test notifications, operator promotional mailings or low-value weather alerts can be turned off without consequence. If you are not sure about the type of notification, it is best not to block it.
โ ๏ธ Attention: On devices with China ROM, Some of the alerts sold outside of China may be sent via Xiaomi Cloud, which may disrupt Find Device and other security features, and the only legal way out is to flash the global version. MIUI.
FAQ: Answers to Frequent Questions
โ Why do alerts come even in "Do Not Disturb" mode"?
โ Can you turn off alerts on Xiaomi without root rights?
โ Why the Internet disappeared after the removal of system applications?
โ Are these methods working on POCO and Black Shark?
โ How to return alerts if I have turned them off?
๐ก
On HyperOS devices (2026), some of the methods may not work, and the only reliable way to do that is to install custom firmware or use custom firmware. ADB superuser.