Your laptop model shows up in built-in system pages, hardware reports, and on the chassis label, so you can confirm it in minutes.
When you’re buying a charger, downloading the right driver, checking RAM limits, or listing a laptop for sale, the model name matters more than the brand on the lid. Two machines can both say “Inspiron” or “Pavilion” and still use different parts inside. This walkthrough shows you How To Check What Model Your Laptop Is across Windows, macOS, ChromeOS, and Linux, plus what to do when the laptop won’t boot.
Most people only need one path: your system settings page. If that’s all you do, you’ll still leave with the exact string that manufacturers and repair shops use.
Start With The Built-In System Page
Before you chase labels or run commands, check the place your operating system already keeps device identity. It’s fast, it’s consistent, and it’s usually what a technician will ask for on a call.
Windows 11 And Windows 10 Settings Path
On Windows, the simplest spot is the About page. It lists your device name and a model label that often matches the manufacturer’s official model line.
- Press Windows + I to open Settings.
- Select System.
- Choose About.
Near the top, you’ll see the device name, with the model shown directly under it on many PCs. You’ll also see CPU, RAM, and system type, which helps when you’re matching parts.
If you want Microsoft’s current step list, the Windows Learning Center shows the same path under “How to check PC specs”.
macOS About This Mac Path
On a MacBook, the model name is exposed right in the first window most people never open. Click the Apple menu and choose About This Mac. The window shows the model name, chip type, and the serial number.
If you need the model tied to a serial number (common when buying used), enter the serial number on Apple’s coverage checker to see the device identity Apple has on record.
Chromebook And ChromeOS Path
On a Chromebook, open Settings, pick About ChromeOS, then open Additional details. Many models display a board name and version details there. Chromebooks can use board names that don’t look like retail model labels, so pair this with the sticker on the underside if you’re shopping for parts.
Linux Desktop Path
On many Linux desktops, open Settings and look for an About page. If it’s missing or thin, jump to the command section later in this article, since Linux often exposes model data through system tools.
How To Check What Model Your Laptop Is With One Reliable Windows Method
If the Settings page doesn’t show a clear model, or it shows a vague family name, use System Information. It reads directly from firmware and is one of the cleanest sources for the “System Model” string.
- Press Windows + R.
- Type msinfo32 and press Enter.
- In the System Summary pane, find System Manufacturer and System Model.
Write down the System Model exactly as shown, including dashes. For some brands you’ll see a short code. That code can still be enough to reach the right driver page when you paste it into the brand’s site search.
Use DirectX Diagnostic Tool For GPU-Focused Checks
If your reason for finding the model is a graphics driver or a game setting issue, dxdiag can help, since it shows CPU, BIOS, and display adapter data in one place.
- Press Windows + R.
- Type dxdiag and press Enter.
- Check the System tab for system name and BIOS details, then the Display tab for GPU names.
Grab The Model With A Single Command
Commands are handy when you’re remote, when Settings is locked down, or when you want to paste the model into a ticket without typos.
- Command Prompt: open Start, type cmd, then run
wmic csproduct get name - PowerShell: run
Get-CimInstance -ClassName Win32_ComputerSystem | Select-Object Model
On newer Windows installs, WMIC can be missing. PowerShell tends to work across modern builds.
Match The On-Screen Model To The Label On The Laptop
System pages can show a marketing name. Labels can show a retail model number, a “Type” code, or a product number that’s even more precise. When you’re ordering a keyboard, battery, or bottom cover, that sticker wins.
Where To Look On The Chassis
- Bottom panel: most laptops print a model number near the regulatory marks.
- Under the battery: older machines often hide the label there.
- Inside the memory bay: some business laptops include a service tag label in an access panel.
Which Code To Copy
Labels can be busy. Focus on fields that look like these:
- Model: a short name or number, often with letters and dashes.
- Product number / SKU: a longer code, sometimes ending with a region marker.
- Serial number: identifies your unit, helpful for warranty checks and service history.
If you’re selling the laptop, list both the marketing model name and the product number. Buyers search with either one.
Table: Where Each System Hides The Model Details
This table shows the most dependable places to pull the model string when you want a copy-paste answer.
| System | Fastest Place To Check | What You’ll Get |
|---|---|---|
| Windows 11/10 | Settings → System → About | Device name and model line, plus core specs |
| Windows 11/10 | System Information (msinfo32) | System Model string from firmware |
| Windows | PowerShell Win32_ComputerSystem | Model field you can paste into a form |
| macOS | Apple menu → About This Mac | Model name and serial number |
| macOS | System Information → Hardware | Serial plus hardware identifiers |
| ChromeOS | Settings → About ChromeOS | Board and version details |
| Linux | hostnamectl or dmidecode | Vendor and model from DMI tables |
| Won’t boot | Bottom label or original box | Model number, product code, serial |
Get The Full Model When You Need Parts Or Drivers
Sometimes you’ll find a model family, then hit a wall when you shop for a hinge or a fan. That’s when you want the deeper identifier your brand uses: a product number, system SKU, or model code.
Use The Brand’s Product Number When It Exists
HP often prints a product number that looks like a mix of letters and numbers. Lenovo business systems often use a “Type” code. Dell systems often have a service tag tied to a configuration page. Those codes narrow you to the right parts list faster than a plain model name.
Check BIOS Or UEFI When Windows Is Messy
If Windows is corrupted or a device has been reinstalled many times, the About page may not be reliable. BIOS/UEFI still reads the model from firmware.
- Restart the laptop.
- Tap the startup button during boot (often F2, F10, or Delete).
- Look for Product Name, System Model, or SKU on the main tab.
Take a photo of that screen for later. It saves you from typing long codes.
Use The Box Or Receipt When You Still Have It
Retail packaging and invoices often show a full product number and a bar-code label. If you’re sorting multiple laptops in a house or office, that paper trail can be the cleanest way to match each laptop to its charger and warranty record.
Linux Commands That Reveal Model And Vendor
Linux gives you strong tools once you know which ones to run. Use one of these, then copy the output line that includes product name or model.
hostnamectl For A Quick Read
hostnamectl
Look for “Hardware Model” and “Hardware Vendor” in the output.
dmidecode For Firmware DMI Tables
This reads the BIOS DMI tables, so you may need admin rights.
sudo dmidecode -s system-manufacturer
sudo dmidecode -s system-product-name
sudo dmidecode -s system-version
lshw For A Full Hardware Summary
sudo lshw -short
In many installs, the top line lists the system vendor and product.
Table: Pick The Right Identifier For The Job
Model names can be fuzzy. This table helps you pick the exact label that matches what you’re trying to do.
| Task | Best Identifier To Use | Where To Find It |
|---|---|---|
| Download drivers | Product number / system SKU | Chassis label, BIOS/UEFI, System Information |
| Order a battery | Battery part number plus laptop product code | Battery label, bottom label, brand parts page |
| Buy a charger | Wattage + connector type + model family | Power brick label, About page, manufacturer specs |
| Sell the laptop | Marketing model name + product number | About page and chassis label |
| Check warranty status | Serial number | About page, chassis label, firmware screen |
| Find RAM limits | Exact model line or motherboard code | System Information, manual, BIOS data |
When The Laptop Won’t Turn On
If the machine won’t boot, you can still pull the model from the outside. Flip it over and look for the longest clean model code that is not the serial number. If the label is worn, shine a phone flashlight across it at a low angle. Raised ink and etched text show up better that way.
Try The Original Packaging
The box label usually lists both the model and a product code, plus the serial number. If you keep boxes in a closet, that label can save a trip to a repair shop.
Use The Charger Brick As A Clue
The charger won’t tell you the model, yet it can narrow the range. A 65W USB-C charger suggests a modern design, while a barrel connector with a high watt rating often points to older gaming or workstation lines. Pair that with the brand name on the lid, then confirm with the chassis label.
Common Mix-Ups That Waste Time
These mix-ups show up a lot when people buy parts or ask for help. Catch them early and you’ll save yourself a return label.
Brand Name Versus Model Name
“ASUS,” “Acer,” and “Lenovo” are brands. “ZenBook 14 UX3402” or “ThinkPad T14 Gen 3” is the model. When someone asks for your model, they want the second style.
Serial Number Versus Model Number
A serial number is tied to your unit. A model number is shared across a product line. A warranty check uses serial. A parts search often starts with model, then narrows with a product code or SKU.
Marketing Name Versus Product Code
Retail pages sometimes shorten names. Your label may show a code that looks odd, yet it’s the one a parts catalog recognizes. If a website asks for “SKU” or “Product,” paste the code, not the friendly name.
A Simple Checklist You Can Save
- Check system settings first (About page).
- If Windows is vague, open msinfo32 and copy System Model.
- Flip the laptop and copy the model number and product code from the label.
- If the laptop won’t boot, use the label or box sticker.
- When buying used, match the serial number with Apple’s coverage checker for Macs.
References & Sources
- Microsoft.“How to Check PC Specs.”Shows the Windows Settings path (System → About) and related tools for device details.
- Apple.“AppleCare & Warranty: View Coverage.”Lets you enter a serial number to confirm a Mac’s recorded device identity.