Deleting important messages in WhatsApp is one of the most common problems among users Android.hether this is an accidental click on โDelete chatโ, resetting the phone to factory settings or a messenger malfunction - losing your correspondence history can be a serious headache. Fortunately, there are ways to recover deleted conversations, but their effectiveness depends on whether a backup was enabledhow long ago the cleaning took place and what tools you are ready to use.
In this article we will look at all current methods for restoring WhatsApp history on Androidincluding official solutions from Meta (Google Drive, local backups) and alternative approaches using the file system or third-party software. It is important to understand: no method guarantees a 100% result, but the chances of returning data increase significantly if you act quickly and correctly. Let's start with the most reliable option - cloud backups.
1. Restoring via Google Drive: the official method from Meta
If the function Androiddevice, you can return the deleted history in a few minutes. This method works even after a complete reinstallation of WhatsApp or a change of smartphone, but with one critical condition: automatic backup to Google Drivewas activated on your you must use the same Google account and phone numberas when creating a backup.
To restore data:
- ๐ฑ Remove WhatsApp from the device (if installed).
- ๐ Reinstall the messenger from Google Play.
- ๐ Enter the same phone number that was associated with the deleted chat.
- ๐ At the setup stage, the system will automatically offer to restore story from
Google Drive. Click "Restore". - โณ Wait for the process to complete (it can take from several minutes to an hour depending on the size of the backup).
Important: Meta only stores last backup. If you deleted messages after when creating a backup, they will not be restored. Also note that backups Google Drive do not include media files (photos, videos, voices) if they were deleted from the device gallery.
โ ๏ธ Attention: If you have changed the password from account Google or have disabled two-factor authentication, access to backup copies may be blocked. Before restoring, check your security settings in Google Account โ Security โ Google Account Login.
Make sure that there is enough free space on the device (a backup can weigh several gigabytes)|
Connect to a stable Wi-Fi network (restoring uses a lot of traffic)|
Check that the Google account linked to WhatsApp is active|
Use the same phone number as when creating the backup -->
2. Local backups: where WhatsApp stores your data on Android
In addition to cloud backups, WhatsApp creates daily local copies of the database on the internal memory of the device. These files are stored in the folder /sdcard/WhatsApp/Databases and have the format msgstore.db.crypt14 (or crypt12/crypt15 depending on the version of the application). If you did not clear the phone's memory after deleting messages, the chances of recovery are high.
Instructions for manual recovery:
- Connect the phone to the PC via USB cable and turn on the mode
File transfer (MTP). - Go to the folder
/sdcard/WhatsApp/Databases(use Windows Explorer or File Manager on Android). - Find the file name
msgstore.db.crypt14(or similar) and rename it inmsgstore.db.crypt14.bak(this is the current database that needs to be replaced). - Among files with dates (for example,
msgstore-2026-05-15.db.crypt14) select the most fresh until uninstalled and rename it tomsgstore.db.crypt14. - Uninstall WhatsApp and install it again. When setting up, the system will detect a local backup and offer to restore it.
If the folder Databases is empty or there are no files with dates, then local backups have been disabled or deleted. In this case, try alternative methods from the following sections.
| Backup type | Where is it stored | Creation frequency | Recovers media |
|---|---|---|---|
| Google Drive | Google Cloud | Daily/weekly/manually | โ No (only text and attachments up to 16 MB) |
| Local backup | /sdcard/WhatsApp/Databases |
Daily at 2:00 AM | โ Yes (if files are not deleted) |
| Manual export chat | Folder WhatsApp/Export or email |
By user request | โ Text only (no media) |
If you regularly connect your phone to your PC, check the folder Internal Storage/WhatsApp/Databases for the presence of old backups. Sometimes the files remain there even after resetting the settings.
3. Using third-party apps: risks and opportunities
If official methods do not work, specialized data recovery utilities such as Dr.Fone, Tenorshare UltData or EaseUS MobiSavercome to the rescue. These apps scan the internal memory of the device and can retrieve deleted WhatsApp database files, even if they are not displayed in the folder. However, this method has serious pitfalls. Most utilities are paid (free versions only allow you to view the found data). Databases.
However, this method has serious pitfalls:
- ๐ฐ Most utilities are paid (free versions only allow you to view the found data).
- ๐ก๏ธ Risk of installing malware (download apps only from official sites).
- ๐ On devices with Android 10+ required root access, which will void the warranty and may disrupt the operation of the system.
- โ ๏ธ There is no guarantee of recovery (success depends on whether the memory sectors were overwritten).
If you decide to use such software, follow the instructions:
- Install the app on your PC (for example, Dr.Fone โ Data Recovery).
- Connect your phone via USB and turn on USB debugging (
Settings โ About phone โ Build number (7 taps) โ Developer settings โ USB debugging). - Select the type of data to recover (WhatsApp).
- Wait for scanning to complete and save the found files on your PC.
โ ๏ธ Attention: On devices with Android 12+ and file systemF2FS(instead ofext4), the chances of recovery through third-party utilities are close to zero. Check the type of file system in. application DiskInfo or AIDA64.
4. Restore via email export: if messages are not deleted forever
WhatsApp allows export individual chats via email. If you have time to do this until the conversation is completely deleted, you can save the history as a text message. file. This method will not restore media files and will not return messages to the application, but will at least save the text archive.
How to export a chat:
- Open the conversation you want save.
- Click on three dots (โฎ) โ More โ Export chat.
- Select whether to include media files (will increase the size of the letter).
- Specify the email address to send.
- Check your mailbox - there will be a file
.txtor.zipwith history.
Method limitations:
- ๐ค Export works only for deleted, this method is useless). existing chats (if the correspondence is deleted, this method is useless).
- ๐ง The letter will not contain information about message statuses (โdeliveredโ, โreadโ).
- ๐ Links and media files will be presented in the form of text (for example, โ[photo]โ), without the possibility recovery.
What to do if the exported file does not open?
If the file .zip is damaged, try extracting it through an archiver 7-Zip or WinRAR with the โFix damaged archivesโ option enabled. If the problem is in the text encoding (.txt), open the file in Notepad++ and select encoding UTF-8.
5. Manually extracting data from the file system (for advanced users)
This method is suitable for those who are ready to work with ADB (Android Debug Bridge) and have basic command line skills. It allows you to extract WhatsApp database files directly from the device, even if they are not visible through the standard explorer.
Step-by-step guide:
- Install ADB on PC (download Platform Tools from the site Google).
- Connect your phone to the PC and enable USB debugging.
- Open the command line (
cmd) and run:adb shellsu
cd /data/data/com.whatsapp/databases
ls -laHere you will see the WhatsApp database files (for example,
msgstore.db). - Copy the file to PC:
adb pull /data/data/com.whatsapp/databases/msgstore.db C:\Backup\ - For decryption
msgstore.db.crypt14use the utility WhatsApp Key/DB Extractor (you will need encryption keywhich can be extracted from the device memory).
This method requires root access and is only suitable for experienced users. Errors in commands can lead to data loss or failure of WhatsApp.
โ ๏ธ Attention: Starting from Android 11, access to folder /data/data/ is very limited even with root. If your device is running on Android 12+, this method most likely will not work.
Local backups and ADB methods only work until the first data overwrite If you actively used the phone after deleting messages (installed applications, downloaded files), the chances of recovery are sharp. are falling.
6. Contacting WhatsApp support: when nothing helps
If all of the above methods fail, the last chance is to contact WhatsApp support. However, it is important to understand here: Meta does not store copies of user messages on its servers (except for messages not delivered within 30 days). However, in some cases, support can help:
- ๐ If messages were deleted due to a malfunction of the application (for example, after an update).
- ๐ฑ If the problem is related to account transfer to a new device.
- ๐ If you have evidence that the correspondence was deleted not your fault (for example, due to hacking account).
How to write a request correctly:
- Open WhatsApp and go to
โฎ โ Settings โ Help โ Contact us. - Describe the problem in as much detail as possible:
- When approximately the messages were deleted;
- Were backups enabled;
- What recovery methods have you already tried.
Settings โ System โ Logs on some devices).Usually support responds within 24โ72 hours, but does not guarantee data recovery. In most cases, you will be offered standard backup instructions, so this method should only be used as a last resort.
7. How to prevent history loss in the future: 5 simple rules
The best way to deal with data loss is prevent her. Follow these recommendations to minimize risks:
- ๐ Enable automatic backup in
WhatsApp Settings โ Chat โ Backup. Optimal frequency - daily. - โ๏ธ Check what's in Google Drive enough space for backups (15 GB is provided for free, but they are shared between all services Google).
- ๐ Periodically copy the folder
/sdcard/WhatsApp/Databasesto a PC or external drive. - ๐ง Regularly export important chats to email (especially before updating the application or changing the phone).
- ๐ Use two-factor authentication in WhatsApp to protect your account from hacking (
Settings โ Account โ Two-step verification).
If you often clear your phone's memory, add the folder WhatsApp to exceptions in the cleaning settings (for example, in Files by Google or CCleanerThis will prevent accidental deletion of local backups.
FAQ: Frequently asked questions about restoring history. WhatsApp
Is it possible to recover messages deleted more than a year ago?
Theoretically, yes, if you have local backup for this period. However, Google Drive only stores the latest backup, so cloud recovery is not possible. Check the folder. data-i="252">for the presence of old files with dates. /sdcard/WhatsApp/Databases for the presence of old files with dates.
Why does WhatsApp not offer to restore history during installation?
This can happen for several reasons:
- You are using other phone number or account Google;
- Backup copy damaged or deleted;
- On the device not enough space to restore;
- Whatsapp version outdated (update the application).
Try reinstalling the messenger or check the settings Google Drive.
Is it possible to restore only individual messages and not the entire chat?
No, WhatsApp does not support Selective recovery. When restoring from a backup, it returns Full history to the date the backup was created. If you only need specific messages, try exporting the chat by email before deleting it.
What to do if WhatsApp says โFailed to restore backupโ?
Restore error is most often associated with:
- Unstable Internet connection (switch to Wi-Fi);
- Insufficient space on the device (free up 2-3 GB);
- Damaged backup (try another file from folders
Databases); - Version conflict (update WhatsApp and Google Play Services).
If the problem persists, try restoring the backup on another device.
Is it possible to restore history if the phone is stolen or broken?
If you had it turned on backup to Google Drive, you can restore the history on a new device. If not, the chances are minimal, since local backups are stored only on the internal memory of the phone. In case of theft, immediately block the SIM card and account Googleto prevent unauthorized access. access.