Transfer WhatsApp between two Androiddevices while saving all correspondence, media files and settings is a task that seems simple only at first glance. Many users are facing problems ranging from losing chat history to errors when restoring backups. Things are especially difficult when it comes to switching from one smartphone to another without using cloud services through a computer.
In this article we will look at one that works even if you do not have access to Google Drive, weak Internet or limited cloud storage. The method is suitable for all versions The only reliable way to transfer WhatsApp between Android devices via PC, which works even if you don't have access to Google Drive, have weak internet or limited cloud storage. The method is suitable for all versions WhatsApp (including WhatsApp Business) and is relevant for devices on Android 8.0 and newer. You will learn how to properly prepare both phones, what tools you will need, and how to avoid common mistakes that can cause your correspondence to disappear.
Why canโt you just copy the WhatsApp folder to a new phone?
Many users mistakenly think that it is enough to copy a folder /sdcard/WhatsApp/ from one device to another - and the correspondence will be transferred automatically. In practice, this doesn't work for three reasons:
- ๐ Database encryption. The file
msgstore.db.crypt14(or similar) is encrypted with reference to a specific device and phone number. Without the correct key WhatsApp will not be able to read it. - ๐ฑ Different versions of Android. If devices run on different versions of the OS (for example, Android 10 and Android 13), the structure of the backup copies may differ.
- ๐ Account conflict. When you first start WhatsApp on a new phone, a new database is created. If you simply replace it with the old one, the application may block the account due to suspicion of hacking.
Another trap: even if you copy the folder WhatsApp to a new phone, when you first start the messenger will offer to restore data from Google Drive โ and ignores local files. To get around this limitation, you need to modify the installation process.
โ ๏ธ Attention: If you have already installed WhatsApp on a new phone and skipped the recovery step, delete the application and clear its data (Settings โ Applications โ WhatsApp โ Storage โ Clear data). Otherwise, transferring the correspondence will not be possible.
What you will need to transfer WhatsApp via a computer
To successfully transfer correspondence prepare:
| Component | Requirements | Notes |
|---|---|---|
| Old phone (Android) | Version Android 8.0+, root access is not required | Must be connected to the PC in file transfer mode (MTP) |
| New phone (Android) | Version Android 8.0+, clean installation WhatsApp (not running) | The device must have enough memory for backup |
| Computer (Windows/macOS/Linux) | Free disk space (minimum 5 GB), administrator rights | It is recommended to use USB 3.0 to speed up the transfer |
| apps | ADB (Android Debug Bridge), archiver (7-Zip, WinRAR) | ADB included Android SDK Platform-Tools |
Also make sure that:
- ๐ On both phones there is enough battery charge (at least 50%).
- ๐ถ WhatsApp on the old phone updated to the latest version.
- ๐ You remember the password for your account Google (required for authorization on a new device).
โ ๏ธ Attention: If it was already installed on the new phone WhatsApp and you logged into your account, delete the application and clear its data. Otherwise, the backup copy will be restored. blocked.
Step 1: Creating a WhatsApp backup on your old phone
Before transferring data, you need to create a local backup correspondences on your old device. To do this:
- Open WhatsApp on your old phone.
- Go to
โฎ (Menu) โ Settings โ Chat โ Backup. - Click "Create a copy" (do not select Google Drive!).
- Wait for the process to complete. The copy file will be saved at the path:
/sdcard/WhatsApp/Databases/msgstore.db.crypt14
Important: if you use WhatsApp Business, the path to the database will be similar, but in the folder WhatsApp Business. Also check that all media files (photos, videos, voice messages) are saved in the folder. WhatsApp/Media All media files (photos, videos, voice messages) are saved.
A local copy of chats has been created (msgstore.db.crypt14)|The presence of media files in the WhatsApp/Media folder has been checked|The phone is connected to the PC in MTP mode|ADB is installed and works-->
If the backup freezes or gives an error, try:
- ๐ต Reboot the phone.
- ๐๏ธ Clear cache WhatsApp (
Settings โ Applications โ WhatsApp โ Memory โ Clear cache). - ๐ Delete old backups from the folder
Databases(leave only the last one).
If the backup weighs more than 2 GB, divide it into parts using an archiver 7-Zip. This will speed up the transfer to your PC and reduce the risk of errors.
Step 2: Transfer the backup to your computer
Now you need to copy the backup files from your phone to your PC. To do this:
- Connect your old phone to the computer via USB cable.
- Select file transfer mode (
MTPorFile manager). - On your computer, open the phone folder and follow the path:
Internal memory โ WhatsApp โ Databases - Copy all files with the extension
.crypt14(or.crypt12if you are using an old version) to a separate folder on your PC. - Copy the folder in the same way
WhatsApp/Media(if you want to save media files).
If the folder WhatsApp is not displayed on the PC:
- ๐ Make sure that showing hidden files is enabled on your phone (in the file manager).
- ๐ Try another USB cable or port.
- ๐ฑ Reboot your phone and a computer.
To speed up the transfer of large files (for example, if the chat history weighs several gigabytes), you can use ADB. Commands for copying:
adb pull /sdcard/WhatsApp/Databases/ C:\Backup\WhatsApp\Databases
adb pull /sdcard/WhatsApp/Media/ C:\Backup\WhatsApp\Media
โ ๏ธ Attention: Do not change the names of the backup files! WhatsApp looks for exactly msgstore.db.crypt14 (or similar). If you rename the file, recovery will fail.
Step 3: Preparing a new phone for recovery
Before transferring data to a new device, you must prepare it for proper recovery. Follow the instructions:
- Install WhatsApp on a new phone from Google Play, but do not run it!
- Connect the new phone to the computer in the mode
MTP. - Create a folder on the phone
WhatsAppin the root of the internal memory (if it does not exist). - Inside it, create subfolders
DatabasesandMedia.
If the folder WhatsApp already exists (for example, after a previous installation of the messenger), delete it and create it again. This ensures that no conflicting files remain.
For devices with Android 11+ additional permission to access folders may be required. To get it:
- Open
Settings โ Applications โ WhatsApp โ Permissions. - Enable access to "Files and media".
- Select "All files" (not "Media only").
What to do if the WhatsApp folder is not created?
If the system does not allow you to create a folder, try:
1. Use another file manager (for example, Solid Explorer).
2. Connect via ADB and create a folder with the command:
adb shell mkdir /sdcard/WhatsApp/Databases
3. Install WhatsApp, run it to the recovery screen, then close and try again.
Step 4: Transferring data to a new phone and restoring correspondence
Now let's transfer the backup copy from the computer to the new device and restore the chats:
- Copy the files from the folder
Backup\WhatsApp\Databases(from the PC) to/sdcard/WhatsApp/Databases/on the new phone. - In the same way, transfer the media files to
/sdcard/WhatsApp/Media/. - Disconnect the phone from the PC.
- Run WhatsApp and go through the registration procedure (enter the same phone number as on the old device).
- On the recovery screen press "Restore"when prompted.
If recovery does not start automatically:
- ๐ Reboot your phone and try again WhatsApp.
- ๐ Make sure that The file
msgstore.db.crypt14is located in the correct folder. - ๐ง Check that there is enough free space on the phone (at least 2-3 GB).
The recovery process can take from several minutes to an hour - depending on the amount of data. Do not interrupt it and do not exit the application!
If WhatsApp offers to restore data from Google Drive, click "Cancel" and wait for the prompt to restore a local copy.
Typical errors and how to fix them
Even if you follow the instructions exactly, problems may arise. Let's look at the most common ones:
| Error | Cause | Solution |
|---|---|---|
| "Could not restore the backup copy" | The copy file is damaged or from a different number phone | Check the integrity of the file msgstore.db.crypt14 and the number matches |
| "There are no backup copies to restore" | The file is in the wrong folder or has the wrong name | Make sure the file is there c /sdcard/WhatsApp/Databases/ |
| Stuck at the โSearch for backupsโ stage | Conflict with cache or old data | Clear the data WhatsApp and try again |
| Media files not are displayed after recovery | The folder Media is not copied or there are no access rights |
Transfer the media files again and check the permissions |
If WhatsApp after recovery it is unstable (for example, chats load slowly or media files do not open), try:
- ๐ Reinstall the application.
- ๐๏ธ Clear cache (
Settings โ Applications โ WhatsApp โ Storage โ Clear cache). - ๐ฑ Reboot the phone.
If some chats are missing after the transfer, check if they were archived on the old phone. Archived chats are restored separately and can be located in the "Archive" section.
Additional tips for success. transfer
To minimize the risk of data loss, follow these recommendations:
- ๐ Check your backups. Before transferring, open the file
msgstore.db.crypt14in a text editor (the first lines should contain readable text, not garbage). - ๐ก Use a stable connection. If you transfer data via Wi-Fi (via FTP or the cloud), make sure that the signal is not interrupted.
- ๐ Sync contacts. After transfer, WhatsApp may not show contact names if they are not synced with Google account.
- ๐ Update WhatsApp. Before transferring, update the messenger on both devices to the latest version to avoid database format conflicts.
If you are transferring WhatsApp Business, please note that:
- ๐ข Product catalog and business settings are not saved in the backup copy of chats.
- ๐ Statistics and customer tags also not transferred โthey will have to be configured again.
โ ๏ธ Attention: If you use WhatsApp with two-level authentication (PIN), you will also need to enter it on the new device. If you forgot your PIN, restore it via the email associated with your account.
FAQ: Frequently asked questions about transferring WhatsApp
Can I transfer WhatsApp from Android to iPhone via a computer?
No, this method only works between devices on Android. For migration to iPhone officially only migration via Move to iOS is supported (during the first setup iPhone). Unofficial methods (for example, through iMazing or Backuptrans) can break the encryption of chats.
Why are old photos not displayed after recovery?
Most likely, the folder Media was not copied or access rights to it are limited. Check:
- Folder availability
/sdcard/WhatsApp/Media/on the new phone. - File permissions (
Settings โ Applications โ WhatsApp โ Permissions). - File integrity (perhaps they were not completely copied).
If media files are in a folder but are not displayed in chats, try manually opening them through the gallery - sometimes WhatsApp does not update the media library immediately.
What to do if the new phone does not see the backup?
The problem may be:
- ๐ Wrong path โthe file must be in
/sdcard/WhatsApp/Databases/. - ๐ Number mismatch โthe backup copy is linked to the phone number from which it was created.
- ๐ฑ Whatsapp versions โif an older version is installed on the new phone, update it.
Solution: delete WhatsApp, clear its data, check the path to the copy file and try again.
Is it possible to transfer only selected chats?
Officially WhatsApp does not support selective restoration of chats. However, you can:
- Create a full backup.
- Restore it on a new phone.
- Manually delete unnecessary chats after recovery.
For advanced users, there are third-party tools (for example, WhatsApp Viewerthat allow you to export individual chats from a backup, but this requires skills to work with SQLite.
Will this method work for transferring between phones of different brands (for example, Samsung and Xiaomi)?
Yes, The method is universal and works for any device on Android 8.0+, regardless of the manufacturer. The main thing is that:
- The latest version is installed on both phones. WhatsApp.
- The backup copy was created and restored from the same phone number.
- The copy files were not damaged during transfer.
The only exception is devices with heavily modified firmware (for example, some models Huawei without services Google), where additional configuration of access rights may be required.