≡ Menu

Find Windows serial number

Windows OS serial number can be found by running the below command.

wmic os get serialnumber

Example:

c:\>wmic os get serialnumber
SerialNumber
09203-891-5001202-52183
c:\>
4 comments… add one
  • fynxer

    if you need the serialnumber of the physical machine you can use: ‘WMIC bios GET serialnumber’

    If you would like the serial without the title “SerialNumber” you can just pipe it through the ‘more’ command, like so: ‘WMIC bios GET serialnumber | more +1’ the +1 skips the first row of output, i.e the “SerialNumber” title row.

  • Mareg

    Hello,
    could You advice me how/where I can find printer serial nuber by this way (with WMIC)?

    Thank You
    Mareg

  • gagandeep

    hi

    i have a question. i am working on windows server 2012 . my boss want to know the serial number of a program name review which i can see in the program and feature tab. Is it possible to fetch its serial number

  • Mason

    Hi.
    When i put it in, it shows this:
    SerialNumber
    System Serial Number
    ______________________
    Is there any way to fix this?

Leave a Comment