Deleting WhatsApp from a phone without first creating a backup copy is one of the most painful mistakes for users. Unlike photographs or documents, messaging in the messenger often contains important personal data, work agreements or memories that cannot be reproduced. Many people mistakenly believe that without a backup or a local file, recovery is impossible. In practice, there are chances to return chats - but they depend on the speed of your actions and technical nuances. Google Drive or local file msgstore.db.crypt14 recovery is not possible. In practice, there are chances to return chats - but they depend on the speed of your actions and technical nuances.

The difficulty is that WhatsApp does not store messages on its servers after deleting an account or application. All data is local: it is stored in the deviceโ€™s memory until it is overwritten. If you uninstalled an app but didn't reset your phone to factory settings or write large files over its memory, some of the data may remain in the "shadow" storage area. Next, we will look at real recovery methods - from simple to advanced, taking into account restrictions Android and policies Meta.

โš ๏ธ Attention: The longer you delay recovery, the lower the chances. Each new installation of applications, system update, or even a regular reboot of the device can overwrite the remains of deleted data.

๐Ÿ“Š How long ago did you delete WhatsApp?
Less than a day ago
1-3 days ago
A week or more
I donโ€™t remember

1. Check hidden backups on the device

Even if you did not set up a backup manually, WhatsApp can automatically create local copies of the database. These files are stored in the folder /sdcard/WhatsApp/Databases (or /storage/emulated/0/WhatsApp/Databases on new versions Android) and are updated daily at 2:00 local time. The file name looks like msgstore.db.crypt14, and older versions may have extensions .crypt12 or .crypt8.

To find them:

  1. Connect your phone to the PC via USB (in file transfer mode).
  2. Use a file manager (for example Total Commander or standard Windows Explorer) to search by name msgstore*.
  3. If the folder Databases is empty, check the trash (/.Trash or /.Recycle) - some file managers move deleted files there.

โš ๏ธ Attention: Do not install WhatsApp again before checking! The new installation will create an empty database and overwrite the old one.

  • ๐Ÿ“ Default folder: /WhatsApp/Databases/ - look for files with a date before the deletion.
  • ๐Ÿ” Alternative paths: On some firmware (for example, MIUI or ColorOS) the folder can be hidden. Enable the display of hidden files in the file manager settings.
  • ๐Ÿ“… File dates: Sort by modification date - the most recent file before deleting the application is your database.
๐Ÿ’ก

If you found the file msgstore.db.crypt14, but you are not sure of its integrity, copy it to your PC and check the size. An empty database weighs ~100 KB, and a full one weighs from several MB to GB.

2. Recovery by reinstalling WhatsApp

If you found a backup copy (even an old one), it can be used for recovery. This method only works provided that:

  1. You have the same phone number as when creating the backup.
  2. The file msgstore.db.crypt14 is not damaged.
  3. You have not changed the device (or are using the same processor family if you are switching to a new one phone).

Instructions:

  1. Delete WhatsAppif it is installed.
  2. Copy the found file msgstore.db.crypt14 to a folder /WhatsApp/Databases/ (create it if no).
  3. Rename the file to msgstore.db.crypt14.current (this will trick the system into using this backup).
  4. Install WhatsApp from Google Play and register with the same number.
  5. At the recovery stage, select the โ€œRestoreโ€ option (if prompted).

If the process was successful, you will see your old chats. If not, check:

  • ๐Ÿ”„ Whether the version WhatsApp matches the version in which the backup was created (for example, .crypt12 is not compatible with new versions).
  • ๐Ÿ“ฑ Does your device support hardware encryption (on some Android Go or Chinese firmware there may be problems).
  • ๐Ÿ”‘ Is the antivirus blocking access to the folder (disable it during recovery).

Download the latest version of WhatsApp from the official website|Disable Wi-Fi and mobile data after copying the backup|Make sure there is enough memory on your phone (at least 1 GB freely)|Do not connect the phone to charging until the process is completed-->

3. Using specialized utilities

If standard methods do not work, third-party data recovery apps come to the rescue. They scan the device's memory at a low level, look for fragments of deleted files and try to recover them. It is important to understand that such utilities do not guarantee 100% results, especially if a lot of time has passed since deletion.

