Deleted an important video from your phone on Android and donโt know how to get it back? The situation is familiar to many: an accidental click, a reset, or a virus could erase valuable records. Fortunately, even after deletion, files do not disappear from the deviceโs memory instantly; they can be restored if you act quickly and correctly. In this article we will look at how to return video through a computer, including the use of specialized apps, commands, and working with backup copies. 5 proven methods return video via computer, including the use of specialized apps and commands ADB and working with backups.
The main rule: the less you use your phone after deletion, the higher the chances of success. New data (photos, applications, cache) can overwrite deleted files, making recovery impossible. Therefore, immediately connect your device to your PC and get started. We will look at both free and paid solutions, and also explain in which cases it is better to turn to professionals.
Why video can be restored and how it works
When you delete a file from your phone, it is not physically erasedโthe system simply marks the memory area as โfree.โ Until these sectors are overwritten with new data video can be returned using special tools. The recovery process depends on the type of memory:
- ๐ฑ Internal memory (eMMC/UFS): Files are stored in flash memory cells. After deletion, they remain readable, but may become fragmented over time.
- ๐พ SD card: Recovery is easier, since memory cards are less likely to be overwritten by system processes. The chances of returning the video are higher if the card has not been used after deletion.
- โ๏ธ Cloud storage: If the video was synchronized with Google Photos, Yandex.Disk or another service, it can be returned from the recycle bin (storage period is usually 30-60 days).
It is important to understand that success of recovery depends on:
- ๐ Time elapsed since deletion (the sooner you start - the better).
- ๐ฒ Type of file system (
FAT32,exFAT,NTFSon SD cards orext4/f2fsin internal memory). - ๐ Activities on the device (installing applications, shooting new videos reduce the chances).
If the video was deleted a long time ago (more than a month ago) and The phone was actively used, the chances of recovery are minimal. In such cases, only professional equipment for reading memory chips will help - but this is expensive and does not guarantee results.
Preparing your phone and computer for recovery
Before you begin, there are several critical steps you need to take. Skipping any of them may lead to impossibility of recovery or data corruption.
โ ๏ธ Attention: Do not connect the phone to the PC via a USB hub or a non-original cable. Use a high-quality cable that supports data transfer (not just charging). A bad connection may interrupt the scanning process.
What to do:
Enable USB debugging in developer options
Install ADB drivers for your phone model
Use the original USB cable
Disable automatic synchronization with clouds
Charge the phone at least 50%-->
Step-by-step guide:
- Activate developer mode:
Go to
Settings โ About phone โ Build numberand click on this item 7 times. After this, a menu will appearFor developers. - Enable USB debugging:
In the developer menu (
Settings โ System โ For Developers) find optionUSB Debuggingand activate it. Confirm the resolution when connecting to a PC. - Install drivers:
Universal drivers are suitable for most phones Google USB Driver or Universal ADB Driver. Brands like Samsung, Xiaomi or Huawei may require proprietary software (for example, Samsung Smart Switch or Mi PC Suite).
- Select connection mode:
When you first connect to a PC, a request to select a mode will appear in the phone's notification shade. Select
File transfer (MTP)orPTP(if MTP does not work).
If the phone is not detected by the computer:
- ๐ Try another USB port (preferably
USB 3.0blue). - ๐ Restart both device.
- ๐ ๏ธ Update drivers via
Device Manager(Windows) or use the utilitylsusb(Linux/macOS).
Method 1: Recovery through PC apps (without root)
The most accessible method is to use specialized software. We tested 5 popular apps and chose the three most effective. All of them work without rights root, but require connecting the phone to the PC.
| app | Android support | Recovers video | Free version | Difficulty |
|---|---|---|---|---|
| DiskDigger | 4.0โ14 | โ (MP4, MOV, 3GP) | File size limit | โญโญ |
| Recuva (with ADB) | 5.0โ13 | โ (only with root or via ADB) | Full-featured | โญโญโญ |
| EaseUS MobiSaver | 2.3โ14 | โ (all formats) | Preview without saving | โญ |
| 7-Data Recovery | 4.0โ12 | โ (with HEVC support) | Scanning for free | โญโญโญ |
Let's take a closer look at working with DiskDigger โ the most universal utility:
- Download and install app with official website (avoid pirated versions - they may contain viruses).
- Connect the phone on mode
MTPand run DiskDigger. - Select disk: the app will show the phoneโs internal memory and SD card (if available). Mark the desired partition.
- Run scan: select
Dig Deep(deep scan) to search for deleted files. - Filter the results: in the list of found files, check the video boxes (usually they are marked as
.mp4,.mov,.3gp). - Save the files to your PC hard drive (not to your phone!).
If the app does not see the phone, try turning on the PTP (camera) mode instead MTP. Sometimes this helps to bypass manufacturer restrictions.
Method limitations:
- ๐ซ Not all apps support the latest versions of Android (for example, Recuva may not work on Android 13+ without root).
- ๐ The quality of recovered videos may be worse than the original (artifacts, cropping).
- ๐ฐ Free versions often limit the file size (for example, DiskDigger does not save videos larger than 10 MB without purchase Pro).
Method 2: Using ADB for recovery (for advanced)
If the apps fail, you can try to extract the video through Android Debug Bridge (ADB) a tool for low-level access to the system. This method requires knowledge of the command line, but gives more control.
โ ๏ธ Attention: Incorrect. ADB commands can damage the system or erase data. If you are not sure of your actions, skip this section.
Step-by-step guide:
- Install ADB:
Download Platform Tools from Google and unzip the archive. For Windows, add the folder path to the variable
PATH. - Connect your phone and check the connection:
adb devicesThe name of your device with status should appear
device. - Get a list of partitions:
adb shellls /dev/block/platform/by-name/Look for partitions like
userdata(internal memory) ormmcblk0p1(SD card). - Create an image of the partition (example for
userdata):adb shell su -c "dd if=/dev/block/mmcblk0p25 of=/sdcard/userdata.img"This command will copy the partition to a file
userdata.imgon the SD card. Replacemmcblk0p25with your partition! - Download the image to PC:
adb pull /sdcard/userdata.img C:\backup\ - Scan the image with a app like PhotoRec or R-Studio.
Advantages method:
- โ
Works even if the phone does not turn on (you only need access to
fastboot). - โ You can recover files from damaged partitions.
Disadvantages:
- ๐ง Requires technical knowledge (an error in the command can lead to loss data).
- โณ The image creation process takes hours (depending on the memory size).
What to do if ADB does not see the device?
1. Check if USB debugging is enabled and access is allowed for this PC.
2 Try it. command adb kill-server, then adb start-server.
3. Install the drivers manually through Device Manager (select "Install from disk" and specify the path to the folder with ADB).
4. On some phones (for example, Xiaomi) you need to additionally enable "OEM Unlocking" in developer settings.
Method 3: Restoring from a Google or manufacturer backup
If synchronization with Google Account or a proprietary cloud was enabled on the phone (Samsung Cloud, Huawei Backup, Xiaomi Cloud), the videos could be saved in a backup copy. This method does not require special apps and. guarantees 100% file integrity.
How to check and restore:
- ๐ Google Photos:
Open photos.google.com โ
Trash. are stored there for 60 days. Select the video and clickRestore. - ๐ฑ Android backup:
Go to
Settings โ Google โ Backup. If there is a copy, reset the phone to factory settings and restore the data during the first setup. - ๐ญ Branded clouds:
For Samsung:
Settings โ Accounts and backup โ Samsung Cloud.
For Xiaomi:
Settings โ Mi Account โ Cloud โ Backups.
โ ๏ธ Attention: Restoring from a backup will replace the current data on the phone. First copy important files to your PC.
Method limitations:
- ๐๏ธ Copies are created no more than once a day (unless otherwise configured).
- ๐ด Videos deleted before creation copies cannot be restored.
- ๐ Some manufacturers (for example, Huawei) encrypt backups - the data cannot be retrieved without a password.
Method 4: Professional services - when all else fails
If the video is critical (for example, recording from a camera DVR for court or unique family moments), and independent methods did not work, all you have to do is contact data recovery laboratory. Such services use specialized equipment to read memory chips directly.
What you need to know:
- ๐ฐ Cost: 1โ5 business days (express services are more expensive). encrypted data). Avoid โgarageโ workshops - they can damage the chip.: from 5,000 to 30,000 rubles depending on complexity (prices are relevant for Moscow and St. Petersburg).
- โฑ๏ธ Deadlines: 1โ5 business days (express services are more expensive).
- ๐ Where to look:
Verified laboratories: Data Recovery, Hetman Recovery, Kaspersky Lab (for encrypted data). Avoid "garage" workshops - they can damage the chip.
How to prepare for the visit:
Passport (for concluding an agreement)
Receipt or warranty card for the phone (if any)
SD card (if the video was stored on it)
Charger (the phone must be charged at least 30%)
List of deleted files (names, dates, sizes)-->
What to ask the experts:
- ๐ "What is the recovery success rate for my phone model?"
- ๐พ "Will you work with the chip directly or through software methods?"
- ๐ "Will you provide a report on the files found before payment?" (this will protect you from fraud).
Data recovery laboratories are the only way to recover video from physically damaged memory chips (for example, after dropping the phone or getting wet).
Method 5: Recovery from a damaged or non-turning-on phone
If the phone does not turn on, stuck on the logo or has physical damage (the screen is broken, does not respond to charging), there are chances to restore the video, but they depend on the type of failure.
Action options:
- ๐ The phone is discharged or does not charge:
Use external battery (power bank) with function
PD(fast charging). Connect your phone for 30 minutes, then try turning it on. If the screen is broken, but the phone responds to connection to the PC (sound, vibration), useADBor DiskDigger. - ๐ต The phone boots up, but the screen does not work:
Connect the device to the PC and use the app Vysor or scrcpy to display the screen on a computer. Next, follow the instructions from Method 1.
- ๐ Phone in bootloop (cyclic reboot):
Boot into
Recovery Mode(usuallyPower + Volume Up) and connect to the PC viaADB. Use the command:adb pull /data/media/0/ C:\android_backup\This will copy all user data (including videos) to the computer.
- ๐ง Moisture or physical damage:
Do not turn on the phone or connect it to a charger! Take it to a service center immediately. Wet memory chips can corrode within a few hours, making recovery impossible.
If the phone is completely dead (does not respond to buttons, does not heat up when charging), the only thing left is chip-off method - removing the memory chip and reading it on programmer. It's expensive (from 15,000 rubles), but sometimes the only way out.
How to prevent video loss in the future
The best way not to lose data is Take care of their safety in advance. Here are proven methods:
- โ๏ธ Automatic synchronization with the cloud:
Set Google Photos to backup videos in original quality (free up to 15 GB). Alternatives: Yandex.Disk (10 GB free), Mega (20 GB).
- ๐ Local backups:
Use apps like Syncthing or Resilio Sync to automatically copy videos to a PC or NAS drive.
- ๐ Regular copying to PC:
Once a month, connect your phone to your computer and copy folder
DCIM(where the videos are stored) on your hard drive. - ๐ก๏ธ Deletion protection:
Install a file manager with a recycle bin (for example, Solid Explorer or FX File Explorer). Deleted files will be stored in the trash for 30 days.
Additional tips:
- ๐ซ Avoid "memory cleaners" like Clean Master โthey often delete files beyond recovery.
- ๐ Monitor your battery charge. An abrupt shutdown while recording a video can damage the file.
- ๐ฑ For important videos, use two copies: one on your phone, the second in the cloud or on a flash drive.
In the camera settings (Google Camera, Open Camera), you can enable saving video simultaneously to your phone and SD card. This will double the chances of recovery in the event of a failure.
FAQ: Frequently asked questions about video recovery
Is it possible to recover a video deleted a month ago?
Theoretically, yes, but the chances are extremely low. During a month of active use of the phone, deleted files were almost certainly overwritten with new data. Try DiskDigger in deep scanning mode, but don't expect success. If the video was in the cloud (for example Google Photos), check the recycle bin - files are stored there for up to 60 days.
Will root access help increase the chances of recovery?
Yes, but not significantly. Root allows apps like DiskDigger to scan system partitions that are usually not accessible. However, even with root, the chances depend on whether the memory sectors have been overwritten. The risks of getting root (loss of warranty, possibility of bricking the phone) often outweigh the benefits.
Is it possible to restore video from a phone that has drowned?
If the phone has been in water, Do not turn it on or connect it to a charger. Take it to the service center immediately. Humidity causes corrosion of memory chip contacts, and every hour increases the risk of permanent data loss. Recovery is possible only in the laboratory using the chip-off method (cost from 15,000 rubles).
Why do apps find videos, but they do not play?
This is a typical problem when restoring fragmented files. The video may be damaged due to:
- Incomplete overwriting of sectors (the file was partially restored).
- File system errors (for example, after a recording failure).
- Codec incompatibilities (old phones record video in
3GP, which not all players support).
Try to play the file in VLC Player (it supports damaged videos) or use the utility MP4 Repair to restore the file structure.
How to recover a video that has been deleted from the gallery but is taking up space on the phone?
If the file is deleted but is taking up space, it is still physically present on the disk. Use DiskDigger or 7-Data Recovery to scan the internal memory. Alternative method:
- Connect your phone to the PC.
- Open the folder
DCIM/.thumbnails- sometimes video thumbnails remain there. - Use the ADB command to search for large files:
adb shellsu
find /data -type f -size +10M(replace
10Mwith the minimum size of your video).