How to Find Out What Motherboard You Have
Knowing your motherboard model isn't just trivia — it's the key to installing the right drivers, checking upgrade compatibility, troubleshooting crashes, and understanding exactly what your PC can and can't do. The good news is that finding this information rarely requires opening your case.
Why Your Motherboard Model Matters
Your motherboard is the central hub that connects your CPU, RAM, storage, GPU, and every other component. Its model determines:
- Which CPUs are compatible (and which require a BIOS update to work)
- How much RAM you can install, and at what speeds
- Which expansion slots and ports are available (PCIe lanes, M.2 slots, USB versions)
- Which drivers you need for onboard audio, network, and chipset functions
Without knowing the exact model, you're guessing — and guessing wrong can mean buying hardware that doesn't fit or installing drivers that cause instability.
Method 1: Check System Information in Windows 🖥️
The fastest method on Windows requires no tools and no screwdriver.
- 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
- BaseBoard Version — the hardware revision
This works on Windows 10 and Windows 11 and pulls the data directly from the firmware, so it's generally reliable.
Method 2: Use Command Prompt or PowerShell
If you prefer the command line — or need to pull this information remotely — two quick commands do the job.
Using Command Prompt:
wmic baseboard get product, manufacturer, version Using PowerShell:
Get-WmiObject win32_baseboard | Select-Object Manufacturer, Product, Version Both return the same three fields: manufacturer, product (model name), and version. This is especially useful if you're managing multiple machines or working through a remote session.
Method 3: Check the BIOS/UEFI
Restarting into your system's BIOS or UEFI firmware is one of the most reliable ways to confirm motherboard identity, because the information comes directly from the board itself.
To access it:
- Restart your PC and press the firmware key during boot — typically Del, F2, F10, or F12, depending on the manufacturer
- Look for the motherboard model on the main screen or system info page
The BIOS method is particularly useful if your operating system won't boot, or if you're checking a machine before installing an OS.
Method 4: Look at the Motherboard Physically
If software methods fail — or you're working on a machine that won't power on — physical inspection is your fallback. 🔍
Open the case and look directly at the motherboard surface. Manufacturers typically print the model name in large, clear text between the PCIe slots or near the RAM slots. Common locations include:
- Between the GPU slot and RAM slots
- Near the top edge of the board
- On a sticker near the I/O shield
The format usually looks something like: ASUS ROG STRIX B550-F GAMING or MSI MAG Z690 TOMAHAWK.
Method 5: Third-Party Tools
Several free utilities can pull detailed hardware information, often with more context than built-in Windows tools.
| Tool | What It Shows | Platform |
|---|---|---|
| CPU-Z | Board model, chipset, BIOS version | Windows |
| HWiNFO64 | Full hardware tree including board details | Windows |
| Speccy | Visual summary of all components | Windows |
These tools are particularly useful because they also surface related information — like your current BIOS version, chipset model, and memory configuration — all in one place. That context is often just as important as the board name itself.
Finding Motherboard Info on Linux and macOS
On Linux, open a terminal and run:
sudo dmidecode -t baseboard This outputs the manufacturer, product name, and version directly from the DMI table.
On macOS, Apple does not use user-replaceable desktop motherboards in the traditional sense — Mac logic boards are proprietary. To identify your Mac's hardware, go to Apple menu → About This Mac. For more detail, use System Report under the Overview tab.
What the Model Name Actually Tells You
Once you have your motherboard model, the naming convention itself carries useful information. Most manufacturers follow a pattern:
- Brand (ASUS, MSI, Gigabyte, ASRock)
- Product line (ROG, MAG, AORUS, Taichi — indicating the tier and target audience)
- Chipset (B550, Z690, X570 — defines CPU compatibility and feature set)
- Form factor hints (ATX, Micro-ATX, Mini-ITX are often implied or stated)
- Revision (important for BIOS compatibility and minor hardware differences)
A board labeled B550 supports AMD Ryzen processors but not Intel. A Z-series Intel board supports overclocking; a B-series or H-series generally does not. These distinctions matter immediately when you're checking whether a new CPU or RAM kit will work.
The Gap That Remains
Finding your motherboard model is straightforward — Windows, the BIOS, or a quick physical check will get you there in minutes. What you do with that information, though, depends entirely on your situation: whether you're upgrading, troubleshooting, replacing a driver, or checking what your system can handle next. The model is just the starting point. Your specific components, goals, and how far you want to push the hardware are what shape the next decision.