Losing contacts on a smartphone is one of the most stressful situations for a user. Imagine: you open the phone book, and itโs empty. No colleagues, no friends, no relatives. How did this happen? You may have accidentally clicked "Delete everything" in the contacts menu, reset your phone to factory settings without a backup, or a virus has wiped your data. Donโt panic: in 90% of cases, deleted contacts on Android can be returned.
In this article we will analyze 7 proven recovery methodsfrom simple (synchronization with Google Account) to complex (use ADB and specialized utilities). It is important to act quickly - the less time has passed since the removal, the higher the chances of success. Some methods work even if you have not made backups, but this will require access to the root file system or root access.
Before you begin, answer two questions:
- Was contact synchronization enabled with Google or another cloud service (Yandex, Mail.ru)?
- Have you ever made a backup via
Settings โ System โ Backup?
If the answer to at least one question is โyesโ, your contacts can most likely still be returned in a few clicks.
1. Recovering via Google Account (the fastest way)
If synchronization with Android , all contacts are automatically saved in the cloud. They can be returned even after a complete reset of the phone. Here's how to do it: Google Accountwas enabled on your
- Open the application Contact (or
Google Contactsfrom Play Market). - Tap on the profile icon in the upper right corner โ
Manage Google accounts. - Select the account with which you synchronized and check the section
Contact. - If contacts are displayed in the web version (contacts.google.com), but not on the phone, click
More โ Restore contacts.
Important: Google stores backup copies of contacts only 30 days. If more than a month has passed, this method will not work. Also check if synchronization has been disabled in your account settings (Settings โ Accounts โ Google โ Account synchronization).
โ๏ธ Checking synchronization with Google
If contacts are not displayed either in the phone or in the web version, proceed to the next method. Synchronization may have been disabled, or you were using local storage.
โ ๏ธ Attention: If you deleted contacts directly from Google Contacts (rather than from your phone), they go into the trash and are stored there for 30 days. To restore: go to contacts.google.com โTrashโ select the desired contacts โRestore.
2. Restoring from an Android backup
Android automatically creates backup copies of your data if the feature is enabled in the settings. To check if you have a backup:
- Go to
Settings โ System โ Backup. - Look at the date of the last backup under
Data applicationsorContact. - If there is a backup, reset the phone to factory settings (
Settings โ System โ Reset โ Delete all data). - When setting up for the first time after a reset, the system will offer to restore data from the backup - select the desired backup.
This method is suitable if you did a reset recently (for example, today or yesterday). If several days have passed and you managed to add new contacts, they will be lost after restoring the old backup.
| Condition | Will the method work? | What to do |
|---|---|---|
| The backup was created less than 24 hours ago | โ Yes | Reset and restore data |
| Backup is older weeks, but new contacts have not been added | โ Yes | Restore, but you will lose changes from the last week |
| Backup copy missing or very old | โ No | Try other methods (SIM, apps) |
| Phone non-rooted, but there is a backup | โ Yes | Reset and restore via initial setup menu |
โ ๏ธ Attention: On some firmware (for example, MIUI from Xiaomi or ColorOS from Oppo) backups are created in a separate menu. Look for it in Settings โ Advanced โ Backup and reset.
3. Exporting contacts from a SIM card (if saved there)
If you have ever copied contacts to SIM card, they can be returned even without the Internet. This method has limitations:
- ๐ฑ It fits on the SIM limited number of contacts (usually 200โ250).
- ๐ Are saved only name and number (without email, addresses, photos).
- ๐ The last copy on the SIM could have been made a long time ago - check the relevance.
Recovery instructions:
- Insert SIM card in your phone (if it is not there, find it or ask your operator for a duplicate).
- Open the application Contact โ
Settings(three dots or gear). - Select
Import/Export โ Import from SIM card. - Specify where to save contacts (in Google account or phone memory).
- Confirm the import and wait for completion.
If the SIM card is damaged or the phone does not see it, try inserting it into another device. On some devices (for example, Samsung Galaxy or Huawei), the import path may be different: Contacts โ Manage contacts โ Import/Export.
Before importing from SIM, check if there are any old duplicates on it. To do this, export contacts from SIM to a VCF file (on your computer) and sort by date added.
4. Recovery through specialized apps
If synchronization with Google has not been configured and there are no backups, data recovery apps will help. They scan the phone's memory and look for deleted files, including contacts. The best tools:
- ๐ ๏ธ Dr.Fone (Wondershare) โsupports 6000+ models, recovers contacts, SMS, photos. There is a free trial version.
- ๐ง Tenorshare UltData - works without root, but with root access finds more data.
- ๐ฑ EaseUS MobiSaver - simple interface, suitable for beginners.
- ๐พ DiskDigger - free utility, searches for deleted files on the memory card.
Step-by-step guide for Dr.Fone:
- Download and install the app on your PC (official website).
- Connect your phone via USB, turn on
USB debugging(Settings โ About phone โ Build numberโ press 7 times โ return toSettings โ For developers). - In the app, select
Android data recoveryโContact. - Follow the instructions on the screen (root access may be required).
- After scanning, mark the desired contacts and click
Restore.
Without root access, apps will find only those contacts that were stored in the phone memory, and not in the cloud or on SIM. If the phone is not detected, try a different USB cable or port.
โ ๏ธ Attention: Do not install recovery apps on the phone itself - they can overwrite deleted data. Use only a PC or Mac.
What to do if the app does not find contacts?
1. Check if USB debugging is enabled and data access is allowed.
2. Try connecting your phone in PTP (camera) mode, not MTP.
3. If you have root access, give the app superuser rights.
4. Try another app (for example, Tenorshare instead of Dr.Fone).
5. If the phone is not detected, check the drivers (download them from the manufacturerโs website, for example, for Samsung - Samsung Smart Switch).
5. Recovery via ADB (for advanced users)
If you have root access or are ready to get it, you can try restoring contacts via Android Debug Bridge (ADB). This method is suitable for technically savvy users, as it requires working with the command line.
Contacts on Android are stored in a database contacts2.db (located along the path /data/data/com.android.providers.contacts/databases/). When deleted, entries are not immediately erased, but are marked as deleted. Using ADB you can extract this database and scan it for โdeletedโ contacts.
Instructions:
- Install ADB on PC (download Platform Tools from Google).
- Connect your phone via USB and turn on
USB debugging(see previous section). - Open a command line (Windows) or terminal (Mac/Linux) and enter:
adb pull /data/data/com.android.providers.contacts/databases/contacts2.db - If an error appears
Permission denied, which means you need root. Get it via Magisk or KingRoot. - Download a app for reading SQLite databases (for example, DB Browser for SQLite) and open the file
contacts2.db. - Go to the table
raw_contactsand find records with statusdeleted=1. They can be exported to VCF.
This method is complex, but sometimes it is the only one that saves when other methods have not worked. If you are not confident in your abilities, it is better to consult a specialist.
ADB method is only suitable for experienced users. Errors in commands can result in data loss or system crash. Always make a backup before experiments!
6. Contacting your telecom operator (if contacts are linked to SIM)
If you stored contacts only on SIM card, and it failed (for example, it burned out or broke), you can try contacting your mobile operator. Some companies (for example, MTS, Beeline, MegaFon) store backup copies of clients' SIM cards.
What to do:
- Call operator support (numbers: MTS โ 0890, Beeline โ 0611, MegaFon โ 0500, Tele2 โ 611).
- Say that you have lost contacts from your SIM card and want to restore them from a backup.
- If there is a copy, the operator will send you a new duplicate SIM with the restored data (may take 1-3 days).
The service is paid (costs ~300-500 rubles), and not all operators provide it. Check with support for details. Also, some communication stores (for example, Svyaznoy or Euroset) offer data recovery from damaged SIMs for a fee.
โ ๏ธ Attention: Operators store backup copies of SIM cards for a limited time (usually 3-6 months). If you lost contacts a year ago, the chances of recovery are minimal.
7. Restoring from a VCF file (if you did an export)
If you have ever exported contacts to a file .vcf (for example, to transfer to another phone), you can easily import them back. The file could have been saved:
- ๐ On memory card (check the folders
DownloadorContacts). - ๐ป On computer (search by request
*.vcfin Explorer). - โ๏ธ In cloud storage (Google Drive, Yandex Disk, Mail.ru Cloud).
- ๐ง In mail (maybe you sent the file to yourself or a friend).
How to import VCF:
- Copy the file
.vcfto your phone (for example, via Google Drive or USB). - Open the application Contact โ
SettingsโImport/Export. - Select
Import from fileand specify the path to.vcf. - Confirm the import and wait for completion.
If the file is damaged or does not open, try converting it through online services (for example, VCF Tools). You can also open VCF in Excel or Google Sheets (file โ import โ select .vcf).
What to do if nothing worked?
If none of the methods worked, the last ones remain options:
- ๐ Check other devices: contacts may be saved on an old phone, tablet or social network account (VK, WhatsApp, Telegram).
- ๐ Collect contacts manually: ask friends and colleagues to send their numbers via instant messengers.
- ๐ ๏ธ Contact the service center: some workshops recover data from damaged phones (cost ~1000โ3000 rubles).
- ๐ Set up automatic synchronization for the future:
Settings โ Accounts โ Google โ Contacts synchronization.
If the phone was stolen or lost and the contacts were not synchronized with Google, the chances of recovery are minimal. In this case, all that remains is to collect the numbers again or check whether they are saved in other services (for example, in Gmail when correspondence).
To avoid losing contacts in the future, set up automatic backup in Google and export the VCF file once a month to the cloud or PC.
FAQ: Frequently asked questions about recovery contacts
Is it possible to restore contacts after resetting the phone to factory settings?
Yes, if synchronization with Google Account was enabled before the reset or you made a backup copy. After the reset, when setting up your phone for the first time, select the option Restore data from backup and sign in to your Google account. Contacts will be returned automatically.
If synchronization has been disabled, try data recovery apps (for example, Dr.Fone), but the chances are lower.
I deleted contacts 2 months ago. Is there a chance to return them?
If the contacts were synchronized with Google, check the trash on the website contacts.google.com (they are stored for 30 days). If more than a month has passed, try:
- View old backups in
Settings โ System โ Backup. - Check if the contacts are saved in the file
.vcfon the memory card or in cloud. - Contact the service center to restore data from the phone memory (if there was no overwriting).
Contacts disappeared after updating Android. How to return?
Firmware updates sometimes reset synchronization settings. Try:
- Go to
Settings โ Accounts โ Googleand enable contact synchronization. - Restart the phone.
- If contacts do not appear, check if are they hidden in the application? Contact (filter by account).
- As a last resort, roll back to the previous firmware version (if there is a backup).
If the problem persists, write to the support of the phone manufacturer (for example, Samsung Members for devices Samsung).
Is it possible to restore contacts from a broken phone?
Yes, but it is more difficult. Options:
- ๐ Connect the phone to the PC via USB (if the screen does not respond, but the phone turns on). data-i="323">to extract data. ADB or apps like Dr.Fone to extract data.
- ๐ If the screen is completely broken, but the phone works, connect the mouse via OTG and control it like that.
- ๐ ๏ธ Contact a service center - they can connect to the motherboard and extract data (cost ~1500โ5000 rubles).
If the phone does not turn on, the chances are minimal - repair or memory replacement will be required.
How to protect contacts from loss in the future?
To never lose contacts again:
- Turn on automatic synchronization with Google Account (
Settings โ Accounts โ Google โ Contact synchronization). - Once a month export contacts to a VCF file and save it to the cloud (Google Drive, Yandex Disk).
- Use additional backup copies through applications like Super Backup & Restore.
- Store the most important numbers in several places (for example, in Telegram, WhatsApp or notepad).
- Do not store contacts only on a SIM card โit may break.