My hard drive suddenly started showing errors and some folders won’t open. I’m worried it’s corrupted, but I need to recover important files before trying anything risky. What are the safest ways to repair a corrupted hard drive without losing data?
If the files matter, don’t start by trying to repair the drive. That’s where a lot of people make things worse. Windows may offer to run CHKDSK or tell you to format the disk, but if the file system is already messed up, those “fixes” can make recovery harder.
First step is simple: stop using the drive.
If it’s an external hard drive, unplug it for now. If it’s an internal drive, don’t copy anything to it, install anything on it, or keep messing with it. The less new data written to the drive, the better your odds are of getting your files back.
It also matters what you mean by “corrupted.” A few common cases:
- Windows says the drive must be formatted.
- The file system shows as RAW.
- The drive letter appears, but the drive won’t open.
- The drive is clicking, grinding, or acting physically weird.
If it still shows in Disk Management with the right size, that’s usually a decent sign. It often means the drive itself is still being detected and the issue may be with the partition or file system rather than total hardware failure.
I’d recover the important stuff before doing any repair attempts. Disk Drill is a good option for this because it can make a byte-to-byte image of the drive first. Then you scan the image instead of repeatedly stressing the original disk, which is much safer if the drive is unstable.
The basic order would be:
- Install Disk Drill somewhere else, not on the problem drive.
- Create a disk image if the drive is readable enough.
- Run Universal Scan on the image.
- Preview the files you care about.
- Recover them to a different healthy drive.
On Windows, Disk Drill also lets you recover up to 100 MB for free, which is useful for checking whether your files are actually recoverable before spending money.
Once the data is safe, then you can think about fixing the drive.
Start with the basic stuff first:
- Use a different USB cable.
- Try another USB port.
- Connect the drive to another computer.
A surprising number of “dead” or “corrupted” external drives are really just a bad cable, flaky port, or failing enclosure.
If the drive is not showing as RAW, you can try CHKDSK after recovery:
chkdsk X: /r
Just don’t run that first if the files are important. CHKDSK modifies the file system. It can fix some problems, but it can also delete damaged entries or rearrange things in a way that makes recovery messier.
If the drive is RAW, CHKDSK usually isn’t going to be useful. In that situation, recover what you can first. After that, you can try repairing the partition with TestDisk or just format the drive and start over.
Pay close attention to how the drive behaves, too. Stop with DIY attempts if you see things like:
- repeated clicking,
- random disconnects,
- very slow reads,
- or the drive vanishing from Disk Management.
Those are usually signs of hardware trouble. If the data is really valuable, that’s when a professional recovery lab is the safer call. Every extra scan or repair attempt can make a failing drive worse.
So a corrupted hard drive is not automatically finished. A lot of the time the data is still there and only the file system is damaged. Just handle it in the right order: recover the files first, then repair or format the drive later. That gives you the best shot at saving the data, and maybe the drive too.
Whether the bad drive is the one Windows boots from matters a lot. If it is your system drive, I would stop booting from it until the files are copied or imaged. Every restart writes logs, temp files, updates, browser cache, and other junk you didn’t ask for. That can turn a recoverable situation into a worse one.
I agree with @mikeappsreviewer on not starting with CHKDSK, but I’d be even more boring about the first pass: grab the most important files first, in small batches, to another drive. Don’t try to “select everything” and drag the whole disk if it’s acting flaky. A bad folder can stall the whole copy for hours. Start with documents, photos, work files, whatever you’d be upset to lose. If normal copy fails, then move to imaging or recovery software. Disk Drill can be useful there, but make sure it is installed on a healthy drive and that recovered files are saved somewhere else.
Before any repair attempt, check the drive’s health with a SMART tool like CrystalDiskInfo if Windows can still see it. If it shows caution/bad, reallocated sectors, pending sectors, or the drive keeps disconnecting, don’t waste time trying to “fix” the file system. Treat it as a failing drive and copy/image what you can. If SMART looks okay and the files are already safe, then CHKDSK, TestDisk, or reformatting become reasonable options depending on whether the partition is damaged or the file system is just messy. Just don’t confuse “repairing the drive” with “recovering the files.” Those are different jobs, and recovery should come first.
A bad file system and a dying disk can look almost the same in Explorer, but they should not be treated the same. If folders won’t open, Windows asks to scan/repair, or the drive suddenly turns RAW, assume the data is at risk and avoid anything that writes to that disk. That includes “Scan and fix,” CHKDSK, formatting, partition repair, and sometimes even letting Windows keep mounting it over and over.
I agree with the earlier advice about recovery first, repair second. The small thing people forget is that Windows loves to “help” at the worst possible time. If you plug the drive in and get a popup saying it needs to be fixed before use, cancel it. If it is your boot drive, I would rather boot from a USB stick or connect the drive to another machine as a secondary drive than keep starting Windows from it. A cheap USB-to-SATA adapter or enclosure can help, but if the drive disconnects or clicks, stop there.
For a simple, lower-risk path: copy your most important folders first to another healthy drive. If copying hangs, don’t keep retrying the same folder forever. Move on and come back later. If the drive seems unstable, make an image and work from that image instead of scanning the original repeatedly. Disk Drill is fine for that if you want a graphical tool, but the important rule is the same with any recovery program: install it somewhere else and recover files somewhere else.
After your files are safe, then you can try repairs. CHKDSK might fix a normal NTFS mess, TestDisk might help with a damaged partition table, and formatting might make the drive usable again if the hardware is still healthy. But if SMART shows bad/pending sectors or the drive keeps dropping out, I wouldn’t trust it afterward even if you manage to “fix” it. At that point it becomes a recovery source, not a drive worth putting back into service.


