You can identify many motherboards from Windows without opening the computer. System Information is the easiest first stop because it can show the baseboard manufacturer, product, and version reported by the system firmware.
Check the motherboard in System Information
- Press Windows + R.
- Type msinfo32 and press Enter.
- Stay on System Summary.
- Look for BaseBoard Manufacturer, BaseBoard Product, and BaseBoard Version.
On a custom-built desktop, those fields often identify the board directly. On some prebuilt computers, the information may be generic or use an OEM-specific identifier.
PowerShell can provide the same firmware data
On systems where the relevant CIM data is available, PowerShell can query the Win32_BaseBoard class. A command such as Get-CimInstance Win32_BaseBoard can display manufacturer, product, serial-number, and version fields reported to Windows.
The accuracy depends on what the manufacturer stored in firmware. Blank, placeholder, or generic values are possible.
Check the PC manufacturer’s documentation
If you own a Dell, HP, Lenovo, or another prebuilt system, the computer’s exact model or service identifier can be more useful than the baseboard name. The manufacturer may use a proprietary board whose retail specifications are not published under the firmware identifier.
When you may need to look inside
If software cannot identify the board and the computer is a custom desktop, the model is often printed directly on the motherboard. Shut the PC down, disconnect power, and follow appropriate anti-static precautions before opening the case.
Why the motherboard model matters
The exact model helps you find the correct BIOS/UEFI updates, memory compatibility, expansion-slot specifications, storage interfaces, and manuals. Never install firmware based only on a similar-looking model name; motherboard revisions can require different files.
Windows 10 consideration
For this guidance, remember that Windows 10’s standard free-support period ended October 14, 2025; post 59536 should be maintained with that lifecycle in mind. Identifying the motherboard can help determine upgrade options, but Windows 11 compatibility also depends on the processor, TPM, Secure Boot capability, and other requirements—not the motherboard name alone.

Matt Jacobs has been working as an IT consultant for small businesses since receiving his Master’s degree in 2003. While he still does some consulting work, his primary focus now is on creating technology support content for SupportYourTech.com.
His work can be found on many websites and focuses on topics such as Microsoft Office, Apple devices, Android devices, Photoshop, and more.