Find Model and Serial Number in Windows

It is possible to find Serial Number and Model in a Windows server, notebook or workstation using command line.

Serial Number in Windows

We can easily find PC/Server Model from command line. Open a command prompt and use the following commands

For serial numbers: wmic bios get serialnumber
For Model: wmic csproduct get name

serial number

C:\Users\Administrator>wmic bios get serialnumber
SerialNumber
3XXX145BX2

C:\Users\Administrator>wmic csproduct get name
Name
HP EliteBook Folio 1040 G2

In case you pc or server is assembled, the last command will probably return model of your motherboard.

If you want to find out more:

https://support.microsoft.com/en-us/help/558124

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.