What Motherboard Do I Have? How to Find Your Motherboard Model and Specs
Not sure what motherboard is inside your PC? You're not alone. Most people never need to think about it — until they do. Whether you're checking compatibility before upgrading RAM, installing a new CPU, or troubleshooting a driver issue, knowing your exact motherboard model matters. The good news: you can find it in minutes without opening your case.
Why Your Motherboard Model Matters
The motherboard (also called the mainboard or mobo) is the central circuit board that connects every component in your computer — your CPU, RAM, storage drives, GPU, and more. Every motherboard has a manufacturer (like ASUS, MSI, Gigabyte, or ASRock) and a specific model name, such as B550M DS3H or ROG STRIX Z790-E.
That model name determines:
- Which CPU sockets and processor generations are supported
- How many and what type of RAM slots are available (DDR4 vs DDR5, max capacity)
- What expansion slots exist (PCIe 4.0, PCIe 5.0, M.2 slots)
- Which BIOS updates apply to your system
- Whether a new component you're considering is actually compatible
Getting the wrong information here can lead to buying hardware that simply won't work with your system.
How to Check Your Motherboard on Windows 🖥️
Method 1: System Information (No Downloads Required)
This is the fastest method and works on all modern Windows versions.
- 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., ASUSTeK)
- BaseBoard Product — the model name (e.g., PRIME B550-PLUS)
- BaseBoard Version — hardware revision, if relevant
This data is pulled directly from your system firmware, so it's reliable.
Method 2: Command Prompt
If you prefer a quick command-line lookup:
- Open Command Prompt (search "cmd" in the Start menu)
- Type the following and press Enter:
wmic baseboard get product, manufacturer, version, serialnumber This returns your motherboard's manufacturer, model, version, and serial number in one line. Useful if you want to copy/paste the info quickly.
Method 3: PowerShell
Works the same way as Command Prompt but useful if you're already in PowerShell:
Get-WmiObject -Class Win32_BaseBoard | Select-Object Manufacturer, Product, Version Method 4: Third-Party Tools
Tools like CPU-Z (free, widely trusted) display detailed motherboard information under their Mainboard tab — including chipset, BIOS version, and revision. This can be helpful when you need more than just the model name, like identifying the specific chipset (e.g., Intel Z790 or AMD X570) or confirming your BIOS version before attempting an update.
How to Check on a Mac
Apple doesn't use the term "motherboard" in consumer-facing documentation — they call it a logic board. On a Mac, the equivalent identifying information lives in:
- Apple Menu → About This Mac — shows your Mac model and year
- System Information (hold Option, click Apple menu) — shows detailed hardware specs under Hardware Overview
For Mac users, the relevant specs (memory type, max RAM, supported macOS versions) are tied to the Mac model identifier, not a separate board model. Apple's own support pages are the most reliable reference for compatibility details.
What If the Software Methods Don't Work?
In rare cases — particularly on older systems, custom builds with unusual firmware, or heavily locked-down enterprise machines — the WMIC or msinfo32 data may show as "To Be Filled By O.E.M." This is a known limitation where the manufacturer didn't populate those fields in the BIOS.
In that case, your options are:
- Check the physical board — open the case and look for the model number printed directly on the PCB, usually near the CPU socket or along the edge of the board
- Check your original purchase documentation — boxed motherboards include a manual with the model number on the cover
- Cross-reference your serial number — some manufacturers let you look up hardware details using the system serial number on their support websites
Understanding What You're Looking At
Once you have your motherboard model, you'll encounter a few common terms worth knowing:
| Term | What It Means |
|---|---|
| Chipset | Controls communication between CPU, RAM, and peripherals (e.g., Z790, B650, X570) |
| Socket | Physical CPU connector type (e.g., LGA1700, AM5) — determines CPU compatibility |
| Form Factor | Physical size of the board: ATX, Micro-ATX, Mini-ITX |
| PCIe Generation | Version of the expansion slot standard (PCIe 4.0 vs 5.0 affects GPU and NVMe speeds) |
| BIOS/UEFI | Firmware that initializes hardware — sometimes needs updating for new CPU support |
The Variables That Make Each Situation Different 🔧
Knowing your motherboard model is just the starting point. What you do with that information depends heavily on your situation:
- Upgrading your CPU? You'll need to verify socket compatibility and whether your current BIOS version supports the newer processor — even on the same socket generation, this isn't always guaranteed
- Adding more RAM? The maximum supported capacity and speed depend on your specific board, not just the socket type
- Installing a new GPU? PCIe slot version and physical clearance (form factor) both come into play
- Updating drivers or BIOS? You need the exact model and revision to download the correct files from the manufacturer
A motherboard that's perfectly suited for one upgrade path may be a bottleneck for another. Two systems with the same CPU can have very different upgrade ceilings depending on which board they're paired with — and that gap only becomes clear when you look at the specific model against your specific goals.