Forum Discussion
Windows 10 Kernel Event Tracing Error
The system log frequently records the error: “2024/5/28 21:26:37 Kernel-EventTracing 3 Session”. We need to understand the root cause of this specific event ID (3) and how to resolve the related issues pointed to by the Kernel Event Tracing session.
2 Replies
- HoldenStormIron Contributor
The "Kernel-EventTracing 3 Session" error logged in your system event logs indicates an issue related to Kernel Event Tracing (ETW) sessions. ETW is a high-performance, low-overhead tracing mechanism used by Windows to log system, kernel, and application events for diagnostics and performance analysis.
- Dorothy_AddisonCopper Contributor
The event you’re seeing — “2024/5/28 21:26:37 Kernel-EventTracing 3 Session” — relates to a Kernel Event Tracing (ETW) session. Event ID 3 in the Kernel-EventTracing source typically indicates a problem with starting or managing a tracing session, which can be caused by various system issues, such as driver conflicts, corrupted system files, or resource limitations.