The fastest way to find your motherboard model

On Windows, open the Command Prompt as administrator, type wmic baseboard get product,manufacturer, and press Enter. The result shows your exact motherboard model and maker in two lines. This works on any Windows machine without installing anything.

On Mac, click the Apple menu, select About This Mac, then click System Report. Look for "Model Identifier" under Hardware Overview — this is not the motherboard name itself, but it tells you which Mac model you have, and Mac motherboards are not user-replaceable, so the model identifier is all you need.

On Linux, open a terminal and type sudo dmidecode -t baseboard. You will see the manufacturer and product name. If that command does not work, try cat /proc/cpuinfo instead, which shows processor details that often include the board information.

Key Takeaways

  • Windows users can find their motherboard in seconds using the Command Prompt command wmic baseboard get product,manufacturer without needing any software.
  • Mac users should check System Report under Apple menu > About This Mac, though Mac motherboards cannot be replaced, so the Mac model itself is what matters.
  • Linux users can run sudo dmidecode -t baseboard in a terminal to see the exact motherboard manufacturer and model.
  • If you need the information for warranty, repair, or upgrade purposes, write down the manufacturer name and product number exactly as shown.

Why you might need to know your motherboard

Your motherboard is the main circuit board inside your computer. Knowing which one you have matters when you are buying new parts — a graphics card, extra memory, or a new processor only works if your motherboard has the right slot or connector. It also matters for warranty claims, driver updates, and troubleshooting hardware problems with a technician.

The motherboard model tells you what generation of processor it supports, how much memory it can hold, and what expansion cards will fit. If you are planning any hardware upgrade, the motherboard is the first thing to check.

Using the System Information window on Windows

If you prefer a graphical interface instead of the command line, right-click on This PC or My Computer, select Properties, then click Advanced System Settings. In the window that opens, click the Hardware tab, then Device Manager.

In Device Manager, expand the category called Motherboard or System Devices. You may see your motherboard listed there with its full model name. Not all Windows machines show this information in Device Manager — some manufacturers hide it — so the Command Prompt method is more reliable.

Checking the BIOS or UEFI screen

Your motherboard information also appears in the BIOS or UEFI settings, which is the firmware that runs before Windows or Mac starts up. To enter BIOS on most Windows machines, restart your computer and press Delete, F2, or F12 repeatedly as it boots (the key varies by manufacturer). Look for a screen that shows System Information or Board Information.

This method is slower than using Command Prompt, and you risk accidentally changing a setting if you are not careful. Use it only if the command line methods do not work or if you need other hardware details at the same time. On Mac, you cannot access BIOS this way — the firmware is locked.

Reading the label on the motherboard itself

If your computer is open already or you are comfortable opening it, you can read the motherboard model directly from the board. The manufacturer name and model number are printed on the board itself, usually near the center or along one edge. Take a photo with your phone so you have the exact spelling.

This is the most reliable method if the software methods fail, but it requires opening your computer case, which can void your warranty if done incorrectly. If you are not comfortable doing this, stick with the software methods above.

What to do if you get no result

If the Command Prompt command returns nothing or an error, your computer may be running a very old version of Windows, or the motherboard information may be hidden by your manufacturer. Try the Device Manager method or restart your computer and enter the BIOS to look for the information there.

If you still cannot find it, contact the computer manufacturer with your serial number — they can tell you the motherboard model based on your machine's build date and configuration. You can usually find the serial number on a sticker on the back or bottom of your computer.

Understanding what the motherboard information tells you

A motherboard model number like "B550-PLUS" or "Z790-E" tells you the chipset (the B550 or Z790 part) and the specific board design (the PLUS or E part). The chipset determines what processors and memory types the board supports. The specific model tells you what features and connectors are included.

If you are buying a replacement part or upgrading, search for your exact model number online. The manufacturer's website will have the full specifications, manual, and driver downloads. Never assume two boards with similar names are compatible — always match the exact model number.

Frequently Asked Questions

Can I find my motherboard model without opening my computer?

Yes. On Windows, the Command Prompt method works from your desktop in seconds. On Mac, System Report shows your model without opening anything. You only need to open the case if software methods fail or you want to read the label directly.

What if the Command Prompt shows a name I do not recognize?

Search the exact name online along with "motherboard specifications". The manufacturer's website will show you the full details, manual, and compatible parts. You can also search the model number on retailer websites to confirm what you have.

Does my motherboard model change if I update Windows?

No. Your motherboard is a physical piece of hardware and does not change with software updates. The model number will be the same every time you check it, unless you physically replace the motherboard.

Why do I need the exact model and not just the brand?

Different models from the same brand have different connectors, memory limits, and processor support. A graphics card that fits one model may not fit another. Always use the exact model number when checking compatibility.

Is it safe to open my computer to read the motherboard label?

It is physically safe if you ground yourself first by touching a metal part of the case to discharge static electricity. However, opening your computer may void your warranty depending on your manufacturer's policy. Check your warranty terms before opening the case.