How to Remove the Security App on Xiaomi Redmi 5: 3 Proven Ways

The Xiaomi Redmi 5โ€™s Security app is one of the most controversial components of MIUI firmware. On the one hand, it promises virus protection, memory optimization and permission control. On the other, many users complain about intrusive notifications, background activity and even a slowdown in the device. If you decide to get rid of this app, itโ€™s important to understand that simple removal through the menu is not available, because Security is system software.

In this article, we will discuss three working methods of removal (including root-free options), assess the risks of each approach, and offer alternatives for those who want to keep basic protection, but without unnecessary โ€œjunkโ€. Particular attention will be paid to the Xiaomi Redmi 5 (codename rosy), because this model has nuances with MIUI versions and unlocking the bootloader.

Why the Security app is bothering Redmi 5 users

On paper, Xiaomi's Security looks useful: virus scanning, cache cleaning, autoboot management, but in practice, many people face the following challenges:

  • ๐Ÿ“ฑ Permanent notifications of โ€œproblemsโ€ (even if none): โ€œOptimize memoryโ€, โ€œClean up garbageโ€, โ€œUpdate protectionยป.
  • ๐Ÿข Slowing down the system: the application works in the background, consuming up to 10-15% CPU and RAM.
  • ๐Ÿ”’ Imposing services: advertising Mi Cloud, offers to install other applications Xiaomi.
  • ๐Ÿ”„ Conflicts with other antiviruses (e.g. Avast or Kaspersky).
  • ๐Ÿ“Š Data collection: Security sends usage statistics to Xiaomi by default (you can disable, but not everyone knows how to do it).

According to the tests on Redmi 5 with MIUI 10-12, disabling Security through Settings โ†’ Applications does not have a full effect - the com.miui.securitycenter process continues to work.

๐Ÿ“Š How do you feel about the โ€œSecurityโ€ app on Xiaomi?
Useful function, I use it regularly
I'm intruding, but I'm patient.
Already deleted.
I want to remove it, but I am afraid of the consequences.
I don't know what it is.

Method 1: Uninstall without deletion (the safest option)

If you need to simply stop the app activity but not remove it completely (for example, to avoid issues with updates), follow these steps:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Find โ€œSecurityโ€ in the list and tap it.

This method doesn't delete the application files, but it stops it from working.

  • โš ๏ธ After restarting, Security can be activated again (especially on the Internet). MIUI 11 and below).
  • โš ๏ธ Some system features (e.g., permissions for applications) will become unavailable.

๐Ÿ’ก

To prevent automatic start-up, after shutdown, go to Settings โ†’ Battery and Performance โ†’ Autostart Management and disable autoboot for Security.

Method 2: Removal via ADB (without root rights)

If you donโ€™t have enough shutdowns, you can remove Security via Android Debug Bridge (ADB) โ€“ this method doesnโ€™t require root, but you need an unlocked bootloader and access to your computer.

Preparation:

  1. Install ADB and Fastboot Tools on PC.
  2. Turn on USB Debugging on Redmi 5: Settings โ†’ About Phone โ†’ MIUI version (tap 7 times to activate Developer Mode), then Settings โ†’ Additional โ†’ Developers โ†’ Debugging on USB.
  3. Connect your phone to your PC and confirm your trust in your computer.

Removal:

  1. Open the command prompt (or Terminal on macOS/Linux) in the adb folder.
  2. Enter the command to check the connection: Adb devices must appear serial number of your device.
  3. Execute the command: adb shell pm uninstall --user 0 com.miui.securitycenter If an error occurs DELETE_FAILED_DEVICE_POLICY_MANAGER, Try the alternative command: adb shell pm disable-user --user 0 com.miui.securitycenter

On Redmi 5 with MIUI 9 and below, this command may not work due to manufacturer restrictions, which would require a root-rights method.

โ˜‘๏ธ Preparation for removal through ADB

Done: 0 / 5

Method 3: Complete removal with root rights (for power users)

