How To Find Out What My Laptop Is Called | Your Laptop Model

Your laptop’s name is its brand plus model, and you can confirm it from a bottom label, the system “About” page, or built-in system info tools.

You’re trying to figure out what your laptop is called. That usually means one thing: you want the exact brand and model, not the nickname you gave it, and not a vague label like “Dell laptop” or “HP notebook.”

Once you have the right name, everything gets easier. Drivers match. Manuals match. Repair parts match. Listings for resale look clean and trustworthy. You stop guessing.

This walkthrough gives you multiple ways to find it, so you’re covered even if your laptop won’t boot, the sticker is worn, or your system name was changed years ago.

How To Find Out What My Laptop Is Called On Any System

If you want the fastest route, do these three checks in order. You’ll usually get an exact match by step two.

  1. Check the physical label on the bottom or inside the hinge area for a model number, product name, or “Model / M/N.”
  2. Open your system “About” page and read the model line (Windows, macOS, ChromeOS, Linux all have one).
  3. Use a built-in system info tool to pull the manufacturer + model in plain text, then copy it into your notes.

Tip: write down two things, not one: the marketing name (like “ThinkPad X1 Carbon”) and the exact model code (like “20XX-XXXX” or “A####”). Those codes are what parts catalogs and driver pages rely on.

Start With The Physical Clues

Physical labels still beat software for one reason: they don’t depend on settings, updates, or renamed device fields. If your laptop turns on, great. If it doesn’t, labels still work.

Check The Bottom Panel And Hinge Area

Flip the laptop over and scan for a cluster of small text near the regulatory markings. You might see:

  • Brand + series: “ASUS VivoBook,” “Lenovo IdeaPad,” “Acer Aspire,” “HP Pavilion”
  • Model: “X515EA,” “15-dw3xxx,” “A315-58,” “FX506H”
  • Product number or SKU: common on HP and Dell labels
  • Serial number: useful when labels skip the full model name

If the bottom label is worn, check near the hinge or underside edge where a second sticker sometimes lives.

Look Under A Removable Battery Or Service Door

On older laptops with removable batteries, manufacturers often printed the model and product code under the battery bay. If your battery pops out, power off first, remove it, then scan the bay.

Some business-class laptops also have a small service door for memory or storage. A label inside can include the full model code.

Use The Retail Box, Receipt, Or Warranty Card

If you still have the box, look for a barcode label with a model code and product number. Receipts may list a shortened model name that you can match to the label later.

Try searching your email for the store name plus “model” or “SKU” if you bought online.

Find The Laptop Name In Windows

Windows gives you two useful layers: the friendly model name in Settings, and the deeper manufacturer/model strings in system tools. Use both if you can.

Use Settings

This is the quickest method and it’s built into Windows 10 and Windows 11.

  1. Right-click Start, then pick Settings.
  2. Go to System, then choose About.
  3. Look for Device name and the line that shows your model.

On many laptops, you’ll see the model directly under the device name. On some, it may show a series name, then you’ll need the next method to get the full code.

Microsoft documents where to find device name and model in Settings on this page:
Microsoft’s device name and model steps in Windows.

Use System Information

This tool is great when Settings shows a general series name and you want the manufacturer string Windows uses behind the scenes.

  1. Press Windows + R.
  2. Type msinfo32, then press Enter.
  3. In the summary, find System Manufacturer and System Model.

Copy those two lines into your notes. If you’re ordering a keyboard, battery, hinge, or screen, the “System Model” text often matches what parts sellers ask for.

Use PowerShell For A Copy-Paste Result

If you want a clean text output you can paste into a form, PowerShell is handy.

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

You can also pull BIOS and baseboard info when the model name is too broad.

Get-CimInstance -ClassName Win32_BaseBoard | Select-Object Manufacturer, Product, SerialNumber

Those fields help when a laptop family has many near-identical variants.

Match What You Found To The Name People Recognize

This is where many people get tripped up. You might find a short code like “XPS 13 9310” or a board name that looks nothing like the sticker on the palm rest.

Here’s the simple way to reconcile it:

  • Sticker name is often the marketing family (IdeaPad, Pavilion, Swift, ZenBook).
  • System Model is often the exact variant (a code that maps to a screen, CPU class, and chassis).
  • Product number / SKU ties to a specific configuration sold in a region.

If your goal is drivers, keep the product number or exact model code. If your goal is resale, use the marketing name plus the exact model code in parentheses.

Where To Look What You’ll See When It Helps Most
Bottom label Brand, model code, serial, product number Laptop won’t boot or you want the factory identifiers
Hinge/palm-rest sticker Series name, sometimes full model You want the name people recognize in listings
Windows Settings > System > About Device name and model line (varies by maker) Fast check without tools
System Information (msinfo32) System Manufacturer, System Model You need a dependable model string for parts or drivers
PowerShell CIM query Manufacturer + Model in copy/paste format You’re filling out a form or ticket and want clean text
BIOS/Baseboard fields Board product name and serial data Model name is generic and you need deeper identifiers
Box barcode label SKU, configuration codes, model code Sticker is worn and you still have packaging
Receipt or order email Store SKU and short model name You want a paper trail that matches a purchase

Find The Laptop Name On A Mac

On a MacBook, the model name and serial number are easy to pull from the Apple menu. You can also match the serial number to a model if the Mac won’t start.

Use About This Mac

  1. Click the Apple menu ().
  2. Select About This Mac.
  3. Read the model name and serial number shown in the window.

Apple describes this method here:
Apple’s “Find your Mac model name and serial number” page.

Use System Report For Deeper Details

From the same “About This Mac” window, you can open System Report (wording varies by macOS version). That report shows hardware identifiers that help with accessories and repair parts.

When you’re shopping for a charger, dock, or replacement battery, the model year and chip family shown there can save you from ordering the wrong item.

Check The Physical Serial Number

If the Mac doesn’t boot, the serial number is often printed on the underside near regulatory markings. It can also be on the original packaging label. Once you have it, you can match it to a model name using Apple’s own lookup flows mentioned on their page above.

Find The Laptop Name In ChromeOS

Chromebooks can be tricky because the brand on the lid doesn’t always tell you the exact model. ChromeOS still gives you a clean path to the model and board name.

Check Settings And Device Details

  1. Open Settings.
  2. Go to About ChromeOS.
  3. Look for device details, model, or board information (varies by device).

If you see a “board name” that looks odd, keep it anyway. Many Chromebook repair and part listings rely on that board string.

Use The Diagnostics App

Many Chromebooks include a Diagnostics app that shows device identifiers alongside battery health and hardware checks. If you see a model field there, copy it exactly as shown.

Use Crosh For A Text Output

If you’re comfortable with a command shell, Crosh can expose system details. Open it with Ctrl + Alt + T, then use built-in commands available on your device.

Chromebooks vary by channel and device policy, so if a command isn’t available, fall back to Settings and Diagnostics.

Find The Laptop Name In Linux

Linux laptops range from off-the-shelf machines to custom builds. The good news: most systems still expose the manufacturer and model through DMI tables.

Use A System Settings Panel First

On many desktops (GNOME, KDE, others), you can open Settings, then check an About page. You may see the device model, CPU, and memory info. If the model is missing or too generic, use terminal commands.

Use Terminal Commands That Pull The Model

These are common ways to pull the vendor and product name. Some commands may ask for your password.

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

If you’re on a laptop with a swapped motherboard, dmidecode can reveal the board’s identity even when the case branding says something else.

System Where To Check What You Get
Windows Settings > System > About Device name plus model line (varies by maker)
Windows msinfo32 (System Information) System Manufacturer and System Model
Windows PowerShell: Win32_ComputerSystem Clean copy/paste Manufacturer + Model
macOS Apple menu > About This Mac Model name and serial number
ChromeOS Settings > About ChromeOS Model or board details (varies by device)
Linux hostnamectl Hardware summary that may include model
Linux dmidecode system fields Manufacturer and product name from DMI tables

When The Name You See Still Feels Wrong

If you’re seeing two different “names,” you’re not alone. Many laptop lines reuse a family name across years while the model code changes with screen size, chassis revision, and CPU generation.

Here are the most common reasons the labels don’t line up:

  • Marketing name vs model code: “Inspiron 15” can map to many model numbers across multiple years.
  • Retailer-specific configurations: two laptops can share a marketing name while using different panels, SSD sizes, or Wi-Fi chips.
  • Renamed device fields: in Windows, “Device name” can be changed, so it may show “Work-Laptop” instead of a factory label.
  • Repaired or swapped parts: motherboard swaps can change what software reports, even if the case label stayed the same.

If you want a single identifier that stays stable, the product number/SKU (common on stickers and boxes) plus the System Model string from system tools usually clears it up.

Use The Laptop Name For Drivers, Manuals, And Parts

Once you’ve got the model, you can put it to work right away. Here’s how to do it without wasting time on near-matches.

Match Drivers To The Exact Model Code

Driver pages often list dozens of close siblings. Use the full model code from your sticker or system tool, then compare it to what the manufacturer lists. If you see a long code like “15-dw3xxx,” match the “dw3” class first, then refine to your exact suffix when possible.

If your laptop has a dedicated GPU, also note the GPU model shown in system info. Some families ship with both integrated-only and GPU variants, and the driver bundles differ.

Use The Model Year And Screen Size When Buying Parts

For screens, keyboards, hinges, and batteries, sellers often list parts by model year and screen size. Your laptop name alone may not be enough. Pair it with:

  • Screen size (13, 14, 15.6, 16 inches)
  • Resolution (1080p, 1440p, 4K)
  • Connector type (common for display panels)
  • Battery part number from the battery label (when accessible)

If you’re selling the laptop, those details also reduce buyer back-and-forth and cut returns.

Keep A Clean Record You Can Reuse

After you find the right name, save it once so you don’t have to redo this later. A small note on your phone or password manager notes field works fine.

Write it in this format:

  • Brand + family name: “Lenovo ThinkPad T14”
  • Exact model code: “20S0…” or the sticker’s model code
  • Serial number: only if you need warranty, repair, or insurance records

If you share the serial number, share it only where you trust the recipient and it fits the job you’re doing.

One Last Pass To Make Sure You’ve Got The Right Laptop

Before you close the tab, do a quick cross-check. It takes a minute and saves a lot of mis-matched downloads and parts orders.

  1. Compare the sticker model code with the System Model in your system tool.
  2. If they differ, write down both and also note the product number/SKU if you see it.
  3. If you’re on a Mac, confirm the model name in “About This Mac” and keep the serial number for matching coverage and specs.
  4. If you’re on Windows, keep the manufacturer + model from msinfo32 or PowerShell for clean copy/paste.

That’s it. You now have the laptop name people recognize and the model code that machines recognize, and that combo is what gets the right results when you search.

References & Sources