Local Tech Fix (626) 655-0020
All articles

Is Your Hard Drive Failing? Warning Signs, the "Windows Detected a Hard Disk Problem" Popup, and What to Do First

July 20, 2026

A clicking drive, a scary "hard disk problem" popup, or files that suddenly won't open — here's how to tell a genuinely dying drive from a false alarm, how to check its health for free, and the one move that matters most: get your data off it now.

a close up of a computer screen with a sign on it
Photo by Nong on Unsplash

A hard drive is the one part of a computer where a failure isn't just an inconvenience — it can take your photos, documents, and everything else with it. So when the machine starts making an odd clicking sound, files stop opening, or a red "Windows detected a hard disk problem" box pops up, the worry is real and worth taking seriously. The good news is that a drive usually gives you at least some warning, and there are free, built-in ways to check its health before you panic-buy anything. The search results for this problem are wall-to-wall paid "drive repair" and "bad sector fixer" tools — and the honest truth they bury is that no software can repair a drive that's physically dying. What software can do is tell you how bad it is and help you get your data off in time. That's what this guide is for.

First, make sure this is the right guide. This one is about your drive's health — is it failing, and what do you do about it. If an external or USB drive simply won't appear in Windows, that's usually a connection or drive-letter issue — see our external-drive guide. If you deleted a file by mistake on an otherwise healthy PC, see our file-recovery guide. And if the drive is fine but pinned at 100% usage and everything crawls, that's a performance problem, not a failing drive — our 100%-disk-usage guide covers it. This article is for the case where you suspect the drive itself is on its way out.

Before anything else: back up now, and use the drive as little as possible

If you take one thing from this page, take this: the moment you suspect a drive is failing, copy your important files off it — right now, before you run any tests or repairs. A failing drive rarely gives much notice, and every extra hour of use, every reboot, and every repair scan asks a struggling drive to do more work, which can be exactly what pushes it over the edge. Plug in an external drive or a USB stick and drag your irreplaceable files (documents, photos, anything you can't re-download) to safety first. If you already have a backup, this is the moment it earns its keep — confirm it's current before you do anything else.

The reason for the hurry is simple: diagnosing the drive is the second priority, not the first. It doesn't matter whether the warning turns out to be a real fault or a false alarm — a copy of your data costs you nothing and protects you either way. Once your files are safe, you can poke at the problem calmly. If the drive is making a clicking or grinding noise, be even more careful: get whatever you can off it immediately and keep reads short, because a mechanically failing drive can go from working to dead within minutes of that noise starting.

The warning signs of a dying drive

Drives usually fail with a pattern of symptoms rather than one dramatic moment. The most reliable red flag is sound: a healthy hard drive gives a faint, steady hum, while repeated clicking, grinding, buzzing, or beeping means the read/write heads can't find their position — that's a mechanical failure, and it's the one sign you should never wait out. (Solid-state drives have no moving parts, so a silent SSD isn't reassuring — more on that below.)

The other signs are about behavior. Files that used to open now give "file is corrupt" errors, come up blank, or vanish; folders appear and disappear; and copying a file takes far longer than it should or stalls halfway. The whole computer may freeze for long stretches with the drive light stuck on, take many minutes to boot, or crash to a blue (now black) screen — especially with stop codes like INACCESSIBLE_BOOT_DEVICE or CRITICAL_PROCESS_DIED, which point straight at the system drive. Windows may also start reporting bad sectors, or you might see the drive drop out of File Explorer and reappear. Any one of these can have another cause, but two or three of them together, or any of them alongside a strange noise, is a drive telling you it's in trouble.

"Windows detected a hard disk problem" — real warning or false alarm?

This popup comes from a built-in Windows feature (Disk Diagnostics) that reads your drive's own self-monitoring data, called S.M.A.R.T. Most of the time it's a genuine early warning that the drive has started to fail, and you should treat it that way until you've proven otherwise — back up first, then check the drive's health (next section). Occasionally it is a false alarm: a S.M.A.R.T. reading can glitch, or a temporary system-file or driver problem can trigger the message on a drive that's actually fine. The only way to know which you've got is to check the drive itself, not to guess.

Two cautions. First, people search for how to turn this warning off — and yes, you can disable it in Windows' Group Policy — but silencing the message doesn't fix the drive; it just removes the one thing warning you before you lose data. Don't disable it until you've confirmed the drive is healthy. Second, be aware that some fake "your hard disk is damaged" pop-ups and phone-number "support" warnings are scams designed to sell you junk software or remote access. The real Windows message never gives you a phone number to call or a download button — if yours does, close it and treat it as a scam, not a drive fault.

How to check the drive's health yourself (free, built-in first)

