Messages in Viber often contain important photos - from personal photos to work documents. But how can you quickly save them to your smartphone so as not to lose them when you reinstall the application or change the device? Unlike WhatsApp or Telegramwhere media files automatically go to the gallery, Viber by default stores images in a closed directory. This creates problems for users who want to edit photos in third-party applications or make a backup.
In this article, we will cover all current ways to save photos from Viber on Android in 2026including hidden functions of the application, bypassing limitations of new versions, and alternative methods for root users. We will pay special attention to the nuances of working with Android 14+, where the rules for accessing application folders have changed. If you have previously encountered the fact that photos saved via Viber โdisappearโ after an update or are not displayed in the gallery, here you will find a solution.
Why are photos from Viber not saved automatically?
Unlike most messengers Viber uses its own media file storage system. By default, all received and sent images are saved in a private application folder:
/storage/emulated/0/Android/media/com.viber.voip/. This folder is not scanned by the standard Android gallery, so the photos are โinvisibleโ to the user until they are manually transferred.
Reasons for this approach:
- ๐ Security: Viber encrypts media files in its storage, protecting them from access by other applications.
- ๐ฑ Memory optimization: The application automatically clears the cache of old photos if there is space on the device ends.
- ๐ Synchronization: Photos are linked to your Viber account, not to the device - this simplifies the transfer of chats to a new phone.
In new versions Android 13/14 access to this folder is even limited through file managers due to policy Scoped Storage. Therefore, the classic method of copying files via ES Explorer or Total Commander may not work without additional settings.
โ ๏ธ Attention: If you use Viber on a work phone with policy MDM (device management by the company), access to application folders can be completely blocked. In this case, only saving through chat export or cloud services will help.
Method 1: Saving through the Viber menu (the easiest)
The most a reliable and universal method that works on all versions of Android and does not require root access. Suitable for saving individual photos or small groups of images.
Instructions:
- Open the chat with the desired photo in Viber.
- Click on the image to open it in full screen mode.
- In the upper right corner, tap on the icon โฎ (three dots) โ select
Save to gallery. - Confirm the action - the photo will be copied to the folder
Pictures/Viber(orDCIM/Viberon some devices).
If the option Save to gallery is missing:
- ๐ Check that Viber has permission to access storage (
Settings โ Applications โ Viber โ Permissions). - ๐ Update the application to the latest version - in older versions (before 2023) this function may not be available.
- ๐ฑ On some firmware (for example, MIUI or ColorOS) the saving path may differ. Use the built-in file manager to search for the folder
Viber.
Check Viber's memory permissions
Update the application on Google Play
Reboot your phone
Try saving another photo (maybe there is a problem with a specific file)-->
โ ๏ธ Attention: On Android 14 when you first save a photo through the Viber menu, a request for permission may appearManage all files. Without this permission, photos will be saved, but will not be displayed in the gallery. Allow access if you want to see images in the standard applicationPhoto.
Method 2: Manual export via file manager
If you need to save many photos at once (for example, the entire correspondence archive), it is more convenient to copy them directly from the folder Viber. This method requires access to hidden directories of the application.
Step-by-step guide:
- Install a file manager with access to root folders, for example:
- Solid Explorer (recommended)
- FX File Explorer
- MiXplorer (for advanced users)
/storage/emulated/0/Android/media/com.viber.voip/Viber/Media/
All media files are stored here from chats, organized by date.
/Pictures/Viber Backup/.On Android 10+ access to the folder Android/media/ may be limited. In this case:
- ๐ง Use ADB command to copy (see Method 4).
- ๐ Connect the phone to the PC and use Android File Transfer (for macOS) or Windows Explorer.
- โ๏ธ Upload photos to the cloud (for example, Google Disk) directly from the file manager.
How to find the Viber folder on Xiaomi/Redmi
On MIUI firmware, the path to Viber media files may differ. Try:
/storage/emulated/0/Android/data/com.viber.voip/files/Media/
If the folder is empty, check the MIUI settings: Settings โ Accessibility โ MIUI folder โ Disable.
| Android version | Path to Viber photo | Do you need root access? | Features |
|---|---|---|---|
| Android 9 and below | /storage/emulated/0/Android/data/com.viber.voip/files/Media/ |
No | Full access through any file manager. |
| Android 10โ12 | /storage/emulated/0/Android/media/com.viber.voip/Viber/Media/ |
No, but there may be restrictions | Requires a file manager with Scoped Storage support. |
| Android 13+ | /storage/emulated/0/Android/media/com.viber.voip/Viber/Media/ |
Partially | Access only via ADB or root. Only new files can be copied manually. |
Method 3: Exporting a chat with media files
If you need to save all photos from the correspondence (for example, before deleting a chat or changing your phone), use the history export function. This method creates an archive with messages and attachments that can be unpacked on a PC.
How to export a chat:
- Open the desired chat in Viber.
- Tap on the name of the interlocutor (top panel) โ
More (โฎ) โ Export history. - Select format:
- Text file (.txt) - only messages, no photos.
- HTML โ messages + photo thumbnails (files are attached separately).
- ZIP archive โ a full copy of the chat with media files (recommended).
Save to device.media.Method limitations:
- ๐ Exporting a large chat (10,000+ messages) can take up to 30 minutes.
- ๐ง When sent by email, the archive is divided into parts of 25 MB.
- ๐ In a ZIP archive, photos are saved under the original names, but without a date - this complicates sorting.
If you export the chat to a PC, use 7-Zip or WinRAR for unpacking. The archive will also contain a file index.html - open it in a browser to see the correspondence with attached photos in chronological order.
Method 4: Saving via ADB (for advanced users)
If the file manager does not see the Viber folder or you use Android 14 with strict restrictions, it will help Android Debug Bridge (ADB). This method does not require root access, but requires working with the command line.
Instructions:
- Install ADB on PC:
- Windows: download Platform Tools from Google.
- macOS/Linux: install via package manager (
brew install android-platform-tools).
Settings โ About phone โ Build number (tap 7 times) โ Developer settings โ USB debugging.adb devices
(should your device will appear)
adb shell
cp -r /storage/emulated/0/Android/media/com.viber.voip/Viber/Media/ /sdcard/Viber_Backup/
Viber_Backup in the root directory.Alternative command for Android 10+ (if the standard path does not work):
adb pull /storage/emulated/0/Android/media/com.viber.voip/Viber/Media/ C:\Viber_Backup\
(replace C:\Viber_Backup\ with the desired path on your PC).
โ ๏ธ Attention: On some devices (for example, Samsung s One UI) ADB may not see the folder Android/media/ due to additional manufacturer restrictions. In this case, only root or saving via chat export will help.
Method 5: Automatic backup of Viber photos
To avoid saving photos manually, configure automatic synchronization Viber folders with cloud or local storage. will protect your media files from loss when resetting the phone or deleting the application.
Automatic backup options:
- โ๏ธ Google Photos:
- Open Google Photo โ
Settings โ Backup and synchronization. - Enable backup and specify the folder
Viber/Mediamanually (viaOther folders). - Select quality (
OriginalorHigh) and enable copying via Wi-Fi.
- Open Google Photo โ
- ๐ Syncthing (for local backup):
- Install Syncthing on your phone and PC.
- Add the folder
/Android/media/com.viber.voip/Viber/Media/to the synchronized list. - Set up automatic synchronization when connected to your home network.
- ๐ Tasker + AutoTools (for automatic copying):
- Create a task in Taskerthat copies files from the Viber folder to
/Pictures/Viber_Auto/. - Set a trigger by time (for example, once a day) or by event (Wi-Fi connection).
- Create a task in Taskerthat copies files from the Viber folder to
Advantages of automatic backup:
- ๐ Photos are saved in the background without your participation.
- โ๏ธ Access to the archive from any device (if you use the cloud).
- ๐ก๏ธ Protection against accidental deletion or failure phone.
Manually, as needed
Automatically to the cloud (Google Photos, Yandex Drive)
I copy to PC once a month
I use chat backups
I donโt save unless itโs very important-->
Frequent problems and their solutions
When saving photos from Viber, users encounter common errors and how to resolve them.
Problem 1: Photos are saved, but are not displayed. gallery.
- ๐ Restart your phone - sometimes the gallery takes time to scan new files.
- ๐ Check that the photos are saved in the standard folder (
DCIMorPictures). - ๐ ๏ธ Use the application Rescan Media from Google Play to force scanning of media files.
Problem 2: The Viber folder is empty or the files are not copied.
- ๐๏ธ Make sure that photos were not deleted from the chat (Viber has an option
Clear history). - ๐ Check another path:
/storage/emulated/0/Android/data/com.viber.voip/files/Media/. - ๐ฑ On some phones (for example Huawei) Viber media files are stored in a virtual folder
/storage/emulated/0/Android/obb/.
Problem 3: When exporting a chat, photos in the archive are broken or do not open.
- ๐ Repeat the export by selecting format
ZIPinsteadHTML. - ๐ฆ Unpack the archive on your PC - sometimes the phone cannot handle large ZIP files.
- ๐ ๏ธ Use 7-Zip to extract - the standard Android archiver may not process files correctly.
1) Application permissions to access memory.
2) Availability of free space on device.
3) Current version of Viber (update on Google Play).
4) No restrictions from the firmware (for example, on work phones with MDM).-->
FAQ: Answers to frequently asked questions
Is it possible to save photos from Viber to a memory card?
Yes, but with reservations:
- If you save photos through the Viber menu (
Save to gallery), select the memory card as a save location in the application settings (if available). - When manually copying through the file manager, simply transfer the files to the SD card to any folder.
On Android 11+ access to the memory card is limited - you may need to format the SD as internal storage.
How to save photos from Viber on iPhone, if they came from Android?
On iOS the process is similar:
- Open the photo in Viber chat.
- Tap on the icon โฎ โ
Save to camera roll. - The photo will appear in application Photo (album
Viber).
If the option is missing, update Viber or use export chat (ZIP archive can be opened on Mac/Pc).
Why are saved photos from Viber of low quality?
Viber automatically compresses the photo when sending if:
- The original file weighs more 16 MB (limit for media files in Viber).
- You or the sender are using mobile data (compression is turned on to save traffic).
- The photo was edited directly in Viber before sending (the application applies additional compression).
To get original quality, ask the sender:
- Send photo as file (via
Documentin the attachment menu). - Use Wi-Fi instead of mobile data.
- Upload a photo to the cloud (Google Drive, Dropbox) and send a link.
Is it possible to recover a photo from Viber after deleting a chat?
It depends on how exactly it was deleted chat:
- Deleting chat messages: Photos remain in the Viber folder until the cache is cleared. Try to find them through the file manager.
- Deleting the entire chat: Photos are deleted from the Viber folder, but may remain in backupif it was created earlier.
- Reinstalling Viber: All local photos are deleted. They can only be restored from a cloud backup (if configured).
For recovery:
- Check the folder
/Android/media/com.viber.voip/Viber/Media/for files with the extension.nomedia(rename them to.jpg). - Use data recovery apps (DiskDigger, Recuva) - but the chances are low.
- If you have enabled Viber backup in Google Drive, reinstall the application and restore chats the first time you start it.
How to save photos from Viber to a PC without a phone?
If you do not have access to your phone, but have a Viber account:
- Install Viber on PC (Windows/macOS) and log in.
- Open the desired chat and find photo.
- Right-click on the image โ
Save as.... - Select a folder on your PC to save.
Limitations:
- In the desktop version of Viber, only photos uploaded in the last 3 months (if there was no backup).
- The quality of the photo may be lower than the original (compression during synchronization).