How to Find the Installation Date of Your Operating System on Windows, Linux & macOS

I wanted to know when I last installed the operating system on my computer. Let’s see how we can find that out on Windows, Linux and macOS.

 

Windows

Open a command prompt or the terminal and type systeminfo. You find the installation date in the field Original Install Date:

The installation date is in the systeminfo output as Original Install Date

This value gets overwritten when you install a newer version of Windows.

 

Linux

Open the terminal and run this command to find the line with “Birth” in the output of the stat tool:

Should the entry be empty, you can use this alternative command that uses the tune2fs tool:

Both commands use the root filesystem / to determine when you installed the operating system.

 

macOS

Make sure that you open Console and not the terminal. Go to the Log Reports section and search for the install.log file. The installation date of your Mac should show up among the first entries in the file:

In the console application you find the Log Reports with all log files of the system.

Depending on the settings of your Mac, the date in the log file may lack the year part. If this is the case, sort the log files by date and check in the oldest files for an entry with a year. The file DiskUtility.log is often a good place to find the date you are looking for.

Leave a Comment

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