You cannot physically heal a damaged platter with software. You can rescue readable data, rule out connection trouble, mark unusable clusters, then decide if the HDD is safe to reuse.
Back up or image the HDD before trying to repair bad sectors. Use Disk Drill to create a byte-to-byte image, recover important files from that image, then inspect SMART data. Run
chkdsk /r
only if the drive remains stable.
Stop using the HDD if it clicks, scrapes, disconnects, or contains irreplaceable files. Repair scans can place sustained load on weak hardware. Do not initialize, format, defragment, or erase the disk before recovery.
Creates byte-to-byte disk images · Scans images instead of repeatedly reading the original HDD · Windows plus macOS
Bad sectors often signal media trouble, so protect the readable data before attempting repairs. Disk Drill can create a byte-to-byte image that you scan without repeatedly stressing the original HDD. (disk-drill.com)
A loose SATA lead, weak USB bridge, or failing power adapter can produce read errors that resemble bad sectors. SMART data also helps show whether the disk is reallocating sectors or waiting to retest unstable ones.
CHKDSK can locate unreadable clusters, recover readable information where possible, then keep Windows from using marked clusters. The
/r
scan reads the full volume, so large HDDs may take many hours. (learn.microsoft.com)
chkdsk E: /r
, replacing
E:
with the correct volume letter.A full write-read test may prompt the HDD firmware to remap weak sectors. This does not heal platter damage, plus it destroys every partition, file, recovery trace, plus backup stored on that disk.
Some drives are too unstable for software repair. Clicking, scraping, failed spin-up, severe slowness, disappearing capacity, or repeated disconnects are reasons to stop DIY work.
Software is the wrong first move if the HDD clicks, scrapes, spins down unexpectedly, reports the wrong capacity, or disappears from BIOS. Power it off. If the files are valuable, preserve its current condition for a recovery specialist.
A slow but steady disk may still be imageable. A disk that repeatedly resets during reads is a different problem, since each retry places more strain on weak hardware.
Start with data protection, then move toward repair or replacement.
| Method | Best for | Time | Success rate |
|---|---|---|---|
| 1. Image the HDD With Disk Drill TRY FIRST | Protecting readable files before repair | ~10 min setup | ● 90% |
| 2. Check SMART Data, Cables, Plus Ports | Diagnosing false errors or early failure | ~10 min | ● 75% |
| 3. Run CHKDSK With the Recovery Switch | Stable drives with file-system damage | 1–12+ hr | ● 70% |
| 4. Run a Destructive Full-Surface Test | Testing an empty HDD after recovery | 3–24+ hr | ● 45% |
| 5. Replace the HDD or Use a Recovery Lab | Mechanical failure or recurring errors | Varies | ● 95% |
Start by imaging the affected HDD with Disk Drill if the files have any value. A stable drive with a few logical errors may be suitable for SMART checks followed by CHKDSK, while recurring sector errors usually justify replacement.
Skip repair utilities if the HDD makes unusual sounds, drops offline, or becomes slower with every attempt. Those symptoms make a recovery lab the safer route.
Recover first, verify the recovered files on another disk, then test or erase the old HDD. Never reverse that order.
/r
searches for bad sectors, attempts to recover readable information, then marks unusable clusters. It does not physically mend the disk surface. (learn.microsoft.com)chkdsk E: /r
, replacing
E:
with the correct drive letter. Confirm the letter in Disk Management before pressing Enter.