GPUsed

What Motherboard Do I Have? Four Ways to Check

The fastest check in Windows is to open System Information and read the BaseBoard manufacturer, product and version. It often gives the exact retail motherboard immediately. If it returns a generic OEM value, a code you cannot match or nothing useful at all, do not guess: move down the four-method reliability ladder until two pieces of evidence agree.

The quick Windows answer

  1. Press the Windows key, type System Information or msinfo32, and open the matching app.
  2. In System Summary, note BaseBoard Manufacturer, BaseBoard Product and BaseBoard Version.
  3. Also record System Manufacturer and System Model, especially for a branded PC.

Microsoft’s msinfo32 documentation describes System Information as a view of the hardware and system environment. Copy only the fields you need; a full exported report can contain unrelated system details.

Four-method reliability ladder

Choose the least intrusive method that gives a specific, corroborated result
Method Confidence when specific Common limitation Best cross-check
1. Windows System Information or PowerShell High for a clearly named retail board Generic OEM identifiers, stale firmware data or an internal code Official support page or invoice
2. BIOS or UEFI information screen High when it shows the full model and revision Menu names vary; a prebuilt may still show only a system identifier System manufacturer documentation
3. Order record, service tag or manual High for an unchanged machine The board may have been replaced since purchase Current software reading or physical marking
4. Printed board marking Highest for the physical board in front of you Can require safe access; revision may be printed separately Manufacturer support page for that exact revision

Method 1: use Windows without relying on WMIC

System Information is the friendliest route. For a concise PowerShell result, open PowerShell and run Get-CimInstance -ClassName Win32_BaseBoard | Select-Object Manufacturer, Product, Version, SerialNumber. Microsoft defines Win32_BaseBoard as the class representing a motherboard or system board, and documents those properties.

You may still find old guides using the wmic baseboard command. Microsoft records the WMIC command-line utility as removed from current Windows 11 24H2 and 25H2 installations from August 2026, while WMI itself remains. PowerShell’s CIM command is the more durable route; the Get-CimInstance reference covers its syntax.

If software reports “Default string”, “To be filled by O.E.M.” or an obscure code, that is an unknown result, not a motherboard model to paste into a shop search.

Method 2: read the BIOS or UEFI information screen

Use the PC or motherboard manufacturer’s instructions to enter its firmware setup. Look for a read-only information, main or system-summary screen. ASUS, for example, documents checking a model through UEFI as well as from the board itself in its motherboard identification guide.

This is an identification visit. Do not change boot, storage, security, voltage or memory settings. Entry keys and menu layouts vary, and an organisation-owned PC may deliberately restrict access. Exit without saving if you have made no intended change.

Method 3: take the OEM detour

For a Dell, HP, Lenovo or another complete system, the full PC model or service tag may be more useful than its internal baseboard code. Search the system manufacturer’s support site and open the service manual, parts list or original order record. That documentation can describe proprietary sizes, connectors and upgrade limits that a generic retail-motherboard search misses.

For a custom-built PC, a detailed invoice or order history may state the retail board precisely. Treat paperwork as strong evidence only if the hardware has not been replaced. Avoid posting service tags, serial numbers or invoices containing personal details on public forums.

Method 4: read the printed board marking

Only open the PC if it is appropriate and you can follow the manufacturer’s safe shutdown and access instructions. Disconnect power, allow the system to power down fully and take electrostatic-discharge precautions. Do not remove a graphics card, cooler or laptop motherboard solely to satisfy this guide.

Retail boards usually print a model name on the PCB, but its location varies. Capture the full name and any separately printed revision. GIGABYTE, for example, explains in its revision-identification guidance that different board revisions can require their corresponding files. A physical “REV” marking should not be replaced by a software value simply called “Version” unless the manufacturer says they are equivalent.

Exact-information capture card

Before checking an upgrade, save the information in this compact format:

  • System maker and model: the complete name or “custom build”.
  • Board manufacturer and product: copied exactly, including suffixes.
  • Board revision: only if confirmed and with the source stated.
  • Evidence: System Information, PowerShell, firmware, documentation or board marking.
  • Second check: the independent evidence that agrees.

This makes a useful support or selling enquiry without sending an entire diagnostic report. Our motherboard selling page explains the condition details required for a quote, while current motherboard listings show the product information available when buying.

The disagreement rule

If two methods disagree, stop before ordering parts or downloading firmware. Check whether one result names the complete PC while the other names its internal board, whether the motherboard was replaced, and whether a revision or DDR suffix has been omitted. Then ask the system or board manufacturer to resolve the identity.

A matching socket or chipset is not a complete compatibility verdict. Identification gets you to the right manual; the manual and support lists then decide CPU, memory and storage support. For a mixed-hardware enquiry, use our computer-component quote route once each part is accurately identified.

Sources and scope

Windows and manufacturer guidance checked on 12 September 2026. This page identifies a motherboard; it does not advise a BIOS update or certify that a component is compatible.

Related GPUsed guides