How to check last reboot time in windows?

3 answer(s)
Answer # 1 #

In Task Manager, under Performance → CPU tab, you’ll see Uptime. That tells how long your system has been running since last reboot.

[2 Month]
Answer # 2 #

Another way: Run net statistics workstation in CMD. It shows "Statistics since…" which indicates last boot time.

[2 Month]
Answer # 3 #

Open Command Prompt and type: ```shellsysteminfo | find "System Boot Time"This shows the last reboot time of your system.

[3 Month]