In Windows 10, you can see aserial number for the hard disk installed in your PC using the command line. If you need to print it out or just view your hard drive details without restarting your PC or using a third party tool, it can be done with a single command.
Dec 28, 2018 Windows doesn’t display your PC’s serial number anywhere in its interface, and neither do popular system information tools. But you can often find a PC’s serial number with a simple command, a peek in your BIOS, or on the hardware itself. Apr 01, 2017 Whenever you buy a new PC or Laptop, it is important to get the invoice with serial number mentioned in it since S/N is required to be cited while getting the part replacement or claim for warranty. In case the invoice is lost, you can use any of the above methods to find the serial number of PC in windows.
RECOMMENDED: Click here to fix Windows errors and optimize system performance
A serial number is a unique number assigned to the hardware by its manufacturer. It is used for identification and inventory purposes. A serial number allows the manufacturer to identify a product and get additional information about it. It may be required for replacement, updating firmware, or for checking compatibility with other hardware.
Usually, the serial number is labeled on the drive's case.
However, it is required that you disassemble your PC to see it. Here is how to see it with built-in Windows 10 tools.
To find Hard Disk Serial Number in Windows 10, do the following.
- Open an elevated command prompt.
- Type or copy-paste the following command:
wmic diskdrive get Name, Manufacturer, Model, InterfaceType, MediaType, SerialNumber
. - In the output, you'll see the model, name, and serial number listed for the installed hard drives.
The command above will give you information about the storage devices you have. This is usually not visible without third party tools.
The full list of properties that you can use for the query above is as follows:
- Availability
- BytesPerSector
- Capabilities
- CapabilityDescriptions
- Caption
- CompressionMethod
- ConfigManagerErrorCode
- ConfigManagerUserConfig
- CreationClassName
- DefaultBlockSize
- Description
- DeviceID
- ErrorCleared
- ErrorDescription
- ErrorMethodology
- FirmwareRevision
- Index
- InstallDate
- InterfaceType
- LastErrorCode
- Manufacturer
- MaxBlockSize
- MaxMediaSize
- MediaLoaded
- MediaType
- MinBlockSize
- Model
- Name
- NeedsCleaning
- NumberOfMediaSupported
- Partitions
- PNPDeviceID
- PowerManagementCapabilities
- PowerManagementSupported
- SCSIBus
- SCSILogicalUnit
- SCSIPort
- SCSITargetId
- SectorsPerTrack
- SerialNumber
- Signature
- Size
- Status
- StatusInfo
- SystemCreationClassName
- SystemName
- TotalCylinders
- TotalHeads
- TotalSectors
- TotalTracks
- TracksPerCylinder
You can find their descriptions at the following MSDN page: Win32_DiskDrive.
WMIC is a really useful tool to perform WMI queries in Windows. Here are a few more examples of such queries:
- Get all network adapter details in Windows 10 with this command.
Another option is PowerShell. It can work as a wrapper for the mentioned Win32_DiskDrive WMI object.
Find Hard Disk Serial Number With PowerShell
Get Serial Number Windows
- Open PowerShell.
- Type or copy-paste the following command:
Get-WMIObject win32_physicalmedia | Format-List Tag,SerialNumber
. - The Tag value will give you the physical drive number that matches the disk number in Disk Management to help with your drive identification.
That's it.
RECOMMENDED: Click here to fix Windows errors and optimize system performance
Finding computer serial number and computer model name is not a tough task, but if you don’t know the exact ways then it might be tough for you. For general information, Serial number is a unique number of the computer used for identification and inventory purposes. The serial number allows a company to identify the product, get additional information about the product and provide technical support etc.
Model name is a unique name of the computer (desktop computer, laptop) or product given by computer hardware manufacturer. Computer model name allows manufacturers to keep track of each hardware device and its identify. It helps them during the repairing and replacement of proper part of computer when needed.
Although, you can easily find serial number and model name on a sticker at the back of your desktop computer or at the bottom of your laptop system. But if the sticker of computer serial number and model name has demolished or erased from your Windows computers then finding the same information through following ways are quite appropriate.
In today’s guide, we will show you – how you can easily find the serial number and model name of your computer. Here’s how:
See also:How to Find Which Version of Windows Installed on System
How to Find Computer Serial Number
There are various methods of finding serial number in Windows computer, but the Command Prompt and Windows PowerShell are the quickest ways.
Method 1: Through Command Prompt:
First of all, open command prompt window and type the following command then press Enter:
wmic bios get serialnumber
Method 2: Through Windows PowerShell:
On the start menu or start screen, type PowerShell and then click on Windows PowerShell. On Windows PowerShell window, type the following command and press Enter.
Get-Wmiobject -class win32_bios
Read also: How to Find Your Computer’s MAC Address
How to Find Computer Model Name
Method 1: Through System Information:
To find out the model name and other additional information of your computer, open Run dialog-box by pressing Win+R and type msinfo32 then press Enter.
Method 2: Through Command Prompt:
If you want to get both computer serial number and computer model name at once then type the following command in Command Prompt window and press Enter:
Find Serial Number Windows 10 Laptop
wmic csproduct get name, identifyingnumber
Thus by applying these above mentioned methods, you can easily find the serial number and model name of your Windows computers. Feel free to share your view with us by writing through comment section.
Check Serial Number Windows 10 Cmd
To get more interesting Windows tips and tricks, Windows help, computer tricks check out the popular Windows section of Zero dollar tips: Windows 7 Tutorials | Windows 8 Tutorials | Windows 8.1 Tutorials | Windows 10 Tutorials
According to you – which is the most appropriate way of finding computer serial number and computer model name in Windows?