How Do I Find My Laptop Model? | Identify It On Any Brand

Use your system’s “About” screen or the sticker on the bottom to grab the exact manufacturer and model number.

When someone asks “what laptop do you have,” they’re rarely asking about color or screen size. They want the model. That’s the label that gets you to the right drivers, the right charger, and the right replacement parts. Miss one character and you can end up ordering something that almost fits, then doesn’t.

This article shows the quickest ways to find your laptop model on Windows, macOS, ChromeOS, and Linux, plus the no-boot methods when the screen stays black.

What Counts As A Laptop Model

Laptops carry a few IDs that sound similar. They’re not interchangeable.

  • Model name: The human-friendly name you’d see in listings (like “XPS 13” or “ZenBook 14”).
  • Model number / type: The tighter code used for downloads and parts (like “9310” or “UX3402”).
  • Serial number: An ID for your exact unit, used for warranty and service records.

When you’re buying parts or hunting a driver, the model number/type is often the safest target. Grab the serial number too if it’s easy. It can help confirm the exact configuration your laptop shipped with.

Fastest Way On Each Operating System

Start with your operating system. It’s clean, it’s quick, and it doesn’t require tools.

Windows

Open SettingsSystemAbout. Many PCs show the model just under the device name. If you want a second route that also shows deeper hardware details, Microsoft lists common methods in its article on checking PC specs in Windows.

Mac

Click the Apple menu → About This Mac to see the model name and serial number. Write both down.

ChromeOS

Open Settings, then search for About ChromeOS. Many Chromebooks also list a model code on the bottom label, which can be more precise than the store name.

Linux

Open a terminal and read the vendor and product name from DMI:

sudo dmidecode -s system-manufacturer
sudo dmidecode -s system-product-name

Finding Your Laptop Model Number On Any Operating System

If the quick method gives a vague series label, use the deeper tools below. They tend to surface the exact string that manufacturers use on download pages and parts lists.

Windows 11 And Windows 10

Method 1: System Information (msinfo32)

Press Windows + R, type msinfo32, then press Enter. In System Summary, read System Manufacturer and System Model. Write it exactly as shown.

Method 2: PowerShell (Easy To Copy)

Open PowerShell and run:

Get-CimInstance -ClassName Win32_ComputerSystem | Select-Object Manufacturer, Model

You’ll get a neat two-column result that’s easy to paste into a note or email.

Method 3: BIOS/UEFI Screen (When Windows Won’t Load)

Restart and enter setup (often shown on the first splash screen). In menus labeled Main, Information, or System, you can usually read the model and serial number. Exit without saving when you’re done.

macOS (MacBook Air And MacBook Pro)

About This Mac is the fastest route. If you need the technical identifier, click System Report and copy the Model Identifier line (it looks like “MacBookPro18,3”).

Linux

If dmidecode isn’t available, many machines expose the same fields through /sys:

cat /sys/devices/virtual/dmi/id/sys_vendor
cat /sys/devices/virtual/dmi/id/product_name

If those files are blank, use the label on the laptop body. Some firmware doesn’t publish the fields cleanly.

What You Can Do With The Model Once You Have It

Knowing the model isn’t trivia. It’s a shortcut to the right page and the right purchase.

  • Drivers and firmware: Chipset, audio, Wi-Fi, touchpad, and BIOS/UEFI updates are often grouped by model or type.
  • Chargers and docks: USB-C charging looks universal, yet wattage and charging profiles still vary by model.
  • Parts: Top cases, batteries, hinges, fans, and screens can change within the same series name.
  • Upgrade planning: RAM type, SSD size, and whether anything is soldered is usually tied to the exact model generation.

If you’re buying from a marketplace listing, the model number helps you sanity-check the seller’s title. If their title says one thing and your model number says another, trust your laptop.

Reading The Weird Codes You’ll See On Stickers

Sticker text can look like alphabet soup. A few patterns show up over and over.

  • Short series name + numbers: Often the generation, like “T14 Gen 3” or “XPS 13 9310.”
  • Letter-number model codes: Common on ASUS and Acer, like “UX3402” or “A515-57.”
  • Product numbers: Common on HP, often used to pull the exact configuration on the manufacturer’s site.
  • Type/MTM: Common on Lenovo, used for parts lists and download pages.

If you’re unsure which code is the “real” model, save them all. Later, you can paste each into the manufacturer’s search box and see which one lands you on a matching page.

Model-Spotting Cheatsheet

Use this table to pick the fastest method based on what you can access right now.

