You opened a chat on WhatsApp, and instead of important messages there is nothing or a notification โThis message has been deleted.โ The interlocutor has deleted the correspondence, but you urgently need information from it. Is it possible to recover deleted messages if they were deleted not by you, but by the second participant in the dialogue? The answer depends on several factors: the availability of backups, the time of deletion, and even the model of your smartphone.
In this article we will analyze all working methods for restoring correspondence on WhatsApp on Androidwhen messages were deleted by the interlocutor - from standard messenger functions to little-known technical techniques. Important: not all methods guarantee 100% results, but there is always a chance to return data. The main thing is to act quickly and not make common mistakes that completely erase traces of correspondence.
Why messages disappear after being deleted by the interlocutor
When the second chat participant deletes a message (or the entire correspondence), in WhatsApp happens the following:
- ๐ฑ Local deletion: the message disappears from the screen of both users, but can remain in
databasemessenger on your device until the next synchronization. - โ๏ธ Server deletion: if the other party used the โDelete for everyoneโ function, the server WhatsApp sends a deletion command to all chat participants. In this case, the message is erased from Google Drive (if there is a backup) and from the device.
- โณ Delayed deletion: you have about 5-7 daysto restore messages from the local database until WhatsApp overwrites it with new ones data.
Key point: WhatsApp does not store message history on its servers after deletion. It all depends on local copies on your smartphone. If you have never set up a backup, the chances of returning the correspondence are minimal, but they exist.
โ ๏ธ Attention: If the interlocutor deleted messages more than a week ago, and during this time you received new letters in this chat, the local database could be overwritten. In this case, recovery is impossible without preliminary backups.
Method 1: Restoring from a Google Drive backup
The most reliable way to get back deleted messages is to use automatic backup v Google Drive. WhatsApp creates such copies daily (if configured) and stores them in the cloud. Here's how it works:
- Delete WhatsApp from your smartphone (don't be afraid - the data will not be lost if there is a backup).
- Install the messenger again from Google Play.
- When you first start enter the same phone number as before.
- The system will offer to restore data from Google Drive โconfirm the action.
Important: a copy in Google Drive is created only if the following conditions are met:
- ๐ Enabled on the smartphone automatic backup in settings WhatsApp (
โ๏ธ โ Chat โ Backup). - ๐ You have enough space in Google Drive (free 15 GB).
- ๐ You use the same account Googleas when setting up a backup.
- โฑ๏ธ The last copy was created before after the interlocutor deleted the messages.
| Condition | Is recovery possible? | Actions |
|---|---|---|
| Backup in Google Drive is, created to delete messages | โ Yes | Reinstall WhatsApp and restore data during setup |
| There is a backup, but it was created after delete messages | โ No | Try local recovery (Method 2) |
| There is no backup in Google Drive, but there is a local copy on the phone | โ ๏ธ Possible | Use file msgstore.db.crypt14 (see Method 2) |
| No backups at all | โ No | Try third-party ones utilities (Method 3), but the chances are minimal |
โ ๏ธ Attention: If you already restored WhatsApp from a backup after deleting messages, the old copy in Google Drive could be overwritten by the new one. In this case, it will not be possible to return the data.
Method 2: Local recovery from the file msgstore.db.crypt14
If there is no backup in Google Drive or it is out of date, you can try to extract messages from local database WhatsApp. The messenger stores all chats in an encrypted file msgstore.db.crypt14, which is updated once a day. Here's how to find and use it:
Use a file manager with access to root folders (for example, Solid Explorer or FX File Explorer)
Connect your smartphone to a PC or use ADB to access system files
Create a copy of the folder /sdcard/WhatsApp/Databases to an external drive
Make sure that there is enough space on the phone for recovery -->
Recovery instructions:
- Open the file manager and go to folder
/sdcard/WhatsApp/Databases. - Find the file
msgstore.db.crypt14(ormsgstore.db.crypt12for older versions WhatsApp). This is your local database. - Rename the file to
msgstore_BACKUP.db.crypt14(in case something goes wrong). - Delete WhatsApp and install it again.
- When you launch it for the first time, the messenger will offer to restore data from a local file.
If WhatsApp does not find the file automatically:
- ๐ Copy
msgstore.db.crypt14to the folder/sdcard/WhatsApp/Databases(if it doesnโt exist, create it manually). - ๐ Reboot smartphone and repeat the installation WhatsApp.
- ๐ง If used Android 11+, permission to access the folder may be required
Android/data(use ADB or root access).
Method limitations:
- ๐ File
msgstore.db.crypt14updated once a day (usually at night). If messages are deleted until the latest backup, they will not be in the file. - ๐ The file is encrypted - without WhatsApp it cannot be opened (third-party utilities often cannot cope with the latest versions of encryption).
- ๐ฑ On some smartphones (Xiaomi, Huawei), access to the folder
WhatsAppmay be limited. UseADBor root.
What to do if the msgstore.db.crypt14 file is damaged?
If recovery WhatsApp gives the error โThe file is damaged,โ try the following:
1. Install the old version WhatsApp (for example, 2.21.15.17 - it supports crypt12).
2. Rename the file to msgstore.db.crypt12 (even if it was crypt14).
3. Try to restore the data via WhatsApp Business โ sometimes it works better with damaged backups.
4. Use the utility WhatsApp Key/DB Extractor (requires Python technical skills).
Method 3: Using third-party utilities (for advanced users)
If standard methods do not work, you can try specialized apps to recover data. They scan the smartphone's memory for deleted files and try to retrieve messages from the cache or the rest of the database. Important: this method requires root access or ADB accessand does not guarantee 100% success. result.
Popular utilities:
- ๐ ๏ธ Dr.Fone โ WhatsApp Transfer (paid, trial version available). Works without root, but extracts only media files.
- ๐ iMazing (for Android and iOS). It can restore messages from backups, but does not always cope with the latest versions of encryption.
- ๐ป WhatsApp Viewer (free, requires root). Shows deleted messages directly from the database, but does not restore them.
- ๐ฑ GT Recovery (for Android s root). Scans memory for deleted files, including chats WhatsApp.
Step-by-step guide for Dr.Fone (for example):
- Install Dr.Fone on PC and connect your smartphone via USB (enable
USB debuggingin the developer settings). - Select mode
WhatsApp TransferโRestore WhatsApp Messages. - The app will scan the device for backups. If found
msgstore.db.crypt14, it will offer to decrypt it. - After recovery, export chats to
HTMLorCSV.
โ ๏ธ Attention: Third-party utilities may violate the policy confidentiality WhatsApp. Use them at your own risk - there is a possibility that your account will be blocked for suspicious activity. In addition, such apps often require payment for the full version, and free functions are limited.
An alternative method for users with root access:
adb pull /data/data/com.whatsapp/databases/msgstore.dbsqlcipher msgstore.db
PRAGMA key='x''[34-bit key]''';
.select * from messages;
Key You can try to extract encryption from the file /data/data/com.whatsapp/files/key, but this requires deep technical knowledge.
If you often lose important messages, configure daily backup in WhatsApp and enable saving copies on Google Drive. To do this, go to โ๏ธ โ Chat โ Backup and select Daily. It is also useful to manually create copies before important conversations (button Create a copy in the same menu).
Method 4: Restoring through Android notifications (if messages arrived recently)
If messages were deleted within the last 24 hours, their text could be saved in Notification log Android. This method only works for Inbox messages that were displayed in the notification panel.
How to check:
- Install an application to view your notification history, for example Notification History Log or Notisave.
- Give the application access to notifications (
Settings โ Applications โ Special access โ Access to notifications). - Find in notification history from WhatsApp for the required period.
- Copy the text of the message (if it is there).
Limitations:
- ๐ต Works only for messages that arrived on the device (outgoing not are saved).
- โณ The notification history is stored for a limited time (usually up to 24 hours).
- ๐ If you cleared the cache or data WhatsApp, notifications may have been erased.
- ๐ฑ On some firmware (MIUI, ColorOS), access to the notification history is blocked.
Alternative: if you have enabled synchronization of notifications with Google (in your account settings Google โ Synchronization โ Notifications), check the archive on the website Google Dashboard. However, messages are stored there for a short time and without guarantees.
Method 5: Contacting WhatsApp support (and why it is useless)
Many users try to recover deleted messages through service support WhatsApp. Unfortunately, this is almost always useless. Here's why:
- ๐ WhatsApp uses end-to-end encryption โeven support staff cannot read your messages.
- โ๏ธ Servers WhatsApp do not store chat history after deletion. All data is stored only on users' devices.
- ๐ In Privacy Policy it is clearly stated that the company is not responsible for lost data and does not provide recovery services.
- โณ Even if you write to support, the answer will be template: โSorry, we canโt recover deleted messages.โ
However, you can write to support@whatsapp.com in two cases:
- If messages were deleted due to a server error (for example, after updating the application).
- If you suspect that your account has been hacked and the messages have been deleted by an attacker.
In other cases, support will not help. It is better to focus on local recovery methods (described above).
โ ๏ธ Attention: On the Internet you often come across โrecovery services WhatsApp" for money. This is fraud โnone a third party cannot return messages without access to your device. Do not transfer logins/passwords and do not pay for dubious services.
What to do if nothing helps: prevention for the future
If you were unable to recover messages, do not despair. Here's how protect yourself from data loss in the future:
The most reliable way to never lose correspondence is regular backups v Google Drive + local saving of important chats manually.
- ๐ Set up automatic backup:
- Open WhatsApp โ
โ๏ธ โ Chat โ Backup. - Select
Dailyand link your account Google. - Make sure there is enough space (remove unnecessary files if necessary). Google Drive Enough space (remove unnecessary files if necessary).
- Open WhatsApp โ
- ๐ค Export important chats manually:
- Open the desired chat โ
โ๏ธ โ Export chat. - Select
Without media files(so that the file is compact). - Save
.txtfile to Google Drive or email.
- Open the desired chat โ
- ๐ฅ Use alternative messengers with cloud storage:
- Telegram stores all messages in the cloud and allows you to search for them by keywords.
- Signal offers the function
Message registration(for important chats).
- ๐ Protect from accidental deletion:
- Disable the โDelete for everyoneโ function in settings WhatsApp (if it interferes).
- Create an encrypted local copy chat rooms using Titanium Backup (requires root).
If you often conduct important conversations in WhatsApp, consider the possibility:
- ๐ Data parallel records in Google Docs or Notion.
- ๐ง Configure auto forwarding important messages to email (via IFTTT or Zapier).
- ๐ Use two-factor authentication in WhatsAppto avoid hacking account.
FAQ: Frequently asked questions about restoring correspondence in WhatsApp
Is it possible to restore messages if the interlocutor deleted them a year ago?
Local copies WhatsApp are stored for no more than 7 days, and backup copies are stored in Google Drive are overwritten with new ones. If so much time has passed since the deletion, there is no chance of returning the correspondence. The only option is if you manually exported the chat to .txt or saved screenshots.
Will flashing it help? phone or reset to factory settings?
No, this will only worsen the situation. When resetting or flashing, all local data WhatsApp (including files msgstore.db.crypt14If you plan such manipulations, first extract the folder /sdcard/WhatsApp/Databases to an external one. drive.
Is it possible to recover messages if I have already reinstalled WhatsApp after deleting?
It depends on whether you restored the data from Google Drive when reinstalling. If yes, the old copy in the cloud could be overwritten by the new one (empty). If not, try Method 2 (local recovery). from msgstore.db.crypt14).
Do apps like WhatsApp Recovery work on Android without root?
Most of these apps require root access a deep memory scan. Without them, they can only retrieve media files (photos, videos) from the cache, but not text messages. Be careful: many โrecoveriesโ are fraudulent software that steals. data.
What should I do if the interlocutor blocked me after deleting messages?
Blocking does not affect the ability to restore correspondence on your device. Use the methods described in the article (backups, local files). However, you will not be able to send or receive new messages while the blocking is active.