Whether you need to update drivers, check hardware compatibility, or you’re just curious, it’s way easier to check your motherboard model number with these simple tricks than to crack open your case to check the board itself. Here’s how to check your motherboard model number from the comfort of your keyboard.

Knowing your motherboard’s model number is important if you’re thinking of upgrading your drivers, buying new hardware (you’ll need the proper expansion or memory slots, for example), or just checking the capabilities of your board if you’re considering upgrading your whole rig.

If you kept the paperwork that came with your computer (or the individual components, if you built it yourself), you can often times reference that. Even then, it’s best to check to make sure the documentation is correct. Rather than open the case and search for the model number on the board itself, use tools within Windows to check things out instead.

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.