/
/

How to Check Drive Health and SMART Status in Windows 11

by Ann Conte, IT Technical Writer
How to Check Drive Health and SMART Status in Windows 11 blog banner image

Instant Summary

This NinjaOne blog post offers a comprehensive basic CMD commands list and deep dive into Windows commands with over 70 essential cmd commands for both beginners and advanced users. It explains practical command prompt commands for file management, directory navigation, network troubleshooting, disk operations, and automation with real examples to improve productivity. Whether you’re learning foundational cmd commands or mastering advanced Windows CLI tools, this guide helps you use the Command Prompt more effectively.

Key Points

  • Using Settings offers fast, user-friendly visibility into SSD health so users can quickly identify early warning signs of slowness, overheating, or potential failure.
  • Windows PowerShell commands, such as Get-PhysicalDisk and Get-StorageReliabilityCounter, may expose additional health and reliability indicators beyond what Settings shows.
  • Manufacturer tools provide full SMART attributes, firmware details, and remaining life, making them essential for verifying SSD reliability.
  • Benchmarking and monitoring real-time temperatures help uncover throttling, airflow problems, or failing controllers that basic SMART status may not reveal.
  • Recording SMART data, temperatures, errors, and firmware versions across endpoints allows IT teams to forecast failures, plan replacements, and align remediation plans.

When you check drive health in Windows 11, you can view information such as estimated remaining life, available spare, and drive temperature. It allows you to more easily diagnose and resolve issues like slowness or overheating.

You can access this information directly in Settings, and Self-Monitoring, Analysis and Reporting Technology (SMART) data can be checked via built-in tools or manufacturer software for more comprehensive information.

A guide for checking drive health and SMART status in Windows 11

📌 Prerequisites:

  • You need local administrator access on the endpoint you’re testing.
  • You should have a recent backup ready, especially if warning signs are present.
  •  You should have a known-good USB boot media or recovery plan for failing disks.

Method 1: Quick check in Settings

  1. Open the Start Menu Settings.
  2. Go to System Storage.
  3. Open the dropdown menu under Advanced storage settings.
  4. Select Disks & volumes.
  5. Select the physical drive you want to check. You may see information such as the estimated remaining life, available spare, and temperature under Drive Health.

💡Note: Drive Health data is not available for all drives. If this information is not shown in Settings, use PowerShell or manufacturer tools instead.

Method 2: Read SMART with built-in Tools

Windows PowerShell can also be used to check your drive health and SMART status using the following commands:

Get-PhysicalDisk | Select FriendlyName, HealthStatus, OperationalStatus

  • FriendlyName – This will display the readable name of the disk.
  • HealthStatus – This will display the health state of the disk (Healthy/Warning/Unhealthy).
  • OperationalStatus – This will display the current operational state of the disk. (OK / Lost Communication/In Maintenance/Predictive Failure).

To view wear, errors, and temperature where exposed, use this command:

“Get-StorageReliabilityCounter -PhysicalDisk (Get-PhysicalDisk -FriendlyName “<DiskName>”)

💡Note: Replace <DiskName> with the FriendlyName value returned by the previous Get-PhysicalDisk command.

You can also use legacy WMIC on the Command Prompt to see if there are SMART-detected issues. To do that, use this command:

wmic diskdrive get status

This command will only serve as a quick signal and not as a full diagnostic. If you want more comprehensive information, use Windows PowerShell commands.

Method 3: Use vendor and third-party utilities for details

Disk drive manufacturers have their own tools to measure drive health. Some examples include:

These tools can give you comprehensive information on your disk drives, including SMART attributes, firmware attributes, and estimated life remaining. To find your drive’s manufacturer, follow these steps:

  1. Right-click Start Menu Device Manager.
  2. Expand Disk drives.
  3. Double-click the drive you wish to check.
  4. The manufacturer will be listed under the General tab.

💡Note: SSDs and NVMe drives have finite write endurance (commonly expressed as TBW or DWPD). Once this is consumed, long-term reliability can no longer be guaranteed. Low-cost consumer SSDs may have significantly lower endurance, making it important to monitor estimated remaining life for proactive replacement planning.

💡Note: In addition to USB enclosures, hardware RAID controllers often abstract or mask SMART and drive-level health data. In these cases, vendor disk utilities or RAID controller management tools should be used for accurate diagnostics.

Other things to do to monitor drive health in Windows

Validate Performance and thermals

It’s important to see how your drive performs under pressure and how it handles disk-intensive tasks. That way, you can be sure that the computer can handle your organization’s daily workflows.

To do that, you can follow these steps:

  1. Copy a large file or run your standard storage benchmark and verify that throughput is within expected ranges for the drive and interface.
  2.  Observe the device temperature during activity using Windows PowerShell or manufacturer tools.

