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
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.
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)
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)
3 Under Windows specifications, look to see what the Serial number is. (see screenshot below)
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 SerialNumberOR
Get-WmiObject win32_bios | Format-List SerialNumber1 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_ComputerSystemProduct3 The IdentifyingNumber value is the serial number.
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)
This option is only available on Microsoft Surface devices.
1 Open the Surface app.
2 Expand open the Device information section. (see screenshot below)
That's it,
Shawn Brink
Last edited:











