Hit Subscribe!

Don’t Be a Noob, Subscribe Already!

How-To

How to Check Your Startup and Shutdown History in Windows

Checking the Startup and Shutdown History can help you find underlying issues and troubleshoot them effectively. Technicians can also ask you for this information to fix certain issues on your PC.

So, whether you’re a pro Windows user or just a beginner, here are the best ways to check the Startup and Shutdown history on a Windows PC.

Important Event ID You Should Remember

Before checking the startup and shutdown history via the Event Viewer, it’s important to know the important Event IDs.

These Event IDs will help you better identify the startup and shutdown events.

Event ID 6005: This one is a startup identifier. If this appears, it means a system startup.

Event ID 6006: This one is used to identify system shutdown.

Event ID 6008: This is also a system shutdown identifier, but it signifies that your PC has shut down abruptly.

Event ID 6013: This Event ID shows your system uptime in seconds.

Event ID 41: This means your PC rebooted without shutting down completely.

Event ID 1074: This event appears when an app forces a system to restart or when the user restarts/shutdown via the Start Menu.

Event ID 1076: This event details why your system was restarted or shut down.

1. Check Startup and Shutdown History via Command Prompt

You can use the Command Prompt to view your PC’s Startup and Shutdown history. Here’s how to do it.

1. Type Command Prompt in the Windows 11 Search. When the Command prompt appears, right-click on it and select Run as administrator.

Run as administratorRun as administrator

2. When the Command Prompt opens, execute this command:

wevtutil qe system “/q:*[System [(EventID=6006)]]” /rd:true /f:text /c:1

execute this commandexecute this command

3. The command prompt will now show the shutdown activity.

execute this commandexecute this command

4. To view the startup activity, execute this command:

wevtutil qe system “/q:*[System [(EventID=6005)]]” /rd:true /f:text /c:1

execute this commandexecute this command

2. Check the Startup and Shutdown History via Windows Event Viewer

Not everyone is comfortable handling the Event Viewer tool; this is why we have this method in the second place.

However, if you prefer using Event Viewer, here’s how you can keep track of all startup and shutdowns.

1. Type in Event Viewer on the Windows 11 Search. Next, open the Event Viewer app from the list of best match results.

Event ViewerEvent Viewer

2. When the Event Viewer opens, switch to Windows Logs.

Windows LogsWindows Logs

3. On the right side, double click on System.

SystemSystem

4. On the right pane, click on Filter Current Log.

Filter Current LogFilter Current Log

5. On the Filter Current Log prompt, enter 6005 and 6006 in the field shown in the screenshot and click OK.

Filter Current LogFilter Current Log

6. You will see many event logs. Each log indicates either a shutdown or a startup. You can double-click on the event logs to view more information.

double-click on the event logsdouble-click on the event logs

3. View Startup & Shutdown History on Windows Using PowerShell

This method will use the PowerShell utility to check the Startup and Shutdown history. Here’s what you need to do.

1. Type in PowerShell in the Windows Search. Right click the PowerShell and select Run as administrator.

Run as AdministratorRun as Administrator

2. When the PowerShell opens, execute the given command:

Get-EventLog -LogName System |? {$_.EventID -in (6005,6006,6008,6009,1074,1076)} | ft TimeGenerated,EventId,Message -AutoSize -wrap

execute the given commandexecute the given command

3. The PowerShell utility will return detailed information on the event codes you’ve entered in the command. The result will be divided into three columns: Time Generated, EventID, and Message.

PowerShell utilityPowerShell utility

You need to analyze the information to find the history of the startup and shutdown.

This guide explains how to check the Startup and Shutdown history on a Windows PC. You can use this information to troubleshoot many PC issues. In the comments, let us know if you need more help on this specific topic. Also, if you find this guide helpful, don’t forget to share it with your friends.

Source

 

Hey there! Just so you know, we’re an Amazon affiliate. This means if you buy something through our links, we may earn a small commission. It doesn’t cost you extra and helps keep our lights on. Thanks for supporting us!”

Avatar

Geeks Gadgets

About Author

Leave a comment

Your email address will not be published. Required fields are marked *

Productivity & Shortcuts

xbox parental control settings
How-To

How to set up parental controls on your Xbox Series X|S

Set parental controls for your children and have peace of mind when they’re gaming
image of laptop displaying the windows 11 2020 update on office desk
How-To

How to roll back Windows updates

We’ll show you how to roll back Windows updates in several ways.

Add A Knowledge Base Question !

You will receive an email when your question will be answered.

+ = Verify Human or Spambot ?