How To Know What Motherboard I Have?

Do you want to know what Motherboard model you have on your computer? There are two ways to check the motherboard model in Windows 11/Windows 10.

  1. Using the System Information App.
  2. Using the Command Prompt.
How to Check Motherboard Model in Linux

Using the System Information App

The System Information App shows general information about hardware, including the motherboard model.

Press the Windows key + R to open the Run dialog box. In the Run dialog box, enter msinfo32 and click OK.

msinfo32

It will open the System Information App, where you can find the details about your motherboard, as shown in the following screenshot:

how to know what motherboard i have

Using the Command Prompt

The following two commands will output motherboard model and manufacturer name, respectively:

wmic baseboard get product
wmic baseboard get manufacturer
CMD command to check motherboard model in Windows

As you can see, the first command shows the model name, and the second command shows the manufacturer name.