Deleted an important message on Viber and you donโ€™t have time to regret it? The situation is aggravated if a backup copy has not been created - standard recovery methods via Settings โ†’ Account โ†’ Restore from backup become useless. However, even in this case, there are chances to return lost correspondence. The fact is that Android does not erase data instantly: they remain in the deviceโ€™s memory until they are overwritten with new information. The main thing is to act quickly and correctly.

In this article we will look at 7 proven methodswhich will help restore messages Viber without backup, including working with the application cache, system tools Android and third-party utilities. It is important to understand that success depends on several factors: the time elapsed after deletion, the smartphone model (Samsung, Xiaomi, Google Pixel etc.), version Android (from 10 to 14) and even whether root accesswas used. Some methods require technical skills, others are suitable for beginners. Let's start with the simplest and safest options.

1. Checking the archive of messages in Viber itself

Before resorting to complex manipulations, make sure that the messages are really deleted. Viber has a built-in chat archiving function, which sometimes works automatically. Archived conversations are not displayed in the main list, but they can be easily returned:

  • ๐Ÿ” Open Viber and swipe left on the chats screen (or click on the three horizontal lines in the upper left corner).
  • ๐Ÿ“ Select an item Archive โ€”here they can hidden dialogues are stored.
  • ๐Ÿ”„ If you find the chat you need, swipe right on it or click Unarchive.

If the archive is empty, try searching for messages through the built-in search bar (magnifying glass at the top screen). Enter a keyword or contact name - sometimes Viber saves fragments of correspondence in the search index, even if the messages themselves are deleted. This method works on Android 11+where search is integrated deeper into the system.

โš ๏ธ Attention: If you have already tried to restore chats via Settings โ†’ Account โ†’ Recover, but there was no backup, do not repeat this operation. Each new start of the recovery process may overwrite temporary files, reducing the chances of success of other methods.

2. Restoring from Viber cache (without root)

The application Viber actively uses the cache to store temporary data, including message fragments. After deleting a conversation, this data can remain in the cache from several hours to several days - it all depends on the activity of the messenger and the free space on the device. To try to extract them:

  1. Close Viber through the recent applications menu (swipe up).
  2. Go to Android Settings โ†’ Applications โ†’ Viber โ†’ Memory.
  3. Press Clear cache โ€”but not press Clear data! This will delete all account settings.
  4. Go back to Viber and check if old messages have appeared. Sometimes, after clearing the cache, the application re-indexes the data and temporarily restores part of the correspondence.

If this method does not work, you can try to retrieve the cache manually. To do this, connect your smartphone to the PC, turn on Developer mode (click on Build number v Settings โ†’ About phone7 times), then activate USB debugging. Using ADB (Android Debug Bridge) run the command:

adb pull /data/data/com.viber.voip/cache/

The cache files will be copied to the computer. They can be viewed using a text editor (for example, Notepad++) or specialized tools like SQLite Browser, if there are databases among the files (.db). Please note that without root access access to this folder may be limited.

๐Ÿ“Š How often do you clear the application cache?
Never
Once a month
Only when memory runs out
After each update

3. Using a file manager with access to system folders

Some firmwares (for example, MIUI from Xiaomi or One UI from Samsung) have built-in file managers with extended rights. They allow you to view system folders without root. Try to find the remains of messages in the following path:

/data/data/com.viber.voip/databases/viber_messages

If the folder data is inaccessible, try alternative managers like FX File Explorer or Solid Explorer with mode enabled Root (if the device has superuser rights). Inside the file viber_messages (or similar) fragments of correspondence can be stored in encrypted or clear form. To view:

  • ๐Ÿ“„ Copy the file to your PC.
  • ๐Ÿ”“ Use SQLite Browser or DB Browser for SQLite to open.
  • ๐Ÿ” Look for tables with names messages, chats or history.

On Android 12+ access to this folder may be blocked even root due to policy Scoped Storage. In this case, only specialized software will help, which will be discussed below.

๐Ÿ’ก

If you use Samsung, try the built-in application My Files. It has an option "Storage Analysis", which sometimes finds hidden messenger files.

4. Specialized apps for data recovery

If manual methods do not produce results, third-party utilities will come to the rescue. They scan the device's memory at a low level and can find pieces of deleted data. among the most effective:

app Android support Requires root? Free version
Dr.Fone 10โ€“14 No (partially) Limited
EaseUS MobiSaver 9โ€“13 Desirable Yes
DiskDigger 5โ€“14 For deep scanning Yes
GT Recovery 8โ€“12 Yes No

The most universal solution is DiskDigger - it works without root, but with limitations. For maximum results:

  1. Install the app with Google Play.
  2. Select Full scan (requires root) or Basic scanning (without root).
  3. Tick file type Messages or Databases.
  4. Wait for the process to complete (may take up to an hour).
  5. View the found files and save the ones you need on your PC.

Please note: the more time has passed since deletion, the lower the chances of recovery. After deleting messages in Viber, do not install new applications and do not save media files - this will overwrite memory sectors where the data could have been stored.

