A failing drive rarely gives you a convenient warning. More often, it starts with files taking too long to open, a PC that freezes during simple tasks, random blue screens, or a laptop that refuses to boot when you need it most. Knowing how to check your disk health in Windows 11 can help you spot trouble early, protect your files and avoid turning a small repair into a data recovery job.
Windows 11 includes useful checks, but no single result tells the whole story. The sensible approach is to check for file-system errors, read the drive’s SMART status, pay attention to symptoms, and make a backup before testing becomes more intensive.
Start with the symptoms, not the tool
Disk health checks are most useful when you know what you are looking for. A traditional hard drive and a solid-state drive can fail in different ways, but both can cause instability long before they stop working completely.
Common warning signs include unusually slow start-up times, folders that hang while opening, files that cannot be copied, applications crashing without an obvious reason, and Windows reporting that a drive needs to be repaired. With a hard drive, clicking, grinding or repeated spin-up noises are serious signs. Back up your data immediately and avoid repeatedly restarting the machine.
With an SSD, the warning may be less dramatic. It may become read-only, disappear from Windows intermittently, report errors during updates, or cause sudden freezing. SSDs have no moving parts, but they still wear out and can fail without much noise or notice.
If the drive contains coursework, family photos, business records or anything else you cannot easily replace, copy that data first. Do not wait for a diagnostic result before making a backup.
Check your disk for file-system errors in Windows 11
Windows can scan a drive for logical errors, such as damaged file-system records or issues caused by an improper shutdown. This does not fully test the physical condition of the drive, but it is a good first check when Windows is behaving strangely.
Open File Explorer, select This PC, then right-click the drive you want to inspect. Choose Properties, open the Tools tab and select Check under Error checking. Windows may say that no scan is needed, but you can still choose to scan the drive.
For the system drive, usually C:, Windows may need to schedule the repair for the next restart. Save your work before agreeing. The scan can be quick, but a repair on a large or damaged drive may take considerably longer.
A clean result is reassuring, but it does not mean the hardware is definitely healthy. Error checking mainly looks at the way Windows stores and accesses data. A drive with developing mechanical faults or worn flash memory can still pass.
Use CHKDSK for a more detailed disk check
The command-line version gives you more control. Search for Command Prompt, right-click it and choose Run as administrator. Then enter:
chkdsk C: /scan
Replace C: with the letter of the drive you want to check. The /scan option performs an online scan and is normally a sensible starting point because it does not immediately take the drive offline.
If Windows finds issues that need repairing, you can run:
chkdsk C: /f
The /f switch fixes file-system errors. On your Windows drive, you will normally be asked whether to run the check at the next restart.
You may see advice online telling you to use /r every time. Be cautious. The command below scans for bad sectors and attempts to recover readable data:
chkdsk C: /r
It can take many hours on a large hard drive, and it puts the drive through a heavy read test. It has a place when you suspect physical disk problems, but it is not routine maintenance for an SSD and it is not a substitute for a proper backup. If a drive is already clicking, disconnecting or struggling to copy files, prioritise data recovery rather than repeatedly running repairs.
Check SMART status to assess physical drive health
SMART stands for Self-Monitoring, Analysis and Reporting Technology. Most internal hard drives and SSDs track information about their own condition, including error rates, temperature, bad sectors or spare memory blocks.
Windows can provide a very basic SMART status from an elevated Command Prompt. Enter:
wmic diskdrive get model,status
A result of OK means the drive has not reported an immediate SMART failure. Pred Fail means the drive believes it is close to failure and should be replaced as soon as possible after backing up your data.
There is an important limitation: OK does not mean “perfect”. Windows only reports a simple pass or fail result here. It does not show the detailed figures that often reveal an SSD wearing down or a hard drive accumulating bad sectors. Also, the WMIC command is being phased out in newer Windows builds, so it may not be available on every machine.
For a fuller view, a reputable SMART-monitoring utility can show the drive’s temperature, power-on hours, reallocated sectors, pending sectors and remaining SSD life. The figures need interpreting rather than blindly following a colour rating. One old reallocated sector is not always a crisis; a number that keeps increasing is a reason to act.
What the important SMART readings mean
On a hard disk drive, pay particular attention to reallocated sectors, current pending sectors and uncorrectable sectors. These suggest the drive has struggled to read or write parts of its surface. If any of these counts are rising, back up immediately and plan a replacement, even if the PC still works.
High temperatures matter too. A desktop drive running consistently hot may have poor airflow, a failed case fan or an unsuitable position in the case. Laptops can also run hot when vents are blocked by dust. Heat can shorten the life of any storage device.
On an SSD, look for the remaining life or percentage used figure, total host writes, media errors and critical warnings. Different manufacturers label these attributes differently, so the overall trend matters more than one exact name. An SSD showing a critical warning, repeated media errors or a rapidly falling health percentage is not one to trust with the only copy of your files.
External USB drives are more complicated. Some enclosures do not pass SMART data through to Windows, so a missing SMART report does not necessarily mean the disk is faulty. Try a different cable and port first if the drive disconnects, then test it in another enclosure or computer where practical.
Check Windows 11 storage and event warnings
Windows can reveal clues even where a basic disk check passes. Open Settings, go to System, then Storage, and review which drive is filling up. A nearly full system SSD can make Windows feel slow and can interfere with updates, temporary files and normal operation. Leave some free space rather than running a drive at its absolute limit.
For more technical clues, search for Event Viewer and open it. Go to Windows Logs and then System. Look for repeated disk, Ntfs, storahci or nvme warnings around the time the problem occurred. A single warning after a forced shutdown may not be significant. Repeated entries about bad blocks, resets or device errors deserve attention.
Do not delete files or format a drive just because Event Viewer shows an error. Record the message, make a backup and establish whether the fault is the drive itself, its cable, its power connection or the USB enclosure. On desktop PCs, a loose SATA cable can look very similar to a dying hard drive.
When to stop testing and replace the drive
There is a point where more testing creates risk without changing the answer. If the drive is clicking, vanishing from the BIOS, reporting a SMART failure, accumulating bad sectors or preventing Windows from starting, treat it as unreliable. Back up what you can, power the device down and arrange a replacement or professional assessment.
For a working but ageing hard drive, moving Windows and your files to an SSD is often one of the most noticeable upgrades you can make. Start-up, software loading and everyday responsiveness usually improve significantly. The right replacement depends on the device: a 2.5-inch SATA SSD suits many older laptops and desktops, while newer machines may use an M.2 NVMe SSD.
If your files are already inaccessible, avoid installing Windows again or saving new data to that drive. Those actions can overwrite recoverable information. At DCC Workshop, we see this mistake often: a drive failure begins as a slow laptop, then becomes a more difficult recovery after several restarts and repair attempts.
A disk check is useful maintenance, but a backup is the real protection. Keep important files in at least two places, check that the backup actually opens, and act on the first credible warning rather than waiting for the drive to make the decision for you.
Please Login or Register