HomeWindowsHow to See Startup and Shut Down History of a Windows 11...

How to See Startup and Shut Down History of a Windows 11 PC

Published on

Windows 11 keeps a log of startup and shut down events, which can help you see when the computer was started or shut down. This information can be useful for troubleshooting certain issues or understanding how often your computer is used. You can access this history through the Event Viewer or executing a simple command.

View startup and shut down history in Windows 11

If you want to understanding how often your Windows 11 computer was turend on or turned off or troubleshoot certain startup/shut down issues of a PC, then here is how to see when your computer turns on (starts up) and when it turns off (shuts down). Follow the step-by-step guide to access this information.

How to Access Startup and Shut down Data of a Windows 11 PC?

With Event Viewer, a tool in Windows that shows detailed logs of system events, you can view the startup and shut down history of your Windows 11 PC. Here is how use the tool.

1. In Windows search, type “Event Viewer” and click the Event Viewer app from the search result.

Open Event Viewer tool in Windows 11

2. On Event Viewer, select Windows Logs and click System.

Event Viewer tool in Windows 11

3. On the right pane of under Actions, double-click on “Filter Current Log” option.

4. Now, enter the Event IDs 6005 (startup log) and 6006 (shut down log) on “Filter Current Log” window and click OK.

View startup and shut down history in Windows 11

5. You will see all your start-up and shut down history of Windows 11.

Note that event IDs 6005 and 6006 are used to track normal Windows startup and shutdown events. However, for unexpected shutdowns caused by errors, such as a Blue Screen of Death (BSOD), restarts, partial shutdowns, or system crashes, you need to check different event IDs.

For instance, event ID 1074 is recorded when a manual shutdown or restart is initiated, like after applying a system update. On the other hand, event ID 6008 indicates that the previous shutdown was unexpected.

How to Check Startup and Shut Down History Using Command Prompt in Windows 11?

1. Open Command Prompt as administrator on your Windows 11 PC.

2. Execute the command wevtutil qe system “/q:[System [(EventID=6005)]]” /rd:true /f:text /c:1 | findstr /i “date” to view the start up log.

3.To view the shutdown history, execute the command wevtutil qe system “/q:[System [(EventID=6006)]]” /rd:true /f:text /c:1 | findstr /i “date”

4. Execute the command wevtutil qe System /q:"*[System[(EventID=6005 or EventID=6006 or EventID=6008 or EventID=1074)]]" /f:text /c:10 to retrieve the last 10 entries for the specified event IDs.

That is all how you can check the startup and shut down history of a Windows 11 PC using Windows built-in Event View tool and Command Prompt utility.

JP
JPhttps://infointech.com
JP, how-to expert and web geek with twenty+ years of experience, shares his knowledge through blogging filled with practical tips and guidance to help you enhance your computer and smartphone skills.

Latest articles

How to Remove Web Ads Without Extensions: Reader Mode in Chrome, Edge & Firefox

Tired of intrusive ads cluttering your web pages? You don't need to install a...

How to Fix Driver Installation Failures on Windows 11: 6 Working Solutions

Driver installation failures on Windows 11 are frustrating, but they're usually easy to fix....

Generate Free Music in Your Language with Google Producer AI: Complete Guide

Google Producer AI is now available through Google Labs, offering creators a powerful way...

Samsung Galaxy S26 Ultra Privacy Display: How to Enable for Specific Apps & Use It

Samsung's latest flagship smartphone, the Galaxy S26 Ultra, introduces an innovative hardware feature that...

More like this

How to Fix Driver Installation Failures on Windows 11: 6 Working Solutions

Driver installation failures on Windows 11 are frustrating, but they're usually easy to fix....

AppControl vs Task Manager: The New Windows 11 Performance Monitoring Tool

Task Manager has been the standard tool for monitoring system performance on Windows for...

Windows 11 Version 26H1: What it Is, Who Gets It, and What You Need to Know

Microsoft quietly revealed Windows 11 Version 26H1 — a targeted platform release rather than...