Note
EventLook on Microsoft Store has been reimagined with Pro features added — see below for details.
The inbox Windows Event Viewer is a great app that provides comprehensive functionalities in examining events. However, the user experience is not as good as I wish in some usage scenarios - for example, as the list view does not provide a preview for event messages, it would not be suitable to overview what was happening in the machine. EventLook aims to offer an alternative when you want to quickly examine Event Logs, with such UX issues addressed.
- Overview events with Event Log messages
- Asynchronous event fetching for quick glance
- Provides quicker sort, specifying time range, and filters
- Supports auto refresh with new events highlighted
- Provides access to all Event Logs in local machine, including Applications and Services Logs
- Supports .evtx file (open from Explorer or drag & drop .evtx file)
- Double click to view event details in XML format
- Right click to quickly filter events
- Adjust time of events by time zone (Useful when you investigate .evtx file from different time zone)
- WPF on .NET 8
- The basic structure for DataGrid with filters is based on an article in CodeProject: Multi-filtered WPF DataGrid with MVVM
- MVVM Toolkit
- Extended WPF Toolkit
- Reading event logs are done by APIs in System.Diagnostics.Eventing.Reader namespace. The API provides a unified access to logs both from the legacy Event Logging and the modern Windows Event Log infrastructure.
Going independent as a developer gave me the opportunity to rebuild EventLook on top of this codebase (the OSS version). The Store version includes the following additions and many other improvements. All features from the OSS version remain freely available; select features are offered as a one-time Pro upgrade.
- UI Redesign
- A modern, clean look with support for multiple languages and dark mode.
- Activity Chart (Pro)
- Visualize event patterns with an intuitive chart. Double-click to jump to an event, or drag to zoom.
- AI Assistant (Pro)
- Get expert AI-powered analysis of event logs.
👉 Try it on the Microsoft Store
Feedback is always welcome via Issues and Discussions here 😉

