Breaking News

How to find the model number for your windows 10 laptop

To find the correct model number and product number of your laptop , the most common way is to look for a sticker at the bottom of the laptop. It is also written on the battery compartment. It’s clearly written there. But if there are no  stickers around, there are various ways with which you can find the model number.

Method 1 – Using Command Prompt


Step 1 – Open command prompt as admin

Step 2 – Now, enter the following command.

wmic csproduct get name
To get the serial number of your laptop use. Note that many laptop manufacturers let you search via serial number to find the correct model number.
wmic bios get serialnumber
Another alternative code to get both model number and serial number of your laptop.
wmic csproduct get name, identifyingnumber

Method 2 – Using System Information Tool

Step 1 – Press windows key + x and click on run.

Step 2 – Now, write the following command in the run box.

msinfo32
Step 3 – Once the system information window comes up, find your model number written beside system model field.

Note – Alternatively you can also search system information in windows 10 taskbar search to open system information window.

No comments