Method Where To Look Best For
Windows About Page Settings → System → About Quick model check when Windows boots
msinfo32 Win + R → msinfo32 → System Model Exact manufacturer + model string
PowerShell Get-CimInstance Manufacturer/Model Copyable result for tickets and emails
About This Mac Apple menu → About This Mac Mac model name + serial number
System Report About This Mac → System Report Mac Model Identifier for compatibility checks
ChromeOS About Settings → About ChromeOS ChromeOS device details
Linux DMI dmidecode or /sys dmi fields Vendor + product name on Linux
Bottom Label Sticker or etched text on the base No-boot situations and part ordering
Box Or Receipt Barcode label or invoice line Full SKU and configuration code

Where To Look On The Laptop Body

If your laptop won’t start, or the software only shows a broad series name, the physical label is often the fastest truth source.

Common Label Locations

  • Bottom panel: Near the hinge line or along one edge.
  • Under a removable battery: Common on older laptops.
  • Inside a service flap: Some models place the sticker near RAM or storage access.
  • Original packaging: The box label often lists a product number and a longer configuration code.

Words That Help You Decode The Sticker

  • Model: Sometimes a regulatory model that spans multiple variants.
  • Type / MTM: A machine type model used by some brands for parts and downloads.
  • Product / P/N: A product number tied to a configuration.
  • S/N: The serial number.

If you see both a short series name and a longer code, save the longer code. That’s the one that usually separates similar-looking laptops.

How Do I Find My Laptop Model? Using The BIOS Or Startup Menu

If your laptop won’t load Windows or macOS, the startup firmware screen can still show the model. The exact key varies by brand and sometimes by generation, so watch the first splash screen for a hint like “Press F2 for Setup.”

Once you’re in the BIOS or UEFI setup, look for pages named Main, Information, or System. The model, serial number, and BIOS version are often listed together.

If you don’t want to change settings, don’t. Just read the identifiers and exit. Most firmware screens have an “Exit Without Saving” option.

When The Result Looks Wrong

Occasionally you’ll see something that feels off, like a generic series label or a placeholder string. Don’t panic. It usually has a simple cause.

Renamed Devices

Windows lets you rename the device. That custom name can look like a model at first glance. If the “About” page only shows a name you picked, use msinfo32 or PowerShell to read the hardware model field.

Placeholder Model Strings

Some firmware publishes a blank or placeholder model field. If you see wording like “To be filled by O.E.M.”, skip software and use the bottom label, the box label, or the BIOS/UEFI screen.

Series Names With Many Variants

Lines like “IdeaPad” or “Pavilion” span tons of generations. Pair the series name with a model number, type, or product number before ordering parts.

Quick Fixes For Confusing Model Results

Use this table when the output doesn’t give you the precision you need.

What You See What It Tends To Mean What To Do Next
Only brand name Tool isn’t reading the model field Use msinfo32 on Windows or the bottom label
Series name only It’s a family label, not the exact generation Find type/MTM, product number, or a longer code
“To be filled by O.E.M.” Firmware didn’t publish product data Use the sticker, box, or BIOS/UEFI screen
Model seems right, part doesn’t fit Same model has multiple sub-variants Match product number, screen size, and port layout
Serial number only Serial is readable, model is not Use the serial on the manufacturer’s lookup page
Mac model name is clear, accessory still asks Accessory needs Model Identifier Copy it from System Report
Linux returns blanks DMI fields aren’t exposed Use the label on the chassis

Sharing Your Model Online Without Oversharing

If you’re posting in a forum or sending a screenshot to a tech friend, share the model, not the full serial number. The model tells people what parts and drivers fit. The serial number ties back to your exact unit and warranty record.

If someone truly needs the serial number for a warranty lookup, send it in a private message or email. When you take a photo of the bottom label, you can hide the serial line with a finger or a small piece of paper, then snap the picture.

Two Extra Checks Before You Buy Parts

Even with the right model number, two details trip people up.

  • Screen size and panel type: A 14-inch and a 15-inch version may share a series name yet use different hinges and bezels.
  • Port layout: One revision may swap a port or move it, which can change docking fit and some shells.

If a listing doesn’t show ports clearly, compare the seller photos to your laptop’s left and right edges. It’s a quick reality check that catches mismatched variants.

What To Save Once You’ve Found It

Snap a photo of the label or save the details in a note. Later you will thank you the next time a charger disappears or an update goes sideways.

  • Manufacturer
  • Model name plus the longer model number/type
  • Serial number (optional)
  • Operating system version

Final Cross-Check Before You Order Anything

Compare the model from software with the model from the sticker or box. If they match, you’re good. If they don’t, trust the physical label, then use the serial number to confirm the exact configuration on the manufacturer’s site.

References & Sources