You opened the phone book on Android, and there is nothing there. Or some of your contacts suddenly disappeared, although you didnโt delete anything. The situation is familiar to many: according to Google, about 15% of smartphone users experience loss of contacts at least once a year. The reasons may be different: from an accidental click to a synchronization failure or a virus attack. Fortunately, in 90% of cases, numbers can be returned - if you act quickly and correctly.
In this article we will look at all the working methods for restoring contacts on Android, from the simplest (checking hidden folders) to complex (using backups and third-party utilities). You will learn how to return numbers through Google Account, SIM card, local backups and even if the phone does not turn on. And also - how to prevent data loss in the future.
Important: the sooner you start acting, the higher the chances of success. Some methods (for example, recovery via Google Contacts) only work for 30 days after deletion. So donโt delay - start the instructions right now.
1. Check synchronization with Google Account
The first thing to do is to make sure that the contacts are not just hidden, but actually deleted. Most often, the problem lies in disabled synchronization with Google Account. Here's how to check it:
- Open
Settings โ Accounts and archiving โ Google. - Select your main account (if there are several).
- Make sure that the switch opposite "Contact synchronization" is on.
- Press
Synchronize nowand wait a few minutes.
If synchronization was is disabled, contacts may take 5โ10 minutes to appear in the phone book. If not, proceed to the next step.
On some smartphones (for example, Samsung or Xiaomi), the path to the synchronization settings may differ. Look for the section Accounts or Cloud and accounts.
If the contacts are still not displayed, but you are sure that they were linked to Google Account, try restoring them through web version Google Contacts:
- ๐ Go to the site contacts.google.com from a computer or other device.
- ๐ In the left menu, select
More โ Cancel changes. - โณ Specify the time range (maximum 30 days ago) and click "Confirm".
This method works even if you deleted contacts directly from the phone - Google stores a history of changes for a month. If more time has passed, try other methods.
โ ๏ธ Attention: If you used several Google Accounts on your phone, check each of them. Contacts may have been saved in another profile, especially if you set up the phone after a reset.
2. Restoring through a backup copy (backup)
If synchronization with Google did not help, perhaps the contacts are saved in a local backup. Android automatically creates backup copies when:
- ๐ฑ Connecting to a new device;
- ๐ System update;
- โ๏ธ Resetting settings (if the function is enabled).
To restore contacts from a backup:
- Open
Settings โ System โ Backup copying. - Check whether the option "Backup to Google Drive" is enabled.
- If yes, go to
Settings โ Google โ Restoreand select the latest copy.
On smartphones Samsung there is a different way: Settings โ Cloud and accounts โ Samsung Cloud โ Recover data. U Xiaomi โ Settings โ About phone โ Backup and reset โ Local backup.
| Manufacturer | Path to backups | Max. storage period |
|---|---|---|
| Google Pixel, Android One | Settings โ Google โ Backup |
Unlimited |
| Samsung | Settings โ Cloud and accounts โ Samsung Cloud |
15 days (free) |
| Xiaomi, Redmi, POCO | Settings โ About phone โ Backup |
30 days |
| Huawei, Honor | Settings โ Cloud โ Backup |
90 days |
If there are no local copies, try restoring contacts via SMS messages. Many operators (for example MTS, Beeline, MegaFon) save the history of calls and contacts on the server. Check this opportunity with your provider.
โ ๏ธ Attention: On some firmware (for example, MIUI from Xiaomi) backups are encrypted. If you reset your phone to factory settings, you may need your old account password to restore it Mi.
3. Importing contacts from a SIM card
If contacts disappeared after resetting the phone or installing new firmware, they could have been saved on SIM card. This method works even if the phone is not connected to the Internet. Instructions:
- ๐ฑ Insert the SIM card into the phone (if it is not there, use an adapter for nano-SIM).
- ๐ Open the application "Contacts" (or
Phone โ Contacts). - ๐ Click on the three dots (menu) โ
Import/Export โ Import from SIM card. - โ Choose where to save contacts (to Google Account or to your phone).
Please note that only phone numbers and names are usually stored on SIM card without photos, email addresses or additional fields. There is also a limitation: one SIM card can hold no more than 250โ300 contacts (depending on the operator).
If the import fails, try:
- ๐ง Reboot the phone;
- ๐ถ Paste SIM card into another smartphone and repeat the procedure;
- ๐ ๏ธ Clear application cache "Contacts" (
Settings โ Applications โ Contacts โ Memory โ Clear cache).
What to do if the SIM card is damaged?
If the SIM card is not readable, try gently wiping its contacts with an eraser (without pressing!). If this does not help, contact the operator's communication center - they can transfer the data to a new card in 10โ15 minutes.
4. Using third-party recovery applications
If standard methods do not work, specialized utilities will come to the rescue. They scan the phone's memory and recover deleted data, including contacts. The best free applications:
- ๐ DiskDigger - searches for deleted files, including contact databases (
.db); - ๐ฑ GT Recovery - recovers contacts, SMS and call logs;
- ๐ก๏ธ Undeleter Recover Files & Data - works without root access (but with limitations).
Instructions for recovery via DiskDigger:
- Install the application from Google Play.
- Select
Basic Scan(without root) orFull Scan(with root). - Tick the checkbox "Contacts" and click
Next. - After scanning, select the desired contacts and press
Recover.
Important: the less you use the phone after deleting contacts, the higher the chances of recovery. New data can overwrite the old ones, making them irrecoverable.
โ ๏ธ Attention: Some applications (for example, Dr.Fone) require root access for a full scan. This may void the warranty and create security vulnerabilities. Use them only if other methods have not worked.
Do not install the app on the same memory where it was stored. contacts|Charge your phone to at least 50%|Turn off mobile data (to avoid overwriting data)|Make a backup copy of your current contacts (if you have them)
-->
5. Restore via computer (ADB and specialized software)
If the phone does not turn on or the contacts are permanently deleted, you can try to extract them through ADB (Android Debug Bridge) or a app like Mobikin Doctor for Android. This method is suitable for experienced users.
For work you will need:
- ๐ฅ๏ธ Computer with Windows/macOS;
- ๐ USB cable (preferably original);
- ๐ ๏ธ Installed drivers ADB i Fastboot;
- ๐ฑ Enabled USB debugging on the phone (
Settings โ About phone โ Build number (7 taps) โ For developers โ USB debugging).
Instructions via ADB:
adb shellsu
cd /data/data/com.android.providers.contacts/databases
ls
pull contacts2.db /sdcard/
exit
This command copies the contact database to the memory card. Then it can be opened using SQLite Browser or similar apps. If you do not have root access, instead contacts2.db you may need another file (for example, contacts.db).
It is easier to use for beginners Mobikin Doctor for Android:
- Connect your phone to the PC.
- Run the app and select "Contacts recovery".
- Follow the instructions on the screen (you may need to enable USB debugging).
- After scanning, mark the desired contacts and press
Recover.
โ ๏ธ Attention: When working with ADB there is a risk of damaging system files. If you are not sure of your actions, contact the service center. Also keep in mind that on phones with Android 10+ access to some folders is limited even with root access.
6. Contacting the service center: when nothing helps
If you have tried all the methods, but the contacts have not returned, the last option remains - contact the service centers, even from a non-working phone, using:
- ๐ง JTAG - low-level. memory access;
- ๐พ Chip-off โ direct reader from the chip;
- ๐ก Specialized software (for example, UFS Explorer or Cellebrite).
The cost of services varies from 1,500 to 10,000 rubles, depending on the complexity. On average, restoring contacts costs 2,000โ3,500 rubles. Before visiting the service:
- ๐ Make a list of important contacts (if you remember);
- ๐ Check whether they provide a guarantee for the safety of other data;
- โณ Ask about the timing - sometimes the process takes up to 3-5 days.
Do not trust data recovery to dubious workshops. Contact only authorized service centers or verified laboratories (for example, iLab, Data Recovery).
If the phone is physically damaged (for example, drowned or broken), do not try to turn it on yourself. This may lead to a short circuit and permanent loss of data.
7. How to prevent loss of contacts in the future
Never again to avoid facing the problem of missing contacts, follow these rules:
- โ๏ธ Enable automatic synchronization c Google Account (
Settings โ Accounts โ Google โ Contact synchronization). - ๐ Make backups once a month (via Google Contacts or Samsung Cloud).
- ๐ฑ Export contacts to a file
.vcfand save it to the cloud (Google Drive, Yandex.Disk). - ๐ Check periodicallyare all contacts displayed in web versions of Google Contacts.
Also install a reliable backup application, for example:
- ๐ก๏ธ Super Backup & Restore - saves contacts, SMS and call logs;
- โ๏ธ G Cloud Backup - automatic cloud copies;
- ๐ฑ My Contacts Backup - export to file
.vcfwith one tap.
If you use two phones (for example, work and personal), set up synchronization of contacts between them through one Google Account. This will eliminate the need to port numbers manually and reduce the risk of data loss.
โ ๏ธ Attention: On phones with Android 12+ some backup applications may require additional permissions (for example, access to All files). Be careful - grant rights only to trusted apps.
FAQ: Frequently asked questions about restoring contacts
Is it possible to restore contacts if the phone does not turn on?
Yes, but this will require specialized equipment. Service centers use methods JTAG or Chip-offthat allow you to read data directly from the phone's memory. Success depends on the degree of damage: if the memory chip is intact, the chances are high (70โ90%).
How much does it cost to restore contacts in the service?
The cost depends on the method:
- Software recovery (without disassembling the phone) - 1,500โ3,000 RUB;
- JTAG (for phones with damaged firmware) - 3,000โ5,000 RUB;
- Chip-off (chip removal) - 5,000โ10,000 RUB.
In some cases (for example, in case of physical damage board) recovery may not be possible.
Contacts disappeared after updating Android. What to do?
This is a common problem when upgrading to a new OS version. Try:
- Reboot your phone;
- Clear the application cache "Contacts";
- Disable and re-enable synchronization with Google Account;
- Restore data from a backup (if it was made before the update).
If all else fails, check if your contacts are hidden. In the application "Contacts" click on the three dots โ Settings โ Show contacts and select "All contacts".
Is it possible to restore contacts deleted more than a month ago?
With standard methods (via Google Contacts) - no, since the history of changes is stored for only 30 days. However, there are alternatives:
- Check archive copies in Google Drive (section
Backups); - Contact your telecom operator - some store contacts on the server for up to 6 months;
- Use specialized software (for example, EaseUS MobiSaver), but the chances are lower.
Contacts are available in Google, but are not displayed on the phone. Why?
There may be several reasons:
- ๐ Synchronization is disabled - check your account settings;
- ๐ฑ Contacts hidden - in the application "Contacts" select display
All contacts; - ๐ ๏ธ Failure applications โ clear cache or reinstall "Contacts";
- ๐ Account conflict โif you have several Google Accounts, contacts can be saved in another profile.
Also try deleting the account Google from the phone settings and adding it again - this often solves the synchronization problem.