how to find out what motherboard i have
To find out what motherboard you have, you can use a few quick software methods (Windows, apps, BIOS) or, if needed, look directly on the board itself.
Windows methods (fastest)
1. System Information (no install needed)
Works on Windows 10 and 11.
- Press Windows key + R.
- Type
msinfo32and press Enter. - In the window that opens, make sure System Summary is selected.
- On the right, look for:
- BaseBoard Manufacturer â motherboard brand (ASUS, MSI, Gigabyte, etc.).
- BaseBoard Product â motherboard model.
- BaseBoard Version â board revision (sometimes shown).
This is usually enough for driver downloads and upgrade planning.
2. Command Prompt (quick command)
- Press Windows key + R , type
cmd, press Enter. - In the black window, type:
wmic baseboard get product,Manufacturer,version,serialnumber - Press Enter.
Youâll see lines with Manufacturer , Product , Version , and SerialNumber for your motherboard.
3. PowerShell (similar but more detailed)
- Press Windows key + X , choose Windows PowerShell or Terminal.
- Type:
Get-WmiObject win32_baseboard | Format-List Product,Manufacturer,SerialNumber,Version - Press Enter.
This lists the same core details with a cleaner layout, useful if you want to script or log hardware info.
Using free tools (if you want extra details)
If youâd like a more visual interface and extra info like chipset and BIOS version, these are popular options:
- CPUâZ â Has a Mainboard tab that shows:
- Manufacturer, model, chipset, BIOS version.
- Speccy (by CCleaner) â Shows motherboard plus CPU, RAM, storage and temperatures in a simple UI.
- HWiNFO â Very detailed hardware report, useful for enthusiasts and diagnostics.
These tools are free and widely used by PC builders and technicians.
BIOS/UEFI method (if Windows isnât booting)
If Windows wonât start or you prefer firmware-level info:
- Restart your PC.
- As soon as it starts booting, repeatedly tap F2 , Del , or sometimes F12 (the key varies by brand).
- In the BIOS/UEFI menus, look for a page called System Information , Main , or similar.
- There you can often see the motherboard model, sometimes labeled Motherboard , Baseboard , or Product Name.
This can be handy if youâre troubleshooting a nonâbooting system and need the exact board model.
Physically checking the motherboard
If software tools donât work or you have a custom build:
- Shut down your PC and switch the power supply off (or unplug it).
- Press the power button once to discharge residual power.
- Remove the side panel of the case.
- Look on the motherboard itself for:
- Big printed text like âROG STRIX B550âFâ or âMSI B760 Tomahawkâ.
- Branding like ASUS, MSI, Gigabyte, ASRock, etc.
- Optionally, check the original box or paper manual if you still have them; the exact model is printed there.
This method is especially useful for custom desktops and when labels are partially hidden by GPUs or coolers.
Mini FAQ
- Is it safe to run these commands?
Yes,msinfo32andwmic baseboardare builtâin Windows tools that only read system information.
- What if the result says âTo Be Filled By O.E.M.â?
Some prebuilt systems donât populate full board info; in that case, try a thirdâparty tool or a physical check on the motherboard.
- Why would I need my motherboard model?
To download correct drivers/BIOS updates, check CPU/RAM compatibility, or plan upgrades like PCIe cards or M.2 SSDs.
Meta description (SEO):
Learn stepâbyâstep how to find out what motherboard you have using Windows
System Information, Command Prompt, PowerShell, free tools like CPUâZ,
BIOS/UEFI, and physical inspection.
Information gathered from public forums or data available on the internet and portrayed here.