To find your motherboard model, the fastest way on a Windows PC is to use built‑in tools like System Information or Command Prompt; you can also check BIOS/UEFI or the text printed on the board itself.

Quick Scoop

Knowing exactly what motherboard you have helps with RAM/CPU upgrades, BIOS updates, and driver downloads. On modern Windows systems, you can usually get this info in under a minute without opening your case.

Easiest method: System Information

This is the most beginner‑friendly GUI method on Windows.

  • Press Win + R, type msinfo32, and press Enter.
  • In “System Summary”, look for:
    • “BaseBoard Manufacturer” → motherboard brand (e.g., Asus, MSI, Gigabyte).
* “BaseBoard Product” → motherboard model (e.g., PRIME B550‑PLUS).
  • Optionally, “BaseBoard Version” gives revision info, though it’s not always accurate on every system.

If those fields are blank or “To be filled by O.E.M.”, try the next method.

Fast method: Command Prompt / PowerShell

This gives the same info via a simple command.

  • Open Command Prompt (search “cmd”) or PowerShell from the Start menu.
  • Run this command: wmic baseboard get product,Manufacturer,version,serialnumber
  • You’ll see:
    • Manufacturer → brand.
* Product → model name/number.
* Version and SerialNumber → useful for support and warranty.

On newer Windows builds where wmic is deprecated, you can instead use a PowerShell command like Get-CimInstance -ClassName Win32_BaseBoard to list the same details.

Third‑party tools & physical check

If built‑in tools fail or you want more detail, try these.

  • Third‑party utilities (all free):
    • CPU‑Z → “Mainboard” tab shows model, chipset, and BIOS version.
* Speccy or HWiNFO → full system overview including motherboard model and slots.
  • Physical inspection (desktop PCs):
    • Power down, unplug, and open the case.
    • Look for large printed text near the CPU socket or RAM slots—this usually shows the board model (e.g., “B760M PRO‑A”).
* Some vendors also print the model near PCIe slots or along the board edge.

On brand‑name prebuilts, the box, receipts, or order history (Amazon, OEM account, etc.) may also list the exact motherboard model.

BIOS/UEFI and OEM tools

If the OS cannot show it, firmware and vendor apps often can.

  • BIOS/UEFI:
    • Restart your PC and repeatedly tap Del, F2, or F10 during boot to enter setup (key depends on brand).
* On the main or “System Information” page, look for the motherboard model name, often near the BIOS version.
  • OEM utilities:
    • On systems from Asus, MSI, Gigabyte, etc., bundled apps like Armoury Crate, MSI Center, or Gigabyte Control Center may display the motherboard model inside their system info section.

TL;DR:
Use msinfo32 or wmic baseboard get product,Manufacturer,version,serialnumber first; if those don’t work, fall back to CPU‑Z/Speccy, BIOS/UEFI, or reading the text printed directly on the board.

Information gathered from public forums or data available on the internet and portrayed here.