Find Laptop’s Model & Serial Number
To find the laptop’s model number:
Open Windows Powershell and use the following command:
C:\> wmic csproduct get Name
To find the laptop’s serial number:
Open Windows Powershell and use the following command
C:\> wmic csproduct get IdentifyingNumber
To get the complete information about the laptop, including the vendor, model, serial number and UUID:
Open Windows Powershell and use the following command
C:\> wmic csproduct ---
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article