You can tell what your motherboard is by using System Information in Windows, commands in Linux, or reading the model text printed on the board.
Why Knowing Your Motherboard Model Helps
Your motherboard sits at the center of every upgrade, repair, and compatibility choice in your PC. When you know the exact model, you can match CPUs, RAM kits, SSDs, and expansion cards with far less guesswork.
That model string also ties straight into firmware downloads, driver packages, and vendor help articles. When a board starts to act up or a new feature appears in a BIOS release, the model name is what you type into the search box on the manufacturer site.
Different parts of the name tell you a story. Brand, chipset, socket, form factor, even target use can show up in a single line of text. A clear idea of your motherboard model makes later upgrades smoother, helps you read build guides with more confidence, and keeps you away from parts that will never fit.
How To Tell What Your Motherboard Is In Windows
On a Windows desktop or laptop, the easiest route is to read motherboard details from built in tools. These tools pull from the same hardware tables that the operating system uses, so you get an accurate model name without opening the case.
Check System Information (Msinfo32)
System Information is a small utility that ships with every current edition of Windows. It shows a full inventory of hardware and drivers, including a BaseBoard section where motherboard data appears. Microsoft documents the tool on the official msinfo32 command page.
- Open Run — Press Windows+R on your keyboard.
- Launch System Information — Type
msinfo32and press Enter. - Find The BaseBoard Section — In the left pane, expand Components, then select BaseBoard.
- Read The Motherboard Model — Check BaseBoard Manufacturer and BaseBoard Product; together they give you the full motherboard name.
If the PC vendor prebuilt your system, the BaseBoard Product line might show a short internal code instead of a retail board name. In that case you can still quote that string when you contact the vendor or when you check their hardware help pages.
Use PowerShell Or Command Prompt
Windows also exposes motherboard data through WMI, which you can reach from PowerShell or Command Prompt. This method suits remote help sessions and scripts, and it works even when the normal desktop shell looks broken.
- Open PowerShell — Right click the Start button, pick Windows PowerShell (Admin), and accept the prompt.
- Run The Baseboard Query — Type
Get-CimInstance Win32_BaseBoard | Format-List Manufacturer,Product,Version,SerialNumberand press Enter. - Note The Product Field — Product holds the motherboard model, while Manufacturer names the vendor that printed it.
You can use Command Prompt as well with the older WMIC tool. Type wmic baseboard get product,manufacturer,version,serialnumber and press Enter. WMIC has a dated interface, yet the output stays direct and easy to copy into a message to a friend or technician.
Third Party Hardware Tools On Windows
Plenty of hardware monitor tools list motherboard data in their main window. Apps like CPU Z or HWiNFO are small downloads, give more context than base system tools, and can log readings for clocks, voltages, and sensors beside the board name.
- Download A Trusted Utility — Grab CPU Z or a similar tool from the official site only, never from random file mirrors.
- Open The Main Board Tab — In CPU Z, pick the Mainboard tab to see the model, chipset, and BIOS version.
- Save A Report — Many apps export a text report, handy when you plan a new CPU or RAM kit and want a full snapshot of your system.
| Method | Shortcut Or Path | Motherboard Field |
|---|---|---|
| System Information | Win+R > msinfo32 | BaseBoard Manufacturer, BaseBoard Product |
| PowerShell | Get CimInstance Win32_BaseBoard | Manufacturer, Product, Version, SerialNumber |
| CPU Z | Mainboard tab | Manufacturer, Model, Chipset, BIOS |
Checking Your Motherboard On Linux
Linux distributions usually expose motherboard details through the DMI or SMBIOS tables. A single command in the terminal prints this data in readable form, so you do not need a desktop widget or extra package.
Use Dmidecode For Detailed Data
dmidecode reads the hardware description tables and shows vendor, product, and serial strings. The Debian dmidecode manual lists every switch and type, but a short command is enough for motherboard checks.
- Open A Terminal — Use your desktop launcher or press Ctrl+Alt+T.
- Run The Sudo Command — Enter
sudo dmidecode -t baseboardand supply your password. - Read The Base Board Output — Look for lines named Manufacturer, Product Name, and Version.
On some laptops, vendor firmware hides parts of this data, or supplies a generic description like “Notebook.” In that case you may need to fall back to a vendor help page or a label on the underside of the system.
Other Linux Hardware Commands
Several other utilities can reveal the same board string. Each one reads from the same low level tables, so you can pick the tool that feels most natural on your distribution.
- Use lshw — Install the
lshwpackage, then runsudo lshw -class motherboardorsudo lshw -class system. - Check Sysfs Files — On many systems you can run
cat /sys/devices/virtual/dmi/id/board_vendorandboard_namefor a fast answer.
How To Tell What Your Motherboard Is On A Mac
Apple hardware does not use the same public retail motherboard names as typical PC boards. Apple calls the main circuit board a logic board, and the exact identifier rarely appears in the user interface. You still have ways to map your Mac to a logic board part number when you need that detail.
- Check About This Mac — Click the Apple menu, pick About This Mac, then read the model name and year.
- Open System Report — From the same window, click System Report to see hardware details tied to that Mac model.
- Match Against Repair Charts — Search with your Mac model code plus the phrase “logic board” to find the matching board identifier.
Most Mac repair guides revolve around the full machine model, such as “MacBook Pro (13 inch, 2018).” Parts suppliers and service centers then link that to a specific logic board part behind the scenes. In daily use you rarely need the bare board name; the Mac model string carries enough weight for upgrades and help requests.
Reading The Model Printed On The Motherboard
Built in tools are fast, yet there are times when you need to read the silkscreen text printed on the board itself. Custom builds, second hand boards, and systems with broken operating systems fall into this group.
Prepare The PC Safely
- Shut Down The System — Turn the PC off from the operating system and wait until every fan stops.
- Unplug Power And Peripherals — Remove the power cable, then disconnect monitors, USB devices, and network leads.
- Discharge Static — Touch a grounded metal surface or wear an antistatic strap before you reach inside the case.
Desktops usually open through thumbscrews or quick release latches on the side panel. Slide the panel away and set it in a safe spot where it will not scratch the main chassis.
Find The Printed Motherboard Name
- Look Between The PCIe Slots — Many vendors print the model number in large text between the long expansion slots.
- Check Near The CPU Socket — Some designs place the model string close to the CPU area, beside the mounting brackets.
- Scan The Edges Of The Board — The full model, revision, and serial number often sit near the 24 pin power connector or the memory slots.
On compact boards or inside cramped cases, part of the text may hide under large coolers or cables. A phone photo with the camera flash on can capture more detail than your eyes alone, and you can zoom in later to read the exact string.
Special Notes For Laptops And Small PCs
Many thin laptops and mini PCs hide the motherboard under layered daughterboards, shields, and battery packs. The model text may sit on the underside of the board, out of reach without a full teardown. In that situation the label on the outer shell or under the battery often acts as a stand in, with a product code that maps to a specific board for service teams.
How To Decode Motherboard Model Names
Once you know how to tell what your motherboard is, the next step is to read meaning from that string of letters and numbers. Vendors follow their own patterns, yet common themes appear across brands.
- Brand And Series — The first word usually names the vendor, and the next word names a family such as PRIME, TUF, PRO, or AORUS.
- Chipset Code — A block such as B550, Z790, or X670 points to the chipset and the CPU platform it suits.
- Form Factor Tag — Suffixes like ITX, M, or PLUS often refer to board size or a slightly upgraded variant.
Take an example like “ASUS PRIME B550 PLUS.” ASUS is the brand, PRIME describes the series, B550 ties the board to AMD Ryzen CPUs, and PLUS hints at a feature trim above a plain base model. Once you break down one vendor pattern, reading others grows easier, even when letters differ.
Model names for Intel based boards work in a similar way. A string like “MSI PRO Z790 P WIFI” shows the brand, series, chipset, and extra traits such as built in wireless networking. When you know your existing board model, you can line that up with lists of compatible CPUs and RAM kits on the vendor help page with far less confusion.
Tips Before You Upgrade Around Your Motherboard
A clear motherboard ID becomes most useful when parts start to change. New CPUs, memory sticks, graphics cards, and storage drives all rely on the board for power delivery, slots, and firmware level features.
- Check The CPU Compatibility List — Use the motherboard model on the vendor site to see which processors the board accepts and which BIOS version each one needs.
- Match RAM To The QVL — Many vendors keep a “qualified vendors list” of tested memory kits for each board; matching your kit to that list cuts down on mystery boot issues.
- Review PCIe Slot Layout — When you know the exact board, you can see which slots share bandwidth, and you can plan where to place graphics cards, capture cards, and NVMe adapters.
- Plan Firmware Updates — With the right board name you can download a precise BIOS image instead of guessing by chipset alone.
Habitually keeping a short text file or note with your motherboard model, BIOS version, and purchase date saves time every time you talk through an upgrade with a shop or a friend. That single line of text acts like a shorthand spec sheet for your build.