Skip to content
Follow
Windows

How to Find Your Motherboard Details in Windows 11

Richard
Written by
Richard
Feb 17, 2026 Updated Aug 13, 2026 2 min read
How to Find Your Motherboard Details in Windows 11
How to Find Your Motherboard Details in Windows 11

Your motherboard is the main circuit board that connects your computer parts together, like your processor and graphics card. You need to know your exact motherboard model when you want to buy new hardware upgrades or fix system errors.

Finding this information takes just a few clicks without opening your PC case. Windows 11 stores your hardware details inside the system, and you can see them fast using either the System Information tool or the Command Prompt.

⚡ Quick Answer

You can find your motherboard details in Windows 11 by opening System Information and looking for “BaseBoard” information. Alternatively, open Windows Terminal and type ‘wmic baseboard get product,Manufacturer,version,serialnumber’ to see the manufacturer, model, and version.

How to See Motherboard Details in 🪟 Windows 11

Checking motherboard specifications takes minimal effort using these two approaches:

1Using the System Information App

  1. Click the Start button (Windows icon) on the taskbar or press the Win on your keyboard.
  2. Type System Information in the search box and click the app when it appears.
  3. In the System Information window, make sure System Summary is selected on the left.
  4. Look for the BaseBoard information on the right side. You will see:
    • BaseBoard Manufacturer – The company that made your motherboard
    • BaseBoard Product – The model name or number
    • BaseBoard Version – The version of your motherboard

This panel displays the following layout:

System Information showing motherboard details
windows 11 motherboard details system information

2Using Command Prompt or PowerShell

Command-line utilities surface exact hardware specifications without navigating graphical menus. The process requires these steps:

  1. Right-click the Start button and choose Windows Terminal.
  2. When the terminal opens, make sure you are in the Command Prompt tab (click the down arrow next to the plus tab to switch if needed).
  3. Type this command and press Enter:
💻Code
wmic baseboard get product,Manufacturer,version,serialnumber

Output fields display the manufacturer, product name, version, and serial number.

Command Prompt showing motherboard details
windows 11 find motherboard details command prompt

PowerShell (a command-line shell for system administration) provides an alternative query method:

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

The terminal returns the following result:

PowerShell showing motherboard details
windows 11 powershell see motherboard details

Summary

  • Knowing your motherboard details helps when upgrading or fixing your PC.
  • Windows 11 makes it easy to find this info without opening your computer.
  • You can check motherboard details using the System Information app or by typing commands in Command Prompt or PowerShell.

Hardware identification in Windows 11 requires no physical teardowns.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically
How to Set Windows Terminal to Open with Command Prompt on Windows 11
Windows How to Set Windows Terminal to Open with Command Prompt on Windows 11
How to Change Windows Terminal Themes
Windows How to Change Windows Terminal Themes
How to Add or Remove Windows Terminal Shield Icon
Windows How to Add or Remove Windows Terminal Shield Icon

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *