How to permanently disable alerts EMERCOM on Xiaomi: working methods for all models

Why are the alerts of the Ministry of Emergency Situations appearing on Xiaomi and whether they can be removed

Xiaomi smartphone owners regularly face sudden beeps and pop-up alerts from the Emergency Situations Ministry, an emergency alert system that comes through the government’s data center system and is integrated at the MIUI firmware level. The main problem is that these alerts are accompanied by a loud beep that cannot be missed even when the phone is in silent mode.

Technically, these notifications are classified as Emergency Alerts, which are regulated by the laws of many countries, including Russia, and manufacturers are required to ensure that they are delivered to users. However, in practice, most of these messages are informational in nature (for example, warnings about high winds or high temperatures) and do not require urgent action, which is annoying for users who want to completely turn off the audio accompaniment or completely hide these notifications.

It’s important to understand that completely disabling such alerts can have legal consequences in some regions, but at the MIUI level there are legal ways to minimize their impact on everyday smartphone use. Next, we’ll look at all the methods available, from standard settings to hidden developer settings.

Method 1: Disconnection through standard MIUI settings

The easiest way to reduce alerts is to use built-in MIUI tools, which works on most Xiaomi, Redmi and POCO models with MIUI 12-15 firmware and does not require superuser rights.

  1. Open the Settings app (cog icon).
  2. Go to the Appendix section β†’ Application management.
  3. In the search box, type Emergency situations or Emergency Alerts (the name may vary depending on the firmware version).
  4. Select the app from the list and tap it.
  5. Turn off the Display Notifications switch.
  6. Additionally, you can prohibit the auto-run of this application in the Auto-run menu.

This method allows you to turn off visual notifications, but the sound signal can continue to play. To completely turn off the sound, you will need to use additional methods described below.

Backup of important data|Verification of the version MIUI (Settings β†’ The phone)|Battery charge of at least 50%|Shutdown VPN (It may interfere with system settings)-->

Method 2: Configure security settings (for MIUI 14+)

Newer versions of MIUI (starting with the 14th) have a separate section for managing emergency alerts, which is more effective than standard notification disabling, as it allows you to flexibly adjust the types of messages you receive.

  1. Go to Settings β†’ Passwords and Security.
  2. Scroll down and select Emergency Alerts.
  3. In the menu you will see a list of types of notifications: 🚨 Disaster warnings (floods, hurricanes) πŸ”₯ Fire alerts ⚠️ Other emergency reports (including test reports)

Turn off unnecessary categories by moving the sliders to the left.

Reproduce the sound when received

Please note that some types of alerts (such as terrorist threats) cannot be turned off as a legal requirement, and that settings may be reset once the MIUI is updated, so it is recommended to check them periodically.

Test messages|Weather warnings|Fire alerts|All right.|I'm not annoyed by anything.-->

Method 3: Using Developer Mode (for Power Users)

If standard methods don't work, you can use the hidden settings of the developer mode, which requires carefulness, because the wrong changes can affect the stability of the smartphone.

  1. Activate Developer Mode: Go to Settings β†’ About Phone. Tap 7 times on MIUI Version (you will see a message saying "You became a developer").

Settings

For developers

USB debugging

Turn off emergency alerts

Disable Emergency Alerts

Restart the device to apply the changes.

On some models (Xiaomi) 12/13 series, Redmi Note 11/12) This parameter may not be available. ADB-The teams that will be discussed in the next section.

What to do if the developer mode is not in the settings?
On some firmware (e.g., global versions for Europe), the For Developers section can be hidden even after 7 taps according to MIUI. In this case, try: 1. Set regional settings on India (Settings β†’ Additional β†’ Language and Region). 2. Use the Activity Launcher application from Google Play to force the opening of hidden menus. 3. Update MIUI to the latest version via Settings β†’ System Update.

Method 4: Disconnect via ADB (for advanced users)

If previous methods have failed, the most reliable method is to use Android Debug Bridge (ADB), which requires connecting a smartphone to a computer and executing multiple commands, the advantage of which is that it works on all versions of MIUI and Xiaomi models, including the new flagships of 2023-2026.

First, prepare everything you need:

  • πŸ–₯️ Computer with installed Xiaomi drivers and package ADB Tools.
  • πŸ“± Smartphone with enabled debugging USB (see previous section).
  • πŸ”Œ Cable USB (preferably original).

