How to Find Your Motherboard Model: Every Method Explained

Knowing your motherboard model unlocks a lot — driver updates, RAM compatibility checks, BIOS upgrades, and figuring out whether your system can handle a CPU or GPU upgrade. The good news: you don't need to crack open your PC case to find it. Several fast, reliable methods work entirely through software.

Why Your Motherboard Model Matters 🖥️

The motherboard (mobo) is the central circuit board connecting every major component in your PC — CPU, RAM, storage, GPU, and peripherals. Its model number determines:

  • Which CPU socket types are supported
  • How many and what type of RAM slots are available
  • Compatible BIOS/UEFI firmware updates
  • Which expansion slots (PCIe generations) the board carries
  • Driver packages you need for chipset, audio, and network functions

Without knowing your exact model, any compatibility research you do is essentially guesswork.

Method 1: Check via Windows Command Prompt or PowerShell

This is the fastest method and requires no third-party software.

Using Command Prompt:

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

You'll see output listing the manufacturer (e.g., ASUS, MSI, Gigabyte, ASRock) and product name (the actual model string like ROG STRIX B550-F GAMING).

Using PowerShell:

Get-WmiObject Win32_BaseBoard | Select-Object Manufacturer, Product, SerialNumber 

Both commands pull the same data from Windows Management Instrumentation (WMI), which reads directly from the board's firmware. This works on Windows 10 and Windows 11.

One caveat: Some OEM builds — particularly pre-built desktops from Dell, HP, or Lenovo — may return a generic or internal model name rather than the retail motherboard model. In those cases, the system model number is usually more useful than the board identifier.

Method 2: Use the System Information Tool

  1. Press Windows + R, type msinfo32, press Enter
  2. In the System Summary panel, look for:
    • BaseBoard Manufacturer
    • BaseBoard Product
    • BaseBoard Version

This graphical view shows the same underlying data as the command-line methods, presented without any syntax required. It's a solid option if you prefer navigating menus over typing commands.

Method 3: Check the BIOS/UEFI Directly

If Windows isn't booting, or you want to confirm the hardware-level identity:

  1. Restart your PC and enter the BIOS/UEFI (typically by pressing Delete, F2, or F10 during startup — the exact key varies by manufacturer)
  2. The main screen or System Information tab usually displays the board model and firmware version

This method is hardware-native — it reads information stored directly on the board's firmware chip, so it bypasses any OS-level reporting quirks.

Method 4: Third-Party System Information Tools

Several utilities provide detailed hardware readouts including motherboard identification:

ToolWhat It ShowsPlatform
CPU-ZMotherboard model, chipset, BIOS versionWindows
HWiNFOFull board specs, sensor data, revisionWindows
SpeccyFriendly overview including mobo modelWindows

These tools are widely used in the PC hardware community and generally surface more detail than built-in Windows tools — including PCB revision numbers, which matter when checking compatibility with specific BIOS updates.

Method 5: Physical Inspection 🔍

If software methods return incomplete or conflicting information, the board itself carries the answer. On most motherboards, the model number is silkscreened (printed) directly onto the PCB — typically:

  • Near the CPU socket
  • Along the top or bottom edge of the board
  • Between expansion slots

You're looking for a string like B650 AORUS ELITE AX or MAG Z790 TOMAHAWK WIFI. A flashlight helps, especially in compact cases. Some boards also place a QR code or label near the I/O shield area that links directly to the product page.

What the Model Number Actually Tells You

Once you have the model string, it carries encoded meaning:

  • Chipset identifier — e.g., B550, Z790, X670E — indicates the platform generation and feature tier
  • Form factor clues — suffixes like ITX, mATX, or ATX describe physical size
  • Feature flags — terms like WIFI, AX, PLUS, PRO, or ULTRA often indicate built-in wireless, enhanced VRMs, or specific connectivity upgrades
  • Revision — sometimes listed as Rev. 1.0 or v2, which affects which BIOS files apply

The chipset generation directly links to CPU compatibility — a Z690 board uses a different socket and supports a different CPU generation than a Z790, even though they look nearly identical.

When Results Don't Match What You Expect

Several situations produce confusing or incomplete model data:

  • OEM/pre-built systems often use custom board variants not sold at retail, which may not have matching driver pages on public manufacturer sites — support goes through the system manufacturer (Dell, HP, etc.) instead
  • Very old hardware may return incomplete strings if BIOS data wasn't fully populated at the factory
  • Virtualized environments won't return accurate physical board data

In these cases, cross-referencing two or more methods — BIOS, WMI output, and physical inspection — gives you the most reliable answer.

The Variables That Determine Your Next Step

Finding the model is only step one. What you do with that information depends heavily on factors specific to your situation: whether your board is from a major retail brand or an OEM variant, how old the hardware is, whether you're troubleshooting or planning an upgrade, and which component you're trying to verify compatibility with. A BIOS update process looks very different for a self-built system versus a branded pre-built — and the same model number can have multiple hardware revisions with different firmware requirements. Your specific combination of hardware, use case, and goals shapes exactly what that model string means for your next move.