Microsoft's recent messaging to Windows 10 users has been clear and consistent: install the latest updates. This directive lands against a complex backdrop of update distribution methods, particularly for Extended Security Updates (ESU) like KB5073724, where the installation path isn't always straightforward. For Windows 10 users, especially those on enterprise or managed systems, understanding the difference between automatic Windows Update delivery and manual Catalog installations has become crucial for maintaining security and system stability.
The ESU Landscape for Windows 10
Windows 10 reached its official end of support on October 14, 2025, marking a significant transition for millions of users and organizations. However, Microsoft recognized that many enterprises needed additional time to migrate to Windows 11 or implement alternative solutions, leading to the creation of the Extended Security Updates (ESU) program. This program provides critical security updates for up to three years beyond the standard support period, but with important caveats about distribution and availability.
KB5073724 represents one of these critical ESU updates, containing security fixes that address vulnerabilities that could be exploited by malicious actors. Unlike standard Windows 10 updates that automatically deploy through Windows Update, ESU updates follow a different distribution model that requires either enrollment in the ESU program or manual intervention for certain scenarios.
Automatic vs. Catalog Installation: Key Differences
Automatic Installation via Windows Update
For users enrolled in the ESU program, updates like KB5073724 should typically appear through standard Windows Update channels. This is the preferred method for most organizations as it ensures consistent deployment across managed environments. The automatic installation process:
- Requires valid ESU licensing and enrollment
- Integrates with existing Windows Update for Business policies
- Provides automated deployment scheduling
- Includes dependency checking and prerequisite validation
- Offers rollback capabilities through standard Windows recovery options
However, users have reported inconsistencies even with ESU enrollment, with some systems not receiving updates automatically despite proper licensing. This has led many administrators to explore manual installation options.
Manual Installation via Microsoft Update Catalog
The Microsoft Update Catalog provides an alternative installation method for KB5073724 and other ESU updates. This approach is particularly useful for:
- Systems without internet access (air-gapped environments)
- Organizations needing to test updates before broad deployment
- Situations where automatic updates fail or don't appear
- Creating deployment packages for system imaging
Manual installation requires downloading the appropriate MSU file from the Update Catalog and executing it locally. The process involves:
- Identifying the correct architecture version (x64, ARM64, or x86)
- Downloading the standalone package
- Running the installer with appropriate permissions
- Verifying successful installation through Windows Update history
Technical Requirements and Prerequisites
Before installing KB5073724, several prerequisites must be met:
Servicing Stack Updates (SSU)
Microsoft consistently emphasizes the importance of having the latest Servicing Stack Update installed before applying cumulative updates. The SSU improves the reliability of the update process and is often a prerequisite for successful ESU update installation. For KB5073724, users should ensure they have the appropriate SSU version installed, which can be verified through:
Get-WindowsPackage -Online | Where-Object {$_.PackageName -like "*Servicing Stack*"}
Previous Cumulative Updates
ESU updates are cumulative, meaning each new update contains all previous security fixes. However, Microsoft recommends installing updates in sequence rather than skipping versions, as some updates have dependencies on previous installations. KB5073724 builds upon earlier ESU releases, so systems should ideally have the preceding month's ESU update installed.
System Requirements
- Windows 10 version 22H2 (the final version of Windows 10)
- Sufficient disk space (typically 1-2 GB free for installation)
- Administrative privileges
- Valid ESU licenses for automatic deployment
Common Installation Issues and Solutions
Update Not Appearing in Windows Update
Many users report that KB5073724 doesn't appear in Windows Update even with ESU enrollment. This can occur due to:
- Licensing issues: ESU licenses must be properly applied and activated
- Group Policy conflicts: Windows Update policies may block ESU updates
- Component Store corruption: The Windows component database may need repair
- Timing delays: ESU updates sometimes roll out gradually
Solutions include running the Windows Update troubleshooter, resetting Windows Update components, or manually installing from the Catalog.
Installation Failures
Common error codes during KB5073724 installation include:
- 0x800f0922: Typically indicates driver compatibility issues
- 0x80070005: Permission or access denial problems
- 0x80073712: Component store corruption
- 0x800f0988: Pre-requisite updates missing
Microsoft provides specific troubleshooting steps for each error code, often involving DISM (Deployment Image Servicing and Management) tools or System File Checker.
Performance and Compatibility Concerns
Some organizations hesitate to install ESU updates due to concerns about:
- Application compatibility: Legacy applications may break with security updates
- System performance: Security patches can sometimes impact system resources
- Testing requirements: Enterprises need time to validate updates before deployment
These concerns highlight why some organizations prefer manual Catalog installations, allowing them to control the deployment timeline and conduct thorough testing.
Best Practices for ESU Update Management
For Enterprise Environments
- Establish a testing protocol: Deploy ESU updates to a pilot group before organization-wide rollout
- Maintain update documentation: Track which systems have which ESU updates installed
- Monitor for issues: Use Windows Event Logs and update history to identify problems
- Plan for migration: Use the ESU period to develop and execute Windows 11 migration plans
For Individual Users
- Enable automatic updates: If eligible for ESU, allow Windows Update to handle installations
- Create system restore points: Before manual installations, create recovery points
- Verify update authenticity: Only download updates from official Microsoft sources
- Check installation status: Use
winvercommand to confirm update installation
The Future of Windows 10 Updates
As Windows 10 moves deeper into its ESU period, the update landscape will continue to evolve. Microsoft has indicated that ESU updates will focus exclusively on security fixes, with no new features or non-security improvements. This means:
- Updates will become increasingly focused on vulnerability patches
- The frequency may change based on threat landscape
- Manual installation may become more common as automatic mechanisms phase out
- Third-party patch management solutions may gain importance
Security Implications of Update Delays
Delaying ESU updates like KB5073724 carries significant security risks. Each monthly update typically addresses multiple critical vulnerabilities, some of which may be actively exploited. Organizations that postpone updates increase their attack surface and potentially violate compliance requirements.
According to Microsoft's Security Response Center, many ransomware attacks exploit vulnerabilities for which patches were available but not applied. The ESU program provides these critical patches, but only if organizations actually install them.
Cost Considerations for ESU
The Extended Security Updates program isn't free. Microsoft charges per-device fees that increase each year of the three-year program:
| Year | Cost per Device | Notes |
|---|---|---|
| Year 1 | $61 | First year after end of support |
| Year 2 | $122 | Double the first year's cost |
| Year 3 | $244 | Four times the first year's cost |
These costs apply to commercial users, while consumers have different options including free security updates through certain conditions or upgrade paths to Windows 11.
Migration Planning During ESU Period
Organizations using the ESU program should view it as a temporary bridge rather than a permanent solution. Microsoft recommends using the ESU period to:
- Assess application compatibility with Windows 11
- Develop phased migration plans
- Train staff on Windows 11 features and changes
- Budget for hardware upgrades if current devices don't meet Windows 11 requirements
Conclusion: Navigating the ESU Update Ecosystem
The KB5073724 update exemplifies the complexities of maintaining Windows 10 security beyond its official support period. Whether through automatic Windows Update delivery or manual Catalog installation, keeping systems updated remains essential for security. The choice between automatic and manual methods depends on organizational needs, technical environment, and risk tolerance.
As Windows 10 continues through its ESU period, users and administrators must stay informed about update requirements, installation methods, and best practices. Regular updates, even when they require manual intervention, remain the most effective defense against evolving security threats in an increasingly complex digital landscape.
For most users, enabling automatic updates through the ESU program provides the simplest path to security. For organizations with specific needs or constraints, the Microsoft Update Catalog offers necessary flexibility. Regardless of the method chosen, the imperative remains the same: install security updates promptly to protect systems and data in an era of persistent cyber threats.