"Disk Error" or "Windows Detected a Hard Disk Problem"

Intermediate Storage & Disk Applies to: Windows 7, Windows 10, Windows 11

A warning that your drive may be failing.

Before you start: save any open work and note down what you were doing when the problem started — that context helps if you need to search further or ask for help.
  1. Back up important files immediately — this warning specifically means the drive itself may be failing, so prioritize backup over troubleshooting.
  2. Run "chkdsk C: /f /r" from an admin Command Prompt (this requires a restart to complete) to scan for and attempt to repair bad sectors.
  3. Check drive health with "wmic diskdrive get status" — anything other than "OK" is a strong signal to plan a replacement.
  4. If it's a traditional hard drive, listen for unusual clicking or grinding sounds, which are a classic sign of physical failure.
  5. If the drive is more than 4-5 years old and showing this warning, replacing it proactively is usually cheaper than dealing with a full failure and data loss.
Still not fixed? Send us the details and we'll help you dig further, or browse related guides in Storage & Disk.

Frequently Asked Questions

Does a disk error message mean my drive is about to fail completely?
Not always — some disk errors are software-level (a corrupted file system Windows can repair) rather than a sign of physical drive failure. Running chkdsk helps distinguish between the two.
Should I back up my data before running chkdsk?
Yes, if you're able to access the drive at all — chkdsk is generally safe, but if the drive is already struggling, it's worth getting anything important off it first as a precaution.

Related guides