≡ Menu

Get serial number for RAM, motherboard, hard disk

This post explains how to find serial number for various hardware devices – RAM, Hard disk, Motherboard on a computer. We can use WMIC command to find this information.  These commands can be executed from Windows command prompt.

Get serial number of RAM chips.

wmic memorychip get serialnumber

This command lists serial number for each RAM module installed on the computer. Example below.

c:\>wmic memorychip get serialnumber
SerialNumber
91AB9A10
9EBD9A10

Get serial number for hard disks

wmic diskdrive get serialnumber

Example:

c:\>wmic diskdrive get serialnumber
SerialNumber
FR3AG13032430BC13S

Get serial number for mother boards

wmic baseboard get serialnumber

Get Serial number for cdrom drive

wmic cdrom where drive='d:' get SerialNumber

Replace ‘d:’ with the drive letter for the cdrom on your computer. You get error ‘No Instance(s) available’ if you don’t have CDROM drive on your computer.

c:\>wmic cdrom  get SerialNumber
No Instance(s) Available.
18 comments… add one
  • SUNDER KUMAR

    THANKS FOR INFORMATION….

  • compilex

    Thanks a bunch brother.

  • rajesh

    this not working for windows

    • rajesh

      how to find ram serial number

  • shariq

    Thanks a ton

  • DEVENDRA SINGH

    THIS IS NOT WORKING IN WIN PROFESSIONAL… SORRY BRO…

    I GET THIS MSG BY COMMAND..
    “ALIAS NOT FOUND”

    • NandaKumar

      Its wroking in WindowsServer2008 R2 version .

      Thanks

  • edalati

    thanks a lot

  • Hendra

    Working win 8.1 x64 Enterprise

  • Mohammad

    Hi
    (wmic baseboard ) does not work in windows XP
    It returns :
    No Instance(s) Available.
    Any idea why?

  • Dennis Avgerinos

    Is there any way to get all the serial numbers (mine apparantly has 2 on the motherboard.
    And is there a way to get this to work with the graphics card?
    I’d hate to take the case apart again till my next upgrade and I threw out the boxes when the thing was working in glee!

  • Techgok

    Hey thankz a lot bro

  • Akouri Ammar

    thank you

  • Danish

    Is there any command for checking RAM manufacturing date??? please help….

  • Rado

    hi everyone, can to check serial number vga using wmic?

    thanks?

  • Sk

    Ia m using Win7 Pro 64 bit. Baseboard command is not working also diskdrive is not showing correct serial number.

  • Pieter

    thanks,

    also wmic bios get serialnumber

  • Pathum

    Thanks alot it really works

Leave a Comment