While computer parts such as your RAM and CPU are easy to identify in your system summary, things are not always as straightforward when you need to check your motherboard model.

Depending on your motherboard and operating system, there are a few more steps involved. But luckily, it's still easy enough for novices to learn. Here's how to quickly and easily answer the question: "What motherboard do I have?"

How to Find Out What Motherboard You Have on Windows

If you have a Windows 10 or Windows 11 PC, there are some built-in tools you can use to find out your motherboard model and other information.

These differ slightly from the other quick ways to check your PC hardware specs since motherboard information is not included in the About your PC summary.

Here are two of the most convenient methods...

1. Check Your Motherboard With Command Prompt

You can easily check your motherboard model and serial number using Windows Command Prompt. This method works with both Windows 10 and Windows 11.

Firstly, type cmd in the Start menu search bar and select the Command Prompt app. You can also access app search by tapping the Windows key on your keyboard and typing in cmd.

run cmd command prompt

Another method to open Command Prompt is to use the Run shortcut, Windows + R, type cmd into the popup window, and press Enter.

You will not need to run Command Prompt as an administrator. Once your command window is open, you can prompt Windows Management Interface Command (WMIC) to check the manufacturer, model, name, and other features of your motherboard.

To do this, simply enter the following directly into Command Prompt:

        wmic baseboard get product,manufacturer,version,serialnumber
    
cmd motherboard details

Remember not to include any spaces between modifiers like product and manufacturer—separate them with only a comma.

2. Check Your Motherboard Model With Windows System Information

Windows System Information can also provide you with your motherboard details. However, this method is hit-and-miss. It seems to be compatible with certain motherboards in our tests but fails to identify others.

If you have a compatible motherboard, this is the easiest way to check your motherboard model and brand on Windows.

First, open Run using Windows + R. When the Run window opens, type msinfo32 and press Enter.

windows command prompt msinfo32

This will open the Windows System Information overview.

system info windows

Your motherboard information should be specified next to Baseboard Manufacturer, BaseBoard Product, and BaseBoard Version. If the fields say that the information is not available, you should use one of the other motherboard-checking methods in this article.

Software That Helps You Find Motherboard Info

If you would like to use a program to check your motherboard info, there are some free options you can choose from. These programs give more detailed information, which is useful if you're investigating reasons why it's time to upgrade your motherboard.

1. CPU-Z

If Command Prompt cannot retrieve your motherboard information or you would like a more thorough overview of its specifications, you can use CPU-Z. This free software will give you an extensive rundown of your PC's hardware components.

You can download the program on the CPU-Z website. Once you install and start the program, it will immediately analyze your components to identify them.

To find out more about your motherboard, simply select the Mainboard tab.

cpu z app motherboard information

Here you will see information such as your motherboard's chipset, as well as information like its manufacturer and more. You can also find out information such as your Bus specs. If you're unsure of what some of the terminology means, make sure to read up on PC building terms so that you understand the information you're seeing.

2. Belarc Advisor

If you want to find out the serial number of your motherboard, Belarc Advisor is another useful program.

The software is free to download, but you will need to enter your email address on the Belarc Advisor website.

A benefit of Belarc is that it does not send your data to any web servers. Rather, once the analysis is complete, you will view the summary in a local file through your browser. To check the type of motherboard you have with Belarc Advisor, start up the program.

Once you permit it to run, it will go through a series of scans. You can choose to skip specific steps like your network scan.

Once the steps are complete, Belarc will open the results in a browser tab. The results include information about your operating system, hardware components, connected devices, and login sessions. However, to view your motherboard summary, look for the heading on the right that says Main Circuit Board.

belarc advisor motherboard details

This is where you'll find your motherboard information, such as its model name, serial number, and its bus clock speed.

How to Physically Check Your Motherboard Type

motherboard model name on physical board

If you can't currently use software to check your motherboard type, there's always the option to check it physically. You should choose this option if your PC won't switch on or the motherboard is not currently installed. You can also use this for double-checking the model before you use a board for old motherboard recycling projects. It's not the preferred method if you have a laptop since components may be placed in front of the motherboard itself.

The exact location of the model name on your motherboard will differ according to its layout and brand. Even the check we performed on two Asus motherboards found that the model number was located in slightly different locations for each.

motherboard physical model number on lower part of board

Your motherboard model is usually found where there is enough space for the large text to be printed. This can be below your RAM slots, between your CPU and GPU (as is the case with the Asus Prime B350-Plus), or under your GPU (as is the case with the Asus Prime B350M-A).

If you're not exactly sure what's where on your board, check out our guide on parts of a motherboard and their functions.

You can tell the model name apart from other text because it is usually the largest text on your motherboard.

motherboard box information label with model

Another place you can find your motherboard model information is on the box it came in. Of course, this is only if you still have it lying around. A label on the outside of the box will include the model and serial number.

Additionally, a sticker on the back of the motherboard often provides the serial number. However, this is the hardest part to get to if your motherboard is already installed.

Find Out What Motherboard You Have on Linux

If you use Linux, the process of finding out what motherboard you have is just as easy.

First, open your Terminal in Linux using Ctrl + Alt + T. Next, type in the following command:

        sudo dmidecode -t 2
    
linux ubuntu find out motherboard

This will bring up a summary of your motherboard, including its brand, model, and serial number. If you are using a virtual machine, the product name will identify this.

However, if you are running Ubuntu on your actual computer, you will see your motherboard model and serial number information.

Find Out More About Your Computer

Now that you know how to check what motherboard you have easily, you should try out some other tricks for learning more about your computer's hardware and how to use built-in features to troubleshoot potential problems.

There are plenty of useful ways to learn more about your PC. You just have to know how to get started.