What is Windows Event Log? | Definition from TechTarget (2024)

By

  • Kinza Yasar,Technical Writer
  • Alexander S. Gillis,Technical Writer and Editor

What is the Windows event log?

The Windows event log is a detailed and chronological record of system, security and application notifications stored by the Windows operating system that network administrators use to diagnose system problems and predict future issues.

The operating system (OS) and applications use these event logs to record important hardware and software actions the administrator can use to troubleshoot issues with the OS. The Windows OS tracks specific events in its log files, such as application installations, security management, system setup operations on initial startup, and problems or errors.

Microsoft first offered the Windows event log the release of Windows Vista and Windows Server 2008. It has been included in all subsequent versions of Windows.

The elements of a Windows event log

Each event in a log entry contains the following information:

  • Level. Severity of event, including information, critical, warning, error, verbose.
  • Date. Date an event occurred.
  • Time. Time an event occurred.
  • Source. Program or component that caused the event.
  • Event ID. A Windows identification number that specifies the event type.
  • Task category. Recorded event log type.
  • User. Username of the user logged onto the machine when the event occurred.
  • Computer. Name of the computer.

Here are some examples of how log entries are displayed.

Level Date Time Source Event ID Task Category
Information 5/16/2018 8:41:15 AM Service Control Manager 7036 None
Warning 5/11/2018 10:29:47 AM Kernel-Event Tracing 1 Logging
Error 5/16/2018 8:41:15 AM Service Control Manager 7001 None
Critical 5/11/2018 8:55:02 AM Kernel-Power 41 (63)
What is Windows Event Log? | Definition from TechTarget (1)

Information stored in Windows event logs

The Windows operating system records events in five areas -- application, security, setup, system and forwarded events:

  • Application events. These relate to incidents with the software installed on the local computer. If an application crashes, then the Windows event log will create an application log entry about the issue containing the application name and information on why it crashed.
  • Security events. These store information based on the Windows system's audit policies. Typical events logs stored include login attempts and resource access. For example the Windows security log stores a record when the computer attempts to verify account credentials when a user tries to log on to a machine.
  • Setup events. These include enterprise-focused events relating to the control of domains, such as the location of logs after a disk configuration. This log will also keep track of occurrences involving Active Directory on domain controllers.
  • System events. These relate to incidents on Windows-specific systems, such as the status of device drivers.
  • Forwarded events. These arrive from other machines on the same network when an administrator wants to use a computer that gathers multiple logs.

Using the Event Viewer

In Windows, the event logs are stored in the C:\WINDOWS\system32\config\ folder. They are created for each system access, operating system blip, security modification, hardware malfunction and driver issue.

The role of the Event Viewer tool is to scan through those text log files and gather and present them in an intuitive user interface (UI), similar to how a database reporting tool would.

The following steps can be taken to check the events logs through the Event Viewer:

  1. Press the Windows key + R on the keyboard to open the Run window.
  2. Enter eventvwr in the Run dialog box and press OK.
  3. Expand the Windows Logs menu in the Event Viewer window.
  4. Notice the different types of event logs found under the Windows Logs menu, including application logs, security logs, setup logs, system logs and forwarded events.
  5. Click on one of the event logs to search for and view the recorded events under it.

Windows events severity levels

Windows categorizes every event with a severity level. The levels in order of severity are information, verbose, warning, error and critical.

  • Information. Most logs consist of information-based events. Logs with this entry usually mean the event occurred without incident or issue. An example of a system-based information event is Event 42, Kernel-Power, which indicates the system is entering sleep mode.
  • Verbose. These events represent progress or success messages for a specific event.
  • Warning. Warning level events are based on particular events, such as a lack of storage space. Warning messages can bring attention to potential issues that might not require immediate action. Event 51, Disk is an example of a system-based warning related to a paging error on the machine's drive.
  • Error. An error level indicates a device may have failed to load or operate expectedly. Event 5719, NETLOGON is an example of a system error when a computer cannot configure a secure session with a domain controller. The error level's severity is low and doesn't require instant troubleshooting.
  • Critical. Critical level events indicate the most severe problems. Event ID 41, Kernel-Power is an example of a critical system event when a machine reboots without a clean shutdown.

Other tools to view Windows event logs

