Method 1: Using Command Prompt (fastest)
- Press Windows + R, type
cmd, and hit Enter. - In the black Command Prompt window, type:
wmic bios get serialnumber - Press Enter → Your system's Serial Number will appear.
Method 2: Using PowerShell
- Press Start, type
powershell, and open Windows PowerShell. - Run this command:
Get-WmiObject win32_bios | select SerialNumber - The serial number will be shown.
Method 3: On device
- Laptops: Flip the device, check the bottom or under the battery (sticker/engraved).
- Desktops: Check the back panel or side of the tower.
- Surface devices: On the kickstand, under the keyboard, or in Settings.
Method 4: In Windows settings (some OEMs)
- Go to Settings > System > About.
- Scroll to Device specifications → Sometimes shows serial number (depends on manufacturer).
If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.
hth
Marcin