.EVT

EVT File

Windows Event Log File (legacy)
Ask a question
QUICK ANSWER

An EVT file is a legacy Windows event log used from Windows NT 3.1 through Windows XP and Server 2003. Open it with Windows Event Viewer (eventvwr.msc) on any modern Windows, or export it with Microsoft Log Parser 2.2. Microsoft replaced EVT with the EVTX format in Windows Vista (2007).

Developer: Microsoft Corporation Category: System Files MIME: application/octet-stream
OPENS ON Windows Linux
Related: .NOMEDIA · .DLL · .TMP · .LNK

On this page

19k+ extensions indexed
Last reviewed Jul 22, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the EVT file format?

.evt is the legacy Windows Event Log format introduced with Windows NT 3.1 in 1993 and used through Windows XP and Windows Server 2003. Three built-in log channels - System, Application, and Security - stored records in .evt files kept under %SystemRoot%\System32\config\.

Every file begins with a 48-byte header identified by the four-byte signature LfLe (hex 4C 66 4C 65). Each variable-length EVENTLOGRECORD entry opens with the same bytes in little-endian form (0x654C664C) and closes with a repeated copy of the record's own total length, allowing bidirectional traversal. Text strings within records are encoded as UTF-16 LE. Unused buffer space is padded with the sentinel value 0x00000027.

The log operates as a circular buffer: when the configurable maximum size is reached (default 512 KB), the file either overwrites the oldest entries or stops recording, depending on administrator policy.

Microsoft replaced .evt with .evtx - the XML-based Windows Event Log - starting with Windows Vista and Server 2008 in 2007. Modern Windows Event Viewer can open .evt files in compatibility mode. The full binary layout is documented in Microsoft's [MS-EVEN] protocol specification on Microsoft Learn.

Security & safety

RISK: LOW

EVT files contain log data, not executable content. However, event strings can contain attacker-controlled data (e.g., injected via log poisoning); analysts should treat content strings as untrusted input when parsing. In forensics, log tampering (clearing or truncating EVT files) is itself an indicator of compromise - check the Security log for Event ID 517/1102 (audit log cleared).

Format details

in a nutshell
FULL NAMEWindows Event Log File (legacy)aka Windows Event Log, EVT log
DEVELOPERMicrosoft Corporationsince 1993 (Windows NT 3.1)
CATEGORYSystem Files
MIME TYPEapplication/octet-stream
TYPEbinary structured log (proprietary)
MAGIC BYTES · FILE SIGNATURE
OFFSET
00010203
HEX
4C664C65
ASCII
LfLe
First 4 bytes of the file header. Each EVENTLOGRECORD also begins with 0x654C664C (eLfL, same bytes, little-endian) as a record-level signature.

Programs that open EVT files

Windows4 apps
Windows Event Viewer Built-in Open eventvwr.msc, then Action > Open Saved Log, navigate to the .evt file.
Microsoft Log Parser 2.2 Free Use command: LogParser.exe "SELECT * FROM file.evt" -i:EVT -o:CSV > output.csv
EVTXECmd (Eric Zimmermann Tools) Free EVTXECmd.exe -f file.evt --csv output\ - exports to CSV/JSON for analysis.
LibEVT (libyal) Open-source Command-line library for parsing EVT files on Windows/Linux/macOS.
Linux1 app
LibEVT (libyal) Open-source Build from source; use evtexport tool to extract records to text/CSV.

Technical details

deep spec
File typeBinary structured event log (legacy Windows)
DeveloperMicrosoft Corporation
EncodingBinary, little-endian
String encodingUTF-16 LE (event message strings)
File header signatureLfLe (hex 4C 66 4C 65) at offset 0; header is 48 bytes
Record signature0x654C664C (eLfL) at start of each EVENTLOGRECORD
Record structureVariable-length EVENTLOGRECORD; total length repeated at end for bidirectional traversal
Buffer modelCircular - overwrites oldest entries or stops when maximum size is reached (policy-configurable)
Default maximum file size512 KB (administrator-configurable)
Unused space padding0x00000027 sentinel value
Log channelsSystem, Application, Security (three built-in logs)
Supported OSWindows NT 3.1 through Windows XP and Windows Server 2003
Superseded by.evtx (Windows XML Event Log), introduced in Windows Vista / Server 2008 (2007)
Format documentation[MS-EVEN] protocol specification (Microsoft Learn)
Modern compatibilityWindows Event Viewer opens .evt files in compatibility mode on Vista and later
Released1993 (Windows NT 3.1)
Latest versionN/A - deprecated; replaced by EVTX in Windows Vista (2007)
Specificationlearn.microsoft.com

EVT conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with EVT files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about EVT files.

Frequently asked questions

What is an EVT file?
A legacy Windows event log from the Windows 2000/XP/Server 2003 era. The format was replaced by EVTX in Windows Vista (2007).
How do I open an EVT file in Windows 10/11?
Open Event Viewer (eventvwr.msc), click Action > Open Saved Log, and select the .evt file. Modern Windows can read legacy EVT files.
What is the difference between EVT and EVTX?
EVT is the old binary format (Windows NT-XP). EVTX (Windows Vista+) is XML-based, transaction-safe, supports larger sizes and richer event metadata.
Can I convert EVT to CSV?
Yes - use Microsoft Log Parser 2.2 (free): LogParser -i:EVT -o:CSV "SELECT * FROM file.evt" or EVTXECmd from Eric Zimmermann's toolkit.
Where are EVT files stored on Windows XP?
In %SystemRoot%\System32\config\ - typically System.evt, Application.evt, Security.evt.

References

1Microsoft Learn - Event Log File Formatlearn.microsoft.com
2Microsoft - [MS-EVEN] EVENTLOGRECORDlearn.microsoft.com

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.MDMarkdown Document
3.CRDOWNLOADChrome Partial Download File
4.BINCD/DVD Disc Image (BIN/CUE)
5.PARTPartial Download File
6.NOMEDIAAndroid No-Media Marker File
7.RPMSGRestricted Permission Message
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.ICSiCalendar data file

Related extensions

.NOMEDIAAndroid No-Media Marker File
.DLLDynamic Link Library
.TMPTemporary File
.LNKWindows Shell Link (Shortcut)
.PKGmacOS Installer Package
.ETLEvent Trace Log

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z