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.
THANKS FOR INFORMATION….
Thanks a bunch brother.
this not working for windows
how to find ram serial number
Thanks a ton
THIS IS NOT WORKING IN WIN PROFESSIONAL… SORRY BRO…
I GET THIS MSG BY COMMAND..
“ALIAS NOT FOUND”
Its wroking in WindowsServer2008 R2 version .
Thanks
thanks a lot
Working win 8.1 x64 Enterprise
Hi
(wmic baseboard ) does not work in windows XP
It returns :
No Instance(s) Available.
Any idea why?
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!
Hey thankz a lot bro
thank you
Is there any command for checking RAM manufacturing date??? please help….
hi everyone, can to check serial number vga using wmic?
thanks?
Ia m using Win7 Pro 64 bit. Baseboard command is not working also diskdrive is not showing correct serial number.
thanks,
also wmic bios get serialnumber
Thanks alot it really works