Quick Links

Key Takeaways

To get your motherboard model, run "wmic baseboard get product,Manufacturer,version,serialnumber" in Command Prompt or PowerShell. You can also search "System Information" in the Start Menu, then look for "BaseBoard Product" in your system details.

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.

Why Do I Want To Find My Motherboard Model?

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.

Find Your Motherboard Model Number with CIM in PowerShell

Common Information Model (CIM) cmdlets are commands you can run to get information about your PC's hardware or software from a command-line interface. If you've used WMIC in the past you'll feel right at home with CIM, and if you haven't, don't worry—it is easy to use.

First, open up a PowerShell or Command Prompt window. It doesn't need to be run as administrator, though that won't hurt either.

Search for "PowerShell" in the Start Menu.

The run the following command to get information about your motherboard:

Get-CimInstance -ClassName Win32_baseboard

The information about your motherboard.

Depending on what information is available, you may or may not get an actual model number. However, you'll almost always get something in the "Product" field that will be enough to figure out what motherboard is in your PC.

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

WMIC is technically deprecated but still works.

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 Command Prompt will display your motherboard manufacturer and model.

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 in System Information

System Information is a no-frills way to look up the details of your PC's hardware and software. There are two easy ways to launch it. Click the Start button, type "System Information" into the search bar, and then hit Enter or click "Open."

Click the Start button, type "system information" into the search bar, then hit Enter or click "Open."

Alternatively, you can use the Run window. Hit Windows+R to open a run dialog, then type "msinfo32" into the Run prompt and hit Enter.

The "System Summary" page will be open by default. Scroll down and look for the line named "BaseBoard Product"—that is your motherboard.

Look for a line named "BaseBoard Product." That is your motherboard.

Check Your Model Number with Speccy

If you want another 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.

The "Summary" page will display your motherboard.

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.

The "Motherboard" tab has more specific information about your motherboard.

Check Your Motherboard Model with HWiNFO64

HWiNFO64 displays most of the same information as Speccy, though it looks fairly different. Downlod and launch it to get started.

Be careful that any "Download" link you click is actually for HWiNF64, not an advertisement.

HWiNFO64 can display any of the information about your system, including all of the information available from the sensors. That isn't necessary in this case and will only add to the clutter, so launch HWiNFO64 in "Summary-Only" mode.

Tick the box that says "Summary-Only," then click "Start."

Tick the box that says "Summary-Only," then click "Start."

You'll see a window that displays everything about your PC's hardware. The left section gives you all of the details about your CPU, the middle section provides information about your motherboard and RAM, and the right-most section focuses on your GPU and hard drives.

The HWiNFO64 summary window.

The first few lines will tell you everything you need to know about your motherboard, including the model name, number, BIOS version, and manufacturer.

The motherboard segment will be near the top-middle of the window.

If none of those options work, you can always boot into the BIOS or UEFI. The motherboard model number and manufacturer are usually plainly displayed somewhere on the BIOS or UEFI main menu.