Where to Find Your Laptop's Serial Number: Every Method Explained
Your laptop's serial number is one of the most important identifiers your device has — yet most people have no idea where to find it until they urgently need it. Whether you're filing a warranty claim, reporting a theft, contacting tech support, or registering your device, knowing how to locate this number quickly can save real time and frustration.
What Is a Laptop Serial Number?
A serial number (sometimes called an S/N) is a unique alphanumeric code assigned to your specific unit during manufacturing. Unlike a model number — which identifies a product line — the serial number identifies your individual device. No two laptops share the same serial number, even if they're identical in every other way.
Serial numbers typically range from 8 to 20 characters and contain a mix of letters and numbers. Manufacturers use them to track warranty status, service history, and authenticity.
Method 1: Check the Physical Label on the Laptop 🔍
The most straightforward place to look is the laptop itself. Common physical locations include:
- Bottom panel — the most common spot; look for a white or silver sticker
- Inside the battery compartment — on older laptops with removable batteries
- Under a service panel — some business-class laptops place it beneath a small removable cover
- Near the hinge or keyboard bezel — less common but used by some manufacturers
The label usually displays the serial number alongside other information like the model number, regulatory certifications, and voltage ratings. Look for text labeled "S/N,""Serial No.," or "Serial Number."
On newer ultrabooks and thin laptops, the sticker may be very small or laser-etched directly onto the chassis rather than printed on a label.
Method 2: Use the Operating System
If the physical label is worn, missing, or simply hard to read, your operating system can retrieve the serial number from the device's firmware.
On Windows
Option A — Command Prompt:
- Open the Start menu and search for "Command Prompt" or "cmd"
- Type the following and press Enter:
wmic bios get serialnumber - The serial number appears directly below the command
Option B — PowerShell:
Get-WmiObject -Class Win32_BIOS | Select-Object SerialNumber Option C — System Information:
- Press Windows + R, type
msinfo32, and press Enter - Look for "System Serial Number" in the System Summary panel
On macOS
- Click the Apple menu (top-left corner)
- Select "About This Mac"
- The serial number appears in the overview panel — click to copy it directly
Alternatively, hold Option and click the Apple menu, then select "System Information" to see it in the Hardware Overview.
On Linux
Open a terminal and run:
sudo dmidecode -s system-serial-number This queries the system's DMI/SMBIOS data directly from firmware.
Method 3: Check the BIOS or UEFI
If your operating system isn't loading or you're setting up a fresh install, the BIOS/UEFI interface usually displays the serial number under a "System Information" or "Main" tab.
To access BIOS/UEFI:
- Restart the laptop and press the manufacturer's designated key during boot — commonly F2, F10, F12, Del, or Esc
- The exact key varies by brand and model
This method is particularly useful for technicians and in situations where software access is unavailable.
Method 4: Check the Original Packaging or Documentation 📦
If you still have the box your laptop came in, the serial number is almost always printed on an external label — often alongside the barcode. Retail boxes typically list both the model number and serial number for inventory and support purposes.
Similarly, the purchase receipt, invoice, or registration email from the retailer or manufacturer may include the serial number. If you registered your device at the time of purchase, logging into the manufacturer's account portal (Dell, HP, Lenovo, Apple, ASUS, etc.) will usually display it in your device list.
Method 5: Manufacturer Support Tools
Most major laptop brands offer dedicated software utilities that surface hardware information, including the serial number:
| Manufacturer | Tool |
|---|---|
| Dell | SupportAssist |
| HP | HP Support Assistant |
| Lenovo | Vantage |
| ASUS | MyASUS |
| Acer | Care Center |
| Apple | About This Mac / System Information |
These tools often provide the serial number on their home screen or in a dedicated "My Device" section.
Why the Serial Number Might Not Appear in Software
In some cases, running a system command returns "To be filled by O.E.M." or a blank result. This typically happens when:
- The laptop is a white-label or OEM-configured device where the manufacturer didn't write the serial number to firmware
- The BIOS has been reset or reflashed and the entry wasn't preserved
- You're running the laptop in a virtual machine, which doesn't have physical hardware identifiers
In these situations, the physical label on the chassis is the only reliable source.
Variables That Affect Where You'll Find It
No single method works universally. Where your serial number lives — and how easy it is to retrieve — depends on several factors:
- Laptop age: Older machines rely almost entirely on physical stickers; newer devices are more likely to have firmware-embedded identifiers
- Operating system and version: Commands differ between Windows 10 and 11, and between macOS versions
- Manufacturer: Apple's ecosystem makes serial number retrieval particularly seamless; budget or lesser-known brands may have inconsistent firmware data
- Condition of the device: A heavily used or repaired laptop may have a worn label or modified firmware
- Whether the OS is accessible: Drives you toward BIOS, packaging, or manufacturer portals instead
The combination of your specific hardware, its age, your current operating system access, and the condition of the physical chassis all determine which method will actually work for you.