How to permanently disable security notifications on Xiaomi: 5 proven ways

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:

  1. Go to Settings β†’ Applications β†’ Application Management
  2. Select an application (e.g. Security)
  3. 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:

  1. Open Settings β†’ Password and Security β†’ Authorization and Locking
  2. Scroll down and find Security Notifications (on some devices it may be called System Warnings)
  3. Turn off the switch next to Show security notifications
  4. Confirm the action by entering a password or pattern lock

If this item is not in your MIUI version, try an alternative path:

  1. Go to Settings β†’ Special Opportunities β†’ Notifications
  2. 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

Done: 0 / 4

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:

  1. 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 1

Reset the device

If this method doesn’t work, try an alternative command:

adb shell pm disable-user --user 0 com.miui.securitycenter

It 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:

  1. Open root manager and follow the path: /system/priv-app/SecurityCenter
  2. Find the SecurityCenter.apk file and rename it to SecurityCenter.apk.bak
  3. 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?
If the device is stuck on the logo or reboots in the loop, try booting into Fastboot mode (power button). + Volume down and execute command: fastboot flash boot magisk_patched.img where magisk_patched.img β€” If that doesn't work, you'll need a full flashing through the Mi Flash Tool.

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:

  1. Download the.zip module from the XDA Developers or GitHub forum
  2. Open Magisk Manager and go to the Modules section
  3. Click Install from Storage and select the downloaded file
  4. 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.
πŸ“Š What method do you prefer to disable notifications?
Through MIUI settings
ADB-team
Root and file editing
Magisk modules
I haven't tried it yet.

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:

  1. Go to Settings β†’ System and device β†’ Resetting settings
  2. Select Reset Security Settings (not to be confused with a full reset!)
  3. Confirm the action by entering the password
  4. 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:

MethodMIUI 12MIUI 13MIUI 14Root 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.

Frequently asked questions

Can I turn off security notifications without a computer?
Yes, but the options are limited. You can: Try to disable them through Settings. β†’ Password and security (method 1) Use Magisk modules if you have root rights Perform a security reset (method 5) For ADB-Command and edit system files computer required.
Why did the MIUI updates come back?
Updates MIUI Often reset user security settings, especially if you have used them ADB-To avoid this: Before upgrading, back up via Mi Backup After updating, repeat the disable notification procedure If you use Magisk, update the modules to current versions.
Is it safe to turn off security notifications?
It depends on how you use the device: βœ… It is safe if you install apps only from Google Play and do not use root. ⚠️ It is risky if you frequently install APK from unknown sources or modifying the system ❌ It is dangerous if you store confidential data on your phone (bank applications, passwords) In any case, it is recommended to install a reliable antivirus (for example, Malwarebytes or Bitdefender) after disabling notifications.
How to return security notifications if you need them?
Depending on the method used: If you have disabled through Settings, just turn the switch back on if you have used it. ADB β€” Adb shell settings put global settings hidden_api_policy 0 If you have edited system files, return the original names or reflash the device If you used Magisk modules, delete them through Magisk Manager.
Does this work for POCO and Redmi?
Yes, all of the methods described herein are applicable to POCO and Redmi devices, as they run on the same MIUI firmware. Exceptions: POCO Launcher does not affect system security notifications Some Redmi models (e.g. Redmi 10A) may not have a Security Notice in the settings of MIUI devices for POCO (e.g., POCO X3 Pro) may require additional ADB commands.