Tutorial : How to find the serial number of a hard drive (Serial Number)

All hard drives have individual serial numbers, usually for warranty purposes, that can help you identify the warranty status of your drive. This is how to find the serial number of your hard drive.

1. Find it directly by the hard drive label

The most direct way is to look at the drive's label information, as follows.

The red box in the picture part S/N is the serial number, of course there are other important information on the label, such as: brand (Samsung), model (850 EVO) and so on.

2. Find it through Command Prompt or PowerShell

If the drive is already installed in the host computer, we can find it through software without removing the case.

Open a command prompt or PowerShell mode and type:

wmic diskdrive get model,name,serialnumber

Or in PowerShell mode, type:

Get-WMIObject win32_physicalmedia | Format-List Tag,SerialNumber

The system will feed the serial number of the drive:

Author: King
Copyright: PCPai.COM
Permalink: https://pcpai.com/guide/tutorial-how-to-find-the-serial-number-of-a-hard-drive-serial-number.html

THE END
Share
QRCode
<< Prev
Next >>