HomeTutorialHow to Check SSD Health On Windows 11 PC

How to Check SSD Health On Windows 11 PC

Published on

Solid-state drives (SSDs) are the main storage devices of computers now, as they have faster performance and reliability compared to traditional hard disk drives (HDDs). SSDs work without any problems for years, but their health and performance should be checked regularly to prevent any data loss due to unexpected failure.

Choose-correct-M.2-SSD-for-your-motherboard

Windows has a built-in tool to check SSD health. Additionally, there are several applications available for checking SSD health. For example, third-party apps like HWiNFO, CrystalDiskInfo, AIDA64 Extreme, and SSD manufacturer applications like ADATA SSD Toolbox, Samsung Magician, etc. can provide a comprehensive report about your SSD’s health.

Here is how to use Windows’ built-in tool and third-party apps to check the health of the SSD in your computer.

How to Check SSD Health Using Windows 11 Built-in Tool?

Windows 11 users can easily check health of their SSD without installing a third-party app. However, the report will not be comprehensive. Here’s how you can use the built-in tool in Windows 11 to check the health of your SSD.

1. First, open the Command Prompt as Administrator on your Windows 11 PC.

2. In Command prompt, type the command WMIC and press enter.

3. Next, type the command diskdrive get status, and hit enter.

4. You will get “OK” or “Pred Fail” result.

Check SSD Health on Windows 11 Using Command Prompt

5. If the result is OK, it means your SSD is working properly. If you get Perd Fail, it means your SSD is malfunctioning, and it’s time to back up your data.

If your SSD supports SMART (Self‑Monitoring, Analysis and Reporting Technology), you can run the tool to check its health.

Checking SSD Health with SMART in Windows PowerShell

SMART (Self-Monitoring Analysis and Reporting Technology) is a built-in monitoring system on most SSDs and hard drives that tracks performance indicators and predicts potential failures. Regularly checking your drive’s SMART status helps you catch problems before they become critical.

How to Check SMART Status

Step 1: Open PowerShell as Administrator: Launch PowerShell (or Terminal) with administrator privileges on your Windows 11 PC.

Step 2: Run the Health Check Command: Enter the following command and press Enter: Get-PhysicalDisk | Select FriendlyName, MediaType, BusType, HealthStatus, OperationalStatus

Check SSD's SMART Status in PowerShell

Step 3: Review the Results: A table will appear displaying information about your drives (if they support SMART):

COLUMNWHAT IT SHOWS
FriendlyNameThe model name of your drive
MediaTypeThe type of drive (SSD, HDD, etc.)
BusTypeHow the drive connects to your computer
HealthStatusWhether the drive is healthy or at risk
OperationalStatusWhether the drive is functioning properly

What to Look For: The most critical field is HealthStatus. If it displays “Healthy,” your drive is in good condition. Any other status—such as “Warning” or “Unhealthy”—indicates potential issues that warrant immediate attention, including backing up your data and considering drive replacement.

Checking your SMART status periodically is a simple but effective way to monitor drive reliability without needing third-party software.

How to Use Third-Party Apps to Check SSD’s Health

Third-party apps like CrystalDiskInfo, HWiNFO, AIDA64 Extreme, Samsung Magician, etc. uses SMART (Self-Monitoring, Analysis, and Reporting Technology) to check health of a SSD. By using these apps, you will get a comprehensive report about SSD’s health. For this guide, I’m using CrystalDiskInfo to check SSD.

1. First, download and install CrystalDiskInfo software (link) on your computer.

2. Once you install the app, launch it.

3. The app will show the health score of your SSD along with all important information.

Check SSD Health on Windows 11 Using CrystalDiskInfo

4. The most important thing to check is the Health Status box at the top. As you can see, my drive has a good rating of 100%. Another useful metric is Total Host Writes — in this example it is 3,690 GB. Most SSD manufacturers offer warranties of 100 TBW or more. Power-on Hours is also a useful metric for determining drive health.

That is all how to check health of SSDs on Windows 11. If you get a negative result, it is the time to back up data and replace your SSD.

Ishanvi
Ishanvi
Ishanvi is a backend software engineer who mentors others to grow, combining deep technical expertise with a focus on practical, impactful solutions, continuous learning, and helping teams work smarter.

Latest articles

How to Use Pivot Tables in Google Sheets: Turn Data Chaos Into Clear Insights

You've got a spreadsheet with hundreds or thousands of rows. Maybe it's sales data,...

Why Your Justified Text Looks Weird in Word (And How to Fix It)

If you've ever worked with justified text in Microsoft Word, you've probably noticed something...

Google Sheets QUERY Function: Learn Data Filtering & Analysis With Examples

The QUERY function in Google Sheets is your Swiss Army knife for data manipulation....

Learn How to Use VLOOKUP in Google Sheets: A Practical Guide for Beginners

Let me break down VLOOKUP for you in a way that actually makes sense....

More like this

Embed YouTube Videos in Excel Spreadsheets: A Step-by-Step Guide

Want to cut through the noise and actually explain what your spreadsheet data means?...

How to Use the IMPORTRANGE Formula in Google Sheets

In this article, we will learn how to use the IMPORTRANGE formula in Google...

Dynamic Filters in Google Sheets: Usage Guide With Example

If you've ever spent an afternoon manually re-filtering the same spreadsheet because new data...