How to Find Out Which Motherboard Is in Your PC
Knowing your motherboard model is more useful than most people realize. It determines what CPU you can use, how much RAM you can install, which expansion cards fit, and whether a BIOS update is even available for your system. Fortunately, finding this information takes less than two minutes — and you don't need to open your case.
Why Your Motherboard Model Matters
Your motherboard (also called a mainboard or system board) is the central circuit board that connects every component in your computer. The specific model dictates:
- CPU socket compatibility — which processor generations physically fit
- RAM type and capacity limits — DDR4 vs DDR5, maximum supported GB
- Expansion slots — number of PCIe lanes available for GPUs or NVMe drives
- Chipset features — overclocking support, USB port versions, SATA port count
- BIOS/UEFI firmware availability — whether updates exist for your exact board revision
Before upgrading any component, you need this baseline information. Guessing the motherboard model is one of the most common sources of expensive compatibility mistakes.
Method 1: Check via Windows System Information 🖥️
This is the fastest method for most Windows users and requires no downloads.
- Press Windows + R to open the Run dialog
- Type
msinfo32and press Enter - In the System Summary panel, look for:
- BaseBoard Manufacturer — the brand (e.g., ASUS, MSI, Gigabyte, ASRock)
- BaseBoard Product — the specific model name/number
- BaseBoard Version — the board revision
This data is pulled directly from the motherboard's firmware, so it's reliable for most systems. Occasionally, OEM-built computers (Dell, HP, Lenovo) display a system-level product name here instead of the raw board model — in that case, cross-reference with Method 3 below.
Method 2: Use the Command Prompt or PowerShell
If you prefer a quick terminal command, both Command Prompt and PowerShell can pull the same data.
In Command Prompt:
wmic baseboard get product, manufacturer, version In PowerShell:
Get-WmiObject Win32_BaseBoard | Select Manufacturer, Product, Version The output will display your manufacturer, model number, and revision on a single line. This method is especially handy if you're managing multiple machines or working remotely via a command-line session.
Method 3: Check CPU-Z (Third-Party Tool)
CPU-Z is a free, widely trusted system information utility. After installing and launching it:
- Click the Mainboard tab
- You'll see the manufacturer, model, chipset, and BIOS version all in one place
CPU-Z is particularly useful when the Windows native tools return vague or OEM-branded results. It reads hardware identifiers at a lower level, which often surfaces the actual board model even when the system info tool doesn't.
Method 4: Physical Inspection
If software methods aren't available — for example, you're troubleshooting a system that won't boot — you can read the model number directly off the board itself.
- Power down and unplug the system completely
- Remove the side panel
- Look for a silkscreen label printed directly on the PCB, usually near the center of the board or along the bottom edge
- The model name is typically large and clearly printed (e.g., "ROG STRIX B550-F GAMING" or "MAG Z690 TOMAHAWK")
Board revisions are sometimes printed separately as a smaller label or sticker. This matters because two boards with the same model name but different revisions can have different supported CPU lists.
Method 5: Check the Original Documentation or Packaging
If you built the system yourself or have the original box, the model number appears on:
- The retail box or anti-static bag
- The included manual (model listed on the cover)
- Any registration card or warranty slip
For pre-built systems from major manufacturers, the service tag or serial number on a sticker (usually on the back or bottom of a desktop/laptop) can be entered into the manufacturer's support website to retrieve exact component details, including the board model.
Comparing Methods at a Glance
| Method | Requires Boot? | Software Needed? | Best For |
|---|---|---|---|
| msinfo32 | Yes | No (built-in) | Quick check on any Windows PC |
| CMD / PowerShell | Yes | No (built-in) | Remote or scripted access |
| CPU-Z | Yes | Free download | OEM systems, detailed info |
| Physical inspection | No | No | Non-booting systems |
| Documentation / sticker | No | No | Pre-builds, original builders |
What to Do Once You Know Your Motherboard Model 🔍
With the exact model in hand, you can:
- Visit the manufacturer's support page to check CPU compatibility lists
- Confirm the maximum RAM speed and capacity your board supports
- Download the latest BIOS/UEFI firmware update
- Identify which PCIe slot version your GPU or NVMe drive is using
- Verify whether your board supports features like XMP/EXPO profiles for RAM overclocking
The Variable That Changes Everything
What you do with your motherboard model depends heavily on why you looked it up. Someone troubleshooting a failed boot has different needs than someone planning a CPU upgrade, adding more RAM, or diagnosing a driver conflict. The board model is the starting point — but what it means for your next step depends on your current setup, what components you already have, and what you're actually trying to accomplish. That gap between the information and the decision is where your specific situation takes over.