The following tutorial will help you to find out the original date and time of installation of your Windows 10 version. Check out the three different ways by which you can do it.

Steps to Find Windows 10 Original Install Date and Time

OPTION 1

1. Press Win+X and go to Command Prompt (Administrator).

windows 10

2. As the elevated Command prompt opens, copy and paste the following command

systeminfo | find “Original Install Date”

Hit Enter.

select user

3. The result will display the date and time of installation.

select user

OPTION 2

1. Press Win+X and go to Command Prompt (Administrator) to open the Elevated Command prompt.

select user

2. As the elevated Command prompt opens, copy and paste the following command

wmic os get installdate

select user

With this comment, the result will be returned in the form YYYYMMDDHHMMSS. The result is actually a string of digits. Its first part represents the installation date and the installation time.

select user

OPTION 3

1. Open Cortana and type Windows Powershell. select Windows Powershell from the result.

select user

2. Copy and paste the following command,

([WMI]”).ConvertToDateTime((Get-WmiObject Win32_OperatingSystem).InstallDate)

select user

3. Here’s the result

select user

That’s all!

About 

Nick is a Software Engineer. He has interest in gadgets and technical stuffs. If you are facing any problem with your Windows, feel free to ask him.

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.