Losing contacts on a smartphone is one of the most unpleasant situations for the user. Even if you regularly synchronize data with the cloud, malfunctions Google Account, accidental deletion or reset of settings can lead to the disappearance of important numbers. Fortunately, you can restore contacts on Android via computer in several ways - both using standard tools and through specialized software.

In this article we will look at 5 proven methodsincluding restoring from backup copies, use ADB, export of data from Google Contacts and even manual extraction of information from the internal memory of the device. We will pay special attention to nuances that are often missed in brief instructions: for example, how to bypass the blocking MIUI on Xiaomi or what to do if the phone is not detected by the PC. All methods have been tested on current versions Android 12โ€“14 and are compatible with most brands: Samsung, Huawei, OnePlus, Realme and others.

Before you begin, check two key points:

  • ๐Ÿ”น Synchronization with Google was it turned on? Go to the page Google Contacts (will open in a new tab) and make sure that there is up-to-date data there. If yes, the problem is solved in 5 minutes.
  • ๐Ÿ”น USB debugging is activated? Without it, methods with ADB memory access will not work. How to enable: Settings โ†’ About phone โ†’ Build number (press 7 times) โ†’ return to Settings โ†’ System โ†’ For developers โ†’ USB debugging.
๐Ÿ“Š How do you usually back up contacts?
No, I hope for auto-sync
Manual export to VCF
Google Account
Third-party applications (for example, My Contacts Backup)
Another method

1. Restoring contacts through Google Account (the fastest way)

If synchronization with Android device , all contacts are automatically saved in the cloud. This method works even if the phone is broken, stolen or reset to factory settings - the main thing is that there was at least one successful synchronization before the incident. Google Accountwas enabled on your

To restore contacts:

  1. Open a browser on your computer and go on Google Contacts.
  2. Log in using the same account that was linked to the phone.
  3. Check your contact list. If they are, go to step 4. If not, click on More โ†’ Cancel changes and select the date when the contacts were still in place.
  4. Connect the phone to the PC via USB, unlock the screen and confirm access to the data.
  5. On your phone, go to Settings โ†’ Accounts โ†’ Google โ†’ Account synchronization and turn on the switch opposite Contact.

Synchronization will take from a few seconds to a couple of minutes depending on the number of contacts. If the process is frozen, reboot your phone and try again. Important: This method will not restore contacts saved only in the SIM card or phone memory (without linking to Google).

๐Ÿ’ก

If contacts in Google are duplicated, use the "Merge and Fix" tool on the page contacts.google.com. It will automatically find and merge duplicate records.

2. Exporting contacts from a backup to a PC (VCF file)

Many users do not know that Android automatically creates backup copies of contacts is in .vcf (vCard) format when connected to a computer or through some applications (for example, My Contacts Backup). These files can be found on your hard drive and imported back.

Where to look for backups:

  • ๐Ÿ“ Folder C:\Users\[Your_username]\Contacts or Documents\Phone Backup.
  • ๐Ÿ“ In the root directory of the removable SD card (if used) in the folder Backup or Contacts.
  • ๐Ÿ“ In cloud storages (Google Drive, Dropbox, Yandex Disk) - search for "contacts.vcf" or "backup".

How to import contacts from .vcf:

  1. Download the file to your computer and check its contents (can be opened via Notepad โ€”there should be lines with numbers and names).
  2. Send the file to your phone via email, via Telegram or by connecting the device as a flash drive.
  3. Open the file on your phone - the system will offer to import contacts. Confirm the action.

โ˜‘๏ธ Checking the VCF backup

Completed: 0 / 4

If the file is damaged or does not open, try using online services for VCF recovery, for example Repair VCF. Upload the file, wait for processing and download the corrected version.

3. Restoring contacts via ADB (for advanced users)

Tool ADB (Android Debug Bridge) allows you to access the phone's internal memory and extract contact data directly from system files. This method is suitable if:

  • ๐Ÿ”ง Synchronization with Google is disabled.
  • ๐Ÿ”ง There is no backup .vcf.
  • ๐Ÿ”ง The phone is turned on, but the contacts disappeared after a crash or update.

