How To Tell What Motherboard You Have?

Check the motherboard model printed on the board itself

Open System Information on Windows and look for BaseBoard Manufacturer and BaseBoard Product

Use Command Prompt and run `wmic baseboard get product,Manufacturer,version,serialnumber`

Use PowerShell and run `Get-CimInstance Win32_BaseBoard | Format-List Product,Manufacturer,SerialNumber,Version`

Check your PC or motherboard box, manual, or receipt

Look in your BIOS or UEFI setup screen

Use third-party tools like CPU-Z, Speccy, or HWiNFO

On Linux, run `sudo dmidecode -t baseboard`

On macOS, check the system report for model details if using a Mac motherboard-based system

If it is a prebuilt PC, check the manufacturer’s support page using the system serial number

Suggested for You

Trending Today