KB5078129 is an out-of-band cumulative update released on January 24, 2026, for Windows 10 versions 21H2 and 22H2. This update addresses critical security vulnerabilities and system stability issues that required immediate patching outside the regular monthly update cycle.

KB5078129 — January 2026 Out-of-Band Cumulative Update for Windows 10
KB5078129 is an out-of-band cumulative update released January 24, 2026, addressing critical security vulnerabilities and system stability issues in Windows 10 versions 21H2 and 22H2.
PS C:\> Get-HotFix -Id KB5078129# Returns patch details if KB5078129 is installed
Download from Microsoft Update Catalog
Get the official update package directly from Microsoft
Issue Description
Issue Description
This out-of-band update addresses several critical issues affecting Windows 10 systems:
- Security vulnerabilities in Windows kernel components that could allow privilege escalation
- System crashes and blue screen errors (BSOD) occurring during high memory usage scenarios
- Network connectivity issues affecting domain-joined computers after installing previous cumulative updates
- Windows Update service failures preventing automatic installation of subsequent updates
- Performance degradation in applications using DirectX 12 graphics APIs
These issues were identified as requiring immediate attention due to their impact on system security and stability, prompting Microsoft to release this update outside the standard Patch Tuesday schedule.
Root Causes
Root Cause
The issues addressed by KB5078129 stem from multiple components within Windows 10. Security vulnerabilities were introduced through improper memory handling in kernel-mode drivers. System stability issues resulted from memory management conflicts in the Windows Memory Manager during high-load scenarios. Network connectivity problems were caused by registry corruption affecting network adapter configuration after previous updates.
Overview
KB5078129 is an out-of-band cumulative update released on January 24, 2026, for Windows 10 versions 21H2 and 22H2. This update addresses critical security vulnerabilities and system stability issues that required immediate patching outside the regular monthly update cycle. The update brings affected systems to Build 19044.6812 for Windows 10 21H2 and Build 19045.6812 for Windows 10 22H2.
Issue Description
This out-of-band update addresses several critical issues affecting Windows 10 systems:
- Security vulnerabilities in Windows kernel components that could allow privilege escalation
- System crashes and blue screen errors (BSOD) occurring during high memory usage scenarios
- Network connectivity issues affecting domain-joined computers after installing previous cumulative updates
- Windows Update service failures preventing automatic installation of subsequent updates
- Performance degradation in applications using DirectX 12 graphics APIs
These issues were identified as requiring immediate attention due to their impact on system security and stability, prompting Microsoft to release this update outside the standard Patch Tuesday schedule.
Root Cause
The issues addressed by KB5078129 stem from multiple components within Windows 10. Security vulnerabilities were introduced through improper memory handling in kernel-mode drivers. System stability issues resulted from memory management conflicts in the Windows Memory Manager during high-load scenarios. Network connectivity problems were caused by registry corruption affecting network adapter configuration after previous updates.
Applies To
| Operating System | Version | Build Before Update | Build After Update |
|---|---|---|---|
| Windows 10 | 21H2 | 19044.xxxx | 19044.6812 |
| Windows 10 | 22H2 | 19045.xxxx | 19045.6812 |
This update applies to all editions of Windows 10, including Home, Pro, Pro for Workstations, Enterprise, and Education.
Resolution — Key Fixes
1. Patches Critical Kernel Security Vulnerabilities
This update resolves multiple security vulnerabilities in Windows kernel components, including improper memory handling that could allow local privilege escalation. The patch modifies kernel memory allocation routines and strengthens input validation in system calls. These fixes prevent unauthorized code execution and protect against elevation of privilege attacks targeting kernel-mode drivers.
2. Fixes System Crashes During High Memory Usage
Resolves blue screen errors (BSOD) with stop codes 0x0000001A and 0x0000003B that occurred when system memory usage exceeded 85% capacity. The fix improves memory management algorithms in the Windows Memory Manager and corrects race conditions in virtual memory allocation. This prevents system crashes during memory-intensive operations such as large file transfers or running multiple virtual machines.
3. Restores Network Connectivity for Domain-Joined Computers
Addresses network connectivity issues affecting computers joined to Active Directory domains. The problem manifested as inability to authenticate with domain controllers and access network resources after installing previous cumulative updates. This fix corrects registry corruption in network adapter configuration and restores proper Kerberos authentication functionality.
4. Repairs Windows Update Service Functionality
Fixes Windows Update service failures that prevented automatic installation of subsequent updates. The issue caused Windows Update to display error 0x80070643 or become unresponsive during update checks. This update repairs corrupted Windows Update components and restores proper communication with Microsoft Update servers.
5. Improves DirectX 12 Graphics Performance
Resolves performance degradation in applications and games using DirectX 12 graphics APIs. The issue caused frame rate drops and rendering artifacts in graphics-intensive applications. This fix optimizes GPU memory management and corrects shader compilation issues in the DirectX 12 runtime, restoring expected graphics performance.
Installation
KB5078129 is available through multiple installation methods:
Windows Update
This out-of-band update is automatically delivered to Windows 10 systems through Windows Update. The update will be offered as a high-priority update and will install automatically if automatic updates are enabled. Manual installation is available through Settings > Update & Security > Windows Update > Check for updates.
Microsoft Update Catalog
Manual download is available from the Microsoft Update Catalog for enterprise deployment scenarios. The standalone package is approximately 847 MB for x64 systems and 654 MB for x86 systems.
Windows Server Update Services (WSUS)
Enterprise environments using WSUS can approve and deploy this update through their existing update management infrastructure. The update is classified as a Critical Update in WSUS.
System Requirements
- Available disk space: Minimum 2 GB free space on system drive
- System restart: Required after installation
- Installation time: Approximately 15-30 minutes depending on system configuration
- Prerequisites: No specific prerequisites required
Known Issues
The following known issues have been identified with KB5078129:
Installation Issues
- Error 0x800f0922: Installation may fail on systems with corrupted system files. Run
sfc /scannowandDISM /Online /Cleanup-Image /RestoreHealthbefore retrying installation. - Slow installation: Installation may take longer than expected on systems with traditional hard drives. This is normal behavior and does not indicate a problem.
Post-Installation Issues
- Printer compatibility: Some older network printers may experience connectivity issues after installing this update. Updating printer drivers to the latest version typically resolves this issue.
- Third-party antivirus: Certain third-party antivirus solutions may report false positives for system files modified by this update. Contact your antivirus vendor for updated definitions.
Workarounds
If you experience issues after installing KB5078129, you can uninstall the update through Settings > Update & Security > Windows Update > View update history > Uninstall updates. However, this is not recommended due to the critical security fixes included in this update.
Verification
To verify successful installation of KB5078129:
- Open Settings > Update & Security > Windows Update > View update history
- Confirm that
KB5078129appears in the list of successfully installed updates - Check system build number by running
winvercommand - Verify build number shows
19044.6812(21H2) or19045.6812(22H2)
Alternatively, use PowerShell to check installed updates:
Get-HotFix -Id KB5078129Key Fixes & Changes
Patches critical kernel security vulnerabilities
This update resolves multiple security vulnerabilities in Windows kernel components, including improper memory handling that could allow local privilege escalation. The patch modifies kernel memory allocation routines and strengthens input validation in system calls. These fixes prevent unauthorized code execution and protect against elevation of privilege attacks targeting kernel-mode drivers.
Fixes system crashes during high memory usage
Resolves blue screen errors (BSOD) with stop codes 0x0000001A and 0x0000003B that occurred when system memory usage exceeded 85% capacity. The fix improves memory management algorithms in the Windows Memory Manager and corrects race conditions in virtual memory allocation. This prevents system crashes during memory-intensive operations such as large file transfers or running multiple virtual machines.
Restores network connectivity for domain-joined computers
Addresses network connectivity issues affecting computers joined to Active Directory domains. The problem manifested as inability to authenticate with domain controllers and access network resources after installing previous cumulative updates. This fix corrects registry corruption in network adapter configuration and restores proper Kerberos authentication functionality.
Repairs Windows Update service functionality
Fixes Windows Update service failures that prevented automatic installation of subsequent updates. The issue caused Windows Update to display error 0x80070643 or become unresponsive during update checks. This update repairs corrupted Windows Update components and restores proper communication with Microsoft Update servers.
Improves DirectX 12 graphics performance
Resolves performance degradation in applications and games using DirectX 12 graphics APIs. The issue caused frame rate drops and rendering artifacts in graphics-intensive applications. This fix optimizes GPU memory management and corrects shader compilation issues in the DirectX 12 runtime, restoring expected graphics performance.
Installation
Installation
KB5078129 is available through multiple installation methods:
Windows Update
This out-of-band update is automatically delivered to Windows 10 systems through Windows Update. The update will be offered as a high-priority update and will install automatically if automatic updates are enabled. Manual installation is available through Settings > Update & Security > Windows Update > Check for updates.
Microsoft Update Catalog
Manual download is available from the Microsoft Update Catalog for enterprise deployment scenarios. The standalone package is approximately 847 MB for x64 systems and 654 MB for x86 systems.
Windows Server Update Services (WSUS)
Enterprise environments using WSUS can approve and deploy this update through their existing update management infrastructure. The update is classified as a Critical Update in WSUS.
System Requirements
- Available disk space: Minimum 2 GB free space on system drive
- System restart: Required after installation
- Installation time: Approximately 15-30 minutes depending on system configuration
- Prerequisites: No specific prerequisites required
Known Issues
Known Issues
The following known issues have been identified with KB5078129:
Installation Issues
- Error 0x800f0922: Installation may fail on systems with corrupted system files. Run
sfc /scannowandDISM /Online /Cleanup-Image /RestoreHealthbefore retrying installation. - Slow installation: Installation may take longer than expected on systems with traditional hard drives. This is normal behavior and does not indicate a problem.
Post-Installation Issues
- Printer compatibility: Some older network printers may experience connectivity issues after installing this update. Updating printer drivers to the latest version typically resolves this issue.
- Third-party antivirus: Certain third-party antivirus solutions may report false positives for system files modified by this update. Contact your antivirus vendor for updated definitions.
Workarounds
If you experience issues after installing KB5078129, you can uninstall the update through Settings > Update & Security > Windows Update > View update history > Uninstall updates. However, this is not recommended due to the critical security fixes included in this update.
Frequently Asked Questions
What does KB5078129 resolve?+
Which systems require KB5078129?+
Is KB5078129 a security update?+
What are the prerequisites for KB5078129?+
Are there known issues with KB5078129?+
References (1)
Discussion
Share your thoughts and insights
Sign in to join the discussion
Related KB Articles

KB5073722 — January 2026 Cumulative Update for Windows 10 Version 1607
KB5073722 is a January 2026 cumulative update for Windows 10 Version 1607 (Anniversary Update) that addresses security vulnerabilities, improves system stability, and includes quality improvements for legacy Windows 10 systems.

KB5073723 — January 2026 Cumulative Update for Windows 10 Version 1809
KB5073723 is a cumulative update released January 13, 2026, for Windows 10 Version 1809 (October 2018 Update), bringing the OS build to 17763.8276 with security fixes and quality improvements.

KB5073724 — January 2026 Cumulative Update for Windows 10
KB5073724 is a January 2026 cumulative update that brings Windows 10 to builds 19045.6809 and 19044.6809, addressing security vulnerabilities, system stability issues, and compatibility improvements.