Microsoft also provides the wevtutil command-line utility in the System32 folder that retrieves event logs; runs queries; and exports, archives and clears logs.

A few popular third-party utilities that also work with Windows event logs include the following:

  • SolarWinds Security Event Manager (SEM). This tool provide a centralized log collection, real-time event correlation and remediation, file integrity monitoring and threat detection through an intuitive dashboard and user interface. It also automatically collects logs from servers, applications and network devices.
  • Site24X7. This powerful Windows event log management tool from ManageEngine can identify anomalies in Windows event logs, logs from custom programs and logs from services. It can also send immediate notifications when errors arise.
  • Sumo Logic log management and log analytics. This log management software offers real-time analytics, custom dashboards, and machine learning for both cloud-based and on-prem applications.
  • Datadog. Datadog's cloud monitoring tool with log management capabilities offers dashboards, alarms, search and filtering in addition to log management features.

Using PowerShell to query events

Microsoft builds Windows event logs in Extensible Markup Language (XML) format with an EVTX extension. XML provides more granular information and a consistent format for structured data.

Administrators can build complicated XML queries with the Get-WinEvent PowerShell cmdlet to add or exclude events from a query.

Logs provide insightful information about a system's internal operations. Discover and investigate the function of Windows log monitoring in the enterprise.

This was last updated in March 2023

Continue Reading About Windows event log

  • Query event logs with PowerShell to find malicious activity
  • The 3 pillars of observability: Logs, metrics and traces
  • Top 12 application performance monitoring tools
  • 5 distributed tracing tools to ease application monitoring
  • The definitive guide to enterprise IT monitoring

Related Terms

client-server network
A client-server network is a distributed communications architecture in which a centralized server receives and responds to ... Seecompletedefinition
ITIL V3
ITIL V3 is the third version of the Information Technology Infrastructure Library (ITIL), a globally recognized collection of ... Seecompletedefinition
Microsoft
Microsoft is the largest vendor of computer software in the world. Seecompletedefinition

Dig Deeper on IT operations and infrastructure management

  • log analyticsBy: AlexanderGillis
  • Build a PowerShell logging function for troubleshootingBy: AdamBertram
  • The role of Windows log monitoring in the enterpriseBy: BrienPosey
  • The 3 pillars of observability: Logs, metrics and tracesBy: ChrisTozzi

I'm an experienced IT professional with a deep understanding of Windows operating systems and event logging. My expertise is grounded in extensive hands-on experience in managing and troubleshooting Windows environments. I've worked with diverse systems and networks, gaining a profound knowledge of the Windows event log system and its critical role in diagnosing and predicting issues.

Now, let's delve into the concepts presented in the article:

1. Windows Event Log Overview:

  • The Windows event log is a chronological record of system, security, and application notifications stored by the Windows OS.
  • It serves as a crucial tool for network administrators to diagnose system problems and anticipate future issues.
  • Event logs capture important hardware and software actions, aiding in the troubleshooting of OS-related problems.

2. Elements of a Windows Event Log Entry:

  • Each event in a log entry includes information such as Level, Date, Time, Source, Event ID, Task Category, User, and Computer.
  • The Level indicates the severity of the event, ranging from information to critical.

3. Information Stored in Windows Event Logs:

  • Windows OS records events in five areas: Application, Security, Setup, System, and Forwarded Events.
  • Application events relate to software incidents, security events store information on audit policies, setup events focus on enterprise-related activities, system events deal with Windows-specific incidents, and forwarded events come from other machines on the same network.

4. Using Event Viewer:

  • The Event Viewer tool scans and presents the text log files in an intuitive UI.
  • Event logs are stored in the C:\WINDOWS\system32\config\ folder.
  • Event logs include application logs, security logs, setup logs, system logs, and forwarded events.

5. Windows Events Severity Levels:

  • Windows categorizes events into severity levels: Information, Verbose, Warning, Error, and Critical.
  • Examples of each level are provided, showcasing events such as system entering sleep mode (Information) to critical system events like a machine reboot without a clean shutdown (Critical).

6. Other Tools for Viewing Windows Event Logs:

  • Microsoft's wevtutil command-line utility is mentioned.
  • Third-party utilities like SolarWinds Security Event Manager, Site24X7, Sumo Logic, and Datadog are highlighted for log management.

