How To Delete Win Log Files in Windows 10

Occasionally, users may face the problem of storing new files in Windows 10. The lack of storage capacity could lead to a situation where you decide to delete some files quickly. You may also notice certain notifications and errors in your system. Deleting files is the only option by which you can free some space for new files, as well as make our system perform faster.

What are win log files?

The “.log” files extension, Windows log files, commonly called win log files, are the records of certain notable operations that the Windows store. This storage is mainly for troubleshooting.

There are different versions of Windows, and each one has a path to find these files. The disk space in the hard drive is mostly occupied by these files, which becomes a problem for the user. You may, at certain times, need to store something urgently, but the disk space is already filled with the log files. So, here are a few ways to delete the win log files.

Windows 10 Event Viewer:

The Event Viewer is largely used to delete the win log files. The steps included are;

  1. Hit the window key + R simultaneously. This will open a Run window. You can see a blank box on your screen, in which you have to type ‘eventvwr.msc’.
  2. Press “Enter”. This will run the Event Viewer as the administrator.
  3. Next, expand the drop-down menu, and click on the category.
  4. Navigate to the next pane on the right and then click “Clear log”.

There is also the option of pressing the right click on the folder, and then choosing “Clear log”.

Command Prompt:

Command prompt helps in manually clearing the log files. Follow the steps detailed below.

  1. Type “cmd” after pressing Start, and then hit “enter”.
  2. Type the following in order:

“cd”

“enter”

“cmd”

“Enter”

  1. Lastly, enter the command:

“del *.log /a /s /q /f”

  1. Press “enter”.

Using a.CMD file:

Following are the steps involved:

  1. Open the notepad.
  2. Copy and paste the following codes:

@echo off

FOR /F “tokens=1,2*” %%V IN (‘bcdedit’) DO SET adminTest=%%V

IF (%adminTest%)==(Access) goto noAdmin

for /F “tokens=*” %%G in (‘wevtutil.exe el’) DO (call :do_clear “%%G”)

Echo.

echo Event Logs have been cleared! ^<press any key^>

goto theEnd

:do_clear

echo clearing %1

wevtutil.exe cl %1

goto:eof

:noAdmin

echo

echo ^<press any key^>

:theEnd

pause>NUL

  1. Save the text to a .cmd extension.
  2. After right-clicking on the context menu, run the command file as administrator.

External Resources: Third-Party App

There are many apps available to remove unwanted data and log the files from your system. CCleaner is a popular application, and you can safely use it to delete the files.

Woah! Who would have thought deleting the junk on your system could be so easy. These procedures are easy to follow and quick. Enjoy the new space on your system!