Changing How Event Log Overruns are Handled
The system's event logs don't grow forever. By default, when they hit their maximum allowable size Windows deletes the oldest log file entries and continue to write new ones. You can change this default behavior if you wish.
For example, let's say that I want to change how the System event log's overruns are handled. I can do so by following these steps:
- Display the Event Viewer. (The easiest way to do this is to use the search capabilities of Windows to look for "Event Viewer", without the quote marks.)
- In the Navigation pane (left side of the Event Viewer), expand the Windows Logs node and click on System.
- In the right pane, click Properties. Windows displays the Log Properties dialog box for the System event log. (See Figure 1.)

Figure 1. Changing how log overruns are handled.
- Using the three radio buttons at the bottom of the dialog box, specify what you want to happen when the maximum log file size is reached.
- Click OK.
The three options for handling large log files may need a bit of explaining. Windows provides these options:
- Overwrite Events as Needed. This is the default behavior, i.e., the oldest events are deleted to make room for the new events.
- Archive the Log when Full. The event log is automatically archived and a new one is created. No events are lost. This is a good choice if you think that there may be some events occur on your system which result in a rapid escalation in the number of events being logged.
- Do Not Overwrite Events. The event log is cleared, and new ones get written to the empty log file. It is unclear how this choice could ever be desirable, but there you have it.
Author Bio
Barry Dysert
Barry has been a computer professional for over 35 years, working in different positions such as technical team leader, project manager, and software developer. He is currently a software engineer with an emphasis on developing custom applications under Microsoft Windows. When not working with Windows or writing Tips, Barry is an amateur writer. His first non-fiction book is titled "A Chronological Commentary of Revelation." Learn more about Barry...
Choosing an Icon Size for the Taskbar
Choosing an icon size for the taskbar is a quick and simple process. This tip explains how it's done.
Discover More
Performing Simple Calculations Using the Calculator
The next time you need to perform calculations at your computer, there's no need to fire up a big spreadsheet program or ...
Discover More
Introduction to PowerShell
PowerShell is found on all modern Windows computers. You might think of it as the next step up from the command line .bat ...
Discover More
What is the Purpose of the Application Event Log?
The Application event log holds messages generated by applications and services. This tip explains more about it.
Discover More
Creating a Custom View in the Event Viewer
Creating a custom view in the Event Viewer allows you quick access to those events you're interested in watching over ...
Discover More
Viewing Event Logs
Event logs are automatically maintained by the operating system. By periodically viewing them, you'll have a better idea ...
Discover More
Comments