How to Determine Your Computer’s Windows Installation Date

While most Windows users may never actually install the operating system (they’ll likely stick with the copy that was pre-installed when they bought their computer), advanced users are all too familiar with the process. But unless detailed notes are kept with each of the countless installations over the years, most users won’t know exactly how long ago the current Windows installation was performed. Here are two quick and easy commands to determine the Windows installation date.

How to Determine Your Computer's Windows Installation Date

Determine the Windows Installation Date with Systeminfo

The Systeminfo command can display detailed information about the configuration of your computer and Windows version, but what we’re interested in here is the Windows installation date.
1. First, you’ll need to be logged in with an Administrator account in order for the following commands to work. Once you’re logged in, launch the Command Prompt:

Windows 8: type “CMD” from the Start Screen and choose Command Prompt from the search results.

Windows XP/Vista/7: click Start > Run, type “CMD” in the Run box and press Enter.

2. In the Command Prompt window type the following command:

systeminfo | find /i "install date"

The command will process for a few moments as it scans your entire configuration. However, since we limited the output to fields that contain “install date,” you’ll see only one result appear once the process is complete: “Original Install Date.”
Windows Installation Date Systeminfo
In the case of our example, this particular version of Windows was installed on September 9, 2013 at 6:10:58 PM. The results are displayed according to your system’s date and time preferences so, in our case, that date is Eastern Daylight Time.

Using Systeminfo on Windows 10

The process is almost identical to that of Windows 8, so we’ll cover a quick demonstration. Note, you can use either the Command Prompt of Windows Powershell to accomplish these tasks, Powershell was designed to be the replacement for the Command Prompt.

  1. Open the Start menu, type “command prompt“, and select Run as administratorWindows Start Menu
  2. Now, type systeminfo | find /i “install date” and press Enter. You can also just type “date” or “original”, you’ll need the quotes for the command to work. Windows Command Prompt

In our example, we only wanted to determine the Windows install date, but the Systeminfo command can provide far more information, such as the exact version of Windows, the last boot time, CPU and BIOS information, and the number and designation of any Windows Hotfixes. To see this info, simply run the command “systeminfo” without any trailing parameters.

Determine the Windows Installation Date with WMIC

Another method of obtaining the Windows installation date is to use the Windows Management Instrumentation Command-line (WMIC) tool. This can provide much of the same information as “Systeminfo,” although in a less user-friendly form.

  1. Just as before, make sure you’re logged in as an Administrator, and launch the Command Prompt.
  2. Now, type in the following command: “wmic os get installdate” and press Enter.

A single “InstallDate” result will be returned with a string of digits. These digits represent the Windows installation date in the format YYYYMMDDHHMMSS, with time displayed in 24 hours.
Windows Installation Date WMIC
In our example, 20130909181058 equates to September 9, 2013 at 18:10:58 (or 6:10:58 PM), the exact same time that was reported by the SystemInfo command.

Using WMIC on Windows 10

  1. Again, open a Command Prompt and select Run as administratorWindows Start Menu
  2. Now, type wmic os get installdate and press Enter. Windows Command Prompt 2

Most users will likely prefer the display layout of Systeminfo, although WMIC can produce a result slightly faster, especially on systems with slower or more complex hardware configurations.
Either method is a relatively quick and accurate way to determine how old your Windows installation truly is, and can aid in troubleshooting or reinstallation plans.

How do you view your install date of Windows? Leave a comment below and share it with us.

Disclaimer: Some pages on this site may include an affiliate link. This does not effect our editorial in any way.