Share via

how to see my PCs serial number?

Anthony Beltran 0 Reputation points
2025-09-23T03:04:39.77+00:00

How to see my PC system serial number so I can register device in Microsoft site.

Windows for home | Windows 10 | Settings

2 answers

Sort by: Most helpful
  1. Marcin Policht 87,985 Reputation points MVP Volunteer Moderator
    2025-09-23T03:20:42.8933333+00:00

    Method 1: Using Command Prompt (fastest)

    1. Press Windows + R, type cmd, and hit Enter.
    2. In the black Command Prompt window, type:
         wmic bios get serialnumber
      
    3. Press Enter → Your system's Serial Number will appear.

    Method 2: Using PowerShell

    1. Press Start, type powershell, and open Windows PowerShell.
    2. Run this command:
         Get-WmiObject win32_bios | select SerialNumber
      
    3. 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)

    1. Go to Settings > System > About.
    2. 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

    4 people found this answer helpful.

  2. Bom Sloth 0 Reputation points
    2026-03-21T19:10:28.86+00:00

    wmic bios get serialnumber

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.