To find out what motherboard you have, you can use a few quick software methods (Windows, apps, BIOS) or, if needed, look directly on the board itself.

Windows methods (fastest)

1. System Information (no install needed)

Works on Windows 10 and 11.

  1. Press Windows key + R.
  2. Type msinfo32 and press Enter.
  3. In the window that opens, make sure System Summary is selected.
  4. On the right, look for:
    • BaseBoard Manufacturer → motherboard brand (ASUS, MSI, Gigabyte, etc.).
    • BaseBoard Product → motherboard model.
    • BaseBoard Version → board revision (sometimes shown).

This is usually enough for driver downloads and upgrade planning.

2. Command Prompt (quick command)

  1. Press Windows key + R , type cmd, press Enter.
  2. In the black window, type: wmic baseboard get product,Manufacturer,version,serialnumber
  3. Press Enter.

You’ll see lines with Manufacturer , Product , Version , and SerialNumber for your motherboard.

3. PowerShell (similar but more detailed)

  1. Press Windows key + X , choose Windows PowerShell or Terminal.
  2. Type: Get-WmiObject win32_baseboard | Format-List Product,Manufacturer,SerialNumber,Version
  3. Press Enter.

This lists the same core details with a cleaner layout, useful if you want to script or log hardware info.

Using free tools (if you want extra details)

If you’d like a more visual interface and extra info like chipset and BIOS version, these are popular options:

  • CPU‑Z – Has a Mainboard tab that shows:
    • Manufacturer, model, chipset, BIOS version.
  • Speccy (by CCleaner) – Shows motherboard plus CPU, RAM, storage and temperatures in a simple UI.
  • HWiNFO – Very detailed hardware report, useful for enthusiasts and diagnostics.

These tools are free and widely used by PC builders and technicians.

BIOS/UEFI method (if Windows isn’t booting)

If Windows won’t start or you prefer firmware-level info:

  1. Restart your PC.
  2. As soon as it starts booting, repeatedly tap F2 , Del , or sometimes F12 (the key varies by brand).
  3. In the BIOS/UEFI menus, look for a page called System Information , Main , or similar.
  4. There you can often see the motherboard model, sometimes labeled Motherboard , Baseboard , or Product Name.

This can be handy if you’re troubleshooting a non‑booting system and need the exact board model.

Physically checking the motherboard

If software tools don’t work or you have a custom build:

  1. Shut down your PC and switch the power supply off (or unplug it).
  2. Press the power button once to discharge residual power.
  3. Remove the side panel of the case.
  4. Look on the motherboard itself for:
    • Big printed text like “ROG STRIX B550‑F” or “MSI B760 Tomahawk”.
    • Branding like ASUS, MSI, Gigabyte, ASRock, etc.
  5. Optionally, check the original box or paper manual if you still have them; the exact model is printed there.

This method is especially useful for custom desktops and when labels are partially hidden by GPUs or coolers.

Mini FAQ

  • Is it safe to run these commands?
    Yes, msinfo32 and wmic baseboard are built‑in Windows tools that only read system information.
  • What if the result says “To Be Filled By O.E.M.”?
    Some prebuilt systems don’t populate full board info; in that case, try a third‑party tool or a physical check on the motherboard.
  • Why would I need my motherboard model?
    To download correct drivers/BIOS updates, check CPU/RAM compatibility, or plan upgrades like PCIe cards or M.2 SSDs.

Meta description (SEO):
Learn step‑by‑step how to find out what motherboard you have using Windows System Information, Command Prompt, PowerShell, free tools like CPU‑Z, BIOS/UEFI, and physical inspection.

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