What is a Motherboard and How To Find What Type of Motherboard You Have?

The motherboard is the main circuit board inside your computer. Every important part of your PC connects to it:
- CPU (processor)
- RAM (memory)
- SSDs and hard drives
- Graphics card (GPU)
- USB ports and other connectors
You can think of it like the central hub. It lets all these components talk to each other and work as one system. Without a motherboard, the parts are just separate pieces of hardware that cannot do anything together.
Because everything depends on it, the motherboard decides:
- What type of CPU you can use
- How much and what type of RAM you can install
- How many storage devices you can add (and which types: SATA, M.2, NVMe)
- How many PCIe slots you have for graphics cards or expansion cards
- What kind of ports you get: USB, audio, networking, etc.
This is why knowing which motherboard you have is important, especially when:
- You want to upgrade your CPU, RAM, or storage
- You are troubleshooting crashes or hardware problems
- You need to update the BIOS (firmware)
- You are planning future upgrades for a gaming PC or work machine
If your computer is old and often freezes or runs slowly, simply knowing the maximum RAM the motherboard supports, or which CPUs it can handle, may help you upgrade instead of replacing the whole system.
How to find your motherboard model in Windows
Windows gives you multiple ways to check your motherboard details without opening your PC.
Method 1: System Information (the easiest way)
- Press Windows + R on your keyboard.
- In the Run box, type msinfo32 and press Enter.
- The System Information window will open.
- In the left panel, make sure System Summary is selected.
- Look for these entries on the right side:
- BaseBoard Manufacturer (brand, for example ASUS, MSI, Gigabyte)
- BaseBoard Product (exact model name)
- BaseBoard Version (board revision, sometimes less important)
These three lines tell you who made your motherboard and which model it is.
Method 2: Command Prompt
Command Prompt is built in to all modern versions of Windows and can show the same information in a simple text format.
- Click the Start menu and type cmd.
- Right-click Command Prompt and choose Run as administrator.
- In the Command Prompt window, type:
wmic baseboard get product,manufacturer,version,serialnumber
- Press Enter.
You will see the manufacturer, product (model), version, and sometimes the serial number of your motherboard.
Method 3: PowerShell
PowerShell is another built-in tool that can fetch motherboard details.
- Click the Start menu and type powershell.
- Right-click Windows PowerShell and select Run as administrator.
- Type the following command:
Get-WmiObject Win32_BaseBoard | Format-Table -Auto Manufacturer,Product,SerialNumber,Version
- Press Enter.
You will get a table showing the same kind of information: brand, model, serial number, and version.
Method 4: Third-party tools on Windows
If you want more detailed hardware info, including chipset, slot layout, temperatures and more, you can use free utilities such as:
- CPU-Z – check the Mainboard tab
- HWInfo – very detailed overview of all hardware
- Speccy – simple, user friendly system overview
These tools show the motherboard model along with many extra details that Windows does not show by default.
How to check your “motherboard” on a Mac (logic board)
On a Mac, the equivalent of a PC motherboard is called a logic board. It plays the same role but Apple does not show its model directly in macOS.
The common way to figure out which logic board you have is to first find your Mac’s serial number, then look it up in a database.
Step 1: Find your Mac’s serial number
- Click the Apple menu in the top-left corner.
- Select About This Mac (or About This Mac > More Info, depending on your macOS version).
- In the window that opens, you will see your serial number.
Note this serial number or copy it.
Step 2: Look up the logic board details
Next, you can:
- Visit an Apple parts or repair site that has a logic board database (for example, Apple parts resellers or repair guides).
- Enter your Mac’s serial number in their search box.
These tools usually show:
- The logic board model for your Mac
- How much RAM is built in or supported
- Other details that help with upgrades or repairs
Apple does not make this information as easy to see as on Windows PCs, but using the serial number lookup is the usual method.
How to find your motherboard information in Linux
On Linux, you can get motherboard information using the Terminal.
- Open your Terminal app.
- Type this command:
sudo dmidecode -t 2
- Press Enter.
- Enter your password if asked, then press Enter again.
You will see a block of text that includes fields like:
- Manufacturer
- Product Name
- Version
These tell you the brand and model of your motherboard.
Other ways to identify your motherboard
1. Check the motherboard physically (desktop PCs)
If you are comfortable opening your PC:
- Shut down the computer and unplug the power cable.
- Remove the side panel of your desktop case.
- Look directly on the motherboard for printed text.
The model name is often printed:
- Near the CPU socket
- Between or beside the PCIe slots
- Near the RAM slots
It usually looks like:
ASUS PRIME X370-PRO, MSI B550M PRO-VDH, Gigabyte Z690 AORUS ELITE, and so on.
You might need to remove the graphics card if it is blocking the text.
For laptops, the motherboard model is harder to see and often requires disassembling the device, so it is better to rely on software or the manufacturer’s documentation.
2. Check the box or manuals
If you built the PC yourself, you might still have:
- The original motherboard box
- The quick start guide or manual
The exact model name and sometimes the serial number are printed on these. This is one of the easiest ways if you kept the packaging.
3. Check online order history or receipts
If you bought the motherboard or PC online:
- Log into your account on sites like Amazon, Newegg, Best Buy, or the store you used.
- Open your order history and search past orders for “motherboard” or “desktop PC”.
The product name in your order is usually the full motherboard model.
For prebuilt PCs, the store page or spec sheet may list “Motherboard” or at least the chipset (for example, B550, Z690, H610). This can help you narrow down the exact board.
Special cases: prebuilt PCs and laptops
Prebuilt desktops
If you bought a ready-made PC (from brands like Dell, HP, Lenovo, etc.):
- The motherboard might be a custom / proprietary model built only for that system.
- Even if you find the model name, you may find limited documentation or upgrade options compared to standard retail boards.
Still, using Windows tools or third-party apps will usually give you:
- The chipset name
- Basic details like RAM support and expansion slots
This is enough for most upgrade decisions (RAM, storage, graphics card).
Laptops
In laptops:
- The motherboard is usually designed specifically for that model or series.
- Many parts, like CPU or GPU, may be soldered and cannot be replaced individually.
You can still:
- Use System Information, Command Prompt, or third-party tools to see basic details.
- Check the manufacturer’s support page for your laptop model to see what you can upgrade (often RAM and storage, sometimes Wi-Fi card and battery).
Tools like Crucial’s online advisor (and similar tools from other brands) can also tell you supported RAM and storage options once you enter your laptop model.
Quick FAQ
1. Why should I bother knowing my motherboard model?
Because it helps you:
- Check if a new CPU, RAM kit, or SSD will work
- Download the correct BIOS and drivers
- Plan upgrades instead of replacing the whole system
- Troubleshoot hardware issues more accurately
2. Can I find my motherboard model without opening the case?
Yes. On Windows, use:
- System Information (
msinfo32) - Command Prompt (
wmic baseboard get product,manufacturer,version,serialnumber) - PowerShell or tools like CPU-Z, Speccy, or HWInfo
On Linux, use sudo dmidecode -t 2.
On a Mac, use your serial number and check it in an online database or parts lookup tool.
3. Is the motherboard model the same as the chipset?
No. They are related but not the same.
- Chipset is the platform family (for example, Intel B760, Z790, AMD B550).
- Motherboard model is the exact product name (for example, ASUS TUF GAMING B550-PLUS).
Different boards with the same chipset can still have different features and layouts.
4. Do BIOS updates really matter?
Yes, they can:
- Fix bugs and stability problems
- Improve performance or compatibility
- Patch security issues in firmware
Always make sure you download the BIOS update for the exact motherboard model you have, and follow the instructions carefully.
By knowing exactly which motherboard is inside your PC, you avoid guesswork, reduce the chance of buying incompatible parts, and make future upgrades and fixes much easier. Once you have the model name, you can search the manufacturer’s site for the full specifications and plan your next steps with confidence.




