You need to find your motherboard model. Maybe you want to upgrade RAM, install a driver, or check compatibility before buying new parts. Whatever the reason, this guide gives you every working method, step by step.
The fastest answer: Open Command Prompt and type wmic baseboard get product,Manufacturer. Press Enter. Done. Your motherboard model appears in seconds.
Why You Need to Know Your Motherboard Model
Your motherboard is the backbone of your PC. Every component connects to it. When you need to:
- Update BIOS or chipset drivers
- Check RAM compatibility before buying
- Troubleshoot crashes or hardware conflicts
- Add a CPU or GPU upgrade
- Replace the motherboard itself
You need the exact model name. Not a guess. The exact string, like ASUS ROG STRIX B550-F GAMING or MSI MAG Z690 TOMAHAWK WIFI. That level of specificity matters.

Method 1: Use Command Prompt (Fastest Way)
This works on Windows 10 and Windows 11. No third-party software needed.
Steps
- Press Windows + R
- Type
cmdand press Enter - In the black window, type this command exactly:
wmic baseboard get product,Manufacturer,version,serialnumber
- Press Enter
You will see output like this:
| Field | Example Output |
|---|---|
| Manufacturer | ASUSTeK COMPUTER INC. |
| Product | ROG STRIX B550-F GAMING |
| Version | Rev 1.xx |
| SerialNumber | 21039XXXXXXX |
The Product field is your motherboard model. Write it down or copy it.
Why This Works
Windows reads hardware information directly from the BIOS/UEFI firmware. This data is stored in DMI (Desktop Management Interface) tables. The wmic command queries those tables and pulls the information to your screen.
Method 2: Use PowerShell
If Command Prompt feels old school, PowerShell works just as well on Windows 10 and 11.
Steps
- Press Windows + X
- Click Windows PowerShell or Terminal
- Type this command:
Get-WmiObject -Class Win32_BaseBoard | Select-Object Manufacturer, Product, SerialNumber
- Press Enter
The output gives you the same info as CMD but formatted slightly differently. Both methods pull from the same source, so the result is identical.
Method 3: Check System Information (No Typing Required)
Windows has a built-in tool called System Information that shows hardware details without any command line work.
Steps
- Press Windows + R
- Type
msinfo32and press Enter - The System Information window opens
- Look at the right panel under System Summary
- Find the line labeled BaseBoard Manufacturer and BaseBoard Product
That is your motherboard make and model. You can also go to File > Export to save all this information as a text file, which is useful if you are troubleshooting or asking for help in a forum.
Method 4: Check the Physical Motherboard
Sometimes software methods fail, especially if:
- The PC will not boot
- You are working on a used or custom-built machine
- BIOS data is corrupted or blank
In that case, look at the board itself.
Where to Find the Model Number
Open your PC case and look at the motherboard directly. The model name is printed on the PCB (the circuit board itself). Common locations:
- Between the PCIe slots (large slots near the middle-bottom)
- Near the RAM slots (top right area)
- Near the CPU socket (usually printed in large text)
- Along the bottom edge of the board
The text usually looks like: B550M DS3H or Z790 AORUS ELITE AX
Take a photo with your phone if the text is hard to read. Then zoom in.
What the Numbers Mean
Most motherboard names follow a pattern:
| Part of Name | What It Means |
|---|---|
| Z, B, H, X | Chipset tier (Z is high-end, H is basic) |
| 790, 650, 550 | Platform generation |
| AORUS, ROG, PRIME | Brand sub-line |
| AX, WIFI, ITX | Feature or form factor indicator |
Knowing this helps you understand what your board supports before you even look it up online.
Method 5: Check BIOS/UEFI
Your BIOS screen always shows the motherboard model on startup or in the main menu.
Steps
- Restart your PC
- Press the BIOS key during startup (usually Del, F2, or F10 depending on brand)
- Look at the top or corner of the BIOS screen
The model name appears on the main BIOS page. This is reliable even if Windows cannot boot. It pulls information straight from the firmware, so it is always accurate.
Common BIOS Keys by Brand
| Brand | BIOS Key |
|---|---|
| ASUS | Del or F2 |
| MSI | Del |
| Gigabyte | Del or F12 |
| ASRock | F2 or Del |
| HP | F10 |
| Dell | F2 |
| Lenovo | F1 or F2 |
Method 6: Use CPU-Z (Free Third-Party Tool)
CPU-Z is a well-known, trusted tool for reading hardware details. It shows more information than the built-in Windows methods.
Steps
- Download CPU-Z from cpuid.com
- Install and open it
- Click the Mainboard tab
You will see:
- Manufacturer (e.g., ASUS, MSI, Gigabyte)
- Model (exact model name)
- Chipset and Southbridge
- BIOS Version and BIOS Date
This is one of the most detailed and accurate methods available. It also shows BIOS version, which matters when you are planning a BIOS update.
Method 7: Use Speccy
Speccy is another free tool from the makers of CCleaner. It gives a full overview of your system including the motherboard.
Steps
- Download Speccy from piriform.com/speccy
- Open it
- Click Motherboard in the left panel
Speccy shows:
- Motherboard brand and exact model
- Chipset details
- BIOS version and date
- Temperature readings
This tool is especially useful if you want a complete picture of your system in one place.
Method 8: Check the Original Box or Manual
If you built your PC yourself or kept the original parts, the motherboard box and manual both display the model name prominently. The manual also includes:
- Full specs list
- Supported CPU list
- RAM compatibility chart
- Slot diagrams
If you no longer have the box, search for your serial number on the manufacturer’s website. Most brands like ASUS, MSI, and Gigabyte have serial lookup tools on their support pages.
What to Do After Finding Your Motherboard Model
Once you know the model, here is what you can do with that information:
Download the Right Drivers
Go to the manufacturer’s website and search for your exact model. Download:
- Chipset drivers (important for system stability)
- LAN/WiFi drivers
- Audio drivers
- BIOS updates (only if needed)
Always match the driver to your Windows version (Windows 10 or Windows 11, 64-bit usually).
Check RAM Compatibility
Go to your board’s support page and look for the Memory QVL (Qualified Vendor List). This list shows every RAM kit that has been tested and confirmed to work. Buying RAM that is on the QVL reduces the chance of instability issues.
Verify CPU Compatibility
Motherboards support specific CPU generations. For example, an Intel Z690 board supports 12th and 13th gen Intel CPUs. An AMD B550 board supports Ryzen 3000 and 5000 series. Knowing your board model lets you check exactly which CPUs you can drop in.
For CPU compatibility checks, the manufacturer’s official support page is the most reliable source.
Common Problems and Fixes
CMD Shows Blank or “To Be Filled By OEM”
This happens with some prebuilt PCs from HP, Dell, or Lenovo. The manufacturer leaves DMI fields blank. In this case:
- Check msinfo32 instead
- Look physically at the board
- Check the sticker on the bottom of the case or on the board itself
Cannot Open the Case
For laptops or sealed prebuilt desktops, use the service tag or serial number on the sticker outside the machine. Go to the brand’s support page and enter that number. It will tell you exactly what hardware is inside.
For example, Dell’s support site at support.dell.com lets you enter a Service Tag and view the full component list.
Virtual Machine Shows Generic Board Info
If you are running Windows inside a VM (like VMware or VirtualBox), the software will report a virtual or generic motherboard. This is expected behavior. To find the real board, boot into the host operating system.
All Methods at a Glance
| Method | Works Without Booting | No Software Needed | Best For |
|---|---|---|---|
| CMD (wmic) | No | Yes | Fast check on working PC |
| PowerShell | No | Yes | Scripting or automation |
| msinfo32 | No | Yes | No typing preferred |
| Physical board | Yes | Yes | Dead or unbootable PC |
| BIOS/UEFI | Partially | Yes | When Windows won’t load |
| CPU-Z | No | No | Detailed hardware info |
| Speccy | No | No | Full system overview |
| Box/Manual | Yes | Yes | Just built the PC |
Semantic Summary: What Else You Should Know
Finding your motherboard model is closely related to several other tasks. You will likely also need to know:
- Chipset model (found in CPU-Z > Mainboard)
- BIOS version (shows in msinfo32 or BIOS screen)
- Socket type (AM4, AM5, LGA1700, etc.) for CPU upgrades
- Form factor (ATX, Micro-ATX, Mini-ITX) for case compatibility
These details all come from the same places covered in this guide. Once you know your board model, you can find everything else on the manufacturer’s product page.
According to hardware guides from Tom’s Hardware, one of the most reliable PC hardware resources online, the BIOS and CMD methods are the two most consistent ways to identify hardware across different Windows versions and PC brands.
Conclusion
Finding your motherboard model takes less than a minute if your PC is running. Use the CMD command wmic baseboard get product,Manufacturer for the fastest result. Use CPU-Z if you want full details. Look at the physical board if the PC is dead or won’t boot.
Once you have the model name, you can download correct drivers, check component compatibility, and make smarter upgrade decisions. Every step in this guide is practical. No guesswork needed.
Frequently Asked Questions
Can I find my motherboard model without opening my PC?
Yes. Use the CMD command or the msinfo32 tool in Windows. Both pull the information directly from your system’s firmware without you needing to physically open anything.
What if the CMD command shows “To Be Filled By OEM”?
This is common on prebuilt PCs. Try msinfo32, check a sticker on the outside of the case, or look at the physical board. Brands like Dell and HP often leave DMI fields blank intentionally.
Does finding the motherboard model work on laptops too?
Yes. The same CMD and PowerShell commands work on laptops. The output will show the laptop’s motherboard or mainboard model, which is usually tied to the laptop model itself.
How do I find my motherboard model on Windows 11?
The same methods work on Windows 11. CMD, PowerShell, and msinfo32 all function identically. Press Windows + R, type cmd or msinfo32, and follow the same steps described above.
Is CPU-Z safe to download and use?
Yes. CPU-Z from CPUID is one of the most trusted free tools in the PC hardware community. It has been used for over 20 years and does not modify your system. Always download it from the official site at cpuid.com to avoid unofficial versions.
