Your hard disk — whether it’s an HDD or SSD — is one of the most important components inside your PC. It stores everything: Windows files, apps, documents, media, games, and more. But like all hardware, drives can degrade over time. Symptoms such as slow performance, random freezes, disappearing files, clicking noises (for HDDs), or long boot times may indicate disk issues.
If you’re here reading this guide, you’re likely noticing strange behavior or simply want to check your hard disk’s condition before a failure occurs. The good news? Windows 11 offers multiple built-in tools, along with advanced methods, to help you monitor disk health and detect problems early.
In this comprehensive guide, we’ll show you 6 reliable ways to check the health of your hard disk in Windows 11. Let’s get started!
1. Use the Windows 11 Settings App (Built-In SSD Health Tool)
Windows 11 includes a storage health monitoring feature — especially useful for SSDs.
- Press Windows + I to open Settings.
- Go to System.
- Click Storage.
- Scroll down and select Advanced storage settings.
- Choose Disks & volumes.
- Select your drive → Click Properties.
If the drive supports health reporting (mostly NVMe SSDs), you’ll see:
- Drive health status (Healthy / Warning / Critical)
- Temperature
- Remaining estimated life
If Windows detects issues, it will warn you to back up your data immediately.
Best For:
- Quick SSD health checks
- Checking drive temperature
- Identifying aging NVMe drives
2. Check Disk Health Using Command Prompt (CHKDSK)
Windows includes the classic CHKDSK tool, which scans and repairs file system and sector-level issues.
- Press Start, type cmd.
- Right-click Command Prompt → Run as administrator.
- Run the command:
chkdsk C: /f /r /x
What this does:
- /f → Fixes errors
- /r → Locates bad sectors
- /x → Forces drive dismount
If the drive is in use, Windows will ask you to scan on reboot — type Y and restart your PC.
Best For:
- Detecting bad sectors
- Fixing file system corruption
- Repairing slow or unstable drives
3. Check SMART Data Using PowerShell
SMART (Self-Monitoring, Analysis, and Reporting Technology) tells you whether your drive is failing.
- Press Start, type PowerShell.
- Run it as Administrator.
- Enter the command:
Get-PhysicalDisk | Select-Object MediaType, Size, SerialNumber, HealthStatus
This shows:
- SSD or HDD
- Drive size
- Serial number
- Health status (Healthy / Warning / Unhealthy)
For deeper SMART insights, use:
wmic diskdrive get status
If the result is OK, your drive is fine.
If you see Pred Fail or Unknown, consider backing up immediately.
Best For:
- Quick SMART status checks
- Diagnosing early warning signs
4. Use Windows Security’s Device Performance & Health
Windows Security includes a simple device health overview, including storage issues.
- Open Windows Security (search for it).
- Go to Device performance & health.
- Look under the Storage capacity section.
This doesn’t offer deep technical details, but it alerts you to major abnormalities related to the disk.
Best For:
- Basic system health checks
- Convenient overview for regular users
5. Use the Built-in “Drive Optimizer” Tool
This tool helps check fragmentation and drive status.
- Press Windows + S and type Defrag.
- Click Defragment and Optimize Drives.
- Select your drive.
- Click Analyze.
For HDDs, this helps:
- Detect fragmentation
- Improve read/write speeds
For SSDs, it performs TRIM operations, which improves longevity.
Best For:
- Optimizing HDDs
- Improving SSD efficiency
- Checking fragmentation-related performance issues
6. Use Third-Party Tools for In-Depth Disk Health Testing
If you want advanced SMART data, thermal readings, lifespan prediction, and failure analysis, third-party tools provide far more details than Windows’ built-in options.
Recommended Tools:
CrystalDiskInfo (Free)
Shows:
- Health status
- Temperature
- Read/write counts
- Remaining life
- Bad sector count
HDDScan
Provides:
- SMART analysis
- Surface tests
- Read/write benchmarks
Samsung Magician / WD Dashboard / Crucial Storage Executive
Brand-specific tools offer:
- Firmware updates
- Lifespan predictions
- TRIM and optimization
- Diagnostic scans
Best For:
- Deep technical diagnostics
- Predicting SSD failure
- Monitoring temperatures
- Tracking drive wear levels
Which Method Should You Use?
Here’s a quick comparison:
| Method | Best For |
|---|---|
| Windows Settings | Checking SSD health quickly |
| CHKDSK | Fixing file system errors & bad sectors |
| PowerShell SMART | Quick hardware-level health |
| Windows Security | Basic PC health overview |
| Drive Optimizer | HDD/SSD maintenance |
| CrystalDiskInfo | Advanced monitoring & lifespan prediction |
For most users:
CrystalDiskInfo + Windows Storage Health is the perfect combo.
Wrapping Up
Checking your hard disk’s health in Windows 11 is essential for avoiding data loss, performance slowdowns, and sudden hardware failure. Whether you use built-in tools like CHKDSK, PowerShell, or advanced utilities like CrystalDiskInfo, monitoring your drive regularly can help you identify issues early.