Disable Wi-Fi and mobile data|Charge the phone at least 50%|Do not run other applications|Use the original USB cable-->

5. Restoring via Google Drive (if there was synchronization)

Many users do not know that Viber can automatically synchronize media files (photos, videos, voice messages) with Google Driveeven if a backup copy of chats was not created. To check: Google Drive folders

  1. Open Google Drive on your phone or through a browser.
  2. In the search bar, enter Viber.
  3. Check the folders Viber Images, Viber Video or Viber Audio.
  4. If you find the necessary files, download them and try to restore the context of the correspondence based on the date and time of creation.

Unfortunately, text messages via Google Drive are not saved, but media files can be a hint. Itโ€™s also worth checking Google Photos โ€” sometimes Viber saves sent/received images to a shared gallery, from where they are automatically uploaded to the cloud.

โš ๏ธ Attention: If you use Mi Account on Xiaomi or Samsung Cloud, check these services too. They sometimes duplicate instant messenger backups, even if you did not set them up.

6. Exploiting Viber vulnerabilities (for the technically savvy)

Some versions Viber (especially Android 9โ€“11) have vulnerabilities that allow you to extract data directly from the application memory. One of the methods is to use ADB to dump the process memory Viber. This method requires knowledge of the command line and does not work on all devices, but can return even long-deleted messages.

Instructions for advanced users:

  1. Connect the phone to the PC and activate USB debugging.
  2. Run the command to get the PID process Viber:
    adb shell ps | grep viber
  3. Make a memory dump of the process (replace PID with the real identifier):
    adb shell su -c "cat /proc/PID/mem > /sdcard/viber_dump.mem"
  4. Download the dump on your PC and analyze it using Hex editor (for example, HxD) or specialized tools like Volatility.

This method is complex and risky - incorrect actions can lead to malfunctions Viber or even Android. Use it only if other methods did not help, and you understand the possible consequences.

What to do if Viber stopped working after a memory dump?

If, after creating the dump, Viber started to generate errors, try:

1. Clear the application cache in the settings.

2. Reinstall Viber (without deleting the account).

3. Roll back superuser rights if root was used.

If the problem persists, the database may be corrupted. In this case, only reinstallation with complete data clearing will help (but this will delete all correspondence).

7. Contacting Viber support: when all else fails

If all of the above methods do not produce results, your last chance is to contact the support service Viber. Although the company does not officially recover deleted messages, in exceptional cases (for example, during legal proceedings) they can provide archived data. To do this:

  • ๐Ÿ“ง Write a letter to support@viber.com with subject Urgent: Message Recovery.
  • ๐Ÿ†” Indicate your phone number associated with your account and the approximate date of deletion of messages.
  • ๐Ÿ“„ Attach screenshots (if any) from proof of the importance of correspondence (for example, negotiations on a deal, evidence in court, etc.).
  • โณ Wait for a response - support usually responds within 3-7 days.

Please note that the chances of success are minimal if messages were deleted more than a month ago. Viber stores server logs for a limited time time and their recovery is not guaranteed. However, if there are compelling reasons (for example, a criminal case), you can make a formal request through the legal department.

๐Ÿ’ก

The sooner you take action after messages are deleted, the higher the chances of their restoration. The optimal time is the first 24โ€“48 hours.

FAQ: Frequently asked questions about restoring messages in Viber

Is it possible to recover messages deleted more than a year ago?

Theoretically, yes, but the chances are extremely low. Without a backup, data is stored in the deviceโ€™s memory from several days to a couple of months, after which it is overwritten with new information. If a year has passed, try methods using DiskDigger or ADB, but do not count on complete success. Servers Viber also do not store messages for that long, so contacting support is useless.

Will recovery work on a phone with File-Based Encryption?

On devices with FBE (for example, Pixel or Samsung s Android 10+) access to data Viber without root is severely limited. Even apps like Dr.Fone will not be able to scan encrypted partitions. In this case, the only option is to use root or contact data recovery specialists (for example, in a laboratory where they can remove the memory chip and read it directly).

Is it possible to recover messages if the phone is reset to factory settings?

After a full reset (Wipe Data/Factory Reset) the chances are better to zero. Resetting erases all user data, including cache and files Viber. The exception is if a backup was created through Google Drive or third-party tools before the reset. Otherwise, recovery is only possible using professional equipment (for example, Chip-Off method), which is expensive and does not guarantee results.

Will reinstalling Viber help get messages back?

No, reinstalling the application without a backup will only make the situation worse. When uninstalled and reinstalled Viber creates a new database, overwriting old files. If you haven't deleted the application yet, don't do it - try all the recovery methods described first. If Viber has already been deleted, install it again, but do not run it, but immediately start scanning the memory using DiskDigger or similar apps.

Are there ways to recover messages on a phone without root?

Yes, but their effectiveness is lower. Without root you can:

  • Try to restore the cache (Settings โ†’ Applications โ†’ Viber โ†’ Memory).
  • Use DiskDigger in Basic scanning mode.
  • Check the archive itself Viber or synchronized media files in Google Drive.

For deep scanning and text message recovery root almost always necessary.