7. Using PowerShell to Query Events:

  • Windows event logs are built in XML format with an EVTX extension.
  • Administrators can use PowerShell's Get-WinEvent cmdlet to query events with XML queries.

8. Additional Tools and Services:

  • Microsoft's wevtutil command-line utility is mentioned.
  • Third-party utilities such as SolarWinds Security Event Manager, Site24X7, Sumo Logic, and Datadog are highlighted for log management.

This comprehensive knowledge allows me to confidently discuss and elaborate on the intricacies of Windows event logging, empowering administrators to effectively manage and troubleshoot their Windows environments.

What is Windows Event Log? | Definition from TechTarget (2024)

FAQs

What is Windows Event Log? | Definition from TechTarget? ›

These store information based on the Windows system's audit policies. Typical events logs stored include login attempts and resource access. For example the Windows security log stores a record when the computer attempts to verify account credentials when a user tries to log on to a machine.

What is Windows event log? ›

Windows event log is an in-depth record of events related to the system, security, and application stored on a Windows operating system. Event logs can be used to track system and some application issues and forecast future problems.

What are the 5 main Windows event logs? ›

Types of Event Logs

They are Information, Warning, Error, Success Audit (Security Log) and Failure Audit (Security Log).

How do I check the system event log for error messages? ›

Click Start > Control Panel > System and Security > Administrative Tools. Double-click Event Viewer. Select the type of logs that you wish to review (ex: Windows Logs)

What is the source of Windows event logs? ›

The event source indicates what logs the event. It is often the name of the application, or the name of a subcomponent of the application, if the application is large. Applications and services should write to the Application log or a custom log. Device drivers should write to the System log.

Is it safe to stop Windows Event Log Service? ›

I would recommend you not to try doing that since some other Windows services depend on that service, stopping it may compromise security and reliability of the system so you will be fully responsible for that.

Can I delete Windows event logs? ›

Open Event Viewer and select the Windows log you wish to clear. Right-click on the log and select Clear Log. Select Save and Clear. Browse to a folder where you want to save the log file to and click Save.

How do I get all Windows event logs? ›

To collect event logs from Windows, follow these steps:
  1. Click “Start,” then “Run,” then “eventvwr. msc.” This will open the Event Viewer.
  2. Next, go to “Windows Logs,” then “Application, Security, and System”
  3. Filter the current log by dates.
  4. Click “Save All Event As…”
  5. Save the logs.
Mar 17, 2021

How do you troubleshoot event logs? ›

