Devices Find Serial Number of Windows 11 PC

  • Thread starter Thread starter Brink
  • Start date Published: Start date Updated Updated:

Systerm_Information_banner.webp

This tutorial will show you how to find the serial number of your OEM Windows 11 PC.

Sometimes abbreviated as Serial No., SN or S/N, a serial number is a unique number assigned to the PC by the OEM (Original Equipment Manufacturer) used for identification and inventory purposes. A serial number allows the manufacturer to identify a product and get additional information about it, for replacement, or as a means of finding compatible parts.



Contents

  • Option One: Find Serial Number of PC on OEM Sticker
  • Option Two: Find Serial Number of PC from UEFI Settings
  • Option Three: Find Serial Number of PC in Settings
  • Option Four: Find Serial Number of PC using Get-WmiObject Command
  • Option Five: Find Serial Number of PC using Get-CimInstance Command
  • Option Six: Find Serial Number of PC from Microsoft Account Devices
  • Option Seven: Find Serial Number of PC from Surface app




Option One

Find Serial Number of PC on OEM Sticker


1 Perform one of the following actions to find the serial number on your OEM PC: (see screenshots below)
  • If you have a laptop, flip it over to the bottom side. On some laptops, you will see the number on a manufacturer sticker on the bottom of the laptop. On others, you’ll see the number printed directly on the metal or plastic. If your laptop has a removable battery, the serial number is sometimes on a sticker inside the battery compartment, under the battery.
  • If you have a desktop, look at the back, top, side, or inside of the case for a manufacturer sticker.

If you can’t find the serial number on the PC itself, look online for instructions specific to your PC's model number. The manufacturer’s website should tell you exactly where to look.

1) If you still have the original product box, the serial number is usually printed on it. Often on the same sticker with the bar code.
2) If you purchased the PC online or in a store, the serial number may be printed on the physical or email receipt.


serial-number-and-model-number.webp
Surface_bottom.webp





Option Two

Find Serial Number of PC from UEFI Settings


1 Boot to UEFI Firmware Settings for the PC.

2 Look on the Main, PC information, or System Information type page in BIOS/UEFI for the device's serial number. (see screenshot below)

Surface_UEFI.webp





Option Three

Find Serial Number of PC in Settings


1 Open Settings (Win+I).

2 Click/tap on System on the left side, and click/tap on About (Win+Pause/Break) on the right side. (see screenshot below)


Serial_number_Settings-1.webp

3 Under Windows specifications, look to see what the Serial number is. (see screenshot below)

Serial_number_Settings-2.webp




Option Four

Find Serial Number of PC using Get-WmiObject Command


1 Open Windows Terminal, and select Windows PowerShell.

2 Copy and paste either command below into Windows Terminal, and press Enter. (see screenshot below)

gwmi win32_bios | fl SerialNumber

OR​

Get-WmiObject win32_bios | Format-List SerialNumber

Serial_number_PowerShell.webp





Option Five

Find Serial Number of PC using Get-CimInstance Command


1 Open Windows Terminal, and select Windows PowerShell.

2 Copy and paste the command below into Windows Terminal, and press Enter. (see screenshot below)

Get-CimInstance Win32_ComputerSystemProduct

3 The IdentifyingNumber value is the serial number.

Serial_number_PowerShell-2.webp





Option Six

Find Serial Number of PC from Microsoft Account Devices


This option requires the Windows 11 device to be linked with your Microsoft account.


1 Go to the Devices page online for your Microsoft account, and sign in if not already.

2 Expand the device you want to find the Serial number of. (see screenshots below)

My_Devices-1.webp
My_Devices-2.webp





Option Seven

Find Serial Number of PC from Surface app


This option is only available on Microsoft Surface devices.


1 Open the Surface app.

2 Expand open the Device information section. (see screenshot below)

Surface_app.webp



That's it,
Shawn Brink


 
Last edited:

Latest Support Threads

Back
Top Bottom