Get Motherboard Information via Command Prompt in Windows 10

In Windows 10, you can see information about the motherboard installed in your PC using the command line. If you need to print it out or just view your motherboard details without restarting your PC or using a third party tool, it can be done with a single command.

A motherboard is the main circuit board used to connect all the parts of your computer together. It comes with sockets for computer's CPU, expansion cards, and memory. Also, it has hard drive connectors, and other ports and connectors to plug various PC hardware directly or with cables.

There is a special WMIC command which utilizes Windows Management Instrumentation (WMI) to provide information about all storage devices you have installed in Windows. It works in all modern Windows versions including Windows 10.

Get Motherboard Information via Command Prompt in Windows 10

To see some useful information about the motherboard of your Windows 10 device, do the following.

  1. Open an elevated command prompt.
  2. Type the following command:
    wmic baseboard get Manufacturer, Model, Name, PartNumber, serialnumber
  3. The command produces the following output:

Get Motherboard Information with PowerShell

  1. Open PowerShell as Administrator.Tip: You can add "Open PowerShell As Administrator" context menu.
  2. Type or copy-paste the following command:
    Get-WmiObject win32_baseboard | Format-List Product,Manufacturer,SerialNumber,Version
  3. See the command output. It looks like this:

Tip: There is a short version of the PowerShell command above.

gwmi win32_baseboard | FL Product,Manufacturer,SerialNumber,Version

These commands cannot replace advanced tools like AIDA64 or HWiNFO which can give you much more details about your hardware. But when you cannot install third party apps in a limited or secured environment, it is nice to use just built-in tools to see the information about the PC's motherboard.

Bonus tip: You can get certain information about your motherboard in msinfo32.exe, System Information tool.

  1. Press the Win + R hotkeys together on the keyboard and type the following command in your Run box: msinfo32.
  2. Click the System Summary section on the left.
  3. Look for the Baseboard Manufacturer, BaseBoard Product, and BaseBoard Version rows.

That's it.

Support us

Winaero greatly relies on your support. You can help the site keep bringing you interesting and useful content and software by using these options:

If you like this article, please share it using the buttons below. It won't take a lot from you, but it will help us grow. Thanks for your support!

Author: Sergey Tkachenko

Sergey Tkachenko is a software developer who started Winaero back in 2011. On this blog, Sergey is writing about everything connected to Microsoft, Windows and popular software. Follow him on Telegram, Twitter, and YouTube.

3 thoughts on “Get Motherboard Information via Command Prompt in Windows 10”

  1. WMIC are good if your remember them.
    In other case, it’s faster to download and run AIDA64 or HWiNFO than find WMIC command.

  2. Thank you so much for your nice article, I am using an HP laptop, But when some of my friends ask me what motherboard I am using then I didn’t have any answer, And now after reading your article I can find out which motherboard model I have used.
    Finding a motherboard by using the System Information tool is easier for me to know about my PC’s motherboard which you have discussed above.

  3. Big tip-off: you do not have to run CMD as admin to extract this sort of information.
    I ran it just fine without admin access.
    And if you’re looking for good info fast, “msinfo32” in the Run popup really helps.
    Thanks a lot!

Leave a Reply

Your email address will not be published.

Exit mobile version
Using Telegram? Subscribe to the blog channel!
Hello. Add your message here.