Popular tools:

  • ๐Ÿ› ๏ธ Dr.Fone โ€” WhatsApp Recovery (paid, but with a free trial version for scanning). Supports the recovery of not only chats, but also media files.
  • ๐Ÿ”ง EaseUS MobiSaver (works on Windows i Mac, recovers .db files and attachments).
  • ๐Ÿ“ฑ GT Recovery (free application for Android, but requires rootrights).

Algorithm of actions (for example Dr.Fone):

  1. Install the app on the PC and connect the phone via USB (enable debugging by USB in developer options).
  2. Select WhatsApp Data Recovery mode.
  3. Follow the instructions to scan the device (may take from 10 minutes to an hour).
  4. View found messages and export them to .html or .txt.

โš ๏ธ Attention: Some apps require rootaccess, which can void the warranty and damage the system. On devices with Android 10+ receipt root often blocks the operation of banking applications and WhatsApp (due to SafetyNet).

app Requires root Recovers media Cost
Dr.Fone No Yes From $39.95
EaseUS MobiSaver No Yes From $35.95
GT Recovery Yes No Free
DiskDigger For deep scanning Yes Free/Pro $14.99
Why do apps not always find messages?

Even professional utilities only recover data that has not yet been recovered overwritten with new information. For example, if you installed a heavy game or shot a 4K video after deleting WhatsApp, your chances of success drop dramatically. In addition, on devices with encryption (File-Based Encryption, FBE) in Android 9+, recovery without root is almost impossible.

4. Manually extracting data from memory (for advanced)

If you are ready to dive into technical details, you can try extracting the rest of the database manually. This method requires knowledge of working with ADB (Android Debug Bridge) and possible rootaccess. It is suitable for devices where WhatsApp was recently deleted, and the memory has not yet been overwritten.

Steps for extraction:

  1. Install ADB on a PC (instructions are on the website Android Developers).
  2. Connect your phone and run the command to search for files WhatsApp:
    adb shell su -c "find /data/data/com.whatsapp -name '.db'"
  3. If files are found, copy them to your PC:
    adb pull /data/data/com.whatsapp/databases/msgstore.db .
  4. Use the utility SQLite Browser to view the contents .db of the file (if it is not encrypted).

โš ๏ธ Attention: On Android 11+ access to /data/data/ is blocked even with root without additional manipulations. In this case, only specialized software like Magisk with module will help. data-i="164">Attention: SQLite for Root.

