Skip to content
ConfigMgr SCCM How to Change Maximum Log File Size

ConfigMgr SCCM How to Change Maximum Log File Size

Written By Anoop C Nair
Last Updated August 1, 2024
Posted In SCCM
SHARE

ConfigMgr SCCM How to change Maximum Log File Size. This is a quick post on the registry settings for maximum log file size. I’ve tested this on a Windows 2008 R2 server (x64).

The increasing log file size will be very helpful for troubleshooting. However, most people forget to change this registry key to the default value, which can cause space constraints on CM servers/clients.

The SCCM log files are identified by .log or .lo_ file extensions. ConfigMgr writes to a .log file until that log reaches its maximum size. Client-server communication issues are very common in the SCCM world. Usually, system admins resolve the issue after analyzing the SCCM Logs.

All SCCM Logs might be overwritten automatically over time. If the components require it, you can increase the size of the SCCM logs.

Patch My PC

ConfigMgr SCCM How to Change Maximum Log File Size

ConfigMgr SCCM How to change Maximum Log File Size
ConfigMgr SCCM How to change Maximum Log File Size

The first thing you need to understand is operating system architecture. Is it x64 or x86?

The default size of the log file is 2.5 MB = Registry value is in bytes = 2621440 Bytes

So when you want to increase the SCCM Log File size to 10 MB, then convert this 10 MB to bytes first.  ie 10 * 1024 * 1024 = 10485760 Bytes

1. When your SCCM 2007 server is on 64 bit OS

ConfigMgr SCCM How to change Maximum Log File Size
ConfigMgr SCCM How to change Maximum Log File Size
  • Navigate through the following registry location and select the appropriate Key Name depending upon your requirement (for example, SMS_INVENTORY_PROCESSOR or SMS_DATABASE_NOTIFICATION_MONITOR or SMS_COLLECTION_EVALUATOR, etc…)
  • HKEY_LOCAL_MACHINE\SOFTWARE\
  • Wow6432Node\Microsoft\SMS\Tracing\SMS_XXX
  • Open up DWORD (32-bit Value) called MaxFileSize.
  • Change the base to Decimal.
  • Change the “Value Data” to the default size (2621440 ).
  • Restart the component service to change to take effect. (In my case, the changes take effect without restarting the service)

2. When your OS is x86, you can find the details by navigating through the following location in the registry.

  • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\Tracing

Follow the same steps mentioned above (Point 1) to complete the changes.

More Details about logging are available Here.

We are on WhatsApp. To get the latest step-by-step guides and news updates, Join our Channel. Click here –HTMD WhatsApp.

Author

Anoop C Nair has been Microsoft MVP from 2015 onwards for 10 consecutive years! He is a Workplace Solution Architect with more than 22+ years of experience in Workplace technologies. He is also a Blogger, Speaker, and leader of the Local User Group Community. His main focus is on Device Management technologies like SCCM and Intune. He writes about technologies like Intune, SCCM, Windows, Cloud PC, Windows, Entra, Microsoft Security, Career, etc..

Written by

Anoop C Nair is Workplace Technology solution architect with 25+ years of experience in global enterprise organizations such as JP Morgan, Capgemini, etc. Microsoft Certified Trainer. Microsoft MVP from 2015 onwards for consecutive 11+ years! He also conducts Intune and modern workplace tech training for enterprise organizations. He is Blogger, Speaker, and Founder of HTMD Community and HTMD Conference. His main focus is on Device Management technologies like Intune, Windows, Cloud PC. He writes about technologies like Intune, SCCM, Windows, Cloud PC, Windows, Entra, Microsoft Security.

Discussion

Join the discussion

Your email address will not be published. Required fields are marked *

Related guides

Intune

Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws

Key Takeaways Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws! In the July 2026 Patch, Microsoft introduced new features designed to improve the overall Windows experience. The update adds enhancements to Windows Update for more flexible update management and introduces Point-in-Time Restore, providing an additional recovery option for […]

AC Anoop C Nair 9 min read
Intune

2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws

Key Takeaways 2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws! The June 2026 Windows 11 Patch Tuesday update brings several improvements to File Explorer. It adds support for additional archive formats, including UU, CPIO, XAR, and NuGet Packages (NUPKG). The update also preserves View and Sort preferences in […]

AC Anoop C Nair 10 min read
Intune

2026 May KB5089549 KB5087420 Windows 11 Patch | 0 Zero Day Vulnerabilities and 120 Flaws

Key Takeaways The Windows 11 May 2026 Patch KB5089549 KB5087420 Update brings important security fixes, performance improvements, and reliability enhancements across the operating system. The update introduces new features such as Xbox Mode for gaming, File Explorer improvements, enhanced input and sharing experiences, better taskbar and Windows Hello reliability, and additional enterprise management capabilities for […]

AC Anoop C Nair 8 min read
SCCM

ConfigMgr 2603 Introduces New Early Update Enrollment Process

Key Takeaways In this post we are discussing the ConfigMgr 2603 Introduces New Early Update Enrollment Process. Microsoft has officially released Configuration Manager version 2603 to the Early Update Ring, giving organizations an opportunity to test upcoming improvements before the global production rollout. The release is targeted at enterprises running ConfigMgr version 2409 or later […]

AC Anoop C Nair 3 min read