Whether or not you are a system administrator or attempting to determine the way to repair a Home windows downside, particulars about your system exercise can considerably enable you to analyze the difficulty higher. Consequently, your system’s startup and shutdown historical past may also help you unravel underlying points or establish what went mistaken. Retaining this in thoughts, this text discusses a number of strategies to test the startup and shutdown historical past on a Home windows PC. Moreover, you possibly can test the mannequin and specs of your Home windows laptop computer to be taught extra technical particulars about it.
How Home windows Startup and Shutdown Historical past Can Be Useful?
A fast evaluate of your Home windows PC’s startup and shutdown historical past may also help you reply questions resembling why your system bought shut down unexpectedly or when it was used lately. As well as, it could possibly serve you with the next benefits:
Determine and repair present system errors inflicting boot loops, crashes, and pressure shutdowns.It could actually enable you to test the exercise standing for a sure time and whether or not you share it with different customers.It helps you guarantee your system’s safety.
Home windows System Occasions Identifiers
Microsoft Home windows shops all system actions in an occasion log, the place an occasion ID represents every exercise. That will help you perceive and establish these occasions higher, take a look at these particulars:
Occasion ID 41: Signifies that your system rebooted with out shutting down utterly.Occasion ID 1074: This occasion is logged whenever you provoke Shutdown utilizing the Begin Menu or an software pressure restarts/shuts down your Home windows system.Occasion ID 1076: Gives extra particulars on why your system was shut down or restarted.Occasion ID 6005: This occasion ID signifies a system startup.Occasion ID 6006: This means that your system was shut down correctly.Occasion ID 6008: This occasion signifies that your system shut down unexpectedly.Occasion ID 6013: Exhibits your system uptime (in seconds).
Methods to Verify Startup and Shutdown Historical past on Home windows?
Now that you just’re aware of varied system occasion IDs, let’s take a look at totally different strategies to extract and test the startup/shutdown historical past on Home windows.
Technique 1 – Utilizing Home windows PowerShell
Home windows PowerShell is a outstanding command-line software for system administration. You should utilize it to extract EventID and all the mandatory particulars for startup and shutdown to identify ongoing points and system abnormalities. Here’s what you should do:
1. Press the Home windows key and seek for PowerShell to open it with administrative permissions.
2. Copy-Paste the next command and hit the Enter key.
Get-EventLog -LogName System |? {$_.EventID -in (6005,6006,6008,6009,1074,1076)} | ft TimeGenerated,EventId,Message -AutoSize -wrap
3. The next command will present detailed info on the desired occasion codes, organized into three columns: Time Generated, EventID, and Message.
Technique 2 – Utilizing Command Immediate
In addition to PowerShell, you should use the Command Immediate software to test the latest startup and shutdown historical past on Home windows. That is useful when you do not want to browse all the log however solely require the latest exercise.
1. Open the Command Immediate software with elevated privileges.
2. Copy-Paste the next command and execute it with the Enter key.
wevtutil qe system “/q:*[System [(EventID=6006)]]” /rd:true /f:textual content /c:1
3. The software will immediately present the latest shutdown exercise. To view the latest startup exercise, substitute the EventID with 6005 within the above command and execute it.
Technique 3 – Use the Home windows Occasion Viewer Device to Verify the Startup and Shutdown Historical past
The Occasion Viewer is a core a part of Microsoft Home windows that information each exercise as a system log. Consequently, you possibly can browse this log and filter the recorded outcomes to test the startup and shutdown historical past. Here is how it may be performed:
1. Press the Home windows key and open the Occasion Viewer software as an administrator.
2. Increase Home windows Logs from the left sidebar and double-click System to view related logs.
3. Click on Filter Present Log from the appropriate sidebar.
4. Kind 6005 and 6006 within the Occasion ID column and hit OK to view the startup and shutdown historical past, respectively.
5. Double-click an occasion log to view the related particulars within the search consequence.
Technique 4 – Utilizing Free Third-Occasion Instruments
Along with native system instruments, you possibly can strive a number of free third-party apps to test the startup and shutdown historical past on Home windows. The TurnedOnTimesView and MyEventViewer from Nirsoft are two common instruments within the area. Comply with these steps to take advantage of out of them:
1. Obtain the TurnedOnTimesView app from Nirsoft and extract the downloaded bundle.
2. Double-click TurnedOnTimesView.exe within the extracted folder to launch the app.
3. It can present all startup and shutdown system logs in seconds.
4. Double-click the log file to view extra particulars about it.
5. Equally, you possibly can obtain the MyEventViewer software from Nirsoft for related outcomes.
6. You may as well apply a number of EventType filters to the outcomes to customise the system logs for simple viewing.
FAQs
Q. Methods to See My PC Startup and Shutdown Historical past in Home windows 10/11?
You should utilize EventViewer or Home windows PowerShell to get an in depth historical past report of your system’s startup and shutdown course of. As well as, free third-party instruments like TurnedOnTimesView and MyEventViewer can even enable you to fetch the precise outcomes.
Q. Why Did My Home windows PC Shut Down Routinely?
There are quite a few causes behind a Home windows PC shutting down routinely. It may be on account of overheating, {hardware}, or a software program glitch. Furthermore, some apps pressure the restart on a Home windows PC routinely after set up.
Q. Methods to Verify When a Home windows Laptop Was Final Used?
You should utilize the command immediate to test the latest use of your Home windows PC. Exchange the EventID with 6005 within the above-listed command and execute to view the latest startup. Equally, you should use Occasion ID 6006 to get particulars of the current shutdown.
Q. Methods to Verify Home windows Reboot Historical past Utilizing Powershell?
In contrast to Command Immediate, Home windows PowerShell supplies an in depth reboot historical past report as an alternative of displaying the latest one. Execute the next command to test the reboot historical past of Home windows.
Get-EventLog -LogName System |? {$_.EventID -in (41,1074,1076)} | ft TimeGenerated,EventId,Message -AutoSize -wrap
Q. What Is the CMD Command to Verify Home windows Reboot Historical past?
The CMD command to test the latest startup/reboot historical past on Home windows is:
wevtutil qe system “/q:*[System [(EventID=6005)]]” /rd:true /f:textual content /c:1
Q. What Are Varied Home windows Startup Occasion IDs?
Every occasion ID in Home windows represents a selected exercise. For instance, Occasion ID 6005 signifies a system startup, whereas 6006 signifies that your system had a correct shutdown. For extra particulars on Occasion IDs, test Determine System Occasions part listed above.
Remaining Phrases
This brings us to the top of this information, the place we mentioned all of the nifty strategies to test the system’s startup and shutdown particulars on Home windows. Should you discovered it helpful, unfold the phrase with your folks and subscribe to GadgetsToUse for extra fascinating explainers. In the meantime, do not forget to test different assist hyperlinks associated to Home windows 11 and 10.
You could be in search of:
You may as well observe us for fast tech information at Google Information or for suggestions and tips, smartphones & devices opinions, be part of GadgetsToUse Telegram Group, or for the newest evaluate movies subscribe GadgetsToUse Youtube Channel.