The blacklist on Xiaomi smartphones is a built-in MIUI feature that blocks unwanted calls, SMS and notifications from selected contacts. However, sometimes users are faced with a situation where the desired numbers accidentally fall into this list, and standard methods for removing them do not work. In this article, we will discuss all the current ways to disable the blacklist on Xiaomi, Redmi and POCO devices โ from basic settings to advanced methods through ADB.
Complicating the problem is that different versions of MIUI (12, 13, 14 and HyperOS) may have different interfaces and options, and we will take these nuances into account and provide instructions for each version, and we will also look at cases where the blacklist does not appear in the security menu, which is a common problem after updates or resets.
1. Standard method: through the application "Security"
The easiest method is to use the built-in Security app (or Security in global firmware), which is available on all Xiaomi smartphones regardless of the model โ be it the Redmi Note 12 or the POCO X5 Pro.
Instructions:
- ๐ฑ Open the Security app** (Icon with shield).
- ๐ Go to the Blacklist (or Blocklist in English version).
- โ๏ธ Click on the pencil icon (edit) in the upper right corner.
- ๐๏ธ Select the numbers that need to be removed and click Delete.
If the Blacklist section is not on the main menu, try the path: Security โ Lock โ Blacklist. On MIUI 14 and HyperOS, this section may be called Locked Numbers.
๐ก
If the Security app is missing, check the Other Apps folder or install it via Google Play (it is hidden on some firmware).
2. Deletion via โPhoneโ and โMessagesโ
In some versions of MIUI, the blacklist is duplicated in the standard Phone and Messages apps, which is handy if you want to unlock only calls or SMS separately.
Through the Phone app:
- Open the phone (the phone icon).
- Press three points (โฎ) top-right โ Settings.
- Select the number lock or the blacklist.
- Remove unnecessary numbers by swiping left or via the Remove button.
Through the Messages app:
- ๐ฌ Open the messageยป**.
- ๐ Tap it on three points (โฎ) โ Settings โ Spam and blocking.
- ๐ Go to the Blacklist and manage blocked contacts.
Why are the numbers blacklisted after being deleted?
3. Resetting the blacklist through MIUI settings
If standard methods donโt work, try resetting your lock settings through the system menu, which is suitable for Xiaomi on MIUI 12-14 and HyperOS.
Step-by-step:
- Open Settings โ Applications โ Application Management.
- Press three points (โฎ) โ Special access.
- Select Blacklist Access (or Blocklist Access).
- Disable access for all applications except Security and Phone.
- Return to Settings โ System โ Resetting of settings โ Resetting of application settings.
After reset, check the blacklist, it should be empty. If the numbers are left, then they are tied to the Mi Account account (more on this below).
4 Unblocking through Xiaomi account (Mi Account)
Many users donโt know that a blacklist on Xiaomi can sync with the Mi Account cloud. If you delete a number on your phone but it reappears, thatโs the problem.
How to Clean a Cloud Blacklist:
- ๐ Go to account.xiaomi.com and log in.
- ๐ฑ In the Devices section, select your smartphone.
- ๐ Find the option Blacklist or Blocked numbers (can be hidden in Additional settings).
- ๐๏ธ Remove all numbers and save the changes.
Then sync on your phone: Settings โ Xiaomi Account โ Sync โ Blacklist. If you donโt have an option, update the Security app** via Google Play.
Make a backup copy of contacts|Remember the blocked numbers|Disable synchronization before removal|Reboot your phone after the changes-->
5. Advanced method: removal via ADB
If neither of these methods worked, itโs ADB (Android Debug Bridge), a method that requires connecting the phone to a computer and basic command line knowledge, and is suitable for Xiaomi on any version of MIUI, including HyperOS.
Instructions:
- Turn on Developer Mode on your phone: Settings โ About Phone โ MIUI version (click 7 times).
- Activate Debugging by USB in Settings โ Additional โ For developers.
- Connect your phone to your PC and install ADB Tools.
- Open the command line (Windows) or the terminal (Mac/Linux) and type:
adb shell
pm clear com.miui.securitycenter
pm clear com.android.contacts
pm clear com.miui.blocklistAfter you've done the commands, reboot your phone. The blacklist will be reset. If you want to delete a specific number, use:
adb shell content delete --uri content://com.miui.blocklist/blocked_number --where "number='1234567890'"(Replace 1234567890 with the desired number).
๐ก
ADB-The reset removes ALL blocked numbers, including those added through third-party applications (e.g. Truecaller).
Problems and Solutions: What to Do When Nothing Helps
Sometimes the blacklist on Xiaomi is counterintuitive: numbers aren't deleted, the list is empty, but calls are blocked anyway.
| Problem. | Possible cause | Decision |
|---|---|---|
| Blacklist is empty, but calls are blocked | Synchronization with Mi Account or a third-party application (Truecaller, Hiya) | Turn off sync in your Xiaomi account and check your third-party app settings |
| Numbers are returned after deletion | Cloud backup Mi Cloud restores list | Clear the blacklist on the Mi Account site and disable backup |
| No Black List section in the settings | Outdated or modified firmware | Update MIUI or install the Security app** manually |
| ADB-teams are not working | No root or block rights for Xiaomi | Unlock the Bootloader and try again. |
๐ก
If you still have a problem after all the manipulations, try creating a new user profile in Settings โ System โ Multiple users. This will reset the lock settings for the new profile.
โ ๏ธ Note: Some Xiaomi firmware for China (CN-ROM) The blacklist is managed through the application "Mi Security"**, which does not have a Russian interface. In this case, use a translator or install global firmware.
7. Alternative methods: third-party applications
If Xiaomi's built-in tools don't work, you can use third-party applications to manage lockdown.
- ๐ Truecaller โ blocks spam and allows you to manage a blacklist separately from the system.
- ๐ก๏ธ Hiya โ specializes in blocking fraudulent calls.
- ๐ Blacklist Plus โ advanced settings for blocking keywords in SMS.
The advantage of third-party apps is that they are independent of MIUI and work even after resetting, but they can conflict with the built-in lock, so disable the system blacklist before using it.
โ ๏ธ Note: Apps like Truecaller require access to contacts and call history, and if privacy is more important than functionality, use them with caution or abandon them in favor of system tools.