Skip to main content
hard-driveINFO

Repair a Corrupted Video File: Fix MP4/MOV That Won't Play (2026)

A video file won't open, freezes, or plays only audio. This guide separates recovering a lost video from repairing a corrupted one - VLC transcode, re-muxing, reference-file repair, and recovery software - without making the damage worse.

By Eric Gerard · Editor · Save My Disk5 min readPhoto via Unsplash

You double-click a video and nothing plays. Or it opens but freezes on the first frame. Or you get sound and a black screen. "Corrupted video" covers several very different faults, and the right fix - and whether a fix is even possible - depends entirely on which one you have. This guide separates the two problems people lump together: recovering a video you've lost, and repairing a video you still have but that won't play.

The single rule that protects you: always work on a copy. Every repair method below should be run against a duplicate, so a failed attempt never costs you the original.

First, figure out what's actually broken

A video file is a container (MP4, MOV, MKV) holding encoded video and audio streams, plus an index that tells the player where each frame lives. Corruption usually hits one of three layers:

  • The index/header (e.g. the MP4 moov atom) - the data is there, but the player can't navigate it. The file won't open, or plays audio with no picture. This is the most repairable case.

    An MP4 is built from atoms, each one prefixed by an 8-byte header: 4 bytes giving the atom's total size, then 4 bytes of ASCII naming its type. The two that matter are mdat, which holds the actual encoded frames and accounts for nearly the whole file size, and moov, the index that says which byte offset each frame lives at. Many cameras and phones write moov last, once recording ends and the final sizes are known. That single design choice is why a clip cut short by a dead battery is a large mdat with no moov at all: every frame is present and nothing can play them.

  • The container wrapper - streams are intact but mis-wrapped. Re-muxing fixes it.

  • The encoded frames themselves - bytes are missing or overwritten (failed transfer, dying drive). No tool can rebuild frames that aren't there.

Knowing which layer is damaged tells you whether to expect a full recovery or only partial.

Step 1 - Try VLC before anything else

VLC Media Player is far more tolerant of malformed files than the default players. Two things to try:

  1. Just open it. VLC often plays files that Windows Media Player or QuickTime reject outright. When prompted to "fix" an AVI index, say yes.
  2. Transcode it. If it plays, go to Media → Convert/Save, pick an MP4 profile, and export. This rewrites a clean container around the streams VLC can read - often turning a glitchy file into a stable one.

If VLC plays it cleanly, you're done. If it stutters or shows audio only, move to re-muxing.

Step 2 - Re-mux or transcode (audio but no video)

When you get sound but a black screen, the audio stream is usually fine and the video stream's index is damaged. Rewrapping the streams into a fresh container - re-muxing - frequently restores the picture without re-encoding. Free tools like FFmpeg can re-mux (-c copy) or, if that fails, transcode to rebuild a playable file. Re-muxing is lossless and fast; transcoding re-encodes (slight quality loss) but fixes deeper container problems.

Step 3 - Reference-based repair for files that won't open

If the file won't open at all and VLC can't read it, the index is likely destroyed - common after an interrupted recording (camera died mid-clip) or a transfer that stopped midway. The data may still be there with no map to it.

The fix for this is a reference-based repair: a tool takes a known-good clip from the same device, same resolution and codec, learns the correct structure from it, and rebuilds the index of the broken file. The closer the reference matches, the better the result. This is how most "unopenable" phone and camera videos get recovered.

The match has to be genuinely close because the reconstructed index is built from the reference's own parameters. A 1920 x 1080 clip at 30 fps and a 3840 x 2160 clip at 60 fps from the same phone produce different frame sizes and different timing tables, so the wrong reference yields a file that opens and shows scrambled output. Shoot a few seconds of throwaway footage on the same device in the same mode if you no longer have a matching clip.

Step 4 - If the video is missing, recover it first

Everything above assumes you still have the file. If you deleted it, lost it to a format, or the card/drive shows it's gone, that's a recovery job, not a repair. Recovery software scans the storage at the sector level and rebuilds video files by their signatures - then, if the recovered copy still won't play, you repair it with the steps above.

EaseUS Data Recovery Wizard is the tool we point most readers to for getting lost video back: it scans memory cards, drives and SSDs, previews recoverable files before you pay, and lets you filter by type so you can find your clips without waiting for a full scan. Install it on your PC - never on the drive you're recovering - and restore to a different disk.

Editorial pick
4.5 / 5

Recover lost video files with EaseUS

Founded in 200430-day guaranteeFree 2 GB version
See the offer

An external hard drive on a desk
An external hard drive on a desk

If your videos live on an external drive or memory card that's also acting up, fix the storage problem in parallel - see our guides to recovering a corrupted external hard drive and recovering photos from a corrupted SD card, and the broader best data recovery software of 2026 (with the free options worth trying first). Video isn't the only format that breaks this way: if a document won't open, the same diagnose-on-a-copy approach applies to repairing a corrupted PDF file.

The honest limitation

No tool can invent video that isn't there. If the encoded frames were overwritten or never finished writing, the best any repair can do is salvage the portion that survived - sometimes a clip that plays up to the point of damage, sometimes only the audio. Reference-based repair and re-muxing genuinely rescue a lot of "dead" phone and camera footage, but a file truncated to a fraction of its size has lost the missing part for good. Recover what survived, then back up originals so a single corrupt copy never ends the story.

Related reading: Repair a corrupted JPEG

Editorial pick
4.5 / 5

Recover the data from your hard drive → EaseUS

Free scan · deleted, formatted & lost files · Windows & Mac

Founded in 200430-day guaranteeFree 2 GB version
See the offer

Frequently asked questions

Can a corrupted video file really be repaired?

Sometimes. It depends on what's broken. If only the container header or index is damaged (the file plays audio but no video, or won't open at all while the data is intact), tools that rebuild the index can often recover full playback. If the actual encoded frames are missing or overwritten - for example after a failed transfer or a dying drive - no tool can reconstruct frames that aren't there. Always work on a copy, never the original.

How do I fix an MP4 file that won't play?

First try opening it in VLC, which is far more tolerant of broken files than most players. If it plays, use Media → Convert/Save to transcode it to a fresh MP4 - that rewrites a clean container. If VLC can't open it at all, the file's index (moov atom) is likely damaged; a video-repair tool that has a known-good reference clip from the same camera or phone can often rebuild it. Keep the corrupted original untouched and work on a copy.

Why does my video play sound but show a black screen?

That almost always means the audio stream is intact but the video stream's index or keyframes are damaged, so the player can decode sound but can't find the picture. Re-muxing the file (rewrapping the streams into a clean container with a tool like FFmpeg) or transcoding it in VLC often restores the picture. If the video frames themselves are gone, only audio will ever come back.

What's the difference between recovering and repairing a video?

Recovering means getting back a video file you deleted, lost to a format, or can no longer see - recovery software scans the drive and restores the file. Repairing means fixing a file you still have but that won't play correctly because its structure is damaged. If you can't even find the file, recover it first; if you have it but it's broken, repair it. They're different problems with different tools.

Can I repair a video corrupted by an interrupted recording or transfer?

Often, yes. An interrupted recording or a transfer that stopped midway usually leaves the video data largely intact but without a finalized index, so the file looks broken. Repair tools that use a reference file (a complete, healthy video from the same device, same resolution and codec) can rebuild the missing index and recover most or all of the footage. The closer the reference matches the broken file's settings, the better the result.