How to Identify What Motherboard You Have
Knowing your motherboard model is one of those surprisingly useful pieces of information — it tells you what CPUs are compatible, how much RAM you can install, which expansion cards will fit, and whether a BIOS update is available. The good news: you don't need to open your PC case to find out. Several reliable methods surface this information in under a minute.
Why Your Motherboard Model Matters
Your motherboard is the backbone of your system. Every other component — CPU, RAM, GPU, storage — connects through it. When you're troubleshooting a hardware issue, planning an upgrade, or downloading a chipset driver, the exact model number is the starting point. Vague descriptions like "an ASUS board" won't cut it when compatibility depends on specific socket types, PCIe generations, or firmware versions.
Method 1: Use Windows System Information 🖥️
The fastest way on a Windows PC requires no tools at all.
- Press Windows + R to open the Run dialog
- Type
msinfo32and press Enter - In the System Information window, look for BaseBoard Manufacturer, BaseBoard Product, and BaseBoard Version
These three fields give you the brand, model name, and revision number of your motherboard. "BaseBoard Product" is your model number — the string you'll search when looking up specs, drivers, or compatibility lists.
This method works on Windows 10 and Windows 11 without any additional software.
Method 2: Use Command Prompt or PowerShell
If you prefer the command line, two quick queries pull the same data:
Command Prompt:
wmic baseboard get product, manufacturer, version, serialnumber PowerShell:
Get-WmiObject Win32_BaseBoard | Select-Object Manufacturer, Product, Version Both return the manufacturer, product name, and board revision. The output is clean and easy to copy into a search engine or support ticket.
Method 3: Check CPU-Z or Speccy (Third-Party Tools)
Free utilities like CPU-Z and Speccy display detailed hardware information in a readable format. In CPU-Z, the Mainboard tab shows your motherboard manufacturer, model, chipset, BIOS version, and revision. Speccy presents similar information under the Motherboard category.
These tools are particularly useful if you want more detail than msinfo32 provides — for example, the specific chipset (like B650, Z790, or X570), which determines feature support beyond just the brand and model name.
Method 4: Check the Physical Board
If you have a desktop PC and don't mind opening the case, the model number is printed directly on the motherboard itself. It's typically silk-screened near the center of the board or along the top edge, often in large white or yellow lettering.
Common locations:
- Between the PCIe slots
- Near the CPU socket
- Along the bottom edge of the board
For laptops, the motherboard model is less commonly printed visibly, and the relevant identifier is usually the laptop's model number rather than the board itself.
Method 5: Check BIOS/UEFI
Restarting into your system's BIOS or UEFI firmware is another reliable option. Most modern BIOS interfaces display the board model on the main screen or in a system information section. This method is especially useful if your operating system isn't loading correctly or you're working on a fresh build before OS installation.
To access BIOS, restart your PC and press the key shown on your screen during startup — typically Delete, F2, or F10, depending on the manufacturer.
What the Information Tells You
Once you have your motherboard model, here's what you can do with it:
| What You're Checking | Where to Look |
|---|---|
| CPU compatibility | Manufacturer's CPU support list |
| RAM specifications | QVL (Qualified Vendor List) on manufacturer's site |
| BIOS/firmware version | Manufacturer's support downloads |
| Expansion slot types | Board spec sheet (PCIe 4.0, 5.0, M.2, etc.) |
| Maximum RAM capacity | Official product page |
The model number unlocks all of this. Without it, you're guessing.
Variables That Affect What You Find
Not every method works equally well in every situation:
- Prebuilt PCs (Dell, HP, Lenovo) sometimes use OEM board variants with model numbers that don't match retail equivalents. The printed name on the board or the BIOS string may differ from what third-party tools report.
- Laptops typically don't expose a standalone motherboard model that's searchable. The laptop's model number is the practical equivalent for finding compatible parts and drivers.
- Older systems may return incomplete or generic strings in
msinfo32— particularly boards from the early 2000s or systems with modified firmware. - Custom builds generally have retail boards with clear, searchable model names that match manufacturer documentation exactly.
🔍 Reading the Model Name
Motherboard model names follow manufacturer-specific conventions. An ASUS ROG STRIX B650E-F, an MSI MAG Z790 TOMAHAWK, and a Gigabyte B760M DS3H all encode meaningful information — the chipset tier, form factor hints, and feature tier — but you need the full string to look up accurate compatibility data. Shortened or partial names can lead to mismatched driver downloads or incorrect upgrade assumptions.
Once you have the exact model number, your manufacturer's support page is the authoritative source for everything from compatible CPU lists to the latest BIOS updates. What you do with that information depends entirely on what you're trying to accomplish — and whether your current board actually supports the upgrade or fix you have in mind.