Home
How to Check Motherboard Model and Specs on Windows, Mac, and Linux
Identifying the motherboard is a foundational step for anyone looking to upgrade hardware, update BIOS firmware, or resolve system stability issues. In 2026, where hardware compatibility has become increasingly complex due to rapidly evolving socket standards and high-speed data protocols, knowing exactly what is under the hood of a computer is more critical than ever. Whether the goal is to install a newer PCIe 6.0 SSD or to verify if a system supports the latest high-frequency DDR6 memory modules, the following methods provide comprehensive ways to extract motherboard details without needing advanced technical skills.
Checking Motherboard Information on Windows
Windows users have several built-in utilities that can pull data directly from the Management Information Format (MIF) or the BIOS/UEFI layer. Depending on the level of detail required, different tools may be more appropriate.
The System Information Utility (msinfo32)
For a quick, graphical overview of the system, the System Information tool remains the most accessible method. It provides a structured summary of the entire computer environment.
- Press the Windows Key + R to open the Run dialog box.
- Type
msinfo32and press Enter. - In the System Summary screen, look for the following entries:
- BaseBoard Manufacturer: This indicates who made the board (e.g., ASUS, MSI, Gigabyte).
- BaseBoard Product: This is the specific model name (e.g., ROG STRIX Z890-E).
- BaseBoard Version: This often displays the hardware revision number.
Note that on some pre-built systems from major manufacturers, the BaseBoard Product might simply mirror the model of the entire computer (like an Alienware or Precision model number) rather than the retail name of the board.
Using Command Prompt (CMD)
For users who prefer a text-based interface or need to copy the model name quickly for a search query, the Windows Management Instrumentation Command-line (WMIC) is a powerful tool.
- Type
cmdin the Windows Search bar and run it as Administrator. - Enter the following command exactly as shown:
wmic baseboard get product,manufacturer,version,serialnumber - Press Enter.
The system will return a clean table listing the manufacturer and the product model. This method is particularly useful for remote troubleshooting via SSH or when the graphical interface is lagging.
PowerShell for Advanced Data
PowerShell offers a more modern approach to system queries, providing access to objects that CMD might struggle to format correctly. To check motherboard details here:
- Right-click the Start button and select Terminal (Admin) or PowerShell (Admin).
- Type the following command:
Get-WmiObject -Class Win32_BaseBoard | Select-Object Manufacturer, Product, Model, PartNumber, SerialNumber - Press Enter.
This provides a more granular look at the hardware, often revealing internal part numbers that are useful for ordering exact replacement components.
Identifying Motherboards on macOS
Apple does not use traditional third-party motherboards; instead, they design proprietary "Logic Boards." Because the hardware and software are tightly integrated, the model name of the logic board is rarely used by consumers. Instead, identification is usually done via the Mac's model identifier or serial number.
System Report Method
- Click the Apple Menu in the top-left corner of the screen.
- Select About This Mac.
- Click More Info or System Report (depending on the macOS version).
- Under the Hardware section, look for Model Identifier (e.g., MacBookPro19,1).
While this doesn't give a "Z890" style model name, the Model Identifier is the definitive way to check compatibility for replacement parts or repair guides. To find the specific board version, technicians often use the serial number found at the bottom of this screen and enter it into official support databases to cross-reference the logic board's revision.
Linux Terminal Commands
Linux provides the most direct access to the DMI (Desktop Management Interface) tables, which contain the hardware's low-level identification strings.
The dmidecode Command
The dmidecode tool is the industry standard for Linux hardware identification. Since it accesses raw memory, it requires root privileges.
- Open the Terminal.
- Type
sudo dmidecode -t baseboardand enter the password. - The output will display the Manufacturer, Product Name, and Version.
The lshw Tool
If dmidecode provides too much text, lshw (List Hardware) can offer a more condensed version.
- Enter
sudo lshw -short -C bus. - Look for the "core" or "motherboard" entry in the list.
This command is helpful for seeing how the motherboard relates to the rest of the system's bus architecture, such as integrated controllers and bridges.
Using Third-Party Diagnostic Software
Sometimes, built-in system tools return "To be filled by O.E.M." or "BaseBoard Product" because the manufacturer didn't correctly flash the DMI information. In these cases, third-party software that probes the hardware directly can be more effective.
CPU-Z
CPU-Z is a lightweight, widely trusted utility for enthusiasts. It doesn't just read the software strings; it detects the chipset and the I/O controller directly.
- Navigate to the Mainboard tab.
- It displays the Manufacturer, Model, Chipset (e.g., Intel Z890, AMD X670), and even the BIOS version and date.
- This is often the best way to see the current PCIe link speed supported by the board.
HWiNFO64
For a truly deep dive, HWiNFO64 provides the most comprehensive data available. It shows real-time sensor data alongside motherboard specifications.
- When opening, select "Summary-only" for a quick look or "Sensors-only" for thermal monitoring.
- In the Motherboard section, it lists the specific board revision, the Super I/O chip used for fan control, and the exact VRM (Voltage Regulator Module) configuration if supported.
Physical Inspection: The Fail-Proof Method
If a computer refuses to boot or is being sold as a standalone part, a physical inspection is the only way to be 100% certain of the model.
Safety Precautions
Before opening a PC case, ensure the power supply is turned off and the cord is unplugged. Touch a metal part of the case or wear an anti-static wrist strap to ground yourself. Static discharge can permanently damage modern circuitry, especially the sensitive pins in the CPU socket.
Where to Look
Motherboard manufacturers print the model name in high-contrast ink (usually white or gold) directly on the PCB (Printed Circuit Board). Common locations include:
- Between the PCIe Slots: This is the most common location. The model name is often printed in large letters between the primary graphics card slot and the secondary slots.
- Near the RAM Slots: Some manufacturers place the branding near the memory DIMM slots or along the top edge of the board.
- On the I/O Shield or Heatsinks: High-end boards often have the model name engraved or printed on the VRM heatsinks or the integrated I/O shroud.
- Near the CPU Socket: Though less common today due to large cooling solutions, some models have the name printed near the processor socket.
Look for a string of alphanumeric characters that looks like a part number. For example, instead of just seeing "ASUS," look for "PRIME X670-P WIFI."
Understanding Chipsets and Form Factors
Once the motherboard model is identified, it is important to understand what those specifications mean for the system's longevity and capability.
Chipset Tiers
Both Intel and AMD use a lettering system to denote the capability of the motherboard's chipset. In 2026, these generally follow these rules:
- Z-Series or X-Series (e.g., Z890, X870): These are high-end enthusiast boards. They support full CPU and memory overclocking, provide the maximum number of PCIe lanes for multiple NVMe drives, and usually have better power delivery (VRMs) for high-performance processors.
- B-Series (e.g., B860, B850): These are mainstream boards. They offer a balance of features and price. While they often support memory overclocking, they may lack CPU overclocking or have fewer high-speed USB ports.
- H-Series or A-Series (e.g., H810, A820): These are budget or office-oriented boards with minimal expansion options and basic power delivery.
Form Factors
Checking the motherboard also reveals its physical size, which dictates what case it can fit into:
- ATX: The standard size for most mid-tower and full-tower cases. Offers the most expansion slots.
- Micro-ATX (mATX): A square, slightly smaller board. Fits in most ATX cases and specialized smaller towers.
- Mini-ITX: The smallest standard, used for compact builds. It usually has only one PCIe slot and two RAM slots.
Why Knowing the BIOS Version Matters
When checking a motherboard, the BIOS (or UEFI) version is just as important as the model name. The BIOS is the firmware that tells the motherboard how to communicate with the CPU.
In the era of "socket longevity," where a single motherboard might support three or four generations of CPUs, a BIOS update is often required before a new processor will function. If a system is experiencing random crashes, checking the motherboard's support page against the current BIOS version (found in msinfo32 or CPU-Z) can reveal if a critical stability patch is available.
Troubleshooting: "To Be Filled by O.E.M."
It is common for users of laptops or pre-built desktop PCs from companies like Dell, HP, or Lenovo to see "To Be Filled by O.E.M." in the system information fields. This happens because the system integrator did not populate the DMI string with a specific retail model name, as the board is a custom production for that specific computer model.
In this scenario, the best way to check the motherboard is to search for the Laptop Model Name or the Desktop Serial Number on the manufacturer’s support site. The site will provide a list of compatible parts, drivers, and the specific motherboard (often referred to as the "System Board" or "MB") associated with that unit.
Summary of Methods
To determine the best approach for checking a motherboard, consider the current state of the computer:
- Computer is running Windows: Use
msinfo32or thewmiccommand for a 10-second result. - Detailed specs are needed (for overclocking/latency): Use CPU-Z or HWiNFO64.
- Computer won't turn on: Open the side panel and look for the printed model name on the PCB.
- Using a Mac: Use the System Report and the Model Identifier.
- Using Linux: Use the
sudo dmidecode -t baseboardcommand.
By accurately identifying the motherboard, users can ensure that any future components purchased—be it a faster CPU, more RAM, or a larger SSD—will be fully compatible, saving both time and money in the hardware maintenance process.
-
Topic: How to Identify Your Motherboard: 6 Ways (Windows & Mac)https://www.wikihow.com/Identify-the-Motherboard
-
Topic: How to Check and Identify the Motherboard - CyberPowerPChttps://www.cyberpowerpc.com/blog/how-to-check-and-identify-your-motherboard/?srsltid=AfmBOorLol1vIZ4KcpOi_6Pfv-_d4wORWAe8FzMlXGvFCFqas5A6r08m
-
Topic: How Do I Check My Motherboard: A Step-by-Step Guide?https://computingarchitectures.com/how-do-i-check-my-motherboard/