Follow the instructions:

  1. Connect your smartphone to your computer and confirm the debugging permission on the phone screen.
  2. Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. Execute the command to disable emergency alerts: adb shell settings put global captive_portal_detection_enabled 0 adb shell settings put global emergency_alert_allow_vibration 0 adb shell settings put global emergency_alert_allow_sound 0
  5. Reboot your smartphone with the command: adb reboot

Once the alerts are restarted, the Emergencies Ministry will no longer be able to produce sound and vibration, but the notifications themselves may continue to come in the curtain.

adb shell pm disable-user --user 0 com.android.cellbroadcastreceiver

⚠️ Warning: Disabling the com.android.cellbroadcastreceiver system application may cause the communication module to work in an unstable way. If the mobile network is lost after the command is executed, return the settings with the command: adb shell pm enable com.android.cellbroadcastreceiver

Method 5: Alternative solutions (if nothing helps)

If none of the above methods have worked, consider alternative approaches that are less reliable, but can help in some cases:

MethodDescriptionRisks.Efficiency
Installation of custom firmwareFirmware like LineageOS or Pixel Experience does not contain built-in alerts from the Ministry of Emergency Situations.Loss of warranty, possible bugs.⭐⭐⭐⭐⭐
Use of blocking applicationsApplications like Notification Blocker can filter system notifications.Requires the rights of a superuser (root).⭐⭐⭐
Change of the firmware regionFirmware for Europe (EEA) has less intrusive alerts.There may be problems with localization.⭐⭐⭐⭐
Disconnecting mobile data overnightMany alerts come at night.Inconvenient, skipping important notifications.⭐

The most radical but effective way is to install custom firmware, for example, LineageOS completely removes all the system alerts of the Ministry of Emergency Situations, but requires unlocking the bootloader and having root rights, which is only suitable for experienced users who are willing to sacrifice the warranty.

πŸ’‘

Before installing custom firmware, make a full backup via TWRP Recovery or the standard Mi Backup app. This will help restore data in the event of a crash.

Frequent Mistakes and How to Avoid Them

When trying to turn off Emergencies alerts, users often encounter typical problems, and here are the most common mistakes and ways to solve them:

  • πŸ”„ Settings are reset after the update MIUI β†’ Before updating, take screenshots of current parameters or use ADB fixative.
  • πŸ”Š The sound of the alerts continues to play β†’ Check if Do Not Disturb mode is enabled with exceptions for system notifications (Settings) β†’ Notifications β†’ Don't disturb).
  • πŸ“΅ The mobile network disappeared after ADB-team β†’ Run adb shell pm enable com.android.cellbroadcastreceiver and restart the device.
  • βš™οΈ No "Emergency Alerts" in the settings β†’ Update your firmware to the latest version or change region to India (see spoiler above).

Another common mistake is to try to disable alerts via the Sound and Vibration menu, which is only responsible for standard application notifications, not system emergency messages, which are managed exclusively through Security Settings or ADB.

⚠️ Note: On some models (Xiaomi Mi 11 Ultra, Redmi) K50 Pro) after the notifications have been disabled ADB Emergency call function (112) may stop working. Check the emergency numbers before using this method!

Can I turn off the EMERCOM alerts without root rights?
Yes, most users are short on standard MIUI settings or ADB commands that don't require root. Complete shutdown without consequences is only possible on firmware older than MIUI 12. Newer versions (13+) may require a bootloader unlock for radical changes.
Why do alerts keep coming after you turn off in settings?
This is because some types of messages (such as terrorist threats) cannot be blocked by law, and it can be a reset after a MIUI update or a conflict with security applications (such as Google Play Services). Try disabling auto-update system applications in Settings β†’ Apps β†’ App Management β†’ Google Play Services β†’ Auto-update.
Is it safe to use ADB to turn off alerts?
Yes, if you follow the instructions and do not change other system parameters. The commands in this article were tested on devices with MIUI 12-15 and did not cause critical failures. However, before executing ADB, it is recommended to back up data via Mi Cloud or TWRP.
How to return the alerts of the Ministry of Emergency Situations, if they are needed?
To turn the alerts back on: For standard method: return the sliders in the Emergency Alerts menu to the "On" position. ADB: Adb shell settings put global settings emergency_alert_allow_sound 1 adb shell settings put global emergency_alert_allow_vibration 1 If you have disabled the system application: adb shell pm enable com.android.cellbroadcastreceiver.
Does this work for POCO and Redmi?
Yes, all of the methods described here are applicable to POCO and Redmi devices, as they run on the same MIUI firmware. Except for the Chinese ROM models, where the settings menu may differ, in which case it is recommended to first flash the global version of MIUI via Fastboot.