Skip to main content

Check Hard Disk Health using CMD

Hard Disk is the main part of a computer either it is HDD or SSD. It is the permanent storage device used in any computer. Health of hard disk goes down with time. Hard disk health goes down in a high speed if it is used in a wrong way.

To check hard disk health status multiple software are used but in this tutorial we will use CMD.

Step 1 :

Open CMD.

Step 2 :

Type the following code in CMD.
wmic diskdrive get status

Result :

Health status of all connected hard disks.

Below is the video tutorial about checking hard disk health status using CMD:

;

Comments