How to Check Motherboard Model in Windows 11 (Complete Guide 2026)
Your motherboard is the foundation of your computer, connecting the CPU, RAM, storage, graphics card, and other hardware components. Knowing its model is essential when upgrading hardware, installing chipset drivers, or updating the BIOS.
![]() |
| Learn how to check your motherboard model in Windows 11 using Command Prompt, PowerShell, System Information, and BIOS to identify your PC hardware for upgrades and troubleshooting. |
Windows 11 includes several built-in methods to identify your motherboard model without opening your computer case.
Related: How to Find Your PC Specifications in Windows 11
Method 1: Check Motherboard Model Using Command Prompt
- Press Windows + S.
- Search for Command Prompt.
- Open it.
- Run the following command:
wmic baseboard get product,manufacturer,version,serialnumber
The results display:
- Manufacturer
- Motherboard model
- Version
- Serial number
Method 2: Use System Information
- Press Windows + R.
- Type msinfo32.
- Press Enter.
Look for:
- BaseBoard Manufacturer
- BaseBoard Product
- BaseBoard Version
Method 3: Use PowerShell
- Open PowerShell.
- Run:
Get-CimInstance Win32_BaseBoard
PowerShell displays the motherboard manufacturer, product name, serial number, and version.
Method 4: Check Using BIOS/UEFI
You can also find your motherboard information by entering the BIOS or UEFI setup during startup. Most systems display the motherboard model on the main information screen.
Why Knowing Your Motherboard Model Matters
- Download the correct chipset drivers
- Install BIOS updates safely
- Check CPU compatibility
- Verify RAM support
- Confirm SSD and PCIe compatibility
- Troubleshoot hardware issues
Information You Can Find
| Information | Description |
|---|---|
| Manufacturer | Company that made the motherboard |
| Model | Motherboard product name |
| Version | Board revision |
| Serial Number | Unique board identifier |
Common Reasons to Check Your Motherboard
- Installing more RAM
- Replacing the CPU
- Installing an NVMe SSD
- Updating BIOS
- Installing chipset drivers
- Building or repairing a PC
Related Articles
- How to Find Your PC Specifications in Windows 11
- How to Update Drivers in Windows 11
- How to Check SSD Health in Windows 11
- How to Check VRAM in Windows 11
- How to Check DirectX Version in Windows
Frequently Asked Questions
Can I find my motherboard model without opening my PC?
Yes. Windows 11 provides several built-in tools that display motherboard information without requiring physical access to the hardware.
Is WMIC still available in Windows 11?
Some newer Windows 11 versions have deprecated WMIC. If it is unavailable, use PowerShell or System Information instead.
Why can't I see my motherboard information?
Some computer manufacturers may not expose complete motherboard details through Windows. In such cases, BIOS/UEFI or the manufacturer's support page may provide the necessary information.
Final Thoughts
Checking your motherboard model in Windows 11 is simple using Command Prompt, PowerShell, or System Information. Knowing this information helps you install compatible hardware, update your BIOS safely, and troubleshoot system issues with confidence.
.png)
.png)