Should I Repair The Corrupted Drive Or Recover My Files First?

My external hard drive suddenly started showing errors and Windows says it needs to be repaired. I’m worried that running a drive repair tool could make the corruption worse or delete files I still need. What’s the safest order: data recovery first or disk repair first?

For family photos, I wouldn’t start by trying to “fix” the drive. I’d try to copy or recover the files first, then worry about repairing it later.

I ran into a similar thing with an old photo drive. It vanished from File Explorer, but Disk Management still showed the partition and the full drive size. At first I assumed the drive was dead. It wasn’t, at least not mechanically. The file system had just gotten corrupted.

The tempting thing is to let Windows run 'Scan and fix' as soon as it pops up. I almost did that too, but I’m glad I stopped. Repair tools can change the file system, and if the only copy of your photos is on that drive, that’s not where I’d start.

I’d first look at what the drive is actually doing. If it still appears in Disk Management, shows the right capacity, spins normally, and isn’t clicking or grinding, I’d treat it like a logical/file system issue for now. That’s usually a much better sign than a drive that shows the wrong size, drops out constantly, or makes bad noises.

What worked for me was Disk Drill. The useful part was being able to make a full image of the drive first, then recover from the image instead of hammering the original disk over and over. If the drive gets worse during recovery, at least you’ve already copied everything readable.

The photo preview feature helped too. Once I could see the pictures opening in the preview, I had a lot more confidence that the files themselves were still okay. The Windows version also lets you recover up to 100 MB for free, so you can at least test whether it finds your stuff before paying.

After I got the important files copied to another drive, fixing the old one was simple. I did a quick format, it got a fresh file system, and it worked again. I still didn’t trust it with anything important after that. Temporary storage, sure. Family photos, no.

There are a few other routes depending on what’s wrong:

  1. CHKDSK can make sense after your data is already recovered and the file system is still partly readable.
  2. TestDisk is worth looking at if the partition turned RAW or Windows lost the partition info.
  3. Try another USB cable, enclosure, or computer if it’s an external drive. A bad USB bridge can make a perfectly okay HDD look corrupted.

I’d be much more careful if the drive clicks, disconnects and reconnects, reports the wrong capacity, has a lot of pending or reallocated SMART sectors, or every scan slows down badly. That points more toward physical failure.

In that case, I’d stop messing with software scans. Every scan is extra stress on the drive. A proper recovery lab can temporarily deal with electronics or mechanical problems, image the disk with dedicated hardware, and work from that copy instead of the failing original.

It costs more, obviously. Logical recovery is often somewhere around $300 to $600. Mechanical damage can easily land around $800 to $2,000 or more, depending on the drive and what failed. A lot of reputable labs are no-data, no-fee, though, so you’re not always paying if they get nothing back.

If it were my drive, I’d do it in this order: check how it looks in Disk Management, recover the photos to a different drive, then try repair tools or formatting only after the files are safe. And if the corruption comes back, replace the drive.

Hard drives are replaceable. Family photos aren’t. Even if you get this one working again, I’d treat it as a warning and keep another copy somewhere else.

1 Like

A drive that simply has a messy file system is very different from a drive that is starting to fail physically. Windows uses the same kind of scary “repair this drive” wording for both, which is why clicking it right away is a gamble. If the files matter, treat the drive as read-only until you have copied or recovered what you need.

I mostly agree with @mikeappsreviewer, but with one caveat: if the drive still opens and you can see your folders, I would copy the most important stuff first before running any long scan. Don’t start with “everything.” Grab the irreplaceable folders first, to a different disk. After that, image the drive or use recovery software if normal copying fails. A full scan can take hours, and a weak drive may not give you unlimited chances.

The repair step can wait. CHKDSK or Windows “scan and fix” may clean up the file system, but it can also move damaged entries into FOUND.000 folders, rename recovered fragments, or make some files harder to sort out later. It is not meant to preserve your photo collection in the nicest possible way. It is meant to make the volume consistent again.

So the order I’d use is: stop writing to the drive, copy what is visible, recover what is not visible, then repair or format only after the files are somewhere else. If the drive disconnects, clicks, freezes the whole computer, or shows the wrong size, stop trying software fixes and think about a recovery lab instead.

The annoying catch with “copy the files first” is that File Explorer can hang for ages on one damaged file and waste the drive’s remaining good time. I’d still recover before repairing, but I’d avoid dragging the whole drive over in one giant copy. Start with the folders you care about most, copy them to a different disk, and if Windows keeps freezing, switch to a tool that can skip bad files and continue instead of retrying forever. Only after you have the important stuff somewhere safe would I let Windows repair it. A repair might make the drive mount cleanly again, but it is allowed to change the file system, and that’s not something I’d gamble on with the only copy of the data.

Do not click repair first.

The missing trap is where you save the recovered files. Whatever tool you use, do not recover back onto the same external drive. That can overwrite directory entries or file data that recovery software has not read yet. Save everything to a different disk with plenty of free space, even if that means buying or borrowing another drive first.

I agree with the general order people gave: get the data off, then fix the drive. My slight tweak is that if the drive is acting flaky, I would not spend much time opening folders, generating thumbnails, sorting by date, or doing repeated scans just to “see what’s there.” That can burn time and reads. Either copy the must-have folders immediately, or make an image/clone and work from that. Disk Drill can do that in a friendlier way, but a cheaper route for comfortable users is a Linux live USB with ddrescue. Less pretty, more fiddly, but good at skipping bad areas and coming back to them later.

After your files are on another drive, then Windows repair, CHKDSK, format, testing, all of that is fair game. Until then, treat the repair prompt like a cleanup crew that doesn’t know which files are precious. It may make the drive usable again, but usable is not the same thing as recovered.