How to Find the Serial Number on an HP Laptop

Whether you need to register your device, request warranty service, or download the correct drivers, your HP laptop's serial number is the key piece of identifying information you'll need. The good news: HP gives you several ways to find it, and at least one of them will work regardless of your situation.

What Is an HP Serial Number and Why Does It Matter?

Every HP laptop ships with a unique serial number — sometimes called the S/N — that identifies your specific unit. This is distinct from the model number, which identifies the product line (e.g., HP Pavilion 15 or HP Spectre x360). The serial number pinpoints your machine.

You'll typically need it for:

  • HP support and warranty claims — HP's support portal uses it to verify coverage
  • Driver downloads — HP's driver database matches serial numbers to exact hardware configurations
  • Device registration — Useful for extended warranties or HP Care Packs
  • Theft reporting or insurance claims

Method 1: Check the Physical Label on the Laptop 🔍

The most straightforward method. HP prints the serial number directly on the hardware in a few common locations:

  • Bottom of the laptop — Look for a sticker on the underside. The serial number is usually labeled S/N followed by a 10-character alphanumeric string.
  • Inside the battery compartment — On older models with removable batteries, the label is often underneath the battery itself.
  • On the original box — If you still have the retail packaging, the serial number appears on a barcode sticker on the outside of the box.

The label typically shows both the serial number and the product number side by side, so double-check you're reading the right field.

Method 2: Use the Command Prompt (Windows)

If the sticker is worn, missing, or hard to read, Windows can pull the serial number directly from the system firmware — no physical inspection needed.

Steps:

  1. Press Windows + R to open the Run dialog
  2. Type cmd and press Enter
  3. In the Command Prompt window, type:
wmic bios get serialnumber 
  1. Press Enter — the serial number appears on the next line

This works because HP encodes the serial number into the BIOS/UEFI firmware during manufacturing. The wmic command queries that data directly, so the result is reliable even if the physical label is damaged.

Alternative command using PowerShell:

Get-WmiObject -Class Win32_BIOS | Select-Object SerialNumber 

Both return the same value.

Method 3: Use HP Support Assistant

If you have HP Support Assistant installed (it comes pre-loaded on most HP consumer laptops), it displays device information including the serial number in a user-friendly interface.

Steps:

  1. Open HP Support Assistant from the Start menu or taskbar
  2. Select your device from the My Devices tab
  3. The serial number appears under the device summary alongside the product number and warranty status

HP Support Assistant also lets you check warranty status directly from the same screen, which makes this method particularly useful if support service is your end goal.

Method 4: Check the BIOS/UEFI

Accessing the BIOS works even if Windows won't boot — useful in repair scenarios.

Steps:

  1. Restart or power on the laptop
  2. Press F10 (the standard HP BIOS key) repeatedly as soon as the HP logo appears
  3. Navigate to the System Information or Main tab
  4. The serial number is listed there alongside the product name and firmware version

Note: Some HP models use Esc followed by F10, or may briefly show the serial number on the boot screen itself before the OS loads.

Method 5: HP's Online Serial Number Lookup

HP provides a web-based tool at hp.com/support where you can enter your serial number — but more relevantly, if you're signed into an HP account with a registered device, the portal may display the serial number associated with your account.

This is less about finding an unknown serial number and more about confirming one you've already registered.

Variables That Affect Which Method Works Best

Not every method works equally well across all situations:

SituationBest Method
Laptop is working normallyCommand Prompt or HP Support Assistant
Physical label is damaged or missingCommand Prompt / BIOS
Windows won't bootBIOS/UEFI method
You need it remotely (without the laptop)Original box or HP account
Older HP model (pre-2015)Physical label or BIOS

A few factors create real variation in outcomes:

  • Operating system version — The wmic command works on Windows 7 through Windows 11, but wmic is deprecated in newer Windows 11 builds. If it fails, use the PowerShell alternative.
  • HP model generation — Very old HP laptops may store the serial number differently in firmware, occasionally causing the WMIC query to return an empty or generic string.
  • Enterprise vs. consumer laptops — HP ProBook and EliteBook models used in managed IT environments may have the serial number recorded in asset management software, which is another route for IT-managed devices. 🖥️

A Note on Serial Number Format

HP serial numbers are typically 10 characters long — a mix of letters and numbers (e.g., CND1234567). If what you're reading is longer or formatted differently, you may be looking at the product number instead, which follows a pattern like 15-dy2093dx or 8MK71UA#ABA. Both are useful for support, but they serve different purposes — don't mix them up when submitting a support ticket.

The right method for you depends on your laptop's current state, the HP model generation you're working with, and what you ultimately need the serial number for — each of those factors points toward a different path. 🔧