Easily Check Your Motherboard Model Number on Your Windows PC - WindowsTips.net - Windows Tips and Tricks with Geek

Friday, August 6, 2021

Easily Check Your Motherboard Model Number on Your Windows PC

 

Check Your Model Number from the Command Prompt (or PowerShell)

If you’re comfortable using the Command Prompt (or PowerShell, where these commands also work), you can easily check a variety of motherboard and hardware stats using the handy Windows Management Instrumentation Command-line (WMIC)—a command-line interface for Microsoft’s powerful WMI tool.

With the WMIC, you can entry the query baseboard to check motherboard stats, and then use additional modifiers like get Manufacturer, Model, Name, PartNumber, slotlayout, serialnumber, or poweredon to get more detailed information about the motherboard.

As an example, let’s check a motherboard’s manufacturer, model number, and serial number using WMIC.

Open up the command prompt in Windows via either the run dialog (Windows+R) or by searching for “cmd” on the Start menu—no need to run the Command Prompt as an administrator. And, as we mentioned, you could also use PowerShell here, if you prefer. The command works the same in both shells. At the command line, type the following text (noting that there are no spaces between the modifiers—just commas), and then hit Enter:

wmic baseboard get product,Manufacturer,version,serialnumber

The information returned checks out for the motherboard we’re using: the manufacturer is Gigabyte, the board is the Z170X-Gaming 7, and while the WMIC tool tried to check the serial number, Gigabyte left that particular bit unfilled for whatever reason. Nonetheless, the WMIC tool functioned just as it should, and without opening the case or using any third party tools, we have the basic information we’re looking for.

Check Your Model Number with Speccy

If you’d prefer a GUI-based way to check your motherboard’s model number (as well as a method that yields more information at a glance than the WMIC tool), you can grab the free tool Speccy. It’s a handy app to have around.

After downloading and installing Speccy, go ahead and fire it up.

You can see the motherboard model number right on the summary page, along with it’s current operating temperature (assuming your board includes that). You can also see basic details about other system components.

Click over to the “Motherboard” tab on the left to see even more information about your motherboard, including details about the chipset and voltages, along with the types of slots included on the board and whether or not they’re currently in use.

No comments:

Post a Comment