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).
โ ๏ธ 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:
- Open contacts.google.com on your computer or other phone and log in.
- On the left menu, select โMoreโ โ โRestore Contactsโ.
- Specify the date when the contact was not blocked (for example, yesterday).
- 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
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:
- Go to Settings โ Password and Security โ Application Privileges.
- Select โNumber Blockโ (or โBlack Listโ).
- Enter your password/fingerprint if requested.
- 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?
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:
- Connect your phone to your PC and enable USB debugging (Settings โ About Phone โ MIUI Version โ 7 times Press โ Developer โ USB debugging).
- Open ADB Shell and execute the command: adb shell su -c "sqlite3 /data/data/com.android.providers.contacts/databases/contacts2.db"
- Enter. SQL-search for blocked contacts: SELECT * FROM blocked_numbers;
- Delete the entry by the command (replace) PHONE_NUMBER real-number): DELETE FROM blocked_numbers WHERE phone_number='PHONE_NUMBER';
- 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:
- Go to Settings โ About the phone โ Reset settings.
- Select โErase all dataโ.
- Enter the password (if set) and confirm the reset.
- 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
| Method | Difficulty | Required rights | Time. | Risks. |
|---|---|---|---|---|
| Standard settings of MIUI | โญ | No. | 1-2 minutes | Absent. |
| Google Contacts | โญโญ | Synchronization with Google | 5-10 minutes | Loss of unsynchronized contacts |
| MIUI Security | โญโญ | Password/fingerprint | 3-5 minutes | Blocking with an incorrect password |
| Manual editing | โญโญโญโญ | Root/ADB | 15-30 minutes | Data loss, brick phone |
| Resetting settings | โญโญโญ | No. | 10-15 minutes | Deletion of all data |