≡ Menu

WMIC : get Bios serial number

If you are looking to find BIOS serial number from CMD, then wmic bios is the command you would need. Below is the exact command you can run on any Windows computer to retrieve serial number.

wmic bios get serialnumber

Example:

C:\>wmic bios get serialnumber
SerialNumber
BP69SDK
WMIC command to get Bios serial number

We can find other bios information also using ‘wmic bios get’ command. In the above command you need to replace ‘serialnumber‘ with the appropriate property of bios. Use the below command to get the list of properties.

wmic bios get /?
32 comments… add one
  • Eric

    Windows xp does not have wmic. is there any other way to get serial number?

    • Roland Eipl

      Save below as sn.vbs and run it. It will show you the unit s/n.

      strComputer = “.”
      Set objWMIService = GetObject(“winmgmts:\\” & strComputer & “\root\CIMV2”)
      Set colItems = objWMIService.ExecQuery( _
      “SELECT * FROM Win32_BIOS”,,48)
      For Each objItem in colItems
      Wscript.Echo “———————————–”
      Wscript.Echo “Win32_BIOS instance”
      Wscript.Echo “———————————–”
      Wscript.Echo “SerialNumber: ” & objItem.SerialNumber
      Next

    • mary qoosaon

      I have a desk top computer 27 in dell and I need my serial number

  • veronica omalley

    I have a dell Lap Tap that I purchased from a friend.
    I want to know if I could till get services under the serial # that I will enter.
    4214182897

  • veronicoon

    veronica, what stops you asking dell?

  • chadrack privert

    I have a samsung I wanna get my serial number

  • JANICE TOMPKINS

    WMIC BIOS GET SERIAL NUMBER

  • Kathy Adams

    I have a HP Envy and need my serial number.
    wmic bios get serialnumber

  • Abaya

    ma computer model is 15-bs003TU
    please I need serial number

  • anisa

    i have asus windows 7 i need my serial number

  • PRAKASH GAIKWAD

    TELL MY SERIAL NUMBER PLEASE

  • waqas

    i have lenovo windows 8 i need my serial number

  • minakshi sharma`

    I have Lenovo I want my serial number

  • joanne

    I could not get the wmic bios get serial number to work
    wmic bios get /? ——– I did this, and serial number was on the list as N/A

    • Daniel Horowitz

      The command is:

      wmic bios get serialNumber

      serialnumber needs to be all one word

  • kali

    I want to find serial number of our laptop.

  • invc

    I have DELL I want my serial number

  • John

    I do not know how to find the serial no. of my hp laptop

  • ashish gokhale

    want to know the s/n of this laptop

  • nasr

    wmic bios get manufacturer

  • muhammad shahbaz

    sir I have dell laptop corei7 windo 10 ….. sir I want my seriol no

  • Isaac Banks

    SERIAL NUMBER FOR HP PAVILION LAPTOP

  • Noah Clarke

    wmic bios get hard drive

  • John O' Callaghan O' Callaghan

    I would like to have product serial number of my Lenovo 320S for activation and use of word documents etc. The S/N number is MP1D1GWA

  • joseph john

    I have a Hp G6 windown 10 and I need my serial number
    Thank you

  • fikile Ntombela

    i cant find serial number I did follow instruction as per request

  • D

    RESPONSE The serial number is not guaranteed to be filled in by manufacture unless you buy business grade equipment

  • Shruthi M S

    C:\>wmic bios get serialnumber
    SerialNumber

  • Marcia Jane Louthen Hanlon

    my serial # on this android Toshiba laptop I have isn’t being recognized.

  • Marcia Jane Louthen Hanlon

    my serial # on this android laptop I have isZE246796P–I get an error msg saying it’s not the right one–it’s the only one on this machine.

  • Peter Choo

    Anyway to retrieve all my PC software license number using wmic?

  • ihtisham ulhaq

    The command is:

    wmic bios get serialNumber

    serialnumber needs to be all one word

Cancel reply

Leave a Comment