There are indeed many factors that could reflect the safety and reliability of the system you’re using; for instance, uptime is an important factor to show how long your computer is working continuously. Apple also adds this feature to its iOS system a few years ago to partially test the system performance.

What is uptime?

As you can guess from the name, uptime means the time your machine has been running till now. It is actually a measure of system reliability to show you exactly how long your computer has been working and available since last startup. (You should get help from MiniTool Software when running into computer problems.)

It’s necessary for users to know the Windows uptime in a number of scenarios. For instance, you need to know the most recently reboot of machine so as to determine and troubleshoot system problems.

Tip: Computer uptime can partially reflects the system reliability, but it is greatly different from availability. PC uptime refers to the continuous working time of machine, without a shutdown or reboot; while the availability means the probability that your computer will work as required.

In this part, I will introduce 6 ways to get access to your uptime on Windows 10 easily.

Please read this page if you’d like to get some tips on improving the Windows 10 performance:

Useful Tips on How to Improve Windows 10 Performance
Useful Tips on How to Improve Windows 10 Performance

It’s necessary to improve Windows 10 performance since various problems will occur inevitably on a system that has been used for a long time.

Read More

Find Windows Uptime in Task Manager

  1. Move your cursor onto the taskbar, and then right click on it. (Solve the Windows 10 taskbar not working issue.)
  2. Choose Task Manager from the context menu you see.
  3. If you see a small Task Manager window, please click More details. (If you see a full window, skip this step.)
  4. Shift to the Performance tab.
  5. Keep the CPU option checked in the left sidebar.
  6. Look at the bottom left section in the right pane.
  7. The Up-time value will shows in days: hours: minutes: seconds in real-time.

Uptime in Task Manager

Find Windows Uptime Using Control Panel

  1. Press Windows + S buttons on the keyboard to open Windows search.
  2. Type Control Panel and select it from the search result (you can also hit Enter).
  3. Make sure the items are viewed by Category; then, click Network and Internet.
  4. Click Network and Sharing Center in the next window.
  5. Shift to Change adapter settings from the left sidebar.
  6. Specify the network adapter from Network Connections window.
  7. Right click on the certain network adapter and choose Status.
  8. Look for the Duration option under Connection in General tab.

Duration

The Windows 10 uptime you see by using this way is calculated when you are connected to the Internet.

Check System Uptime through PowerShell

  1. Right click on the Windows button in the lower left corner of your PC screen.
  2. Choose Windows PowerShell or Windows PowerShell (Admin) from the list.
  3. Type (get-date) – (gcim Win32_OperatingSystem).LastBootUpTime into PowerShell window and press Enter on the keyboard.
  4. Now, you can see how much time your PC is running in total (days, hours, minutes and seconds are displayed separately).

System uptime in PowerShell

Check System Uptime via Command Prompt

Command Prompt is a practical utility available in most Windows operating systems; it helps you to execute commands conveniently. (You can also use Command Prompt to recover lost files from computer.)

There are 3 commands you can use to see the system boot time so as to know the Windows uptime.

Command 1:

  1. Open Windows search and type cmd.
  2. Choose Command Prompt from the search result. (You can also type cmd into Run and hit Enter to open Command Prompt.)
  3. Type systeminfo | find “System Boot Time” and hit Enter.
  4. Wait a few seconds for the loading process.
  5. Then, you’ll see the exact System Boot Time.

System Boot Time

Command 2:

  1. Repeat step 1 and step 2 in command 1.
  2. Type wmic path Win32_OperatingSystem get LastBootUpTime and hit Enter.
  3. Then, you’ll see the LastBootUpTime in Year + Month + Day + Hour + Minutes + Seconds + Milliseconds + time zone format. By using this, you can calculate the uptime of your computer.

This is very helpful for developers and DevOps.

LastBootUpTime

Command 3:

  1. Repeat step 1 and step 2 in command 1.
  2. Type net statistics workstation and hit Enter.
  3. You can find your boot time after the words Statistics since.

Statistics since

You can choose one or more of the above ways to check your system uptime in Windows 10 and other systems (the steps may be a little bit different).

  • linkedin
  • reddit