You don't need to buy anything to get a straight answer. Windows has the tools built in. For the quickest check, open PowerShell and run: Get-PhysicalDisk | Select FriendlyName, HealthStatus, OperationalStatus. The HealthStatus column reads Healthy, Warning, or Unhealthy — anything but Healthy means back up and investigate. An older command, wmic diskdrive get status, returns a simple "OK" or "Pred Fail"; it still works on many PCs but Microsoft is phasing WMIC out, so lean on the PowerShell command instead.

For a clearer picture, the free tool CrystalDiskInfo reads the full S.M.A.R.T. data and shows an overall health rating in plain color: blue/Good, yellow/Caution, or red/Bad. If you see Caution, treat it as "back up everything right now and start shopping for a replacement" — a Caution drive is developing problems even if it still works today. The three rows worth understanding are Reallocated Sectors Count, Current Pending Sector Count, and Uncorrectable Sector Count: on a healthy drive these read zero, and if they're above zero and climbing over time, the drive is wearing out. If your drive is a Seagate, Samsung, or Western Digital, the maker's own free tool (SeaTools, Samsung Magician, or WD Dashboard) gives a brand-specific health test and firmware updates too.

Windows' built-in chkdsk (run chkdsk C: /f /r from an admin Command Prompt) scans for and repairs file-system errors and marks off bad sectors so Windows stops using them. It's useful when the drive is basically healthy but has developed a few errors — but here's the critical exception: if the drive is clicking, grinding, or clearly failing mechanically, do not run chkdsk. Forcing a repair scan on a dying drive makes it work hard for a long time and can turn a recoverable situation into a lost one. On a Mac, the equivalent first check is Disk Utility > First Aid, and some Macs show a S.M.A.R.T. status line there too.

Hard drive vs SSD: they fail differently

It matters which kind of drive you have, because they warn you in opposite ways. A traditional spinning hard drive (HDD) usually limps toward failure with the physical, gradual signs above — clicking, slowdowns, growing bad-sector counts — which gives you a window to react. A solid-state drive (SSD) has no moving parts, so it makes no noise and often gives far less warning; it can go from "slightly odd" to completely unreadable much faster. A common SSD failure mode is the drive suddenly becoming read-only — you can still open and copy your files, but nothing can be saved or changed — which is the controller's way of protecting what's left when it runs out of healthy space to write to. If that happens, copy everything off immediately, because read-only is often the last stage before the drive stops responding entirely.

One myth worth putting to rest: people worry their SSD will "wear out" from writing to it. In practice that's rarely what kills a consumer SSD. These drives are rated for hundreds of terabytes of writes (typically 150–600 TBW), and a normal person writes only 10–30 GB a day — that's decades of life. Far more often, an SSD dies from a controller failure, a firmware bug, a power surge, or a plain manufacturing defect, any of which can take out a brand-new drive as easily as an old one. The upshot is the same for both drive types: a backup is the only thing that truly protects you, because no drive gives a guarantee.

What not to do

Skip the paid "hard drive repair" and "bad sector remover" downloads. A drive that's physically failing has a hardware problem, and no software can fix hardware — at best these tools waste the drive's remaining life on a pointless scan, and at worst they're junkware. Don't keep restarting or power-cycling a clicking drive in the hope it'll behave; each spin-up is another chance for it to fail for good. Don't reformat, run a long repair, or reinstall Windows onto a drive you suspect is dying — those are heavy write operations that can bury your still-recoverable files. And don't just dismiss or disable the warning and carry on; the message is doing you a favor.

It's failing — now what?

If the tests confirm the drive is on its way out, the fix is to replace it, not repair it — and it's a routine, affordable job. Swapping a failing drive (or an old spinning hard drive) for a fresh SSD both solves the reliability problem and makes the whole computer noticeably faster; our SSD-upgrade guide walks through why. If the drive still reads and you caught it early, the cleanest path is to clone it to the new drive before it dies, so Windows and all your programs come across intact. If it's already too far gone to boot, a fresh Windows install on the new drive plus your backup gets you running again.

The one situation to hand off rather than tackle yourself is a clicking or grinding drive that holds files you haven't backed up. Every attempt to force it to work risks the very data you're trying to save, and DIY recovery software can make a mechanical failure worse. That's a case for professional data recovery — stop using the drive and get it looked at. We diagnose failing drives and do this kind of work every week across Southern California and the Coachella Valley: we'll test the drive honestly, tell you whether it's a real fault or a false alarm, get your data off it safely, and replace it with a fast SSD if that's the call — in person or by remote support once the machine is stable. And if the news is good and the drive is fine, we'll tell you that too, so you're not paying to fix a problem you don't have.

Keep reading

Free calculators

Service areas we cover

Want a second opinion before you buy?

We don't sell hardware or warranties — call and we'll tell you what's worth buying and upgrading.

Call (626) 655-0020

Gear we recommend

All gear →

Need help with your website?

For web-side work — site builds, speed fixes, hacks, broken plugins, hosting issues — head to our sister site.

Visit HelpWithWeb.com →