Point to the source
Choose files, a folder, Windows Event Log, registry, Active Directory or a database.
Analyze IIS logs, Windows Events, large text collections, CSV, JSON, XML and API output locally—without importing the data or sending it to a server.
Built for logs. Evolved for everyday data analysis.
Log Parser Lizard began as a graphical interface for Microsoft Log Parser 2.2—the mature Microsoft query engine that exposes Windows Event Logs, IIS/W3C logs, the registry, Active Directory, file-system metadata and other system data sources as SQL-queryable tables.
Microsoft Log Parser is an older utility, but its broad provider model remains practical and uniquely useful. Log Parser Lizard adds an intelligent editor, query management, advanced grids, charts, dashboards and exports, while also supporting newer SQLite-based workflows.
Go from a folder of logs or structured files to evidence you can inspect, explain and share—in one local workflow.
Choose files, a folder, Windows Event Log, registry, Active Directory or a database.
Filter, group, aggregate, sort and join with familiar SQL and included samples.
Inspect rows in the advanced grid, build visual summaries and export what matters.
No ingestion project required. Open the source, run the query and follow the evidence.
See supported data sources →Choose a scenario, adapt the path and fields, and run the query locally. Exact field names depend on the selected input provider.
Point Log Parser Lizard at the file or folder and use familiar SQL to reduce it to useful evidence.
More query examples →SELECT cs_uri_stem, sc_status, COUNT(*) AS Requests
FROM 'C:\inetpub\logs\*.log'
WHERE sc_status >= 500
GROUP BY cs_uri_stem, sc_status
ORDER BY Requests DESC;Start in Log Parser Lizard when the work needs context, comparison and human judgment. Move a trusted query to Universal Log Parser when the same task should run consistently in automation.
A rich desktop workspace for the part of analysis that cannot be reduced to a single command: exploring results, spotting patterns, changing the question and explaining the evidence.
The command-line companion for repeatable work. Query logs and structured text with SQLite, produce machine-readable output and connect the same data workflow to agents, CI/CD jobs and DevOps pipelines.
ulogparser.exe -i=EVT
-from="System" -limit=100
An intelligent editor, organized query library, serious result grid and reusable visual analysis keep the whole investigation in one desktop workspace.
Query results become a working surface, not a static table.
Turn current results into an interactive visual workspace for patterns, trends and communication.
SELECT EventID, COUNT(*) AS total
FROM System
WHERE EventType = 'Error'
GROUP BY EventID;Build a reusable knowledge base instead of rewriting useful analysis from memory.
It is built for fast, visual investigation on a Windows desktop—especially when the question changes as you inspect the evidence.
Search text files, summarize Jira API output, inspect JSON saved from curl, combine CSV exports and compare operational datasets.
Explore all 27 sources →Group exceptions, isolate failed requests and compare behavior between releases.
Find error spikes, slow endpoints and recurring Windows events during an incident.
Hunt suspicious activity locally when evidence should not leave the workstation.
Referenced in technical books, respected blogs, professional training and security talks—and recommended by practitioners who rely on real operational evidence.
“I can’t say how much faster this tool made me once I had figured out LogParser.”Scott Hanselman · Article
“Super nice UI… it worked like a charm for tracking Hafnium activity!”@Carlos_Perez · X
“An indispensable tool that treads lightly… but offers a huge bang for the buck.”Russ McRee · Toolsmith
Log Parser Lizard has appeared in specialist books, respected engineering and security blogs, professional training, and conference material—including a Pluralsight Log Parser course and an RSA Conference session.
Log files and query results are processed locally. Their contents are not gathered, uploaded or used unless you intentionally submit information—for example, by email.
Security and privacy details →Selected data stays on the Windows computer.
No hosted ingestion service or account.
Download the MSI from the official source.
Security guidanceSmartScreen and browser warnings explained.
Practical walkthroughs for IIS logs, Windows Event Logs, CSV, JSON and your first query.
Yes. The current release is free to download and use. Future editions, features or pricing may change, but no payment is required for the current release.
Supported files and query results are processed on the Windows computer running the application. Log contents are not uploaded to a hosted analysis service.
No. It was built for log analysis, but providers also cover CSV, TSV, JSON, XML, text files, file-system data, Windows sources, databases and API output.
Install Log Parser Lizard and run your first SQL query in minutes.