Event log records every single event that occurs on your computer system. Opening an application, creating a new document, saving a file, closing a document, the occurrence of an error etc. are some of the many events that are stored in the event log. This event log helps you to keep a track of all the activities on your computer system. However, at times, you might want to clear your event log in order to free up your hard disk space. In this article, we will explain to you the methods through which you can clear the event log in Windows 10.
Clearing the Event Log in Windows 10
In order to clear the event log in Windows 10, you can make use of any of the following two methods:
Method # 1: Use the Windows Control Panel to clear the event log
In this method, we will tell you how you can clear the event log using the Control Panel in Windows 10. For doing this, you will need to perform the following steps:
Type control panel in the search section of your taskbar and click on the search result to launch a new control panel window. The newly opened Control Panel window is shown in the following image:
Click on the System and Security tab as highlighted in the image shown above.
Now click on the Administrative Tools tab as shown in the image below:
As soon as you will click on it, a list of Administrative Tools will appear. Locate the Event Viewer in these tools and double click on it to launch the Event Viewer as highlighted in the following image:
The newly opened Event Viewer window is shown in the image below:
Now click on the Windows Logs tab as highlighted in the image shown above in order to expand it.
You will see different types of event logs here. It is highlighted in the following image:
Now right click on that particular type of event log that you want to clear as shown in the image below:
As soon as you will right click on a particular type of events, a cascading menu will appear. Finally, select the Clear Log option from this menu in order to clear all the events of that particular type.
In a similar manner, you can clear all other types of event logs.
Method # 2: Using PowerShell to clear the Windows Event Log
In this method, we will tell you how you can clear the event log using the PowerShell in Windows 10. For doing this, you will need to perform the following steps:
Press Win+ X in order to launch the Power User menu. It is shown in the following image:
You will need to run the PowerShell with administrative privileges. For doing this, click on the Windows PowerShell (Admin) option from the Power User menu as highlighted in the image shown above. The newly opened PowerShell window is shown in the image below:
Now type the following command in your PowerShell window and then press enter:
wevtutil el | Foreach-Object {wevtutil cl “$_”}
This command is highlighted in the following image:
As soon as you will press enter, all the event logs will be cleared.
Conclusion
By following any of the two methods listed above, you can clear your event log in Windows 10. Although event log helps you a lot in tracing out the common issues that your computer system faces but still if you do not want to see this information, you can always clear your event log very conveniently because both of these options work perfectly fine in every situation.
The post How to Clear the Event Log in Windows 10 appeared first on FAQforge.