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:
- Open Settings โ Accounts and Sync โ Google.
- Choose your account (if there are several).
- Make sure the switch opposite the "Contact" is on.
- 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.
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:
- Open your Settings โ Mi Account โ Mi Cloud
- Check if the contacts sync is enabled (the slider must be active).
- Tap on the contact. โ Restore.
- Select the latest backup (pay attention to the date!).
- Confirm the recovery and wait until it is completed (may take up to 10 minutes).
What if Mi Cloud doesnโt show backups?
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 model | Does the Mi Cloud support the | Max. Backup shelf life. |
|---|---|---|
| Redmi 10/11 Series | Yes. | 30 days |
| POCO X5/F5 | Yes (requires manual activation) | 15 days |
| Xiaomi 12/13 Series | Yes. | 90 days |
| Black Shark 5/6 | No (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:
- Connect your phone to your PC via USB (in File Transfer mode).
- Open the Internal Storage โ MIUI โ Backup โ AllBackup folder.
- Find the file with the.bak extension and the latest date.
- Copy it on your PC and rename it.zip.
- 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:
- Open the Contacts app.
- Tap it on. โฎ โ Settings โ Imports/Exports โ Import with SIM-map.
- Select contacts for import (or click Select All).
- 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:
- Copy the.vcf file into your phoneโs memory (for example, into the Download folder).
- Open Contacts. โ โฎ โ Settings โ Imports/Exports โ File-based import.
- 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:
- Install ADB Tools on your PC.
- Turn on Settings โ About Phone โ MIUI version (tap 7 times to activate Developer Mode).
- Return to Settings โ Additional โ For developers and enable USB debugging.
- Connect your phone to your PC and confirm your trust in the device.
- 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
exitThis command will copy the contact database into the root folder of the phone.
- Copy the contacts2.db file on your PC.
- Use SQLite Browser or DB Browser for SQLite to open the file.
- 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:
- Go to the Xiaomi support website.
- Choose Contact Us โ Online chat or Repair Request.
- Specify the phone model, serial number (see Settings โ About Phone โ General information) and describe the problem.
- 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:
| Method | How to set up | Frequency |
|---|---|---|
| Google Contacts | Settings โ Accounts โ Google โ Contact Synchronization | Automatically (when modified) |
| Mi Cloud | Settings โ Mi Account โ Mi Cloud โ Contacts | Once a day |
| Local MIUI backup | Settings โ System and device โ Backup | Once a week. |
| Exports to VCF | Contacts โ โฎ โ 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.