New update WhatsApp has everything broken again? Has the interface become inconvenient, your favorite function has disappeared, and bugs are interfering with communication? You are not alone - thousands of users every day are looking for a way to rolling back WhatsApp to the previous version on Android. Unfortunately, the messenger does not provide an official โgo backโ button, but there are workarounds. In this article we will analyze all the working methods: from a simple reinstallation via APK to complex manipulations with backup copies and ADB.
It is important to understand: rolling back a version is always a compromise. You get the familiar interface, but lose the latest security patches, new features and compatibility with the latest versions of your interlocutors. In addition, WhatsApp actively fights โdowngradeโ - some methods may stop working after server updates. Before you act, read risks and prepare chat backup.
If you are ready to take risks, let's get started. We will look at the methods from simple to complex so that you can choose the best option for your level of technical training. For beginners, the method with APKfile is suitable, and experienced users will be able to use ADB or manipulations with Google Drive. Let's start with preparation!
Preparing for a rollback: what you need to do BEFORE taking action
Before trying to return the old version WhatsApp, complete three critical steps. Neglecting them can lead to loss of all chats, account blocking or messenger inoperability.
Firstly, save a backup copy of your chats. Even if you plan to use a backup to restore after a rollback, create an additional copy in case of failure. WhatsApp stores backup copies in Google Drive (if synchronization is enabled) and locally on the device along the path /sdcard/WhatsApp/Databases. Copy files with the extension .crypt14 or .crypt12 to your computer or cloud.
Secondly, find out the current version of the application. This will help you choose the right one APK for rollback. The version can be viewed in Settings โ Help inside the messenger or in the application information in Google Play. Write down the version number (for example 2.23.12.74) - you will need it to find the old one APK.
Thirdly, turn off automatic updating in Google Play. Otherwise, the system may force an update WhatsApp immediately after the rollback. To do this:
- ๐ฑ Open Google Play Market โ click on your profile avatar โ
Settings. - ๐ Select
Network settings โ Auto-update applications. - โ Install
NeverorOnly via Wi-Fi(but the first is better). - ๐ Find WhatsApp in the list of applications and uncheck auto-update.
Method 1: Installing the old version via APK (the simplest)
This is the most accessible method that will suit most users. The point is deleting the current version WhatsApp and installation of the old one via APKfile. The main advantage is that no root access or technical skills are required. However, there are also disadvantages: there is a possible risk of account blocking when using too old versions. with verified files. Look for the version marked loss of chats (if you donโt make a backup) and the risk of account blocking when using too old versions.
Where can I get the old version? WhatsApp?
- ๐ Official sources: APKMirror (apkmirror.com) is a reliable site with verified files. Look for the version marked
bundle(for new Androids) orapk(for old ones). - ๐ Alternatives: APKPure, Uptodown, but be careful - some sites distribute modified or infected files.
- โ ๏ธ What to avoid: Do not download
APKfrom torrents, unknown forums or sites with suspicious domains (for example,whatsapp-plus.pro).
Step-by-step guide:
- Uninstall the current version WhatsApp via
Settings โ Applications. - Download the old one version s APKMirror (select the one that worked stably).
- Allow installation from unknown sources v
Settings โ Security. - Install the downloaded
APKand follow the instructions of the installation wizard. - Restore chats from a local backup (if there is one). When you first start it WhatsApp will offer to restore data.
โ๏ธ Preparing to install APK
โ ๏ธ Attention! If you are restoring chats from Google Drive, make sure that the version WhatsApp is compatible with your backup. Versions that are too old (for example, 2020) may not support current backup formats.
Method 2: Rollback while saving chats via backup
If you are afraid of losing correspondence, this method is for you. It allows return the old version WhatsApp and restore chats from a backup. However, there are nuances here: the backup must be compatible with the version being installed, and the recovery process may take time.
There are two types of backups:
- ๐ฅ๏ธ Local backup: Stored on the device in a folder
/sdcard/WhatsApp/Databases. The files look likemsgstore.db.crypt14(for new versions) ormsgstore.db.crypt12(for old ones). - โ๏ธ Cloud backup: Saved in Google Drive. To use it, you need to disable synchronization before rolling back and enable it after installing the old version.
Instructions for local backup:
- Copy the file
msgstore.db.crypt14(or another current one) to your computer. - Delete WhatsApp and install the old version via
APK. - When you first start the messenger will offer to restore chats - confirm.
- If recovery does not start automatically, move the copied file back to the folder
Databasesand restart the application.
For cloud backup:
- Open Google Drive and make sure that backup WhatsApp exists (check the date).
- Delete WhatsApp and install the old version.
- When you first start, enter the same phone number as before.
- When the request to restore appears from Google Drive, confirm.
| Backup type | Advantages | Disadvantages | Compatibility |
|---|---|---|---|
| Local | Does not depend on the Internet, recovers faster | Can take up a lot of space, requires manual control | Any version WhatsApp, but the format crypt must match |
| Google Drive | Automatic, does not take up space on the device | Requires Internet, may not work with older versions | Versions WhatsApp no older than 2021 |
| Manual export | Maximum control, you can select individual chats | Long process, does not restore media files | Any version, but without message history |
โ ๏ธ Attention! If you use WhatsApp Business, the recovery process may vary. Some business features (such as quick replies) may not carry over to the old version.
Method 3: Rollback via ADB (for advanced users)
This method is suitable for those who are ready to work with ADB (Android Debug Bridge). It allows force install the old version WhatsApp, even if the system blocks normal installation. The advantage is high efficiency, the disadvantage is that it requires command line skills and developer mode enabled.
What you will need:
- ๐ฅ๏ธ A computer with installed
ADBand drivers for your Androiddevice. - ๐ USB cable for connecting the phone to the PC.
- ๐ฑ Turned on developer mode and USB debugging on the smartphone.
- ๐
APKold version file WhatsApp (downloaded in advance).
Step-by-step guide:
- Connect the phone to the computer and make sure that
ADBsees it (the commandadb devicesshould show your device). - Uninstall the current version WhatsApp via
ADB:adb shell pm uninstall com.whatsapp - Install the old version:
adb install path/to/old_whatsapp.apk(replace
path/to/old_whatsapp.apkwith the actual file path). - If an error occurs
INSTALL_FAILED_VERSION_DOWNGRADE, use the command:adb install -r -d path/to/old_whatsapp.apkFlag
-rreplaces the existing application, and-dallows downgrade. - Reboot the device and check operation WhatsApp.
What to do if ADB does not see the device?
1. Make sure that USB debugging is enabled in the developer options.
2. Check if the drivers for your device are installed on your PC (for example, for Samsung - Samsung USB Driver, for Xiaomi - Mi PC Suite).
3. Try a different USB cable or port.
4. Restart your phone and computer.
5. If you are using macOS/Linux, check your permissions for USB devices.
โ ๏ธ Attention! Use ADB may lead to loss of warrantyif the manufacturer prohibits such manipulations. In addition, incorrect commands can disrupt the system. If you are not sure of your actions, use simpler methods.
Risks of WhatsApp version rollback: what you should be wary of
Version rollback WhatsApp is always lottery You may get your favorite interface back, but with it comes a whole bunch of problems. Here main risksyou need to know about:
1. Account blocking. WhatsApp may block your number if it considers the actions suspicious (for example, when using a too old version or modified APK). Usually the blocking is temporary, but to unblock you will need confirmation by SMS or email.
2. Loss of chats. If you do not make a backup or restore it to an incompatible version, your message history may be lost beyond recovery. This is especially true for media files (photos, videos) that are stored separately from the text.
3. Security problems. Old versions WhatsApp may contain uncorrected vulnerabilitiesthat attackers use to steal data or send spam on your behalf. For example, in 2021, a critical vulnerability was discovered in version 2.21.4.18that allows remote code execution.
4. Incompatibility with contacts. If your interlocutors use the new version WhatsApp, you may encounter problems:
- ๐ฅ Statuses or stories are not displayed.
- ๐ Some functions do not work (for example, reactions to messages).
- ๐ New media file formats do not open (for example, stickers or animations).
5. Automatic update. Even if you have disabled auto-update in Google Playthe system can force update WhatsApp through Play Protect or background processes. To avoid this, you can:
- ๐ก๏ธ Disable Play Protect in settings Google Play.
- ๐ต Install WhatsApp as a system application (requires root).
- ๐ง Use patchers like Lucky Patcher (risky!).
If after the rollback WhatsApp stopped sending messages, check whether your antivirus or firewall is blocking them. Sometimes old versions of the messenger end up on blacklists due to outdated certificates.
Alternatives to rollback: what to do if nothing helps
If all rollback methods did not work or the risks are too high, consider alternative solutions. You may be able adapt to the new version or find workarounds for the missing functions.
1. Use the web version or desktop application. Sometimes the interface WhatsApp Web (web.whatsapp.com) is more familiar than the mobile version. In addition, in the desktop client you can disable animations and simplify the design through the operating system settings.
2. Customize notifications and interface. Many of the โinconveniencesโ of the new version can be corrected:
- ๐ Disable unnecessary notifications in
Settings โ Notifications. - ๐ Enable dark theme if it is not in your version.
- ๐ฑ Change the font size in system settings (
Settings โ Screen โ Font size).
3. Try modified versions. There are unofficial clients like GBWhatsApp or YoWhatsAppthat offer:
- ๐จ Interface customization (colors, fonts, icons).
- ๐ Additional functions (hiding online, cloud backup).
- ๐ฑ Ability to disable inconvenient updates.
However, remember: such versions violate the rules WhatsApp and can lead to permanent account blocking.
4. Switch to another messenger. If WhatsApp is fundamentally unsatisfactory, consider alternatives:
| Messenger | Advantages | Disadvantages |
|---|---|---|
| Telegram | Fast, reliable, many functions (channels, bots, cloud storage) | Fewer users than in WhatsApp, no end-to-end encryption by default |
| Signal | Maximum privacy, open source | Few additional features, small audience |
| Viber | Good call quality, stickers and games | Less popular in some regions, advertising |
If you decide to use modified versions WhatsApp (for example GBWhatsApp), create a backup copy of the chats in the original application. If your account is blocked, you can restore correspondence in the official client.
Frequently asked questions
Is it possible to roll back WhatsApp without losing chats?
Yes, but for this you need to make a backup in advance and make sure that it is compatible with the version you are installing. Local backups (.crypt14) are usually restored without problems, but with Google Drive there may be difficulties if the version is too old. We recommend testing the recovery on a spare device or through an emulator.
Why does WhatsApp ask to update after a rollback?
This is standard behavior WhatsApp โthe application checks the relevance of the version every time it is launched. To avoid forced updating:
- Turn off the Internet (mobile data and Wi-Fi) when you first start.
- Use WhatsApp offline until you disable checking for updates via
ADBor patcher. - Install an ad blocker (for example Blokada) to block update domains WhatsApp.
Please note that prolonged use of an outdated version may lead to account blocking.
How to find out which version of WhatsApp was the latest stable?
Check user reviews on sites like APKMirror or forums (for example, XDA Developers, 4PDA). Users usually share information about stable builds. Alternative way:
- Look at the date of the last backup in Google Drive โmost likely, the version worked fine at that time.
- Check the update history in Google Play (section "What's new"). If there are a lot of complaints in the latest versions, select the one that came before them.
The most stable versions WhatsApp in recent years: 2.22.24.78 (2022), 2.21.19.21 (2021), 2.20.206.24 (2020).
What to do if WhatsApp does not start after a rollback?
Possible reasons and solutions:
- ๐ง Incompatible Android version: Install a newer version WhatsApp (but not the latest).
- ๐ Damaged APK: Download the file again from a trusted source (for example, APKMirror).
- ๐ Blocking Google Play Protect: Disable protection in settings Google Play or add WhatsApp to exceptions.
- ๐๏ธ Conflict with cache: Clear application data in
Settings โ Applications โ WhatsApp โ Storage.
If all else fails, try installing WhatsApp via ADB with the flag --force-all:
adb install --force-all old_whatsapp.apk
Is it possible to rollback WhatsApp on iPhone?
On iOS rollback version WhatsApp is almost impossible without jailbreak. Apple tightly controls the installation of applications, and the only way is to use a backup copy iTunes/iCloudmade before the update. However:
- Restoring from a backup will return the entire system. to the state at the time the copy was created, and not just WhatsApp.
- Apple may block restoration to a new version of iOS.
- Chat rooms, created after the backup will be lost.
An alternative is to use WhatsApp Web or the desktop version if the new mobile version is not satisfactory.