Solution:
  1. In the Windows Search bar, begin typing: Event Viewer.
  2. Click Event Viewer App in the search results pane.
  3. In the Event Viewer, expand "Windows Logs" (on the left pane).
  4. Right-click Application and click Save All Events As.
  5. In the Save As dialog box, make sure that the file type is set to Event Files (*.
Jun 3, 2024

What is the failed login code for Windows event log? ›

Event ID 4625 (viewed in Windows Event Viewer) documents every failed attempt at logging on to a local computer. This event is generated on the computer from where the logon attempt was made. A related event, Event ID 4624 documents successful logons.

How do I check error log on Windows? ›

To access the Windows 10 Logs, press the Windows key + R to open the Run command. Then, type “eventvwr. msc” and press Enter. Once the Windows 10 Logs are open, you'll see a list of different logs.

What is the point of Windows event log? ›

The event logs record events that happen on the computer. Examining the events in these logs can help you trace activity, respond to events, and keep your systems secure. Configuring these logs properly can help you manage the logs more efficiently and use the information that they provide more effectively.

Which Windows event logs to monitor? ›

Some important Event IDs to consider include:
  • 4103: PowerShell Module Logging.
  • 4104: PowerShell Script Block Logging.
  • 4656: Request to handle or access an object.
  • 4658: Handle to an object was closed.
  • 4659: Handle to an object was requested with intent to delete.
  • 4660: Object deleted.
  • 4663: Attempt to access object was made.
Jul 3, 2024

How do I extract Windows event logs? ›

How to export event viewer logs?
  1. Open Event Viewer (Run → eventvwr. ...
  2. Locate the log to be exported.
  3. Select the logs that you want to export, right-click on them and select "Save All Events As".
  4. Enter a file name that includes the log type and the server it was exported from.
  5. Save as a CSV (Comma Separated Value) file.

Is it okay to delete Windows event logs? ›

✍ Is it safe to delete Windows log files? It's a safe process to do so. Removing log files in Windows won't cause any harm to your software or hardware. And your personal files won't be deleted either during the process.

Should I disable Windows event log? ›

Disabling logging to the Windows Application log enables you to limit the amount of data that is stored. If you are using System Center Operations Manager to monitor Business Central Server do not disable logging to the Windows Application log.

How do I clean up Windows event log? ›

How to clear the event log
  1. Open Event Viewer and select the Windows log you wish to clear.
  2. Right-click on the log and select Clear Log.
  3. Select Save and Clear.
  4. Browse to a folder where you want to save the log file to and click Save.

How do I get Windows event logs? ›

Windows Event Viewer:
  1. In Windows 7: Click Start and type: eventvwr.msc (Figure 2) Figure 2.
  2. In Windows 8 or 8.1, or Windows 10: Press the Window Key. Type: Event Viewer. Select View Event Logs.
Jan 30, 2024

Top Articles
Difference Between Hub and Switch
Health Alert: What is actually in energy drinks?
Friskies Tender And Crunchy Recall
Where are the Best Boxing Gyms in the UK? - JD Sports
Craigslist Monterrey Ca
Nco Leadership Center Of Excellence
Dollywood's Smoky Mountain Christmas - Pigeon Forge, TN
The Definitive Great Buildings Guide - Forge Of Empires Tips
South Carolina defeats Caitlin Clark and Iowa to win national championship and complete perfect season
Marist Dining Hall Menu
Big Y Digital Coupon App
Morgan Wallen Pnc Park Seating Chart
W303 Tarkov
83600 Block Of 11Th Street East Palmdale Ca
Caresha Please Discount Code
Shemal Cartoon
Michaels W2 Online
Flower Mound Clavicle Trauma
Money blog: Domino's withdraws popular dips; 'we got our dream £30k kitchen for £1,000'
How do I get into solitude sewers Restoring Order? - Gamers Wiki
Pretend Newlyweds Nikubou Maranoshin
Apply for a credit card
Nhl Tankathon Mock Draft
Indiana Wesleyan Transcripts
Robin D Bullock Family Photos
Invitation Homes plans to spend $1 billion buying houses in an already overheated market. Here's its presentation to investors setting out its playbook.
Understanding Genetics
Woodmont Place At Palmer Resident Portal
Craigslist Pennsylvania Poconos
Sandals Travel Agent Login
Chicago Based Pizza Chain Familiarly
Costco Jobs San Diego
Dal Tadka Recipe - Punjabi Dhaba Style
Bj's Tires Near Me
R/Orangetheory
Elanco Rebates.com 2022
Kltv Com Big Red Box
new haven free stuff - craigslist
The Wichita Beacon from Wichita, Kansas
Old Peterbilt For Sale Craigslist
Sinai Sdn 2023
Regis Sectional Havertys
Sunrise Garden Beach Resort - Select Hurghada günstig buchen | billareisen.at
Danielle Ranslow Obituary
Directions To The Closest Auto Parts Store
Great Clips Virginia Center Commons
Unveiling Gali_gool Leaks: Discoveries And Insights
Quaally.shop
The Nikki Catsouras death - HERE the incredible photos | Horror Galore
Southwind Village, Southend Village, Southwood Village, Supervision Of Alcohol Sales In Church And Village Halls
Hy-Vee, Inc. hiring Market Grille Express Assistant Department Manager in New Hope, MN | LinkedIn
Latest Posts
Article information

Author: Geoffrey Lueilwitz

Last Updated:

Views: 5668

Rating: 5 / 5 (60 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Geoffrey Lueilwitz

Birthday: 1997-03-23

Address: 74183 Thomas Course, Port Micheal, OK 55446-1529

Phone: +13408645881558

Job: Global Representative

Hobby: Sailing, Vehicle restoration, Rowing, Ghost hunting, Scrapbooking, Rugby, Board sports

Introduction: My name is Geoffrey Lueilwitz, I am a zealous, encouraging, sparkling, enchanting, graceful, faithful, nice person who loves writing and wants to share my knowledge and understanding with you.