To work you will need:

  • ๐Ÿ–ฅ๏ธ Computer with Windows, macOS or Linux.
  • ๐Ÿ“ฑ USB cable (preferably original).
  • ๐Ÿ› ๏ธ Installed drivers for your phone (you can download from the manufacturerโ€™s website).
  • ๐Ÿ”ง ADB Tools from Google.

Step-by-step guide:

  1. Download and unzip platform-tools to any folder on your PC (for example, C:\adb).
  2. Connect your phone to the computer, turn it on USB debugging (see introduction) and select the file transfer mode (MTP).
  3. Open the command line (Win + R โ†’ cmd) and go to the folder with adb:
    cd C:\adb
  4. Check the device connection:
    adb devices

    The phone's serial number should appear.

  5. Download the contact database:
    adb pull /data/data/com.android.providers.contacts/databases/contacts2.db
  6. Open the file contacts2.db using the app DB Browser for SQLite (free). Contacts are stored in a table raw_contacts.

If the command adb pull gives the error "Permission denied", then your phone requires root access. Without them, this method will not work. In this case, try an alternative method - retrieving via TWRP Recovery (if installed).

What to do if ADB does not see the device?

1. Check if USB debugging is enabled (sometimes confirmation is required on the phone when connecting).

2. Install drivers for your model (for example, for Samsung - Samsung USB Driver, for Xiaomi - Mi PC Suite).

3. Try a different USB cable or port.

4. Restart your phone and PC.

5. If you are using macOS/Linux, add a udev rule for your device.

4. Using third-party data recovery apps

If the previous methods did not work, specialized data recovery utilities will come to the rescue. They scan the phone's internal memory and find deleted contacts, messages, photos and other files. The most popular apps:

app Android support Free version Root required
Dr.Fone 12โ€“14 Yes (restrictions) No
Tenorshare UltData 10โ€“14 Yes (trial) Partially
EaseUS MobiSaver 9โ€“13 No Yes
DiskDigger 5โ€“14 Yes For deep scanning

Example of recovery using Dr.Fone:

  1. Download and install the app from official website.
  2. Connect your phone to the PC and select mode Android data recovery.
  3. Select the data type - Contact - and click Next.
  4. The app will offer two scanning options: Fast (without root) and Deep (with root). Select the appropriate one.
  5. After scanning is completed, mark the desired contacts and press Recover. Data can be saved in format VCF, CSV or directly to your phone.

Warning: free versions of most apps show the found data, but do not allow you to save it. Prices for full versions start from $30โ€“$50. Before purchasing, check whether your phone model is supported - some brands (for example Huawei c EMUI 12+) may block access to memory.

5. Manually extracting contacts from phone memory (without root)

If the phone does not have root access, but has access to the file system via a PC, you can try to find contact files manually. They are stored in protected folders, but sometimes copied to cache or temporary directories.

Where to look:

  • ๐Ÿ“‚ /sdcard/Android/data/com.android.providers.contacts/files/ โ€”temporary copies may be located here.
  • ๐Ÿ“‚ /sdcard/Download/ or /sdcard/Backups/ โ€”if you have ever exported contacts.
  • ๐Ÿ“‚ /data/com.android.providers.contacts/ โ€”requires root or access via ADB.

How to view hidden files:

  1. Connect the phone to the PC in the mode File transfer (MTP).
  2. Open This computer โ†’ find your device and go to the internal memory folder.
  3. Turn on the display of hidden files: in Windows click View โ†’ Hidden items.
  4. Look for files with extension .vcf, .db or .bak.

If you find the file contacts2.db-wal or contacts2.db-shm, these are auxiliary contact database files. You can try to open them through SQLite Browser, but the chances of success are low without the main file contacts2.db.

๐Ÿ’ก

Without root access or ADB, access to system contact files is extremely limited. If the phone is not rooted, focus on methods with Google Account or backups.

6. Restoring contacts from a broken or non-turning-on phone

