How to Find Your Motherboard Model: Every Method That Works

Knowing your motherboard model isn't just trivia — it's essential for installing the right drivers, checking RAM compatibility, planning an upgrade, or troubleshooting a hardware issue. The good news: you don't need to open your PC case to find it. Several software-based methods surface this information in seconds.

Why Your Motherboard Model Matters

Your motherboard is the backbone of your system. It determines which CPUs are compatible, how much and what type of RAM you can install, which expansion slots are available, and what BIOS/UEFI firmware applies to your machine. Without knowing the exact model, you're guessing — and guesses lead to incompatible parts and wasted money.

Method 1: Use the Windows Command Prompt (Fastest Route) 💻

This is the quickest method for most Windows users and requires no third-party software.

  1. Press Windows + R, type cmd, and hit Enter
  2. In the Command Prompt window, type the following and press Enter:
wmic baseboard get product, manufacturer, version, serialnumber 

You'll see output like:

FieldExample Output
ManufacturerASUSTeK COMPUTER INC.
ProductROG STRIX B550-F GAMING
VersionRev X.0x
SerialNumberxxxxxxxxxx

The Product field is your motherboard model. Write it down exactly as shown — even small differences in letters or numbers matter when searching for drivers or compatibility info.

Method 2: Use System Information (No Typing Required)

If you'd rather avoid the command line:

  1. Press Windows + R, type msinfo32, and press Enter
  2. The System Information panel opens on the System Summary screen
  3. Look for BaseBoard Manufacturer, BaseBoard Product, and BaseBoard Version

This gives you the same data as the command prompt method, presented in a readable interface. It also shows your BIOS version and date, which is useful if you're considering a firmware update.

Method 3: Check the BIOS/UEFI Directly

Your motherboard's firmware always knows what it is. To access it:

  1. Restart your computer
  2. Press the BIOS entry key during startup — commonly Del, F2, F10, or F12 depending on your board
  3. The motherboard model usually appears on the main screen or dashboard of the UEFI interface

This method is especially reliable when Windows isn't booting correctly or when you're working with a system that has a fresh OS install.

Method 4: Use Third-Party System Info Tools

Tools like CPU-Z, HWiNFO, and Speccy display detailed hardware information including your motherboard model, chipset, and BIOS version — all in one place.

These tools are particularly useful because they often surface additional details, such as:

  • Chipset model (e.g., Intel Z790, AMD B650)
  • Memory slot configuration (which slots are populated)
  • PCIe lane information

This extra context matters when planning upgrades rather than just identifying the board.

Method 5: Physical Inspection

If software methods aren't available — for example, the system won't boot — the model number is printed directly on the motherboard itself. 🔍

  • Look for large text silk-screened between the PCIe slots or near the RAM slots
  • It typically reads something like B550M AORUS PRO or Z790 TOMAHAWK WIFI
  • The full model string is also printed on the retail box if you still have it

On laptops, the motherboard model is less user-accessible through physical inspection. In those cases, the laptop's model number (found on a sticker on the bottom of the device) is usually sufficient for finding compatible parts and drivers — the internal board isn't typically a user-serviceable identifier.

Laptops vs. Desktops: A Key Distinction

The process differs slightly depending on what you're working with.

System TypeBest MethodNotes
Desktop PCWMIC command or msinfo32Full board model always available
Custom-built desktopAny software methodBIOS screen often most reliable
Pre-built desktop (OEM)msinfo32 or CPU-ZOEM boards may show generic names
LaptopSystem info or laptop model numberBoard model less actionable; use device model instead

OEM pre-built systems (Dell, HP, Lenovo) sometimes use proprietary motherboards where the model string returned by Windows looks like an internal part number rather than a consumer product name. In those cases, pairing the board name with the system's service tag or serial number — found via wmic bios get serialnumber — gives you a more complete picture when contacting support or looking up specs.

What to Do With the Model Number Once You Have It

Once you have the exact model string, a few practical next steps:

  • Driver downloads: Go directly to the manufacturer's support page (ASUS, MSI, Gigabyte, ASRock, etc.) and search by model
  • Compatibility checks: Use the manufacturer's QVL (Qualified Vendor List) to verify RAM compatibility
  • BIOS updates: Cross-reference your current BIOS version (visible in msinfo32) with the latest version on the manufacturer's site
  • Chipset identification: Your board model tells you which CPU socket and chipset you're running, which defines your upgrade ceiling

The Variable That Changes Everything

Finding the model number is straightforward — the methods above work reliably across most Windows systems. What varies is what you do with that information.

Whether you're checking RAM upgrade limits, planning a CPU swap, sourcing a replacement board, or just trying to get the right driver installed, the model number is only the starting point. The chipset generation, BIOS revision, and current component configuration of your specific build all shape what's actually possible. Two systems with the same motherboard model can have meaningfully different upgrade paths depending on what's already installed and what the current BIOS revision supports.

That's the part only your specific setup can answer.