How can I find out the installation date of a Windows PC
© Designed by Microsoft

How can I find out the installation date of a Windows PC?

Would you like to know when your Windows system was installed for maintenance purposes or just out of curiosity? Knowing when Windows was installed can help you better plan updates, assess the life of your system or simply check technical information about your computer.

As a computer technician, knowing the installation date of the Windows operating system can be useful for diagnosing certain problems, assessing system stability or checking device compliance. Here’s how to obtain this and other useful data from Windows Terminal.

Recover installation date from command prompt

  1. Click on the Start menu, type cmd, then press Enter.

Enter the following command at the command prompt:

systeminfo

Wait a few seconds for the command to generate a full report containing system information.

Recover Windows installation date from terminal
A systeminfo report to retrieve the Windows installation date.

In the report, look for the line Original installation date: This line shows the exact date on which Windows was installed on the device.

Retrieve installation date only

To simplify the result and display only the installation date, use the following command:

systeminfo | find /i "Date"

This command filters the results to keep only those lines containing the word “Date”.

Retrieve installation date only (optional)
Recover Windows installation date only.

This tip is compatible with all versions of Windows 11/10. It may also work on earlier versions, although the display may differ slightly.

See also how to create a bootable USB key to install Windows 11 cleanly.

Find the Windows installation date with PowerShell

PowerShell is the most reliable tool for finding out the exact installation date of Windows. Unlike the command prompt, it queries system information directly via WMI (Windows Management Instrumentation), guaranteeing instant, accurate results, even on the most recent versions of Windows 10 and Windows 11.

  1. To get started, open PowerShell in administrator mode.
  2. Enter the command below, then press Enter:
(Get-CimInstance Win32_OperatingSystem).InstallDate

PowerShell then displays the system installation date.

The advantage of this method is that it’s fast, universal and requires no additional software. You get the exact date on which Windows was installed on your PC, a simple way of finding out how long your system has been running without reinstallation.

Why know the Windows installation date?

Knowing how long Windows has been installed allows you to assess the overall health of a system. Over time, a computer accumulates updates, software residues and temporary files that can impair performance. Knowing this date therefore helps determine whether the system needs a simple optimization or a complete reinstallation to get off to a clean start.

It’s also essential information prior to any technical intervention or sale of a used PC. A technician will use it to measure the age of the system and anticipate possible instabilities. In the case of a purchase, it can be used to check whether the system has been recently reinstalled or is still running on an older version.

About the author

Adrien Piron

I’m Adrien, passionate about technology and specialized in technical support for individuals. My goal is to make technology accessible to everyone.

Dcouvrez les articles à la une de la même thématique

No more Wi-Fi on your Windows PC? Here’s how to repair your network connection

No more Wi-Fi on your Windows PC? Here’s how to repair your network connection

No Wi-Fi on your PC? Find out how to diagnose the problem, reactivate the network card or use an alternative solution.

Increase Windows 11 virtual memory to optimize RAM

Increase Windows 11 virtual memory to optimize RAM

Find out how to increase virtual memory in Windows 11 to optimize RAM and make your PC faster and smoother every day.

How to reset Windows without losing my files from Settings

How to reset Windows without losing my files from Settings

Reinstall Windows cleanly without formatting or deleting files. A complete guide to getting back on track safely.

Join the Microsoft Insider Program for Windows 11 beta

Join the Microsoft Insider Program for Windows 11 beta

Windows Insider: a comprehensive guide to joining Microsoft's test program and safely installing early versions of Windows 11.