Serial Number and Product Number of laptop in Windows

I can see two ways to do this:

  1. Type "msinfo32" on your "Run"(Windows Button+R). Search for "System Model" or "System Serial". Certainly you will find the information that you need here.

  2. SIW(System Information for Windows):

SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings and displays it in an extremely comprehensible manner.

Or even a 3th option:

  1. If you until don't find what you are looking for, you would try looking over windows registry(Windows Key+R / "regedit"), go to HKLM\HARDWARE\DESCRIPTION\SYSTEM. There is a lot of information about your system an about your BIOS here.

You can also do this from the command line by typing wmic bios get serialnumber

This will give you the laptop or desktop computer serial number.

wmic csproduct get name will give you the computer model.

I can confirm these both still work in Windows 7.

Documented here: https://support.microsoft.com/en-us/kb/558124


If for some reason the sticker is not there, you can use software tools to recover the product key and get the model of your system. Belarc Advisor is one such tool.