How to Check the Serial Number of a Dell Laptop

Every Dell laptop has a unique serial number — sometimes called a Service Tag — that identifies your specific device. You'll need it when contacting Dell support, checking warranty status, ordering replacement parts, or verifying a used laptop before buying. The good news: Dell makes this easier than most manufacturers. There are several reliable ways to find it, and the right method depends on your situation.

What Is a Dell Service Tag (and Why It Matters)?

Dell uses the term Service Tag for the serial number that uniquely identifies each laptop. It's typically a 7-character alphanumeric code — for example, something like AB12CD7. This is different from the longer Express Service Code, which is a numeric version of the same identifier used when calling support.

Both codes point to the same device. Knowing your Service Tag lets Dell's systems pull up your exact model, configuration, and warranty details instantly.

Method 1: Check the Physical Label on the Laptop

The fastest method — no software required.

Flip your Dell laptop over and look on the bottom panel. You'll find a sticker that includes:

  • The Service Tag (labeled clearly)
  • The Express Service Code
  • Sometimes the model number and regulatory information

On older Dell laptops, the sticker is usually near the center or bottom edge of the base. On newer ultra-thin models, the text may be printed directly on the chassis rather than on a sticker, and the font can be quite small.

If the sticker is worn, scratched, or missing — which happens on heavily used or refurbished machines — move to one of the software methods below.

Method 2: Find the Serial Number in Windows (No Tools Needed)

Using Command Prompt or PowerShell

This is the most reliable software method and works on Windows 10 and Windows 11:

  1. Press Windows + R, type cmd, and hit Enter
  2. In the Command Prompt window, type:
wmic bios get serialnumber 
  1. Press Enter — your Service Tag appears directly below the command

You can do the same in PowerShell:

Get-WmiObject Win32_BIOS | Select-Object SerialNumber 

Both commands pull the serial number directly from the system firmware, so even if the physical sticker is gone, this method works as long as the BIOS hasn't been tampered with.

Using System Information

  1. Press Windows + R, type msinfo32, press Enter
  2. In the System Summary panel, look for System SKU or scroll to find the BIOS Version/Date section
  3. Note: the serial number isn't always prominently displayed here — the command prompt method is faster

Method 3: Check Through the Dell BIOS 🖥️

If Windows isn't loading or you need to verify before the OS boots:

  1. Power on or restart your laptop
  2. Immediately press F2 repeatedly to enter the BIOS Setup
  3. On the first screen (usually labeled Main or General → System Information), the Service Tag is listed

This method is especially useful when troubleshooting a laptop that won't boot into Windows, or when setting up a fresh OS installation and you need warranty info.

Method 4: Use Dell's Built-In Support App

On most Dell laptops running Windows, the Dell SupportAssist app comes pre-installed:

  1. Search for Dell SupportAssist in the Start menu and open it
  2. Navigate to My Devices or the home screen
  3. Your Service Tag and system information are displayed prominently

SupportAssist also shows warranty status and links directly to Dell support — useful if your goal is more than just finding the number.

Method 5: Check the Dell Website or Your Purchase Records

If you registered your laptop with Dell at purchase, log into your account at dell.com and navigate to My Products. Your registered devices appear with their Service Tags listed.

Similarly, your original purchase receipt, shipping confirmation email, or Dell order confirmation usually includes the Service Tag — helpful if you're researching a device you haven't physically received yet.

Quick Comparison: Which Method to Use When

SituationBest Method
Laptop is working normallyCommand Prompt (wmic bios get serialnumber)
Sticker missing, Windows runningCommand Prompt or PowerShell
Windows won't bootBIOS (F2 on startup)
Want warranty info at the same timeDell SupportAssist app
Haven't received the laptop yetPurchase receipt or Dell account
Verifying a used laptop before buyingPhysical sticker + BIOS cross-check

What Affects Which Method Works for You

A few variables determine which approach is most practical: 🔍

  • OS state — A laptop that boots normally gives you the most options. One with a corrupted Windows install may only allow BIOS access.
  • BIOS modifications — On some heavily modified or refurbished units, firmware data may have been altered, which can cause the software methods to return incorrect or blank results. Physical verification matters more in these cases.
  • Dell model generation — Older Latitude or Inspiron models may show the Service Tag differently in the BIOS menu structure compared to newer XPS or Precision units.
  • Pre-installed software — Not all Dell laptops ship with SupportAssist active, particularly units sold through third-party retailers or those that have been reformatted.

A Note on Verifying Used Dell Laptops

If you're buying a second-hand Dell laptop, cross-referencing matters. The serial number on the physical label, in the BIOS, and returned by WMIC should all match. A mismatch — particularly between the physical sticker and BIOS — can indicate a replaced motherboard or other hardware changes, which affects warranty coverage and part compatibility. Running the Service Tag through Dell's warranty check page confirms whether the device is still covered and under what terms.

The serial number is straightforward to find in most situations, but which method works cleanly for you depends on the state of the machine, how it was set up, and what you're actually trying to accomplish with the information once you have it.