Windows 11 users are reporting widespread firewall malfunctions following the installation of the June 2025 KB5060829 security update. The issue manifests as Event ID 2042 errors in Windows Event Viewer, with affected systems displaying "Windows Firewall failed to start" notifications and experiencing intermittent connectivity problems.
Understanding the KB5060829 Firewall Issue
The problematic update, officially designated as a "cumulative security update for Windows 11 Version 24H2," was meant to address critical vulnerabilities in the Windows operating system. However, within hours of its release, user reports began flooding Microsoft's support forums detailing:
- Complete failure of Windows Defender Firewall service
- Event Viewer logs showing error code 0x6D9
- Inbound/outbound rules being ignored despite correct configurations
- Third-party security software conflicts
Microsoft has acknowledged the issue in a support bulletin, stating they're "investigating reports of firewall service interruptions after installing recent updates." The company recommends affected users check their Event Viewer logs for specific error details.
Technical Breakdown of the Problem
Analysis of multiple user reports reveals the KB5060829 update appears to corrupt certain firewall configuration files during installation. The primary symptoms include:
- Service Failure: The Windows Defender Firewall service (MpsSvc) fails to start automatically
- Rule Corruption: Existing firewall rules may appear intact but fail to function
- Event Log Errors: Consistent Event ID 2042 entries with varying sub-codes
- Security Center Warnings: Windows Security shows firewall as "off" despite user attempts to enable it
Security researchers note this is particularly concerning because the firewall failure occurs silently in some cases, leaving systems vulnerable without obvious warning.
Step-by-Step Troubleshooting Guide
For users experiencing these issues, try these verified solutions in order:
1. Basic Troubleshooting Steps
- Restart your computer (simple but effective for some users)
- Run Windows Update troubleshooter (Settings > Update & Security > Troubleshoot)
- Check for newer updates that might contain a fix
2. Advanced Repair Methods
Method A: Reset Windows Firewall
1. Open Command Prompt as Administrator
2. Run these commands sequentially:
netsh advfirewall reset
netsh winsock reset
3. Restart your computer
Method B: Manual Service Restart
1. Press Win+R, type services.msc and press Enter
2. Locate "Windows Defender Firewall" service
3. Right-click and select "Restart"
4. If restart fails, try "Properties" and change startup type to "Automatic"
Method C: System File Checker Scan
1. Open Command Prompt as Administrator
2. Run: sfc /scannow
3. After completion, run: DISM /Online /Cleanup-Image /RestoreHealth
4. Restart your computer
Temporary Workarounds for Critical Systems
For business environments or systems requiring immediate protection:
- Consider temporarily enabling a third-party firewall
- Create manual outbound rules for essential applications
- Monitor network traffic closely for suspicious activity
Microsoft's Response and Expected Timeline
As of the latest updates, Microsoft has categorized this as a "known issue" and is working on a resolution. Based on previous similar incidents, users can expect:
- A knowledge base article with official workarounds within 3-5 business days
- A hotfix or out-of-band update within 1-2 weeks
- Possible update rollback options if the issue proves widespread
Long-Term Implications for Windows Update Trust
This incident raises important questions about Microsoft's update quality control processes, particularly because:
- The firewall is a critical security component
- The issue affects both home and enterprise environments
- Automatic updates make the problem propagate quickly
Security experts recommend that administrators consider implementing update delay policies for critical systems until Microsoft demonstrates improved update reliability.
Preventive Measures for Future Updates
To minimize impact from similar issues:
- Enable System Restore points before installing major updates
- Consider using Windows Update for Business to delay updates
- Maintain verified backups of firewall configurations
- Monitor Microsoft's release health dashboard before deploying updates
User Reports and Community Findings
The Windows community has identified several patterns:
- The issue appears more prevalent on systems with custom firewall rules
- Some third-party VPN software exacerbates the problem
- Clean Windows installations seem less affected than upgraded systems
Microsoft MVP Raymond Chen noted on his blog that "the update appears to mishandle certain rule inheritance scenarios," suggesting the problem may stem from permission handling changes in the update.
Final Recommendations
Until Microsoft releases an official fix:
- Document all firewall rule changes made during troubleshooting
- Avoid manually editing registry values unless absolutely necessary
- Consider the security implications of any temporary workarounds
- Monitor official Microsoft channels for updates
Users should weigh the security benefits of the original update against the firewall disruption when deciding whether to uninstall KB5060829. In most cases, maintaining the update with temporary firewall workarounds provides better protection than removing it entirely.