PostMend
PostMend blog

How to find your Dell service tag

The service tag is the key to drivers, warranty checks and support for any Dell laptop. Here are three ways to find it: on the chassis, in the BIOS, and from the command line.

← Back to all articles
Abdullah Arif22 May 20264 min read

The service tag is a seven-character alphanumeric code that uniquely identifies your specific Dell laptop — not just the model, but that exact unit. Dell uses it to pull the right drivers, check warranty status, and source the correct replacement parts. Without it you end up guessing, and with older machines that guessing can waste a lot of time.

You may also see an Express Service Code printed alongside it. That is just the service tag converted to a long number — the two refer to the same machine. The service tag is the more useful one to keep to hand.

Method 1: on the laptop itself

The quickest place to look — no booting required.

  1. Turn the laptop over

    The service tag label is printed on the underside of the chassis. On most consumer models — Inspiron, XPS — it is on a white sticker somewhere near the centre or rear edge. On newer machines Dell sometimes etches it directly into the chassis cover rather than using a sticker, so look carefully.
  2. Check the front edge on business models

    Latitude and Precision laptops sometimes have a small slide-out tag near the front edge of the base. Pull it out gently and the service tag is printed on the tab itself — handy if the machine is sitting in a docking station.
Screenshot placeholderDell service tag label printed on the underside of a laptop

Method 2: in the BIOS / UEFI

Useful when the physical label is worn, or when Windows simply will not start.

  1. Power on and tap F2

    Switch the laptop on (or restart it) and immediately start tapping F2 repeatedly — roughly once every half second. You are trying to catch the firmware before it hands control to Windows.
  2. Find the service tag on the main screen

    Once the BIOS Setup utility opens, the service tag is listed on the first page — often labelled “Overview” or “System Information”. You do not need to navigate anywhere; it is right there. Jot it down or photograph it with your phone.

Method 3: from within Windows

If the laptop is running fine, pulling the tag from the command line takes about ten seconds.

  1. Command Prompt

    Open Command Prompt and run:
    wmic bios get serialnumber
    The output will show a SerialNumber column containing your seven-character tag.
  2. PowerShell

    Open PowerShell and run:
    Get-CimInstance -ClassName Win32_BIOS | Select-Object SerialNumber
    Same result, modern syntax.
wmic is deprecated in current versions of Windows and Microsoft are removing it from newer builds. The PowerShell command is the more future-proof choice — it works on everything from Windows 10 through to the latest Windows 11 releases.

Dell SupportAssist

If SupportAssist is installed (it ships pre-installed on many Dell machines), visiting dell.com/support will auto-detect your service tag without you having to look it up manually. It also surfaces warranty status and any outstanding driver updates in the same view.

Once you have your service tag to hand, booking a repair becomes a lot smoother — if you ever need to send your laptop in to PostMend, having it ready means we can confirm parts availability before your machine even arrives.

Looking for a brand-new Dell instead? Here's the current Dell laptop we recommend — affiliate link.

Need a hand with your Dell?

We diagnose every laptop free. Post it in and we'll take a look.

Get in touch