Security Notifications on Xiaomi, Redmi and Smartphones POCO They are often a source of irritation: they appear when installed. APK-Unlike normal push notifications, these alerts block the screen, require confirmation, and can interrupt important processes. Especially annoying owners who regularly install applications from third-party sources or use an unlocked bootloader.
The problem is compounded by the fact that MIUI (even in the latest versions 13-14) It doesn't provide an obvious way to completely disable these alerts through the standard menu. In this article, we'll go through all the working methods, from simple changes to settings to use. ADB-Important: Some methods require root or unlocked bootloader rights, which can affect the warranty and security of the device.
Why Xiaomi is showing security notifications and can they be turned off?
Security Notifications in MIUI are part of the built-in MIUI Security system that monitors:
- π± Install applications from unknown sources (APK)
- π§ Changes to system settings (for example, enabling Debugging by USB)
- π Attempts to obtain root rights or unlock the bootloader
- π² Connecting the device to the PC in data transfer mode
By default, these notifications cannot be disabled by standard means β Xiaomi deliberately limits this option, citing user safety. However, there are workarounds that work on most devices running MIUI 12-14 (including Redmi Note 10/11/12, POCO F3/F4/F5, Xiaomi 12/13/14).
β οΈ Warning: Disabling security notifications reduces your deviceβs protection against malware. If you install apps only from Google Play and donβt use root, itβs best to leave those alerts on.
Before you start to shut down, check if the notifications are related to a particular application. For example, Mi Browser or Security App can duplicate the system warnings, in which case it is enough to turn off the notifications for these programs in the settings:
- Go to Settings β Applications β Application Management
- Select an application (e.g. Security)
- Press Notifications and deactivate all switches
Method 1: Disconnect via MIUI settings (partial solution)
This method works for most devices with MIUI 12-14 It reduces the number of notifications, but it doesn't completely remove them. ADB root.
Instructions:
- Open Settings β Password and Security β Authorization and Locking
- Scroll down and find Security Notifications (on some devices it may be called System Warnings)
- Turn off the switch next to Show security notifications
- Confirm the action by entering a password or pattern lock
If this item is not in your MIUI version, try an alternative path:
- Go to Settings β Special Opportunities β Notifications
- Find the System Notifications section and turn off Security
β οΈ Note: On certain devices (e.g, POCO F4 GT Xiaomi 13 Pro, this method may not work due to manufacturer restrictions.
βοΈ Preparation for deactivation of notifications
Method 2: Use of the ADB-commands without root)
If the standard settings donβt work, you can turn off security notifications via Android Debug Bridge (ADB), which doesnβt require root permissions, but you need a computer and enabled USB debugging.
Step-by-step:
- Turn on USB Debugging: Go to Settings β About Phone Press 7 times on MIUI Version to Activate Developer Mode Return to Settings β Additional β For Developers Activate USB Debugging and Confirm Permission
cmd
Terminal
adb devices(The name of your device should appear)
adb shell settings put global hidden_api_policy 1Reset the device
If this method doesnβt work, try an alternative command:
adb shell pm disable-user --user 0 com.miui.securitycenterIt disables the MIUI security center, but can cause some features (such as a fingerprint scanner) to function in an unstable way.
π‘
If, after the execution, ADB-Notifications Commands Returned After Update MIUI, Some system applications restore default settings after updates.
Method 3: Disable by editing system files (root required)
For users with unlocked bootloaders and root rights, there is a more radical way to edit system files, a method that is guaranteed to remove all security notifications, but requires caution.
You'll need:
- π± Device with Magisk or other root rights manager
- π» File Manager with support for root (such as Root Explorer or Mixplorer)
- π§ Backup of the system (required!)
Instructions:
- Open root manager and follow the path: /system/priv-app/SecurityCenter
- Find the SecurityCenter.apk file and rename it to SecurityCenter.apk.bak
- Reset the device
If you have problems with the system after that (for example, the face scanner stopped working), return the original file name. ADB:
su
pm uninstall --user 0 com.miui.securitycenter
pm uninstall --user 0 com.miui.guardproviderβ οΈ Warning: Editing system files can lead to bootloop or loss of functionality.If you are unsure of your actions, use less risky methods.
What if the phone does not turn on after editing system files?
Method 4: Using third-party Magisk modules
For owners of Magisk devices, there is a safer way to install special modules that block security notifications.
- π‘οΈ Disable MIUI Security Warning β Disables all warnings when installed APK
- π MIUI Optimizations β a comprehensive module for fine tuning MIUI
- π« NoMoreMiuiWarning β Blocks Security Pop-ups
How to determine:
- Download the.zip module from the XDA Developers or GitHub forum
- Open Magisk Manager and go to the Modules section
- Click Install from Storage and select the downloaded file
- Reset the device
The advantage of this method is that you can quickly return the standard settings by simply removing the module.
- Not all modules are compatible with the latest versions of MIUI 14.
- Some banking apps can detect Magisk as root
- After the MIUI update, modules may stop working.
Method 5: Reset security settings (extreme case)
If none of these methods worked, you can try resetting your security settings to factory settings, which will delete all the stored permissions, certificates, and can remove intrusive notifications.
Instructions:
- Go to Settings β System and device β Resetting settings
- Select Reset Security Settings (not to be confused with a full reset!)
- Confirm the action by entering the password
- Reset the device
This method helps in cases where notifications are associated with corrupted settings or access rights conflicts, but after reset, you will need to reset:
- π Set up screen unlocking (PIN, graphical)
- π± Confirm permissions for applications
- π Reconnect to Wi-Fi networks
β οΈ Warning: Don't confuse Resetting Security Settings with Resetting to Factory Settings! The second option will delete all data from the device, including photos and apps.
Compatibility table with MIUI versions
Not all methods work on all devices, and the following is a compatibility table for popular models:
| Method | MIUI 12 | MIUI 13 | MIUI 14 | Root is required. | Risk to the system |
|---|---|---|---|---|---|
| MIUI settings | β Yes. | β οΈ Partially. | β No. | β No. | β οΈ Low. |
| ADB-team | β Yes. | β Yes. | β οΈ Yeah (may be off) | β No. | β οΈ Medium. |
| Editing system files | β Yes. | β Yes. | β Yes. | β Yes. | β High-pitched |
| Magisk modules | β Yes. | β Yes. | β οΈ Yes, not all) | β Yes. | β οΈ Medium. |
| Resetting security settings | β Yes. | β Yes. | β Yes. | β No. | β οΈ Low. |
If your model is not listed in the table, focus on the version MIUI. For new devices (for example, Xiaomi 14 or Redmi Note 13) most often only work ADB-Magisk commands or modules.
π‘
On devices with MIUI 14 Global to disable security notifications is harder due to heightened restrictions.If you're not ready to use root, try the combination ADB-commands and resetting.