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 (Jayaprakash), 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 Create a Hanging Indent in Word and Google Docs

Creating a hanging indent in Microsoft Word and Google Docs is straightforward. To apply...

How to Print Word Document Without Comments or Markup (2 Methods)

Printing a Word document without comments, annotations and markup is simpler than you might...

How to Hide Text in Microsoft Word and LibreOffice Writer Documents

Hiding text in Word documents is a practical feature that lets you conceal content...

Claude for Word: Add AI-Powered Document Editing to Microsoft Word

Tired of switching between Word and other tools to get AI help on your...

More like this

How to Add Control Panel to the Right-Click Menu in Windows 11

Control Panel is a centralized interface in Microsoft Windows that allows you to manage...

Windows 11 Command Palette Dock: Second Taskbar That Changes Everything

Did you know that Windows 11 has a second taskbar that you can place...

How to Remove Device Driver Leftovers From Windows 11

Corrupt, outdated, or incompatible device drivers can severely impact your Windows 11 system, causing...