If you’re like most people, you probably don’t think much about when your computer was last restarted. However, knowing when your PC was last restarted can be useful in troubleshooting performance issues or software problems. Fortunately, there are several ways to determine the last restart time of your PC, whether you’re using Windows 10, 8, or 7. In this blog post, let’s explore some of the most common methods for checking when your PC last restarted, including using the Command Prompt, Task Manager, and PowerShell. By knowing the last restart time of your PC, you can better manage your system’s performance and troubleshoot any issues that may arise.
Open your command prompt and use the systemInfo command line below. Type or paste it in the command prompt and it will show the System Boot Time information as shown in the example output.
systeminfo | find /i "Boot Time"

Open your task manager, go to the Performance tab, select CPU option and check the Up time information as shown in the example output below.
