How to Find the Serial Number of Your Laptop

Every laptop has a unique serial number — a manufacturer-assigned identifier that distinguishes your specific unit from every other device of the same model. Knowing where to find it matters more than most people realize: warranty claims, repair requests, insurance documentation, and manufacturer support all typically require it. The good news is there are several reliable ways to locate it, and most take under a minute.

Why Your Laptop's Serial Number Matters

The serial number isn't the same as the model number. The model number identifies the product line — for example, every unit of a particular laptop shares the same model number. The serial number is unique to your device. Manufacturers use it to track production batches, verify warranty eligibility, confirm authenticity, and link service history to a specific unit.

If your laptop is ever lost or stolen, the serial number is also one of the primary identifiers used by law enforcement and recovery services.

Method 1: Check the Physical Label 🔍

The most direct approach requires no software at all. Flip your laptop over and look on the bottom panel. Most manufacturers print a label containing:

  • The serial number (often labeled S/N or Serial No.)
  • The model number
  • Regulatory compliance information

Where to look by brand:

BrandCommon Label Location
DellBottom panel or battery compartment
HPBottom panel or under removable battery
LenovoBottom panel or inside battery bay
Apple MacBookBottom panel near the hinge
ASUSBottom panel sticker
AcerBottom panel or battery compartment
Microsoft SurfaceUnder the kickstand

On older laptops with removable batteries, the label is sometimes inside the battery compartment rather than on the outer surface. If the sticker is worn or unreadable, the other methods below will be more reliable.

Method 2: Use the Operating System

If reading a physical label isn't convenient — or the sticker has faded — your operating system stores this information and can display it in seconds.

On Windows

Open the Command Prompt or PowerShell and type:

wmic bios get serialnumber 

Press Enter. The serial number will appear directly below the command. This pulls the value stored in the laptop's BIOS/UEFI firmware, which is set by the manufacturer at the factory.

Alternatively, open Settings → System → About and look for the Device specifications section. Some manufacturers populate the serial number here, though not all do.

On macOS

Click the Apple menu (top-left corner) and select About This Mac. The window that opens displays the serial number directly — no digging required.

You can also find it via System Information: go to Apple menu → System Information, and it appears under the Hardware Overview section.

On Linux

Open a terminal and run:

sudo dmidecode -s system-serial-number 

This reads the value directly from the system's DMI table, which is populated from firmware. Results are reliable on most modern hardware, though some manufacturers leave this field blank or set it to a placeholder like "To Be Filled By OEM."

Method 3: Check the BIOS/UEFI Directly

If the operating system isn't accessible — for example, if you're troubleshooting a boot issue — you can find the serial number in the BIOS or UEFI setup utility.

Restart the laptop and press the appropriate key during startup (commonly F2, F10, F12, Del, or Esc, depending on the manufacturer). Once inside the BIOS, look for a section labeled System Information, Main, or Device Information. The serial number is typically listed there alongside the model and firmware version.

Method 4: Check the Original Packaging or Documentation

If you still have the box the laptop came in, the serial number is printed on a barcode label on the outside. It's also often included in the receipt or invoice from the retailer, and in any warranty registration confirmation email you may have received.

This method is useful when the physical sticker is gone and the device won't boot.

Variables That Affect How You'll Find It 💡

Not every method works equally well in every situation. A few factors shape which approach makes sense:

  • Operating system accessibility — If Windows, macOS, or Linux is running normally, the software methods are fastest. If the OS is corrupted or unavailable, physical or BIOS methods are the fallback.
  • Physical condition of the device — Worn stickers on older or heavily used laptops may make the label unreadable.
  • Manufacturer behavior — Some manufacturers fully populate BIOS fields; others leave them incomplete, which can cause software queries to return blank or generic values.
  • Laptop form factor — Devices like the Microsoft Surface or 2-in-1s sometimes place labels in non-obvious locations due to design constraints.
  • Corporate or managed devices — IT departments sometimes use asset management software that stores serial numbers centrally, which may be quicker than checking the device itself.

When the Serial Number Doesn't Match Expectations

Occasionally, the serial number returned by a software command won't match the physical sticker. This can happen after a motherboard replacement — since the serial number is stored in firmware on the board itself — or if a refurbished device was reassembled with components from different units. In these cases, the physical sticker reflects the original chassis, while the software reads from the replacement hardware.

This distinction can matter in warranty or insurance contexts, where the registered serial number needs to match what the manufacturer has on file.

Understanding which serial number is authoritative for your situation — the one on the chassis, the one in firmware, or the one registered with the manufacturer — depends on what you're trying to accomplish and the history of your specific device.