How to Find Windows Last Restart / Reboot Date & Time

There are multiple ways to determine the Windows last restart or reboot date and time. Basically, the action can be referred to this article, Find Windows System Up Time. Some method may not work on some Windows versions / release.

Method 1

Using command line, execute the following query,

net statistics workstation | find "Statistics since"

Method 2

Using command line, execute the following query,

systeminfo | find "System Boot Time"

You May Also Like

Leave a Reply?