Can USOShared log files be deleted?

20,577

ETL stands for Event Trace Log file which is created by Microsoft Tracelog, a program that creates logs using the events from the kernel in Microsoft operating systems. It contains trace messages that have been generated during trace sessions, such as disk accesses or page faults. ETL files are used to log high-frequency events while tracking the performance of an operating system.

Microsoft Windows records application and system-level warnings, errors, or other events to these binary files called the event trace logs, which can then be used to troubleshoot potential problems.

To answer your query, you may delete these files and deleting will not affect anything on your system.

The abnormal part is why do you have so many of them. If you cannot remember having turned on tracing in some part of Windows, it will take real detective work to find it out.

Share:
20,577

Related videos on Youtube

Vince V.
Author by

Vince V.

CTO at Contigo Software Github projects: Here and here Contact me by emailing my username at gmail dot com.

Updated on September 18, 2022

Comments

  • Vince V.
    Vince V. almost 2 years

    On my PC (Windows 10) the directory c:\ProgramData\USOShared\Logs contains over 700000 .etl files of between 8 and 100kb in size, totalling 50gb.

    I know these are logs related to the UpdateSessionOrchestration or NotificationUxBroker (and based on the names, most at the former) (Docs), but can I just delete them?

    I've tried running disk cleanup & cccleaner and neither have automatically removed them.

    [Update: I never got the to bottom of why I was getting so many of these files. I just wrote a script to clean them up periodically and it never caused any issues. After an upgrade to Windows 10 Version 1809 (OS Build 17763.379) these files have stopped accumulating for me so the problem seems to be resolved]

  • nine9five
    nine9five over 4 years