If the first two methods fail, root is the only way to remove the system files, which gives you full control over the system files, but requires unlocking the bootloader and installing Magisk or SuperSU.

Warnings:

โš ๏ธ Attention: Unlocking the bootloader on Xiaomi resets all data! it can also lead to loss of warranty and problems with the system. OTA-update.

Steps:

  1. Unlock the bootloader through the official Xiaomi tool (requires a Mi Account and wait 72 hours).
  2. Install custom recovery (TWRP) for Redmi 5 (download on the official website).
  3. Please use Magisk to obtain root rights.
  4. Use a root-access file manager (e.g., Root Explorer) and delete folders: /system/priv-app/SecurityCenter /system/app/SecurityCenter Or run the command in Terminal: su rm -rf /system/priv-app/SecurityCenter rm -rf /system/app/SecurityCenter

Once you restart, Security will be completely removed.

  • ๐Ÿ”ง Certain functions MIUI (For example, permission management may not work properly.
  • ๐Ÿ”„ OTA-updates can return the application - before updating it will have to be deleted again.
What if the permissions have stopped working after removal?
If you canโ€™t manage permissions for applications (e.g., camera or microphone access) after removing Security, install an alternative permission manager, such as App Ops (requires root). or return SecurityCenter.apk back but disable its activity via ADB.

Alternatives to the "Security" app on Redmi 5

If you have removed Security but want to keep basic protection, consider these apps:

AnnexFunctionsPlusesCons
MalwarebytesVirus scanning, phishing blockingLight, no advertising, does not load the systemNo memory optimization
SD MaidClearing cache, managing filesDeep cleaning, root supportPaid functions in the Pro-version
GreenifyFreezing of background applicationsSaves battery, works without root (with restrictions)It's hard to set up a beginner.
App OpsPermit managementReplacement of the built-in MIUI managerRequires root.

For Redmi 5 with limited resources (2/3 GB of RAM, Snapdragon 450), we recommend Malwarebytes + SD Maid โ€“ this duo will replace Security without losing performance.

Frequent Mistakes and How to Avoid Them

When removing Security, users often face these problems:

  • ๐Ÿšซ Error "Cannot delete the package" in ADB: This usually means that the application is protected by the policy MIUI. The solution is to use pm disable-user instead of uninstall.
  • ๐Ÿ”„ Automatic Recovery After Updating: Before Installation OTA Remove Security or roll back the firmware.
  • ๐Ÿ”’ Loss of function MIUI: If the permission settings have disappeared after removal, install App Ops or return them. SecurityCenter.apk into /system/priv-app/.
  • ๐Ÿ“ฑ Bootloop: occurs when you make errors in build.prop or delete critical files. The solution is to flash stock firmware through Fastboot.

โš ๏ธ Note: On some versions MIUI 12+ For Redmi 5, deleting Security may result in blocking access to security settings (e.g., it will be impossible to change the pattern lock). TWRP.

Can I delete Security without a computer?
No, you need ADB or root to delete it completely. Without a computer, you can only turn the app off through settings, but that won't delete its files.
Will Mi Account work after Security is removed?
Yes, Mi Account is not dependent on Security, but some features (like device search) may require additional permissions.
How do I return the app if something goes wrong?
If you have removed Security via ADB, you can restore it by command: adb shell cmd package install-existing com.miui.securitycenter For root-deletions you will have to manually copy SecurityCenter.apk back to /system/priv-app/.
Will the removal affect Redmi 5 performance?
In most cases, performance will increase, as Security consumes up to 100-150 MB of RAM in the background, but if you use alternative antiviruses, the gain may be negligible.
Can I remove Security on Redmi 5 with MIUI 13?
On MIUI 13 for Redmi 5 (if there is such firmware for your model), deletion via ADB can be blocked, in which case only root or rollback to an older version of MIUI will help.

๐Ÿ’ก

Removing the Security app on Redmi 5 is only safe if you follow the instructions, the riskiest method is root-rights, but it gives you complete control, and for most users, it's enough to turn off through settings or ADB.