Contacts are missing on Xiaomi: 7 proven ways to return them without loss

You opened a phone book on Xiaomi, and instead of hundreds of saved numbers, you had a blank screen? And the situation is familiar to many: contacts can disappear after a reset, a MIUI update, a change in account, or even a malfunction in the Contacts app. The good news is that 90 percent of the time, they can be returned. The bad news is that if you don't act quickly, the odds are dropping by the hour.

In this article, we will discuss all possible recovery methods, from basic ones (synchronization with Google or Mi Cloud) to advanced ones (working with backups through ADB or retrieving data from damaged memory). We will focus on the nuances for Xiaomi smartphones, where standard solutions often do not work due to the features of MIUI 14/15 firmware. You will also learn how to prevent future contact loss with proven automatic backup methods.

1. Check sync with Google Account

The first thing to do is check if contacts are hidden because of a display failure, and often the problem is not the deletion, but the sync that is disabled. On Xiaomi, this happens after:

  • ๐Ÿ”„ Firmware updates (especially with MIUI 13 on MIUI 14/15)
  • ๐Ÿ“ฑ Changes to the main Google account in settings
  • ๐Ÿ”‹ Battery discharge up to 0% with subsequent inclusion
  • ๐Ÿ› ๏ธ Installation of custom themes or launchers (for example, POCO Launcher)

To check the synchronization:

  1. Open Settings โ†’ Accounts and Sync โ†’ Google.
  2. Choose your account (if there are several).
  3. Make sure the switch opposite the "Contact" is on.
  4. Slip it again (โ‹ฎ) โ†’ Synchronize now.

๐Ÿ’ก

If no contacts appear, try to delete and re-add your Google account. On Xiaomi, it is safe: data is not erased from Google servers, but only untie from the device.

If synchronization is enabled, but contacts are not displayed:

  • ๐Ÿ“ฒ Restart your phone (sometimes even a normal reboot helps).
  • ๐Ÿ” Check the filter in the Contacts app: it may only show contacts with SIM-map.
  • ๐ŸŒ Try opening contacts through the web version of Google Contacts โ€“ if there are any, the problem is the phone.
๐Ÿ“Š How often do you back up your contacts?
Never.
Once a year.
Before the firmware update
Automatically through the cloud

2. Recovery via Mi Cloud (Xiaomi Cloud)

Mi Cloud is Xiaomiโ€™s proprietary cloud storage that automatically saves contacts if the feature is enabled. Unlike Google, backups are created here even without a Wi-Fi connection (via mobile Internet), but there is a caveat: by default, Mi Cloud only saves contacts for 30 days โ€“ if the problem occurs later, data can be lost.

How to Recover Contacts from Mi Cloud:

  1. Open your Settings โ†’ Mi Account โ†’ Mi Cloud
  2. Check if the contacts sync is enabled (the slider must be active).
  3. Tap on the contact. โ†’ Restore.
  4. Select the latest backup (pay attention to the date!).
  5. Confirm the recovery and wait until it is completed (may take up to 10 minutes).
What if Mi Cloud doesnโ€™t show backups?
If there are no available backups in Mi Cloud, it means that the sync has been disabled or the data has not been saved for more than 30 days. In this case, try other methods from the article. Also check if another Mi Account was used - sometimes users register multiple accounts by mistake.

Important: On some Xiaomi models (such as the Redmi Note 12 Pro+ or Xiaomi 13T), the recovery function from the Mi Cloud may be hidden. To see it, first turn on the system applications in the settings.

Xiaomi modelDoes the Mi Cloud support theMax. Backup shelf life.
Redmi 10/11 SeriesYes.30 days
POCO X5/F5Yes (requires manual activation)15 days
Xiaomi 12/13 SeriesYes.90 days
Black Shark 5/6No (using a separate cloud)โ€”

3. Extract contacts from MIUI backup

If cloud sync doesn't work, try to restore contacts from a local backup. MIUI automatically creates backups when:

  • ๐Ÿ“ฒ Updates to the firmware through Settings โ†’ The phone. โ†’ Updating the system.
  • ๐Ÿ”„ Reset to factory settings (if the option โ€œSave dataโ€ is selectedยป).
  • ๐Ÿ”Œ Connect to Mi PC Suite (official utility for PC).

