How to determine the age of my device for POPs
There are several ways to determine the age of your computer:
- Serial Number Lookup:
If you purchased your computer from a manufacturer, check for a sticker with the serial number on the back (for desktop PCs) or the bottom (for laptops).
If you can’t find the sticker, open the command prompt and type:
wmic bios get serial number
Then search Google or the manufacturer’s website using the serial number to find the year of manufacture. - BIOS Version:
Usesysteminfo.exe
in the command prompt to check your BIOS version. The date listed corresponds to your computer’s manufacturing year.
On Linux, usesudo dmidecode | less
to find BIOS info. - Original Install Date:
Run the Systeminfo command and look for the “Original Install Date.” This reflects when Windows was first installed on your computer.
Note: It only works if you’re using the original Windows version that came with your PC. - CPU Release Date:
Find your processor details using the System Information app. Google the launch date of that processor model. - Oldest Folders in System32:
Check the date modified of folders inC:\Windows\System32
. The oldest dates give you an estimate of your computer’s age - iSeries Stickers:
In 2009 iSeries stickers were introduced, anything pre-iSeries would be older than 2009 as a general rule, anything iSeries we can safely say is post-2009.