How to unlock a blocked contact on a Xiaomi phone: all working methods

A blocked contact on a Xiaomi smartphone can be a real problem if you accidentally blacklist a person or experience a system failure. Unlike other manufacturers, MIUI offers several unique ways to manage locks โ€” from standard settings to hidden firmware features. It is important to understand that the method of unlocking depends on the version of MIUI, the phone model (Redmi Note 12, POCO X5, Xiaomi 13T) and even whether contacts are synchronized with Google Account.

In this article, we will discuss 5 proven ways to unlock contacts, including restoring through backups, bypassing locks through MIUI Security, and even manually editing system files for advanced users, focusing on common errors that can cause contacts to โ€œdisappearโ€ after unlocking, and providing a checklist to prevent repeated problems.

1 Unlocking through standard MIUI settings

The easiest way is to use the built-in MIUI tools, which work on all modern Xiaomi smartphones (starting with MIUI 12 and later) and does not require additional programs, the main condition is that contact should be blocked through the standard menu, not by third-party applications like Truecaller.

Instructions:

  • ๐Ÿ“ฑ Open the phone application (pipe icon).
  • โš™๏ธ Click on three dots in the upper right corner โ†’ Choose "Settingsยป.
  • ๐Ÿ”’ Go to the โ€œNumber Blockโ€ section (or โ€œBlacklistโ€ in older versions).
  • ๐Ÿ‘ค Find the blocked contact in the list and swipe it left or click Unblockยป.

If the contact is not on the blacklist, but calls and SMS do not pass, check:

  • ๐Ÿ“ž Call settings: Redirect to voicemail may be enabled.
  • ๐Ÿ“ง Spam filter in โ€œMessagesโ€ (Settings menu) โ†’ Spam filter).
  • ๐Ÿ”„ Synchronize your contacts with your Google Account (more on this in the next section).
๐Ÿ“Š What kind of smartphone you Xiaomi?
Redmi (Note/Pro series)
POCO (F/X/M)
Xiaomi (11/12/13) series
Other

โš ๏ธ Note: On some firmware (for example, MIUI Global for Redmi 9A) The section โ€œBlocking Numbersโ€ may be called โ€œBlocked Numbersโ€ and be in Settings โ†’ Annexes โ†’ Phone. โ†’ Lockdown.

2. Restoration via Google Contacts (if sync is enabled)

If a contact has been blocked but previously synced with a Google Account, it can be unlocked through the web version of Google Contacts.

  • ๐Ÿ”„ Enable contact synchronization in Settings โ†’ Accounts. โ†’ Google.
  • ๐ŸŒ Use the same account on multiple devices.
  • ๐Ÿ“ฑ Updated. MIUI before version 13+ (In older versions, synchronization may not work smoothly).

Step-by-step:

  1. Open contacts.google.com on your computer or other phone and log in.
  2. On the left menu, select โ€œMoreโ€ โ†’ โ€œRestore Contactsโ€.
  3. Specify the date when the contact was not blocked (for example, yesterday).
  4. Confirm the recovery and wait for sync on Xiaomi (can take up to 10 minutes).

If no contact appears, check:

  • ๐Ÿ”„ Is synchronization enabled in the settings โ†’ Accounts. โ†’ Google โ†’ Synchronization of contacts.
  • ๐Ÿ“ถ Internet connection stability (better to use Wi-Fi).
  • ๐Ÿ”„ Updates for the Contacts app in Google Play.

โ˜‘๏ธ Preparation for re-establishment of contacts

Done: 0 / 4

3. Unlocking through MIUI Security (hidden section)

In the firmware MIUI There is a hidden Security section where all the locks are stored, including contacts, apps and even the security. IMEI. This method is suitable for devices with MIUI 12-14 and requires access to Settings โ†’ PapaSSWORD & security.

How to unlock:

  1. Go to Settings โ†’ Password and Security โ†’ Application Privileges.
  2. Select โ€œNumber Blockโ€ (or โ€œBlack Listโ€).
  3. Enter your password/fingerprint if requested.
  4. Find the blocked number and click โ€œUnblockโ€.

If there is no section, try an alternative path:

Settings โ†’ Applications โ†’ Application Management โ†’ Phone โ†’ Permissions โ†’ Number Locking

โš ๏ธ Note: On some models (POCO F4, Xiaomi 12 Lite may have limited access to this section if the system asks for Administrator Permission, it means that the lock was installed through third-party software (for example, Clean Master or Security Master).

What if you donโ€™t have access to MIUI Security?
If the Security section is missing or requires a password you have forgotten, try resetting security settings via Settings โ†’ About Phone โ†’ Resetting โ†’ Resetting security settings. Note that this will remove all fingerprints and graphics keys!

4. Manual editing of system files (for advanced)

If standard methods donโ€™t work, you can try manually removing the lock through system files, which is only suitable for users with unlocked bootloader and root rights (or through ADB).

Instructions for MIUI 13/14:

  1. Connect your phone to your PC and enable USB debugging (Settings โ†’ About Phone โ†’ MIUI Version โ†’ 7 times Press โ†’ Developer โ†’ USB debugging).
  2. Open ADB Shell and execute the command: adb shell su -c "sqlite3 /data/data/com.android.providers.contacts/databases/contacts2.db"
  3. Enter. SQL-search for blocked contacts: SELECT * FROM blocked_numbers;
  4. Delete the entry by the command (replace) PHONE_NUMBER real-number): DELETE FROM blocked_numbers WHERE phone_number='PHONE_NUMBER';
  5. Reboot the phone.

