Janna Theme License is not validated, go to the theme options page to validate the license, you need a single license for each domain name.

How to check the installation date of a program in Windows

You may need to know the date and time Windows was installed on your desktop/laptop. There are several ways to determine this to estimate the age of your device. It's important to note that Installation date This may not be correct. This is because if you update to a newer version of Windows (for example, from Windows 10 to Windows 11), the original installation date displayed is Promotion dateYou can find the Windows installation date via CMD or Powershell Also, read below to learn how to check the software installation date on Windows desktop and laptop computers.

How to check the installation date of a program in Windows

Checking the installation date of a program in Windows 11

There are several methods available to check the installation date of software on Windows computers. Windows 11 As shown below.

Method 1: Through Windows Settings

Here's how to check your date. Installations The program on Windows computers through the Settings applications:

1. Press the keys Windows + I Together to open Settings.

2. Scroll down to "About" in the tab "the system".

Also read:  How to quickly free up space in OneDrive using effective steps

In-the-system-tab-click-on-About-Windows-11-1007x776 How to check the installation date of a program in Windows

3. You can find Installation date Within the specifications Windows Next to the installation date, as shown below.

How to check the installation date of a program in Windows

The second method: Through File Explorer

Here's how to check the software installation date on Windows computers. Windows Through File Explorer:

1. Press the keys Windows + E Together to open File Explorer.

2. Click this PC In the left navigation pane.

3. Double-click on CD player Operating system installed Windows Meaning of drive C :.

How to check the installation date of a program in Windows

4. Right-click on the folder named Windows and select The properties of context menu , as shown.

How to check the installation date of a program in Windows

5. Within the tab "general" In properties Windows You can see the installation date and time. Windows Next to the creation date, as shown in the figure.

How to check the installation date of a program in Windows

The third method: Through the command prompt

Here's how to check the software installation date in Windows 11 Via command prompt:

1. Click on the icon Search And type Command Prompt. Then, click open , as shown.

Also read:  12 Ways to Save Battery Power on Any Windows Laptop

start-menu-search-results-for-command-prompt-2-726x677 How to Check the Installation Date of a Program in Windows

2a. Type the command below and press the key. Enter to turn it on.

systeminfo|find /i “original”

command-prompt-window-739x245 How to check the installation date of a program in Windows

2b. Instead, write systeminfo And press Enter , As shown below.

command-prompt-window-1-732x242 How to check the installation date of a program in Windows

Method 4: Via Windows PowerShell

Check installation date Windows Through PowerShell As follows:

1. Click on the icon Search And type Windows PowerShell. Click to open.

How to Check the Installation Date of a Program in Windows

2 a. In a window PowerShell , write specific order and press the key Enter.

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

How to Check the Installation Date of a Program in Windows

2b. Alternatively, run this command in Windows PowerShell By typing it and pressing a key Enter.

[timezone]::CurrentTimeZone.ToLocalTime(([datetime]'1/1/1970').AddSeconds($(get-itemproperty 'HKLM:\Software\Microsoft\Windows NT\CurrentVersion').InstallDate))

How to check the installation date of a program in Windows

2c. Additionally, you can also execute the following two commands to achieve the same thing.

  • $OS=@(Get-ChildItem -Path HKLM:\System\Setup\Source* | ForEach-Object {Get-ItemProperty -Path Registry::$_}; Get-ItemProperty 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion')
  • $OS | Select-Object ProductName, ReleaseID, CurrentBuild, @{Name='InstallDate'; Expression={[timezone]::CurrentTimeZone.ToLocalTime(([datetime]'1/1/1970').AddSeconds($_.InstallDate))}} | Sort-Object "InstallDate

How to check the installation date of a program in Windows

3. Displays the output Date and time of installation نظام التشغيل Windows For the first time on your computer.

So, that's how to check the software installation date on Windows computers. Let us know in the comments section below.

Go to top button