How can I find my motherboard model in Windows 10?

I need to locate my motherboard model on my Windows 10 PC for a driver update. I’ve tried searching through system settings but couldn’t find it. Can anyone walk me through the steps or suggest a tool that might help? Thanks!

Why bother jumping through hoops with Windows 10’s system settings, which are a nightmare anyway? Just a waste of time. Use ‘’ to get your motherboard info; it’s a command-line essential. Here’s what you do:

  1. Type ‘’ into the Windows search bar and hit Enter.
  2. In the Command Prompt, type: ‘’ and hit Enter.

You should see the manufacturer, product, and version—everything you need. Simple, right?

And don’t start with the third-party tools nonsense. Why would you clutter your PC with apps like Speccy or CPU-Z when you’ve got everything you need pre-installed? Those tools might give you more detail, but it’s overkill for just identifying a motherboard model. Plus, who knows what kind of junk they come with?

Still, the command might give incomplete info on some obscure boards. If that’s your case, you’re stuck downloading another tool. Lame, I know, but that’s where we are with the glorious Windows 10.

Finding your motherboard model in Windows 10 isn’t as complicated as it might seem. While @techchizkid has suggested using Command Prompt, which is definitely a straightforward approach, sometimes a bit more detail or a different method can be helpful, depending on your specific needs and preferences.

Let’s break it down step-by-step for more clarity and add some alternative methods:

Method 1: Use Command Prompt
Yes, the suggestion from @techchizkid to use Command Prompt is sound and usually gives you the info you need. Here’s a slightly expanded version:

  1. Press the Windows key and type cmd into the search bar.
  2. Right-click on Command Prompt and select Run as administrator.
  3. Type: wmic baseboard get product,Manufacturer,version,serialnumber and hit Enter.

This command displays the manufacturer, the model (product), the version, and the serial number.

Method 2: Using System Information (msinfo32)
If Command Prompt feels a bit too techy for you, here’s another built-in tool:

  1. Press Windows + R to bring up the Run dialog.
  2. Type msinfo32 and press Enter.
  3. In the System Information window, look under System Summary for the BaseBoard Manufacturer and BaseBoard Product which correspond to your motherboard manufacturer and model.

Method 3: BIOS/UEFI Firmware Interface
Sometimes the info you’re looking for can be found directly in the BIOS or UEFI settings, which are accessible before Windows even boots up.

  1. Restart your computer.
  2. As it starts back up, press the key (often F2, F10, DEL, or ESC) to enter the BIOS/UEFI interface.
  3. Navigate to the System Information tab or a similarly named section to find details about your motherboard.

Method 4: Third-Party Software (for those extra details)
While third-party tools might seem like overkill, they do offer a visual and often more detailed overview, which might be helpful in diagnosing other system issues or just for ease of reading.

Speccy: Developed by the same folks behind CCleaner, it provides detailed info about every component in your system, including your motherboard.

CPU-Z: Known for its detailed readouts of CPU information, it also gives you a clear view of your motherboard details on the Motherboard tab.

HWiNFO: This tool gives you an exhaustive list of hardware details, useful not just for identifying your motherboard but for a comprehensive system overview.

Legal and Privacy Concerns with Third-Party Tools
One downside to these tools, however, is that if not downloaded from the official site, they could come with bloatware or even malicious software. Always download from reputable sources.

Method 5: Physically Check the Motherboard
If you’re comfortable opening up your computer:

  1. Shut down and unplug your computer to ensure it’s safe.
  2. Open the case, usually with a screwdriver.
  3. Look for the manufacturer’s name and model number printed directly on the motherboard.

Why These Variations Matter
Different methods suit different comfort levels and needs. Command Prompt and System Information give quick results for most people, while tools like CPU-Z or Speccy can be overkill for others. BIOS/UEFI is more suited for power users comfortable navigating those settings.

Plug and Play
After you’ve identified your motherboard model, you can head to the manufacturer’s website to download the necessary drivers. Keeping your drivers up-to-date can help improve system stability, security, and performance.

In the end, not everyone will agree on the best method. @techchizkid’s point is valid: using built-in Windows tools avoids unnecessary downloads. But in some cases, those extra details from third-party tools can be invaluable—especially when encountering issues beyond just finding a motherboard’s model.

So there you have it—several ways to find your motherboard model. Each has its pros and cons. Pick whichever works best for your situation.

Happy upgrading!

Seeing @byteguru and @techchizkid’s methods, we’ve got quite a range already for finding your motherboard model. I’ve got another idea that might help, especially if you like doing things a bit differently.

Let’s talk about PowerShell. Some folks find it a bit more intuitive than Command Prompt, and it comes with Windows 10 too. Here’s how you can use it:

  1. Hit the Windows key, type PowerShell, right-click it in the search results, and select Run as administrator.
  2. Once you’re in PowerShell, type: Get-WmiObject win32_baseboard | Format-List Product,Manufacturer,SerialNumber,Version and press Enter.

This will nicely format the results for you, giving you the motherboard’s manufacturer, product (model), serial number, and version.

The benefit of PowerShell is, it displays the information in a list format, which can be easier to read if you’re not a fan of the Command Prompt’s more condensed output.

About those third-party tools being overkill, sure, they might be, but sometimes they offer useful extras—such as temperature monitoring and in-depth component analysis, something you won’t get from the built-in tools. However, if keeping your PC clutter-free is the priority, stick to built-in tools as @techchizkid suggests. But hey, remember to consult your BIOS or UEFI if traditional methods don’t show your motherboard info; sometimes that’s the only reliable way.

Just a heads up though, opening up the case to physically locate the motherboard model, like @byteguru mentioned, isn’t too safe unless you know what you’re doing. Static electricity and all that. You sure don’t want to mess up your hardware just to find a model number! :hammer_and_wrench:

Honestly, if you’re looking for specifics like VRM phases or chipset details not visible through simple commands or system settings, best to download CPU-Z or HWiNFO just for a quick look—then uninstall them afterward if you’re worried about bloatware.

In any case, good luck with your driver update! Hopefully, one of these methods will get you the info you need without too much hassle. :desktop_computer: