How to Recover Corrupted PDF, Image, and Video Files
Fix corrupted PDFs that won't open, broken images, and damaged video files. Recovery tools, prevention tips, and when to accept the loss.
First: Don't Panic, and Don't Overwrite
When you discover a corrupted file, the most important thing is to make a copy before attempting any repair. Recovery tools modify the file — if the repair fails, you want the original (even if it's damaged) to try another approach.
Corrupted PDFs
PDFs corrupt more often than most people realize — interrupted downloads, USB drive removals during write, email attachment truncation, and storage device failures all produce damaged PDFs.
Symptoms
- "This file is damaged and could not be repaired" (Adobe Reader)
- Blank pages where content should be
- Missing images or garbled text
- File opens but crashes when scrolling to certain pages
Recovery Methods
1. Try a different PDF reader. Chrome's viewer, Firefox, Foxit Reader, and SumatraPDF each handle damaged files differently. A file that crashes Adobe Reader might open fine in Chrome. 2. Online repair tools. MyPDF's Repair PDF attempts to rebuild the file's internal structure (cross-reference table, page tree) from the surviving data. 3. Extract what you can. If the PDF partially opens, copy-paste visible text into a Word document. For images, take screenshots of visible pages. 4. Check for an earlier version. Cloud storage (Google Drive, OneDrive, Dropbox) keeps version history. Right-click → Version history to find a pre-corruption version.Corrupted Images
Common Causes
- Incomplete camera write (battery died mid-save)
- SD card corruption
- Interrupted file transfer
Recovery
Partially visible images (top half shows, bottom is gray/green): The image data exists for the visible portion. Some tools can salvage what's there. GIMP can sometimes open partially damaged JPGs and PNGs that other viewers reject. Completely unreadable images: If no viewer can display anything, the file header is damaged. Recovery is unlikely without professional data recovery software (Recuva, PhotoRec — both free). RAW photos: Camera-specific RAW files are more resilient than JPG. Even with header damage, tools like RawDigger can sometimes extract the sensor data.Corrupted Videos
Video corruption is particularly frustrating because files are large and re-creation is often impossible (you can't re-shoot an event).
Symptoms
- Plays first few seconds then freezes
- Audio plays but video is garbled/green
- "Codec not found" errors
- Plays but with visual artifacts (blocks, tearing)
Recovery
VLC's built-in repair: VLC automatically attempts to fix broken index data. Just try playing the file — VLC often handles damaged MP4/MKV that other players refuse. HandBrake re-encode: Sometimes a damaged video can be re-encoded to a new file. HandBrake reads the undamaged portions and produces a clean (if truncated) output. File header repair: MP4 files have a "moov atom" (index) that can be at the beginning or end of the file. If recording was interrupted (camera crash, drone crash, phone died), the moov atom may be missing. Specialized tools can rebuild it from the remaining data.Prevention (The Real Answer)
Recovery is unreliable. Prevention is almost always possible:
| Risk | Prevention |
|---|---|
| Storage failure | 3-2-1 backup rule: 3 copies, 2 media types, 1 offsite |
| Interrupted transfer | Verify file size after transfer; use checksums |
| SD card corruption | Format in-camera (not on computer); replace cards every 2-3 years |
| USB removal during write | Always "safely eject" before removing |
| Email truncation | Compress large files before emailing; use cloud links instead |
| Cloud sync conflicts | Don't edit the same file on two devices simultaneously |
When to Give Up
Some corruption is unrecoverable:
- Files where >50% of the data is zeros or random noise
- Encrypted files where the corruption affects the encryption header
- Files from failed storage devices with extensive bad sectors
- Overwritten files (recovery software can't help once new data occupies the same disk space)
Related Tools
- Repair PDF — Fix corrupted PDF files
- Compress PDF — Re-compress can sometimes fix minor corruption
- Convert Video — Re-encoding can recover playable portions
- Merge PDF — Combine salvaged pages into a new document