Home » Tech Tips » Windows » How to Check Motherboard Details in Windows PC?

How to Check Motherboard Details in Windows PC?

Motherboard is the heart of your computer facilitating communication between components like processor, RAM, hard disk, etc. There are also ports in motherboard for connecting external hardware like USB, Ethernet and audio ports.  connections. So, you may need to check the PC’s motherboard details in many troubleshooting situations for finding the appropriate solution. It is also a possible scenario that you are looking for the model to upgrade your PC. Whatsoever is the reason, here is how to check your motherboard model, manufacturer and version number in your PC.

1. Use System Information App

System Information is an in-built app in Windows operating system which you can use to find motherboard and other device details.

Open System Information App in Windows
Open System Information App in Windows
  • In “System Information” app, go to “System Summary” section.
  • Scroll down on the right-pane and find BaseBoard Manufacturer, BaseBoard Product and BaseBoard Version details.
Check BaseBoard Details
Check BaseBoard Details

BaseBoard is the motherboard in your PC. You can also type “baseboard” in “Find what:” search box and press “Find” button to go to the items quickly.

2. Find Motherboard Details with Terminal App

Next option is to use the Command Prompt or PowerShell in Windows Terminal app.

  • Right-click on the Start button and open “Terminal (Admin)” option.
Open Terminal with Admin Access in Windows 11
Open Terminal with Admin Access
  • Terminal will show a Command Prompt or PowerShell tab depending upon your profile settings.
  • Type the following command in Command Prompt and press enter.
wmic baseboard get
Get All Motherboard Details
Get All Motherboard Details
  • You will get the complete motherboard specifications with the above command. It is also possible to get only the required parameters by adding it at the end of your command like below to get serial number, product name, manufacturer name and version.
wmic baseboard get serialnumber,product,manufacturer,version
Find Motherboard Details from Command Prompt
Find Motherboard Details from Command Prompt
  • If you are using Windows PowerShell, you can still use the same above commands. Since wmic is deprecated, it may not be available in future. In that case, you can use the following command in PowerShell and press enter.
Get-WmiObject Win32_BaseBoard serialnumber,product,manufacturer,version
Use PowerShell to Check Motherboard Details
Use PowerShell to Check Motherboard Details

Note: When you are in Terminal app, press “Control + Shift + 1” to open a Command Prompt tab and press “Control + Shift + 2” to open a PowerShell tab. Check the complete list of keyboard shortcuts for Windows Terminal app.

3. Using Third-Party Apps

Though the above methods are easy, they only show details like manufacturer, version, serial number and product name. There are apps like HWiNFO to find the comprehensive information about your motherboard and monitor the performance. This is a free app for non-commercial purpose, so you can use it to find hardware details on your computer.

Download HWiNFO App
Download HWiNFO App
  • After installing, open the app to find the complete hardware details are showing for CPU, GPU, memory, etc.
  • Check the “Motherboard” section to find the required details.
HWiNFO Motherboard Details
HWiNFO Motherboard Details (Credit: HWiNFO)

Other Options to Check Motherboard Details in PC

Below are some of the additional options you can try:

  • From BIOS/UEFI SettingsAccess your BIOS/UEFI settings when booting the PC (normally by pressing F2 or Delete key) and check the hardware information section.
  • Check Manufacturer’s Documentation – If you have purchased a new PC, this will be the easy option to check details from the manual or documentation supplied from the manufacturer or retailer.
  • Physically Checking Motherboard – If you are skilled enough, open your PC case and check the model number printed on the motherboard itself. Use this number to search online and find other relevant details that you need.
PC Motherboard
PC Motherboard

Note: Opening PC case is easy when you have large desktop with separate CPU box. Otherwise, it is not recommended on compact laptops which are generally machine packed and hard to open the case.

Leave a Comment

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