6 Ways to Check Hard Disk Health in Windows 11

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.

  1. Press Windows + I to open Settings.
  2. Go to System.
  3. Click Storage.
  4. Scroll down and select Advanced storage settings.
  5. Choose Disks & volumes.
  6. 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.

  1. Press Start, type cmd.
  2. Right-click Command PromptRun as administrator.
  3. 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.

  1. Press Start, type PowerShell.
  2. Run it as Administrator.
  3. 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.

  1. Open Windows Security (search for it).
  2. Go to Device performance & health.
  3. 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.

  1. Press Windows + S and type Defrag.
  2. Click Defragment and Optimize Drives.
  3. Select your drive.
  4. 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:

MethodBest For
Windows SettingsChecking SSD health quickly
CHKDSKFixing file system errors & bad sectors
PowerShell SMARTQuick hardware-level health
Windows SecurityBasic PC health overview
Drive OptimizerHDD/SSD maintenance
CrystalDiskInfoAdvanced 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.

Posted by Arpita

With a background in Computer Science, she is passionate about sharing practical programming tips and tech know-how. From writing clean code to solving everyday tech problems, she breaks down complex topics into approachable guides that help others learn and grow.