Windows

How to Check When Windows Was Installed on Your PC

Richard
Written by
Richard
Nov 18, 2021 Updated Apr 14, 2026 2 min read

Have you ever wondered how old your computer is or when you last set up your operating system? Finding the exact date and time your Windows software was installed is a quick task. This guide will show you how to find that information.

Why check your Windows install date?

Knowing when Windows was installed helps you track how long your system has been running. It is useful if you want to know the age of your computer or if you need to check when a major update or reinstall happened.

What happens when you are done?

Once you follow these steps, you will see a specific date and time on your screen. This tells you exactly when the current version of Windows was put on your machine. Keep in mind that if you upgraded from an older version of Windows, this date will show the time you performed the upgrade, not the day you first bought the computer.

Method 1: Using Command Prompt

This is the fastest way to find your information. You do not need special access for this, but it requires a quick trip to the command line.

  1. Click the Start menu.
  2. Type Command Prompt in the search bar.
  3. Select the app from the list.
Searching for Command Prompt in the Windows 11 start menu

When the black window opens, type this command and press Enter:

💻Code
systeminfo|find /i "original"

You will see a line that looks like this:

Original Install Date: 6/29/2021, 8:09:01 PM

Command Prompt window displaying the Windows original install date information

If you want to see more details, simply type the following and press Enter:

systeminfo
Systeminfo command output showing the specific Windows original install date

Method 2: Using the Registry

You can also find this date in the system registry. Note: This method requires administrative privileges.

First, open Windows Registry Editor Registry Editor.

Navigate to this path:

🗝️Registry
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\

Find the file named InstallDate. The value you see is in “epoch time.” To make sense of it, copy that number and use this epoch converter website to convert it into a normal date and time.

Summary

Finding your Windows installation date is simple. You can use the Command Prompt for a quick text result or the Registry Editor for a more technical view. Remember, if you recently upgraded your Windows version, the date displayed will reflect that upgrade rather than the original factory installation date.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

Leave a Reply

Your email address will not be published. Required fields are marked *

Exit mobile version