What Motherboard Do I Have

Discussion in 'Windows Know Base' started by securityhope, Sep 20, 2016.

  1. securityhope

    securityhope Administrator Staff Member

    Joined:
    Aug 3, 2016
    Messages:
    1,241
    Likes Received:
    0
    Trophy Points:
    36
    Whether you need to update drivers, want to check hardware compatibility, or you’re just curious, it’s way easier to check your motherboard model number with these simple tricks than it is to crack open your computer case to check the board itself. Read on as we show you how to check your motherboard model number from the comfort of your keyboard.

    [​IMG]
    Why Do I Want To Do This?

    There are a variety of situations where knowing your motherboard’s model number is important: upgrading your drivers, buying new hardware (you’ll need the proper expansion slots for card-based upgrades and the right memory DIMMS for memory upgrades, etc.), and checking the capabilities of your board if you’re considering upgrading the entire thing.

    If you kept the paperwork that came with your computer (or the individual components if you built it yourself) you can often times reference that. Even then, it’s best to check to make sure the documentation is correct. Rather than open the case and search for the model number, it’s easy to use tools within Windows to check things out.

    Windows 10 & Windows 8
    1. On the Windows Desktop screen, press Windows key + X to open the Power User Task menu.
    2. Select the Run option in the menu.
    3. In the Run text field, type msinfo32 and press Enter.
    Windows 7 and earlier versions
    1. Open the Start menu.
    2. Click on All Programs > Accessories > System Tools, then select the System Information utility.
    This utility provides a good bit of information about your computer. On the System Summary screen, you will find the motherboard manufacturer (System Manufacturer) and motherboard model (System Model). For example, for a computer with a MSImotherboard, the manufacturer would be MICRO-STAR INTERNATIONAL and the System Model could be MS-7599, for example. The Model is the model number of the motherboard.

    Checking Your Model Number via CMD.exe

    With the WMIC we can entry the query baseboard to check motherboard stats and then additional specific query modifiers like get Manufacturer, Model, Name, PartNumber, slotlayout, serialnumber, poweredon to get more detailed information about the motherboard. Let’s check our motherboard’s manufacturer, model number, and serial number using WMIC.

    Open up the command prompt in Windows via either the run dialog (WIN+R) or via the search in the start menu; enter cmd.exe into either, no need to run it as an administrator. Enter the following text at the command line.

    Code:
    wmic baseboard get product,Manufacturer,version,serialnumber
    There is also another freeware called System Spec that you can use to gather the same information. It’s a tool that scans your computer and collects almost every single piece that runs on your computer and displays all them to you in each category.

    System-Spec-Motherboard-600x447.png

    Visually identifying

    Finally, every computer motherboard has a silk screened name of the model and the manufacturer printed on the motherboard. For example, in the picture below, this motherboard has the model number (PSAD2-E) printed above the memory slots. Click the image below to get a larger view of this picture.

    motherboard.jpg
     

Share This Page

Share