Ensure that the temperature remains within manufacturer-recommended operating ranges and does not exceed documented maximum thresholds. If the device experiences sustained high temperatures, it can accelerate wear and tear.

Document the trends in your RMM

Capture available health status indicators, such as remaining life, temperature at idle and under load (where available), and firmware version. It’s best if your RMM tool has its own health monitoring tools. Track trends over time and make sure that all devices are performing at acceptable levels. If there are recurring issues, it’s best to schedule replacements as soon as possible to prevent total failure. Align your procedures with your remote monitoring checklist.

When to escalate after monitoring drive health

Escalate immediately when:

  • You detect any critical warning, pred fail, repeated read/write errors, or rapidly rising temperatures. In these situations, you need to implement your immediate backup and replacement plan.
  •  You validate with a vendor long test, update firmware if recommended, and recheck health before returning a device to service.

Troubleshooting tips when checking SSD health in Windows 11

ProblemWhat to do
Settings don’t show health data.Some systems may not display this data in Settings due to drive, controller, or firmware limitations. If it doesn’t appear there, use Windows PowerShell reliability counters or your manufacturer’s tool instead.
WMIC says the temperature is normal, but the drive is slow or hot.WMIC doesn’t give you comprehensive information. Confirm with Windows PowerShell or vendor tools and measure performance under load.
Intermittent failures after updatesCheck the manufacturer’s website and see if there are further firmware updates or additional guidance for your SSD.
No SMART on USB enclosuresMany USB bridge chips do not expose SMART data. Test the bare drive on a native port or use an enclosure that passes SMART through.
SMART data is not visible on systems using hardware RAID.Hardware RAID controllers may mask SMART data. Use RAID controller or disk vendor tools for accurate diagnostics.

Best practices summary table when checking smart status in Windows 11

PracticePurposeValue Delivered
Use Settings first.This provides fast signals and basic visibility into overall drive health.You’ll have a much quicker triage when a problem occurs.
Add PowerShell and manufacturer tools.You can gain deeper visibility into drive health and SMART data using PowerShell and manufacturer-specific tools.You can make more confident decisions based on more comprehensive data.
Measure temperature while in heavy use.You can catch thermal issues earlier.Your disk drives will last longer.
Record in your RMM tool.Allows you to more easily plan for replacements.You’ll have fewer surprise outages, and you won’t be caught unprepared.
Back up your drive data before long tests.This will keep your data secure.You’ll have reduced risks while you’re running your diagnostics.

Keep your devices healthy by monitoring SMART status and drive health in all your endpoints

There are many ways to check a device’s drive health and SMART status in Windows 11. You can start with Windows Settings for a quick health check, corroborate the information with PowerShell and manufacturer tools for more comprehensive readings.

Once you’ve verified the information, document the results. Trending health and temperature lets you schedule replacements before incidents and align remediation with maintenance windows.

Related Articles:

Quick-Start Guide

NinjaOne provides several methods to check drive health and SMART status in Windows 11:

Using NinjaOne:

  1. NinjaOne RMM: If you’re using NinjaOne’s RMM solution, it includes monitoring for drive health and SMART status. You can view this information in the device dashboard under the hardware section.
  2. Automation Scripts: NinjaOne allows you to run automation scripts to check drive health and SMART status remotely. These scripts can be scheduled to run at intervals and alert you if any issues are detected.

By using these methods, you can effectively monitor and maintain the health of your drives in Windows 11.

FAQs

WMIC is not a reliable tool for diagnosing SSD health. It only reports OK or Pred Fail status based on limited SMART attributes. For accurate results, use vendor diagnostic tools, PowerShell Storage cmdlets, or full SMART readers that show wear-leveling, bad blocks, temperature, and controller health.

Some SSDs and external enclosures do not expose SMART or NVMe telemetry to Windows because of controller limitations or non-standard firmware. In these cases, you can use tools like Windows PowerShell or manufacturer utilities, which can directly read hardware-level data.

Yes. But you need to back everything up first, since a failing SSD may deteriorate in the middle of testing. A long test provides a detailed SMART evaluation and is often required by vendors before they approve warranty replacements.

Some USB enclosures support SMART pass-through, but many do not. If SMART isn’t visible, connect the drive directly to a motherboard port, or use an enclosure specifically labeled as SMART-capable or UASP with SMART support.

An SSD can appear “Healthy” in SMART or Windows reports while still performing poorly due to thermal throttling, firmware bugs, overfilled capacity, outdated drivers, or background processes consuming I/O. To troubleshoot, check the SSD’s temperature, update its firmware, ensure at least 10–20% free space, update the storage controller driver, and test under load with tools like CrystalDiskMark or Diskspd.

You might also like

Ready to simplify the hardest parts of IT?