Alternative method (without root):

  • ๐Ÿ“ Use it. MIUI Backup to create a backup of contacts (Settings) โ†’ Additionally. โ†’ Backup).
  • ๐Ÿ” Open the backup file on your PC (.mbk extension) through the archiver and find the contacts folder.
  • ๐Ÿ“ Manually edit the contacts.vcf file by deleting the line X-BLOCKED:1 contact-wise.
  • ๐Ÿ”„ Restore the edited backup to your phone.

๐Ÿ’ก

Before editing system files, make a full backup through Settings โ†’ Additional โ†’ Backup. This will allow you to recover data if something goes wrong.

5. Resetting phone settings (extreme case)

If none of these methods work, you'll have a complete reset, which will delete all the data from your phone, including the locks, but it will also be deleted:

  • ๐Ÿ“ธ Photos and videos (unless saved in Google Photos).
  • ๐ŸŽต Music and downloads.
  • ๐Ÿ“ฑ Application settings and Wi-Fi network.

How to reset your settings:

  1. Go to Settings โ†’ About the phone โ†’ Reset settings.
  2. Select โ€œErase all dataโ€.
  3. Enter the password (if set) and confirm the reset.
  4. After the reboot, restore data from your Google Account or MIUI Cloud.

โš ๏ธ Note: On some models (Redmi Note 10 Pro, POCO X3 Pro) after the reset, you may need to re-assign your Mi Account. Make sure you remember your username and password!

๐Ÿ’ก

Resetting is a last resort, and before the procedure, be sure to save important data to an external drive or to the cloud.

Comparison of methods of unlocking contacts on Xiaomi

MethodDifficultyRequired rightsTime.Risks.
Standard settings of MIUIโญNo.1-2 minutesAbsent.
Google ContactsโญโญSynchronization with Google5-10 minutesLoss of unsynchronized contacts
MIUI SecurityโญโญPassword/fingerprint3-5 minutesBlocking with an incorrect password
Manual editingโญโญโญโญRoot/ADB15-30 minutesData loss, brick phone
Resetting settingsโญโญโญNo.10-15 minutesDeletion of all data

FAQ: Frequent questions about unlocking contacts on Xiaomi

๐Ÿ”น Why a blocked contact is not listed in the blacklist?
This can happen for several reasons: ๐Ÿ“ฑ Contact is not blocked through the standard menu, but through third-party software (for example, Truecaller or DualSpace). ๐Ÿ”„ Google Contact Sync is disabled and the lock is applied locally only. ๐Ÿ“ต Contact removed from the phone book, but the number remained locked (check through the phone). MIUI Security: Check all possible sources of blocking (applications, cloud services) and use the recovery method through the Internet. ADB (section).
๐Ÿ”น Can I unlock the contact without resetting my phone?
Yes, 90% of the time, no reset is required. Try: Standard Lock Menu (Phone Settings โ†’ Blacklist), Restoration via Google Contacts (if sync is enabled), Manual database editing (power users only), Reset only if the lock is caused by a system failure or virus.
๐Ÿ”น How to Unlock Contact on Xiaomi with Two SIM-map?
On devices with Dual SIM (Redmi Note 11 Pro+, POCO F5) The lock can be applied separately for each SIM-To unlock: Open the phone and switch to the right one. SIM (Go to the "Black List" for this one. SIM-Delete the number from the lock if the number is locked on both SIM, repeat the process for each.
๐Ÿ”น What to do if the contact is not displayed in the phone book after unlocking?
This is a typical synchronization failure problem: ๐Ÿ”„ Reboot the phone. ๐Ÿ“ฑ Update the Contacts app on Google Play. ๐ŸŒ Turn on/off sync with Google Account (Settings) โ†’ Accounts. โ†’ Google โ†’ Synchronization of contacts). ๐Ÿ“ Restore contacts from local backup (Settings) โ†’ Additionally. โ†’ Backup).
๐Ÿ”น How to block contact so it can not be unlocked?
V MIUI There is no โ€œpermanent lockโ€ function, but it can be harder to unlock: ๐Ÿ”’ Use third-party apps (such as Blacklist Plus) that require a password to change your account. ๐Ÿ“ฑ Create a second space (Settings) โ†’ Special facilities โ†’ Second space and block contacts there. ๐Ÿ” Encrypt the phone book through MIUI Security (available on Xiaomi 13 Ultra and flagships) Note: these methods don't offer 100% protection, but make it difficult to accidentally unlock.