If you’re curious to see how long a Microsoft Windows 10 system has been powered on without a restart, you’ll want to learn how to see system uptime. This information is useful to system administrators if they want to see if a reboot has been applied to the system recently. You can do so using one of these two methods.
Option 1 – From Task Manager
- Bring up the Task Manager by right-clicking the clock in the lower-right corner of the taskbar and selecting Task Manager. Alternately, you could press CTRL + ALT +Delete.
- Select the “Performance“ tab. If you cannot see tabs, select the “More details” option.
- You can see system uptime located toward the bottom of the window. This will provide you with a live time period on how long the system has been on.
Option 2 – Net Statistics Command
You can also see system uptime by using the command prompt.
- Select “Start“.
- Type “cmd“, then press “Enter“.
- Type “net statistics workstation“, then press “Enter“.
- Toward the top of the output, there is a line that says “Statistics Since…” that will show the time the computer last came online. It provides other data too, such as sessions accepted, amount of data sent, system errors, and print jobs spooled.
Similarly, the “net stats server” command can be used in server versions of Windows such as Windows 2016.
Option 3 – Systeminfo Command
- Select “Start“.
- Type “cmd“, then press “Enter“.
- Type “systeminfo“, then press “Enter“.
- A line labeled “System Boot Time” will be displayed.
That’s all there is to it! If you have any other methods or information, feel free to share them in the comments section below.
Cristea Octavuan says
I got a question, how would I delete SOME of that data?
Mitch Bartlett says
Did you choose Shutdown or Restart? Shutdown doesn’t actually shut down sometimes in Windows 10.
Ron Mitchell says
Got to question the accuracy of these stats. I booted my laptop about an hour and a half ago today, the 11th March 2020.
Task Manager says it’s been up for just over 15 hours
Systeminfo and net statistics say that boot time was 10:22 on the 25th February.
Xavier says
Disablinf Fast Start in the Power Options will allow a reset of the uptime at each reboot.
Also You can also use Shift+Shutdown from the Start menu and that will clear the uptime – at the cost of taking a bit longer to start up..
Richard says
My Win10 Pro CPU Up time is currently 3d 4h 25m in Task Manager. The seconds are incrementing with real time. I shut down Windows at close of play every day. Why is the Up time not reset?
ShelLuser says
A better shortcut to get the task manager is control-shift-escape.
Anyway, thanks for posting, I totally overlooked this at first :)
swapnil says
is it possible to have some wireless network issue, if win 10 laptop system up from 20 days and never rebooted ?
Graham Cranston says
Note that uptime is only shown on the CPU info page of the Performance tab in Task Manager. It’s not shown for Memory or Disk.
Maxime says
The solution using “net statistics workstation” does not always work. In my case, on my current Windows 10 system that reboot every day, the date and time displayed are 27 days in the past. I remember that have used this method for a while in Windows 7 and it worked, but it seems that the statistics “span” goes over several days now, not just today or the last start-up time.
Julio Montalvo says
Excellent ! Thanks!