Uploaded June 2021 | Updated September 2026, 3 weeks ago
Checking the health of your solid state drive (SSD) is really important to prevent costly damage from drive failure.
Happily, on Windows 10, you can easily check SSD health in two ways: the Command and by using a simple app called CrystalDiskInfo.
---------------------------------------------------------
1. Command Prompt Code to check for SSD Drive Status
wmic diskdrive get status
2. Command Prompt Codeto check for SSD Drive Failure
wmic /namespace:\\root\wmi path MSStorageDriver_FailurePredictStatus
3. CrystalDiskInfo Portable Download
portableapps.com/apps/utilities/crystaldiskinfo_portable
Checking the health of your solid state drive (SSD) is really important to prevent costly damage from drive failure.
Happily, on Windows 10, you can easily check SSD health in two ways: the Command and by using a simple app called CrystalDiskInfo.
---------------------------------------------------------
1. Command Prompt Code to check for SSD Drive Status
wmic diskdrive get status
2. Command Prompt Codeto check for SSD Drive Failure
wmic /namespace:\\root\wmi path MSStorageDriver_FailurePredictStatus
3. CrystalDiskInfo Portable Download
portableapps.com/apps/utilities/crystaldiskinfo_portable