If the phone does not turn on, is broken or locked, but was previously connected to a PC, there is still a chance of restoring contacts. Here's what you can do:

  • ๐Ÿ”Œ Connecting in Fastboot mode: if the phone responds to charging, try pressing Volume down + Power to enter Fastboot Mode. Next, through ADB you can try to copy the data (skills required).
  • ๐Ÿ”ง Removing the SIM card: if the contacts are saved on the SIM, insert it into another phone and export the data.
  • ๐Ÿ–ฅ๏ธ Cloud backups: check Google Drive, Samsung Cloud (for devices Samsung), Huawei Cloud or Mi Cloud (for Xiaomi). Often backups are created automatically when connected to Wi-Fi.
  • ๐Ÿ› ๏ธ Contacting the service center: if there is important data on the phone, technicians can extract information using professional equipment (for example, UFi Box or JTAGThe cost of the service is from). 2000 to 10,000 rubles.

Important: if the phone was encrypted (for example, via File-Based Encryption v Android 10+), the chances of recovering data without a password are minimal. In this case, only a backup copy will help. cloud.

๐Ÿ’ก

On Samsung phones with the Samsung Knox feature, contact data can be further protected. To increase your chances of recovery, before a breakdown, log into your Samsung Account at least once and enable backup.

Common errors and how to avoid them

When restoring contacts, users often encounter typical problems. Here's how to solve them:

Problem Cause Solution
Contacts are not synchronized with Google Synchronization is disabled or there is no Internet Check your account settings and network connection. Restart your phone.
ADB does not see the device No drivers or debugging is not enabled Install drivers for your model and check USB debugging.
Recovery apps do not find contacts Data overwritten by new files Do not write anything to your phone after losing contacts. The sooner you start recovery, the higher the chances.
The contacts2.db file is empty The contacts were stored in another location (SIM, account) Try other methods (Google Contacts, backups).

Warning: if you If you use MIUI on Xiaomi, EMUI on Huawei or ColorOS on Oppo/Realme, standard recovery methods may not work due to additional encryption. In this case, contact the brand's proprietary utilities (for example, Mi PC Suite for Xiaomi).

FAQ: Answers to frequently asked questions

Is it possible to restore contacts if the phone is drowned?

If the phone does not turn on after water, the chances of data recovery depend on the degree of damage. First, dry the device in rice or silica gel for 2-3 days (do not turn it on!). If after this the phone works, use the methods from the article. If not, contact the service center. Do not try to charge a wet phone! This may cause a short circuit.

How to restore contacts after resetting to factory settings?

If synchronization was enabled before the reset c Google Account, contacts will be restored automatically upon re-authorization. If not, check your backups on your PC or in the cloud (see section 2). If all else fails, use apps like Dr.Fone, but keep in mind that after the reset the data may have been overwritten.

Is it possible to recover contacts from a phone that was stolen?

Yes, if:

  1. The phone was enabled Find My Device (for Google) or a similar brand function (for example, Find My Mobile for Samsung). You can lock the device and erase data remotely, but the contacts will not be restored.
  2. The contacts were synchronized with Google Account or the brand cloud. In this case, they are available on the page Google Contacts.

If synchronization has not been configured, there is no chance. Contact the police with the phone's IMEI (you can find it out of the box or through your Google account).

Why are recovered contacts displayed without names?

This happens if:

  • The file .vcf is damaged (try opening it in Notepad and check the structure).
  • Contacts were imported from a source where the names were stored in a different format (for example, with iPhone via iCloud).
  • When restoring via ADB or a app, an encoding error occurred.

Solution: edit contacts manually or use services like VCF Tools to correct the file.

How to prevent loss of contacts in the future?

To avoid losing contacts again:

  • ๐Ÿ”„ Enable automatic synchronization with Google Account: Settings โ†’ Accounts โ†’ Google โ†’ Contact synchronization.
  • ๐Ÿ’พ Regularly (once a month) export contacts to a file: open the application Contact โ†’ More โ†’ Export/Import โ†’ Export to .vcf file.
  • โ˜๏ธ Use cloud backups brand: Samsung Cloud, Mi Cloud, Huawei Cloud.
  • ๐Ÿ“ฑ Install an application for automatic backup, for example My Contacts Backup or Super Backup.