
To find the correct model number and product number for your laptop, the most common way is to look for a label on the bottom of the laptop. It is also written on the battery compartment. It is clearly written there. But if there are no stickers around, there are several ways to find the model number.
Method 1: Using Command Prompt
Step 1: Open Command Prompt as Administrator
Step 2: Now, enter the following command.
wmic csproduct get name
To get your laptop serial number, use. Note that many laptop manufacturers allow you to search by serial number to find the correct model number.
wmic bios get serialnumber
Another alternative code to get both the model number and serial number of your laptop.
wmic csproduct get name, identifyingnumber
Method 2: Using the System Information Tool
Step 1: Press Windows key + x and click Run.
Step 2: Now, type the following command in the Run box.
msinfo32
Step 3: Once the system information window appears, look for the model number written next to the system model field.
Note: Alternatively, you can also search for system information in the Windows 10 taskbar search to open the system information window.