How to Clear Event Viewer Logs

Applies to:
All Windows Systems

Issue:
In the process of troubleshooting an issue, you end up in the Windows Event Viewer and have a large number of events, making it hard to sort and determine what has occurred.

Solution:
You can easily clear the Event Viewer logs by this process:
Open Windows Powershell as an Administrator:
 

Paste this command:
wevtutil el | Foreach-Object {wevtutil cl "$_"}

 

Let the process complete (you may see errors, this is normal, then close powershell, and the previous logs in the Event Viewer will be cleared and only new events will be captured.

About the Author

Ryan Wunderlich

Support Team Manager - AEC Team<br><br>An AutoCAD Certified Professional, Ryan is responsible for taking client cases and assisting with issues with the software - everything from regular glitches to software deployments and whatever else goes wrong. He's proficient in AutoCAD (including customization), VBA, LISP, and Civil 3D.

Follow on Linkedin More Content by Ryan Wunderlich
Previous Article
Creating a Autodesk Intune package for deployment
Creating a Autodesk Intune package for deployment

You need to create a deployment package of an Autodesk product to use in Intune to deploy. Here's what you ...

Next Article
Pushing Autodesk service packs, hotfixes, and other updates to users workstations
Pushing Autodesk service packs, hotfixes, and other updates to users workstations

Autodesk does not have a way to push these items out to your user's workstations other than using Autodesk ...

Need tech support? Let us help!

Learn More