How to Find Last Reboot Time

Description of Issue

How can I find out when a server or workstation was last rebooted? 

Context
  • Last boot time

  • Server up time

  • Server reboot

Cause

Instructional

Resolution
  • On the device in question, open Command Prompt or PowerShell (does not need to be run as administrator)

  • Copy/paste one of the following, then hit ENTER

    • systeminfo | find "System Boot Time"

or

    • systeminfo | find /i “Boot Time”

Additional Information