The blacklist on Xiaomi smartphones is a useful feature for blocking annoying calls and messages, but sometimes users face the opposite problem: how to unlock a contact if it was added there by mistake or the situation has changed. Unlike other manufacturers, MIUI hides this option in an unobvious way, and in some cases (for example, after resetting), standard methods stop working.
In this article, we will look at all the current ways to remove numbers from the blacklist, from basic (via the phone menu) to advanced (using ADB and system files), pay special attention to the typical errors that can cause contact to stick in the lock, and explain why some methods do not work on all Redmi, POCO or Mi models.
1. Standard method: through phone settings
The easiest method is to use the built-in MIUI tools, which are suitable for most modern Xiaomi smartphones (starting with MIUI 12 and later) and does not require additional programs.
- Open the Phone app (the tube icon on the home screen).
- Click on the three dots in the top right corner and select Settings.
- Go to the section "Block numbers" (or "Black list" in old versions).
- In the list of blocked contacts, find the desired number and swipe it left or click on the basket icon.
- Confirm the removal in the dialog box.
β οΈ Note: On some firmware (for example, MIUI Global for the European market) section "Block" may be called Spam and Block. If you can't see this item, update the Phone app via Google Play.
The number is really locked (try calling from another phone)|
You have the latest version of the Phone app |
There are no duplicate entries in the settings (e.g. +7 and 8)|
Google Contacts sync is disabled (if used)
-->
If the number continues to be blocked after deleting, check:
- π± Duplicate contacts: Sometimes the same number is added to the blacklist several times (e.g. in formats). +79123456789 and 89123456789).
- π Sync: If sync with Google Contacts or Mi Account is enabled, the lock can be restored after a reboot.
- π οΈ Updates: B MIUI 14+ The locking algorithm has changed β old methods may not work.
2. via the Contacts app (if the number is saved)
If you have a locked number in your phone book, you can unlock it directly through the Contacts app, which is convenient when you do not remember whether you added the number to the blacklist manually or system software did it (for example, after complaining about spam).
Instructions:
- Open the βContactsβ and find the number you need.
- Slip on the contact, then click Edit (pencil icon).
- Scroll down to the Additional or More section.
- Find the switch to Lock the contact and turn it off.
- Save the changes.
π‘ If you have multiple numbers in contact, check each individually β locking can only be applied to one of them.
What to do if there is no edit button?
On some firmware (e.g. MIUI for India), the lock option is hidden deeper.
- Open the contact and click on the three dots in the top corner.
- Select View in the blacklist.
- Delete the number from there.
3. Use of Google Contacts (for synchronized accounts)
If your Xiaomi smartphone is linked to a Google account, the number lock can be duplicated in the cloud, which means that even after being removed from the local blacklist, the number will remain locked.
Method 1: Through the Web Version
- Open contacts.google.com on your computer or phone.
- Sign in under the same account as on your smartphone.
- Find the contact in the list and open it.
- Press three points. β Control of lockdown.
- Uncheck the checkbox to block this number.
Method 2: Through the Google Contacts app
- π² Install the official Google Contacts app (if not available).
- π Find a blocked contact and open it.
- π Press three points. β Unlock.
β οΈ Note: After changes to Google Contacts, wait for sync (usually takes 1-5 minutes). If the number is blocked anyway, check the sync settings in your Accounts. β Google β Synchronization of contacts.
Through the Phone app |
Through Contacts |
Through Google Contacts |
I'm using third-party apps |
I don't block numbers.
-->
Advanced Method: via ADB (for power users)
If standard methods fail (for example, due to a MIUI failure or after a failed update), you can remove the lock via Android Debug Bridge (ADB).This method requires connecting the smartphone to your computer and basic command line knowledge.
What you need:
- π₯οΈ Computer with installed ADB Tools.
- π± Xiaomi smartphone with enabled debugging USB (Path: Settings β The phone. β Version. MIUI β 7 times tap to unlock the developer mode, then additionally β For developers β Debugging by USB).
- π USB-cable (preferably original).
Step-by-step:
- Connect your smartphone to your computer and confirm the debugging permission on the phone screen.
- Open the command prompt (cmd on Windows or Terminal on macOS/Linux) and type:
adb devices(Your device name should appear as a confirmation of your connection.)
- Enter a command to view the blocked numbers:
adb shell content query --uri content://call_log/blacklist- Find the line with the desired number in the output and copy it id (for example, id=15).
- Remove the lock by the command:
adb shell content delete --uri content://call_log/blacklist --where "_id=15"(Replace 15 with the real ID from your output.)
β οΈ Attention: Misuse of the right ADB This can cause your phone to malfunction. If you're not sure what you're doing, skip this method or see a specialist.
π‘
ADB is the only way to remove βstickyβ locks that donβt disappear after resetting settings or updating MIUI.
5. Reset lock settings (extreme case)
If none of the methods worked and the number is still blocked, the problem may be in the damaged MIUI system files, in which case a partial reset that does not affect user data will help.
How to reset the lock settings:
- Go to Settings β Memory β Backup and Reset.
- Select Reset App Settings (not to be confused with a full reset!).
- Confirm the action. The phone will reboot.
After the reboot:
- π Check the blacklist β it should be blank.
- π± Add the number again (if necessary) and make sure the lock is not restored.
- βοΈ Turn off blacklist sync with Mi Account (if enabled) to avoid adding again.
Important: This method removes all user-defined application settings (including saved Wi-Fi networks and permissions) but does not affect photos, messages, and installed programs.
6 Problems and Solutions: Why the Number Is Not Unlocked
Sometimes users are faced with a situation where the number is removed from the blacklist, but calls still do not pass.
| Problem. | Possible cause | Decision |
|---|---|---|
| Number removed from blacklist, but calls fail | Operator-level blocking (antispam service) | Disable the service through USSD-command, for example, *110*080# for Beeline) or in the operator's personal account |
| After deleting the number appears again in the blacklist | Synchronization with Mi Cloud or Google | Turn off the synchronization of contacts in the account settings, delete the number again |
| No way to edit the blacklist. | Restrictions on corporate firmware or parental controls | Check your Digital Well-Being settings or contact your device administrator |
| The phone app gives an error when opening the blacklist | The app cache is damaged. | Clean the cache in Settings β Applications β Phone β Memory β Clean the cache |
π‘ Useful tip: If you suspect that the lock is applied at the level SIM-Cards (for example, via operator service), temporarily insert the card into another phone and check if calls are making it through.