Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » Windows » How to find out who restarted Windows Server

How to find out who restarted Windows Server

Posted on 27/10/202220/08/2024 Matthew By Matthew No Comments on How to find out who restarted Windows Server
Featured-image_new
Windows Server Event Log Viewer

If your organization has many system administrators, you may want to know who restarted the server at certain times. This post will show you How to find out who restarted Windows Server. This is to view shutdown/reboot/startup logs on Windows servers.

Windows has a great application called Windows Event Viewer that records all actions that occur on the computer.

The event log service, which is a Windows core service, manages the Windows Event Viewer. The event viewer records the event log service’s startup and shutdown history. It tracks each user’s activity while the machine is working. On the Windows Server/Desktop, and PCs, it logs errors, information messages, and warnings.

Here are other related guides on Windows Server: How to uninstall Internet Explorer from your Windows PC or Windows Server, How to install Windows Server 2022 on VirtualBox, How to Install Web Server IIS in Windows Server 2019, Network File System: How to install NFS Server on Windows Server, and how to Migrate Roles and Features to Windows Server 2022 using WSMT.

The Most Frequent Startup and Shutdown Events

There are several events associated with shutting down and restarting a Windows PC. However, in this post, we will show you the most common events:

  • Event ID 41: indicates that your Windows machine rebooted without completely shutting down.
  • Event ID 6005: This code indicates the starting of the event log service.
  • Event ID 1074: Your computer logs this event whenever a program makes your laptop restart or shut down. Additionally, this event lets you know when a user rebooted or shut down the machine using the Start menu or the CTRL+ALT+DEL keyboard shortcut.
  • Event ID 6006: If your Windows PC shuts down properly, this event is recorded.
  • Event ID 6008: This event occasionally appears in your system log when your machine abruptly or unexpectedly shuts down.
  • Event ID 6009: Identifies the name of the Windows product, version, build number, service pack number, and operating system type that is detected during boot.
  • Event ID 1076: Keeps track of the first time a user with shutdown permissions logs in to the computer after an unexpected restart or shutdown, along with a reason for the occurrence.

Please see how to detect if an application was uninstalled on Windows: Find out who has uninstalled an application via Windows Event Viewer, How to view Scheduled Events on AW using the Command Line (CLI), How to prevent a remote shutdown and restart in Windows, How to prevent users from shutting down in a Virtual Machine, and How to use command prompt to shutdown and restart your computer.

How to find out who restarted Windows Server

In this section, I will show you how to view Shutdown and Restart Log from Event Viewer. Let’s go over the whole process of getting this data from the Windows event viewer.

To open the Event Viewer, press Win + R to launch the Run dialog box and type eventvwr.

image0-1
Run dialog box

In the left pane, click on Windows Logs and select System. You’ll see a list of events that occurred while Windows was operating in the center pane. Click on the Event ID label to sort the data by the Event ID column.

image1-5
Event Viewer

If the event log is large, the sorting will fail. You can also make a filter using the Actions pane on the right. Simply choose “Filter current log.”

image2-3
Filtering the Event log

In the Event IDs field, enter 1074 or any Event ID. Under Logged, you can also choose a time period.

image3-3
Event log filter

After you have completed all of the procedures, the Windows Event Viewer will only show events connected to the shutdown.

How to View Shutdown and Restart Log Using Windows PowerShell

The PowerShell command Get-EventLog can be used to get the shutdown and reboot logs in Windows from the command line.

Enter the following command, for example, to filter the 10,000 most recent entries in the System Event Log:

Get-EventLog System -Newest 10000 | ` Where EventId -in 41,1074,1076,6005,6006,6008,6009,6013 | ` Format-Table TimeGenerated,EventId,UserName,Message -AutoSize -wrap

Run the following command to view just events related to Windows shutdowns and restarts:

Get-WinEvent -FilterHashtable @{logname = 'System'; id = 1074} | Format-Table -wrap

Query Via WMI

To query a remote device to get the last reboot time with Get-WmiObject

Get-WmiObject -ClassName win32_operatingsystem -ComputerName techdaPC2 | Select-Object csname, lastbootuptime

I hope you find this post helpful. If you have any questions, feel free to leave them in the comment section below.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows, Windows Server Tags:Event Viewer, eventlog, Windows 10, Windows 11, Windows Server 2016

Post navigation

Previous Post: FoneTool is the best iPhone backup software
Next Post: Apache JMeter Load Testing: Test Mobile Apps on Windows

Related Posts

  • Slide1 1
    How to manage Microsoft Defender Antivirus using Group Policy and Command Line Utility Anti-Virus Solution
  • Feature image   Hiren's boot
    Recover your data after system failure with Hiren’s boot Backup
  • Uninstall MicrosoftDefenderUpdate
    What you need to know about Microsoft Defender Antivirus Security | Vulnerability Scans and Assessment
  • GoogleTimeError
    Google Chrome reports your clock is behind: How to fix clock synchronization issues in Windows Windows
  • image 78
    How to enable LDAP over SSL with a third-party Certificate such as DigiCert Windows
  • Featured image 5
    How to uninstall and prevent the installation of Microsoft Teams on Windows Windows

More Related Articles

Slide1 1 How to manage Microsoft Defender Antivirus using Group Policy and Command Line Utility Anti-Virus Solution
Feature image   Hiren's boot Recover your data after system failure with Hiren’s boot Backup
Uninstall MicrosoftDefenderUpdate What you need to know about Microsoft Defender Antivirus Security | Vulnerability Scans and Assessment
GoogleTimeError Google Chrome reports your clock is behind: How to fix clock synchronization issues in Windows Windows
image 78 How to enable LDAP over SSL with a third-party Certificate such as DigiCert Windows
Featured image 5 How to uninstall and prevent the installation of Microsoft Teams on Windows Windows

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • WonderFox Video Watermark
    Install and use WonderFox Video Watermark Windows
  • iso10
    Mount an ISO image in Windows 10 and 11 Windows
  • 1 kajkbmlyehn0inifwrh 8w
    How to install Kerberos packages with Cygwin on Windows Windows Server
  • removeguesttrello
    Remove a member from Trello Workspace: How to add or remove a Board Guest to a Trello Board JIRA|Confluence|Apps
  • SystemUtilization
    Delivering System Utilization Report on a Linux based OS Linux
  • ghfg 1
    Handy WSUS Commands: Windows Server Update Services Commands, WAUACLT, PowerShell and USOClient Windows Server
  • azure sql featured image
    How to delete ADFS Windows Internal Database without access credentials Oracle/MSSQL/MySQL
  • Blog inside@2x
    How to block automatic delivery of Microsoft Edge Chromium-based Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,808 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.