How to find and restore the backup:

  1. Connect your phone to your PC via USB (in File Transfer mode).
  2. Open the Internal Storage โ†’ MIUI โ†’ Backup โ†’ AllBackup folder.
  3. Find the file with the.bak extension and the latest date.
  4. Copy it on your PC and rename it.zip.
  5. Unclose the file โ€“ inside will be the folder com.android.providers.contacts with the database of contacts (contacts2.db).

Have root rights (not necessary, but simplifies the process)|Install SQLite Editor | Download Mi PC Suite | Backup must be no older than 6 months-->

To retrieve contacts from contacts2.db:

  • ๐Ÿ“ฑ Install the SQLite Editor app on your phone (available on Google Play).
  • ๐Ÿ” Open the database file and find the table raw_contacts.
  • ๐Ÿ“‹ Export data to.vcf (business card) and import it into the phone book.

โš ๏ธ Warning: If you are not sure about your actions, do not edit the database. contacts2.db A mistake can result in the total loss of all contacts, including those that have not yet been restored.

4.Use of SIM-maps or exports VCF

If the contacts were retained on SIM-It's a card that can be easily transferred back to the memory of the phone, but there are limitations to this method:

  • ๐Ÿ“Œ Nana SIM-Only numbers and names are stored (without photos, emails and other fields).
  • ๐Ÿ”ข Number of contacts limited by capacity SIM (usually 250 records).
  • ๐Ÿ“ฑ Not all Xiaomi models support export SIM (for example, POCO F4 GT lacks this function).

Instructions for transfer with SIM:

  1. Open the Contacts app.
  2. Tap it on. โ‹ฎ โ†’ Settings โ†’ Imports/Exports โ†’ Import with SIM-map.
  3. Select contacts for import (or click Select All).
  4. Please specify the location of the save (Google account or phone memory).

If the contacts were previously exported to the.vcf file, they can be imported back:

  1. Copy the.vcf file into your phoneโ€™s memory (for example, into the Download folder).
  2. Open Contacts. โ†’ โ‹ฎ โ†’ Settings โ†’ Imports/Exports โ†’ File-based import.
  3. Select a file and confirm the import.

๐Ÿ’ก

Files. VCF You can create it manually: open contact โ†’ โ‹ฎ โ†’ Export and back up to Google Drive or send it to your own mail. This is the most reliable way to hedge against data loss.

5. Recovery through ADB (for advanced users)

If the standard methods didnโ€™t work and contacts are critical, you can try extracting them through Android Debug Bridge (ADB), which requires command line skills and root rights (some Xiaomi models have a sufficiently unlocked bootloader).

Step-by-step:

  1. Install ADB Tools on your PC.
  2. Turn on Settings โ†’ About Phone โ†’ MIUI version (tap 7 times to activate Developer Mode).
  3. Return to Settings โ†’ Additional โ†’ For developers and enable USB debugging.
  4. Connect your phone to your PC and confirm your trust in the device.
  5. Open the command line (Windows) or terminal (macOS/Linux) and type:
adb devices

(Your device should be displayed)

adb shell


su




cp /data/data/com.android.providers.contacts/databases/contacts2.db /sdcard/




exit




exit

This command will copy the contact database into the root folder of the phone.

  1. Copy the contacts2.db file on your PC.
  2. Use SQLite Browser or DB Browser for SQLite to open the file.
  3. Export the table raw_contacts format CSV or VCF.

โš ๏ธ Attention: Xiaomi with MIUI 14+ The path to the contact database may be different. If the team doesn't work, try: find /data -name "contacts2.db" This will help you find the right path to the file.

6. Contact Xiaomi Support

