How to find product number of hp laptop using command prompt

Here we will see how to find HP laptop product name and serial number from the command prompt. This is one of the easiest ways, to get the HP Laptop product name and serial number.

Get HP Laptop Product Name from Command Prompt

To get the hp laptop product name from the command prompt, follow the below steps:

Open the command prompt (Press Window + R which will open the Run box. There type “cmd” and click on OK which will open the command prompt.).

Then type the below command:

WMIC CSPRODUCT GET NAME

Once you run the command, you can see it will display the product name of the laptop like below:

how to find product number of hp laptop using command prompt
How to Get HP Laptop Product name

Get HP Laptop Serial Number from Command Prompt

Similarly, we can get a laptop serial number from the command prompt.

Open the command prompt (Press Window + R which will open the Run box. There type “cmd” and click on OK which will open the command prompt.).

Then type the below command:

WMIC CSPRODUCT GET SERIALNUMBER

This will display the laptop serial number like below:

how to get product number from cmd
How to Get HP Laptop Serial Number

Also, check out the below tutorial:

Here we got to know how to find product number of hp laptop using command prompt.

  • Hi, your second command for getting serial number is wrong. It should be wmic bios get serialnumber. Please ammend. Thanks

  • >