Anti-spam system on Xiaomi Redmi smartphones often becomes a headache for users: blocks important SMS It hides notifications from instant messengers and even prevents calls from unsaved contacts, while the standard disconnection through settings does not always work - restrictions return after the update. MIUI In this article, we will discuss all possible ways to remove antispam on Redmi, including hidden settings, ADB-Teams and Radical Methods for Advanced Users.
Compounding the problem, Xiaomi is actively integrating anti-spam services at the firmware level. For example, MIUI 14+ has a deep traffic analysis that can block even legitimate applications. We tested the solutions on models from the Redmi Note 10 to the Redmi 13C β all methods work, but require different levels of technical training. If you are willing to sacrifice some security for convenience, read on.
Why Xiaomi Redmi Antispam Blocks Messages
The main cause of false positives is aggressive MIUI algorithms that analyze:
- π± Sender numbers: Even if the contact is saved, the system can block the contact. SMS, If the number was previously marked as spam by other Xiaomi users.
- π¬ Content: Keywords like βpromo codeβ, βpromotionβ or βtranslationβ are automatically sent SMS spam.
- π References: any URL In the messages checked through the base Xiaomi Cloud, and at the slightest suspicion are blocked.
- π Calls: Unsaved numbers with a country code other than yours are often blacklisted.
The second problem is cloud sync. If youβve ever flagged a number as spam on another Xiaomi device (or even someone else has), the system can automatically block it on your Redmi, and lock notifications often donβt come β you just donβt get an SMS or a call.
A critical feature of MIUI is that anti-spam works even when blocking notifications are disabled, which means you may not know for years that your bank or delivery service canβt reach you.
Method 1: Standard disabling antispam in settings
So let's start with the simplest method that works for 60 percent of users.
- Settings β Applications β Application Management
- Click on the three dots in the upper right corner and select Special Accesses
- Select Antispam (or Security in newer versions of MIUI)
- Turn off the sliders: π΅ Blocking communications π Locking down calls π Checking links (optional)
Then reboot your phone, and if the anti-spam came back after the reboot, your firmware is forced to turn on the feature, so move on to the next way.
βοΈ Checking the anti-spam shutdown
β οΈ Note: Some Redmi models (e.g. Note 12 Pro)+) After disabling anti-spam through settings, it automatically turns on after 24 hours. MIUI Global. The solution is to use ADB-commands (mode 3).
Method 2: Cleaning the Data of the Security Application
If the standard shutdown didnβt work, try resetting your anti-spam settings by clearing the cache.This method helps when the lock is due to database corruption:
- Go to Settings β Applications β Application Management
- Find the Security app (or Security in English firmware)
- Click Warehouse β Clear the data and Clear the cache
- Confirm the action and restart the phone
After cleaning, the anti-spam will return to the factory settings, and it can be disabled in the standard way (see Method 1). If the problem persists, then the lock is sewn at the firmware level.
What happens if you delete the Security app?
Some firmware (e.g. MIUI EU) will display a notification after the anti-spam data is cleared, saying, "Device protection is disabled." It can be ignored, it does not affect the phone's performance.
Method 3: Disabling antispam via ADB (for advanced)
If previous methods didnβt work, youβll need to use Android Debug Bridge (ADB), a method that is guaranteed to disable antispam at the system level, but requires a computer and basic command-line skills.
Step-by-step:
- Turn on Developer Mode: Go to Settings β About Phone Press 7 times on the MIUI version until the notification βYou became a developerβ appears.
USB debugging
Settings β Additional β For Developers
adb shell pm uninstall -k --user 0 com.miui.antispam
adb shell pm disable-user --user 0 com.miui.antispamOnce you've done the commands, the anti-spam will be completely disabled, including the hidden services. To get it back, use:
adb shell pm enable com.miui.antispamπ‘
If ADB does not recognize the device, install the Xiaomi USB Drivers drivers and check that the developer settings have enabled the item βDebugging over USB (security options)β.
β οΈ Attention: On firmware MIUI China shuts down anti-spam via ADB If after completing the commands, notifications from Mi Account stopped working, reset the network settings to Settings. β SIM-maps and mobile networks β Resetting network settings.
Method 4: Using Magisk and Disable MIUI AntiSpam
For users with an unlocked bootloader and Magisk installed, there is a more reliable way β a special module that completely removes antispam from the system, which is suitable for Redmi on MIUI 12-14.
Instructions:
- Install Magisk (if not already installed)
- Download the module. Disable_MIUI_AntiSpam.zip (available XDA Developers)
- Install the module via Magisk Manager and restart your phone
For calls, the best solution is to install an alternative call, like Truecaller or Drupe. These apps have their own spam databases, but they can be configured flexibly, unlike the built-in MIUI antispam.
π‘
If it is critical to get all SMS (for example, for two-factor authentication), combine several methods: disable antispam via ADB + use Google Messages + set up forwarding to email.
What to do if the anti-spam is back after the MIUI update
After major updates (e.g., from MIUI 13 to MIUI 14), the anti-spam settings are reset to avoid this:
- Turn off automatic MIUI update: Go to Settings β About Phone β System Update Click Three Points β Settings β Turn off Automatic Boot
Create a backup of your anti-spam settings
Titanium Backup
Use the script to automatically disable antispam
4PDA
If the update is already installed and the anti-spam is back, repeat Method 3 (ADB) or Method 4 (Magisk) β these work independently of the MIUI version.
β οΈ Attention: On firmware MIUI China Stable may be notified after the update, "Device protection is broken." This is not a mistake - just click Ignore and continue using your phone.