Need help recovering files from a corrupted dash cam SD card

My dash cam SD card suddenly became corrupted after an important drive, and now none of the video files will open. I really need to recover the footage because it may be needed as evidence. What are the best ways to recover data from a corrupted dash cam SD card without making the problem worse?

I’ve seen enough bad SD cards to stop caring about the exact error text. What matters is what you do in the first few minutes. I’ve gone through this with camera cards, drone footage, and friends handing me a card full of family photos they thought were gone.

The mistake I keep seeing is simple. People try to “fix” the card first. Windows says repair it. Android says tap to fix. A camera wants a format. Feels logical. I learned the hard way it’s the wrong order if your files matter.

If the card is corrupted, leave repair for later. Get your data off first. Then mess with the card.

Recover the files before you touch anything

Most of the time, corruption hits the file system, not the photo or video data itself. So I start with recovery software, not repair tools.

Out of the stuff I’ve tried, Disk Drill is usually the first one I run. It has done well for me with formatted cards, RAW errors, broken file systems, and files disappearing after a transfer failed halfway through.

The part I trust most is the byte-for-byte backup option. Some failing SD cards get worse the more you read from them. I’ve watched one card mount once, then never again. So making an image first is smart. You work from the copy, not the original. Less risk, less regret.

I also like being able to preview files before recovery. Filenames alone don’t mean much. I want to see if the photo opens, if the clip plays, if the document is intact. Saves time.

Once your important files are recovered and copied somewhere safe, then start trying to repair the card itself.

1. Run CHKDSK on Windows

This is usually my first repair step. It checks the file system and tries to repair errors.

Open Command Prompt as Administrator, then run:

chkdsk X: /r

Swap X for your SD card’s drive letter.

I’d only do this after recovery. CHKDSK has helped me a few times, but on shaky media I don’t like taking chances before I’ve saved the data.

2. Try TestDisk if the partition is gone

If Windows shows the card as unallocated, or the partition vanished, I move to TestDisk.

It looks old and feels old. Still works. I’ve used it on cards Windows treated like dead plastic. It’s good at finding lost partitions and rebuilding partition tables when the card structure got messed up.

You need a bit of patience with it. The interface is rough. But if the problem is partition-related, it has saved me more than once.

3. Format the card if repair didn’t help

If CHKDSK and TestDisk don’t get the card back into usable shape, I format it.

By then, your files should already be off the card. In File Explorer, right-click the SD card, hit Format, and pick the file system. I usually go with exFAT for newer SD cards because it handles large files well and plays nice with a lot of devices.

After formatting, I test the card before trusting it again. Copy a few large files over. Read them back. Delete them. Repeat. If it acts weird even once, I’m done with it.

What repeated corruption usually means

This part matters. If an SD card corrupts once, I stay cautious. If it does it again, I stop using it for anything important.

I’ve had cards look “fixed” and then fail on the next trip. At that point I don’t keep giving them second chances. Storage is cheaper than lost footage. If a card starts acting off, replace it and move on. Bit harsh, maybe, but I’ve lost enough files to stop being optimistic about flaky media.

4 Likes

First thing, stop using the card in the dash cam. Do not record over it. Every new write cuts your odds.

I agree with @mikeappsreviewer on one big point, recover first. I differ a bit on CHKDSK though. On dash cam cards, I skip file system repair early because dash cams often split video into weird segments, and repair tools sometimes “fix” the index while making video recovery worse.

What I’d do:

  1. Lock the card if it has a physical write switch.
  2. Use a good card reader, not the cam itself.
  3. Make an image of the whole card first.
  4. Recover from the image, not the original.

For dash cam footage, file carving matters more than folder recovery. Many cams save .mp4 or .ts files with broken headers after power loss. In those cases, Disk Drill is a solid first pass because it finds deleted and lost video by signature, not only by filenames. If clips recover but won’t play, try repairing the video container with a tool like Untrunc or Grau Video Repair. That step gets ignored a lot.

If the card size suddenly shows wrong, like 0 bytes or 31 MB on a 128 GB card, that points more to controller failure than file system damage. Then software recovery gets harder fast.

Also, if this footage matters for evidence, keep the original card untouched after imaging. Save hashes for the image and recovered files if you want a clean chain of custody.

For extra reading, here’s a useful thread on corrupted SD card recovery and fixes: practical corrupted SD card recovery tips and repair steps.

And yeah, if this card failed once after loop recording for months, retire it. Dash cams are brutal on flash memory. Cheap cards die fast, esp if they’re not high-endurance models.

Stop trying to open the files over and over. If the card is degrading, every extra read can make things worse.

I mostly agree with @mikeappsreviewer and @shizuka about imaging first, but I’d add one thing people skip: test whether the videos are actually missing, or just have broken indexes. Dash cams are notorious for writing clips that look dead in VLC/Windows but still contain video data.

What I’d do differently:

  • Put the card in a reader on a PC
  • Copy the raw, unreadable files off if the filesystem still shows them
  • Try playback in VLC, MPC-HC, and ffplay
  • Run MediaInfo on one file and see if it detects a codec/length
  • If it sees streams but won’t play, remux with ffmpeg:
    ffmpeg -i broken.mp4 -c copy fixed.mp4

If that fails, then go to recovery software. Disk Drill is worth trying because it’s one of the top-rated SD card recovery tools for finding lost dash cam video on corrupted cards, especially when normal copying fails. I’d still recover to another drive, not back to the SD card.

If you want a decent roundup, this list of tested SD card recovery software that actually works is more useful than random “best app” lists.

One more thing since you mentioned evidence: document everything. Take pics of the card, note timestamps, don’t format it, and keep the original untouched after you clone it. Sounds overkill, but lawyers love paperwork and hate “I think this was the original file.”

Small disagreement with @byteguru here: if the files still show up in the folder, I would copy those exact broken clips out first before doing a full scan. Sometimes the footage is there, just finalized badly after sudden power loss, and a direct copy preserves original timestamps better than carving.

My order would be:

  1. Write-protect or at least stop using the card.
  2. Try a sector image with something like HDD Raw Copy Tool or ddrescue if reads are flaky.
  3. If the visible files copy, save them first.
  4. Then attempt repair on copies only with ffmpeg, Bento4, or Untrunc.
  5. Only after that, run recovery.

About Disk Drill specifically:

Pros

  • good at finding orphaned video fragments on SD cards
  • easy preview and simpler than TestDisk/PhotoRec
  • can scan an image instead of the physical card
  • decent for corrupted exFAT cards

Cons

  • carved videos may lose original names/date structure
  • deep scans can return lots of junk fragments
  • not magic if the controller is failing or the NAND is dying
  • paid if you need full recovery at scale

So yes, Disk Drill is a reasonable option, especially after cloning, but I would treat it as phase two, not phase one. Also, if this is evidence, avoid “repairing” the original card at all. @shizuka and @mikeappsreviewer are dead right about preserving the original media and documenting what you did.