How to Find Motherboard Manufacturer, Model, Serial Number, and Version in Windows


A motherboard is the main printed circuit board (PCB) used to connect all the parts of a computer together. The CPU, memory, hard drives, and other ports and expansion cards all connect to the motherboard directly or via cables.

You need to know the brand (manufacturer) and model (product) of the motherboard to look up its specs for what components it supports.

Also knowing the motherboard version number can be helpful when looking for BIOS firmware updates from the manufacturer's support site.

A serial number allows the manufacturer to identify a product and get additional information about it, for registration, replacement, or as a means of finding compatible parts.

You can open the computer case and read the brand, model, and serial number directly from the motherboard, but it can often be much easier to get this information from within Windows instead.

This tutorial will show you how to find the manufacturer, model, serial number, and version of the motherboard in Windows 7, Windows 8, and Windows 10.


For a Windows 11 version of this tutorial, see:

Find Motherboard Details in Windows 11



Contents

  • Option One: To Find Motherboard Manufacturer, Model, Serial Number, and Version in Command Prompt
  • Option Two: To Find Motherboard Manufacturer, Model, Serial Number, and Version in PowerShell
  • Option Three: To Find Motherboard Manufacturer, Model, and Version in System Information






OPTION ONE

To Find Motherboard Manufacturer, Model, Serial Number, and Version in Command Prompt


1 Open a command prompt.

2 Copy and paste the command below into the command prompt, and press Enter. (see screenshot below)

wmic baseboard get product, manufacturer, serialnumber, version

Find Motherboard Brand, Model, Serial Number, and Version in Windows-motherboard_model_and_serial_command_prompt.png






OPTION TWO

To Find Motherboard Manufacturer, Model, Serial Number, and Version in PowerShell


1 Open PowerShell.

2 Copy and paste either command below into PowerShell, and press Enter.

Get-WmiObject win32_baseboard | Format-List Product,Manufacturer,SerialNumber,Version

OR

gwmi win32_baseboard | FL Product,Manufacturer,SerialNumber,Version

Find Motherboard Brand, Model, Serial Number, and Version in Windows-motherboard_model_and_serial_powershell.png






OPTION THREE

To Find Motherboard Manufacturer, Model, and Version in System Information


1 Press the Win + R keys to open Run, type msinfo32 into Run, and click/tap on OK to open System Information.

2 Click/tap on System Summary in the left pane, and look for the Baseboard Manufacturer (brand), BaseBoard Product (model), and BaseBoard Version items in the right pane. (see screenshot below)

Find Motherboard Brand, Model, Serial Number, and Version in Windows-motherboard_model_system_information.jpg


That's it,
Shawn Brink