So you’re staring at your PC wondering how to find motherboard model windows 11 is showing you, and honestly, you’re probably here because you just tried installing a driver or a BIOS update and it asked for info you don’t have a clue about. Yeah, that’s most people. Nobody memorizes their motherboard model, why would you, it’s not exactly a birthday you need to remember.
Here’s the thing though — you don’t need to unscrew anything, flip your tower upside down, or squint at tiny text printed sideways near your RAM slots. Windows 11 already knows this information, it’s just buried a little, like most useful stuff on this OS tends to be.
Why You’d Even Need Your Motherboard Model
Before we get into the how, lets talk about the why for a sec, cause it actually matters for what method you’ll want to use. People usually need this for one of a few reasons:
- Updating BIOS/UEFI firmware
- Installing chipset drivers that Windows Update somehow missed
- Checking RAM compatibility before buying more sticks
- Troubleshooting a hardware conflict
- Selling the PC and need to list specs accurately
- Just plain curious after building it and forgetting what you bought
If your reason is BIOS updates specifically, be real careful here, flashing the wrong firmware onto a board can genuinely brick it. So getting the exact model number right isn’t optional, its critical.
Method 1: System Information Tool (The Easiest One)
This is probably the fastest route and it works on basically every Windows 11 machine, no admin rights drama, no downloads.
- Press the Windows key and type msinfo32, then hit Enter
- Under System Summary you’ll see fields labeled BaseBoard Manufacturer, BaseBoard Product, and BaseBoard Version
- That “Product” field is your motherboard model, plain and simple
Some people get confused here because “BaseBoard” sounds like a weird term, but that’s literally just Microsoft’s internal name for the motherboard. Don’t overthink it.
Method 2: Command Prompt (For People Who Like Typing Commands)
If you’re the type who’d rather just type something and get an instant answer, Command Prompt does the job in like two seconds.
Open Command Prompt (search “cmd” in the start menu, doesn’t need to be admin for this one) and type:
wmic baseboard get product,Manufacturer,Version,SerialNumber
Hit enter and it spits out a small table with everything, manufacturer name, exact model, version number, sometimes even the serial. Quick note though — Microsoft has been slowly phasing out WMIC in newer builds, so if this command doesn’t work on your machine, that’s why, not because you did something wrong.
Method 3: PowerShell (The Modern Replacement)
Since WMIC is on its way out, PowerShell is becoming the go to and honestly it’s not much harder.
Open PowerShell (right click Start, select Windows PowerShell or Terminal) and run:
Get-CimInstance -ClassName Win32_BaseBoard | Select-Object Manufacturer, Product, Version
This pulls the same data as msinfo32 but in a format thats easier to copy paste somewhere if you need to send it to tech support or paste into a forum post asking for help.
Method 4: Third Party Tools Like CPU-Z
Look, Windows’ built in tools are fine for most people but sometimes you want more detail, like the exact chipset, BIOS version, socket type, all in one clean window. CPU-Z is the tool most tech forums recommend for this, and its been around for decades at this point, its basically an industry standard.
Once installed, just open it and click the “Mainboard” tab. It’ll show:
| Field | What It Tells You |
|---|---|
| Manufacturer | Who made the board (ASUS, MSI, Gigabyte, etc) |
| Model | The exact model number you need |
| Chipset | Which chipset your board uses |
| BIOS | Current firmware version and date |
There’s also HWiNFO and Speccy which do similar things, some people swear by one over the other but honestly for just finding a model number, any of em will work fine.
Physical Inspection (If Software Fails You)
Sometimes, rare but it happens, Windows might not correctly detect the baseboard info, especially on some prebuilt systems or custom built machines where the manufacturer didn’t fill in the SMBIOS data properly. In that case you’re stuck actually opening the case.
If it comes to that:
- Power off completely and unplug the PC
- Ground yourself before touching anything inside (touch a metal part of the case)
- Look near the RAM slots or PCIe slots, the model is usually printed right there
- It’ll be a string like “PRIME B660M-A” or “TUF GAMING X570-PLUS”, something along those lines
Not glamorous but it works everytime when software methods let you down.
A Quick Comparison of All Methods
| Method | Difficulty | Requires Admin | Reliable On |
|---|---|---|---|
| System Information (msinfo32) | Very Easy | No | Most systems |
| Command Prompt (WMIC) | Easy | No | Older builds mainly |
| PowerShell | Easy | No | All current builds |
| CPU-Z / third party | Easy | Sometimes | Nearly all systems |
| Physical inspection | Moderate | N/A | Always accurate |
As one hardware forum moderator on Tom’s Hardware once put it, checking software tools first saves you the hassle nine times out of ten, and only crack open the case when the digital methods come back blank or say “To Be Filled By O.E.M.” which, yes, that’s a real placeholder manufacturers sometimes leave in, and it means exactly what it sounds like, nobody filled it in.
What If It Says “To Be Filled By O.E.M.”?
This happens more than you’d think, especially with budget boards or certain prebuilt systems where the manufacturer just never bothered updating the SMBIOS strings. If you run into this weird placeholder text instead of an actual model name, don’t panic, it doesn’t mean your motherboard is broken or unidentifiable.
In this situation your best bet is honestly just looking at the sticker on the board itself, or checking the box/invoice if you still got it, or looking up the model based on your prebuilt PC’s exact model number (like if you bought a Dell or HP prebuilt, their support site will list the actual motherboard used internally even if Windows won’t tell you directly).
Final Thoughts
Finding your motherboard model in Windows 11 really isn’t the headache people assume it’ll be, most the time its a thirty second job through msinfo32 or a quick PowerShell command. Save the case opening for when software genuinely fails you, which honestly, doesn’t happen that often unless you’re dealing with an oddly configured prebuilt system. Once you’ve got that model number written down somewhere safe, driver updates and BIOS flashes become a whole lot less stressful, and you won’t be stuck guessing which chipset drivers actually belong to your setup.