If the database is encrypted (extension .crypt*), you can try to decrypt it using the tool WhatsApp Key/DB Extractor (a key from the file is required /data/data/com.whatsapp/files/keyHowever, this process is complicated and not always successful.

5. Contacting WhatsApp support: myths and reality

Many users mistakenly believe that support WhatsApp can restore deleted chats. In practice, this is impossible for several reasons:

  • ๐Ÿ”’ Privacy Policy: Meta does not store the contents of messages on its servers after delivery.
  • ๐Ÿ“œ Legal restrictions: Even at the request of law enforcement agencies WhatsApp provides only metadata (dates, numbers), but not the messages themselves.
  • ๐Ÿค– Automated support: Bots in the support service do not have access to recovery tools.

The only case when support can help is if you deleted account (not the application!) by mistake. In this case, you have 30 daysto write to support with a request to restore your account (but not chats!). To do this:

  1. Open the feedback form in the application (if it is already installed) or on the website WhatsApp.
  2. Select the category โ€œDeleting an account.โ€
  3. Indicate your phone number and explain the situation (for example, โ€œI deleted my account by accident, please restore it.โ€)

โš ๏ธ Attention: After restoring your account, you will have to go through verification again, and all chats will be empty. This method will only return the ability to use the number in WhatsApp, but not messages.

๐Ÿ’ก

Whatsapp support does not restore messages - it can only unlock the account if you deleted it, not the application. To return chats, use local methods.

6. Prevention for the future: how to avoid data loss

To no longer face the problem of lost correspondence, set up automatic backup and follow simple rules:

  • โ˜๏ธ Cloud backup: Enable backup in Google Drive (Settings โ†’ Chat โ†’ Backup). Choose daily or weekly mode.
  • ๐Ÿ“ฒ Local copies: Periodically copy the folder /WhatsApp/Databases/ to a PC or external drive.
  • ๐Ÿ”„ Export important chats: Use the โ€œChat Exportโ€ function (long press on the chat โ†’ โ‹ฎ โ†’ โ€œExportโ€) to save correspondence in .txt or .zip.
  • ๐Ÿšซ Caution when deletion: Before uninstalling WhatsApp check for fresh backups in Settings โ†’ Chat โ†’ Backup.

โš ๏ธ Attention: On Android 10+ backups in Google Drive do not include media files (photos, videos) - they need to be saved separately. For a full backup, use third-party utilities like Swift Backup (requires root).

If you often reinstall WhatsApp (for example, when changing your phone), test the recovery in advance:

  1. Create a test chat with several messages.
  2. Uninstall and reinstall the application.
  3. Check whether the chat is restored from the backup.

7. Alternative methods: if all else fails

If all methods were unsuccessful, radical or indirect solutions remain:

  • ๐Ÿ“ฑ Checking other devices: If you logged in WhatsApp on a tablet or second phone, try restoring chats from there.
  • ๐Ÿ” Search in email: You may have once sent yourself exported chats or media files from WhatsApp.
  • ๐Ÿ’ฌ Contact your interlocutor: Ask important messages to be resent (if the chat was not a group one).
  • ๐Ÿ› ๏ธ Service center: In rare cases, data recovery specialists (for example, Lab.Phone) can extract fragments from the chip's memory (expensive and does not guarantee results).

If the lost data was of critical importance (for example, evidence for court), contact a professional in forensics (computer forensics). They use equipment to scan memory byte by byte, but the cost of such services starts from $500.

โš ๏ธ Attention: Avoid โ€œmagicโ€ apps that promise recovery in 1 click. Often this is a scam aimed at collecting personal data or installing malware.

๐Ÿ’ก

The sooner you start recovery, the higher the chances of success. 1-2 weeks after deleting WhatsApp, the probability of returning chats without a backup tends to zero.

FAQ: Frequently asked questions

Can I restore chats if I have already installed WhatsApp again?

If you installed the application and registered, the new empty database overwrote the old one. The chances of recovery are minimal, but you can try:

  1. Delete WhatsApp.
  2. Find the old file msgstore.db.crypt14 (if it is saved in memory).
  3. Repeat the recovery process by renaming the file to .current.

If the file is not there - refer to specialized utilities (section 3).

I uninstalled WhatsApp and reset the phone to factory settings. Are there any chances?

With a full reset (factory reset), the data is erased permanently if no backup was created in Google Drive or on external media. The exception is if you made a backup TWRP (custom restore) before the reset. In this case:

  1. Restore the backup TWRP.
  2. Copy the file msgstore.db.crypt14.
  3. Install WhatsApp and restore the data from the file.
Is it possible to restore only media files (photos, videos) without messages?

Yes, media files are stored separately from the database in a folder /WhatsApp/Media/. If you have not cleared your phone memory, check:

  • Folder WhatsApp Images for photos.
  • Folder WhatsApp Video for videos.
  • Folder WhatsApp Voice Notes for voice messages.

Use apps like DiskDigger to search for deleted media files by signatures (for example, by titles JPEG or MP4).

Will flashing the phone help get WhatsApp back?

No, flashing (flashing) erases user data, including the remains of deleted files. This will worsen the situation. An exception is if you are flashing a custom recovery (TWRP) to create a backup before the main firmware.

What to do if WhatsApp asks for a key to decrypt the backup?

Files .crypt12 and newer require an encryption key, which is stored in /data/data/com.whatsapp/files/key. To extract it:

  1. Gain root-access.
  2. Copy the file key to PC.
  3. Use the utility WhatsApp Key/DB Extractor to extract the key.
  4. Decrypt the database using SQLCipher.

Without root it is impossible to extract the key.