Share via

How to read Microsoft 365 Outlook logging etl file ?

Martin Kováč 1 Reputation point
2026-03-19T12:46:20.0033333+00:00

Hello,

can somebody give me a hint how to read etl file generated by outlook when I tick "Enable troubleshooting logging" in Outlook advanced option.

It saves files to c:\users\username\appdata\temp\outlook logging\

If I open them in event viewer, it shows me all events, but everything inside even is blank.

blank

Thank you.

Microsoft 365 and Office | Other
0 comments No comments

2 answers

Sort by: Most helpful
  1. Martin Kováč 1 Reputation point
    2026-03-19T12:50:48.7533333+00:00

    They must be converted and analyzed with internal tools by Microsoft Support ?

    Shame on Microsoft. How can admins troubleshoot such issues if logs are not exist ?

    Gold old ages where logs were for everything. Now only vendor is able to analyzing the logs with internal tools. That's weird.

    0 comments No comments

  2. Q&A Assist
    2026-03-19T12:46:35.2866667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The .etl files created when “Enable troubleshooting logging” is turned on in Outlook are advanced Event Tracing for Windows (ETW) trace logs. These logs are intentionally stored in a binary format and are not meant to be read directly in Event Viewer or by end users.

    They must be converted and analyzed with internal tools by Microsoft Support. The documented process is:

    1. Enable logging and reproduce the Outlook issue.
    2. Collect the generated .etl files from the Temp/Outlook Logging folder (for example, Outlook-*date-time*.etl).
    3. Upload these files to the secure location provided during a support case so a Microsoft support engineer can convert and interpret them.

    Because of this design, opening the .etl files in Event Viewer will typically show blank or unreadable event details; there is no supported way for customers to decode the Outlook ETW trace content themselves.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.