If none of the methods worked and contacts are critical (such as work numbers or customer details), you can contact official Xiaomi support.

  • ๐Ÿ“… Response time may take up to 7 days.
  • ๐Ÿ” Confirmation of ownership of the device (checks) will be required, IMEI).
  • ๐Ÿ’ฐ In some territories, the service is paid (from 500 to 2000 rubles).
  • ๐Ÿ“ฑ Data recovery warranty not 100% (depending on model and cause of loss).

How to apply:

  1. Go to the Xiaomi support website.
  2. Choose Contact Us โ†’ Online chat or Repair Request.
  3. Specify the phone model, serial number (see Settings โ†’ About Phone โ†’ General information) and describe the problem.
  4. Please include screenshots of errors (if any).

Alternatively, you can contact the authorized service center Xiaomi. Addresses can be found through the official application Mi Service or on the manufacturer's website.

  • ๐Ÿ“ฑ Make a full backup of current data (even if no contacts are available).
  • ๐Ÿ”‹ Charge your phone at least 50%.
  • ๐Ÿ“ Write it down. IMEI (dial *#06# in the dialer).

7 How to Prevent Loss of Contact in the Future

To never run into a missing contact problem again, set up automatic backups. There are several reliable ways to do this on Xiaomi:

MethodHow to set upFrequency
Google ContactsSettings โ†’ Accounts โ†’ Google โ†’ Contact SynchronizationAutomatically (when modified)
Mi CloudSettings โ†’ Mi Account โ†’ Mi Cloud โ†’ ContactsOnce a day
Local MIUI backupSettings โ†’ System and device โ†’ BackupOnce a week.
Exports to VCFContacts โ†’ โ‹ฎ โ†’ Exports (manually)On demand

Additional advice:

  • ๐Ÿ“ฑ Use backup apps like Super Backup & Restore or Contacts Backup.
  • ๐Ÿ”„ Check regularly if sync is enabled (sometimes it is turned off after updates).
  • ๐Ÿ“ง Send your exported.vcf file to your mail once a month.
  • ๐Ÿ›ก๏ธ Do not keep your contacts only on SIM-The map is the most unreliable way.

๐Ÿ’ก

The most reliable option is to sync with Google and Mi Cloud at the same time, so you get dual protection: if one service crashes, the data stays in the other.

FAQ: Frequent questions about reconnecting with Xiaomi

โ“ Can I restore contacts after resetting to factory settings?
Yes, if you had Google or Mi Cloud sync enabled before the reset. After the reset, just log in to your account and wait for automatic sync. If sync has been disabled, try the ADB methods or contact the service center.
โ“ Why your contacts disappeared after the update MIUI?
This is a common problem with firmware errors. Usually helps: Reboot your phone. Manual sync through Settings โ†’ Accounts โ†’ Google. Clear the cache of the Contacts app (Settings โ†’ Apps โ†’ App Management โ†’ Contacts โ†’ Clear cache). If nothing helps, rolling back on the previous version of MIUI can bring back contacts (but it's risky - it's better to backup before rolling back).
โ“ How to Transfer Contacts from Old Xiaomi to New?
The most reliable ways: Google Account: Sign in to the same account on the new phone, contacts are synced automatically. Mi Cloud: if both phones are linked to the same Mi Account, contacts will be transferred when you first connect to the Internet. VCF-File: export contacts on the old phone and import on the new one. via Bluetooth: send the.vcf file from the old phone to the new one. SIM-The map is the slowest and most unreliable way.
โ“ Can I Restore Remote Contacts Without a Backup?
The chances are very low, but you can try: ๐Ÿ” Check the cart in Google Contacts (stored for 30 days). ๐Ÿ“ฑ Use data recovery software (such as Dr.Fone or EaseUS MobiSaver) but require root rights. ๐Ÿ› ๏ธ Contact a service center -- sometimes experts can extract data with professional equipment, and without backup or synchronization, the probability of success is less than 20%.
โ“ Why do you have duplicated contacts after recovery?
Doubles occur if contacts have been synced to multiple accounts (e.g. Google and Mi Cloud) or imported from multiple sources.To remove duplicates: Open Google Contacts in your browser. Select Duplicates โ†’ Combine. On your phone, use Contacts Optimizer to automatically clean.