Skip to content
Follow
Windows

How to Find Your Motherboard Details in Windows 11

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

Your computer’s motherboard is the main piece inside your PC that connects all the important parts like the CPU, RAM, and your video card. Sometimes, you might need to know exactly what motherboard you have – for example, if you want to upgrade parts or fix problems.

Instead of opening your PC case to check, Windows 11 has easy ways to find this information right on your screen.

⚡ 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

Here are two simple ways you can check your motherboard info quickly:

1Using the System Information App

  1. Click the Start button (Windows icon) on the taskbar or press the Windows key 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

Here’s what it looks like:

System Information showing motherboard details
windows 11 motherboard details system information

2Using Command Prompt or PowerShell

You can also get your motherboard details by typing a command. Here’s how:

  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

You will see your motherboard’s manufacturer, model, version, and serial number.

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

If you prefer PowerShell (another way to enter commands), do this:

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

Here is an example of the 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.

That’s it! You now know how to quickly find your motherboard details in Windows 11.

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
Enable Shield Icon in Windows Terminal Admin Mode
Windows Enable Shield Icon in Windows Terminal Admin Mode

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

Leave a Comment

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