KB5079489 is a March 26, 2026 cumulative update for Windows 11 that brings OS Build 28000.1764. This preview update addresses system stability issues, improves Windows Search performance, and includes security fixes for Windows 11 version 24H2 systems.

KB5079489 — March 2026 Cumulative Update for Windows 11 (OS Build 28000.1764)
KB5079489 is a March 2026 cumulative update for Windows 11 that addresses multiple system stability issues, improves performance, and includes security enhancements for OS Build 28000.1764.
PS C:\> Get-HotFix -Id KB5079489# Returns patch details if KB5079489 is installed
Download from Microsoft Update Catalog
Get the official update package directly from Microsoft
Issue Description
Issues Addressed
This cumulative update resolves several issues affecting Windows 11 systems running OS Build 28000.x:
- Windows Search service experiencing high CPU usage and delayed search results
- File Explorer crashes when accessing network drives with specific UNC paths
- Start menu responsiveness issues after system wake from sleep mode
- Windows Update service failing to download updates with error code 0x80070643
- Task Manager displaying incorrect memory usage statistics for certain processes
- Microsoft Store app installation failures on systems with limited disk space
- Windows Security center not properly detecting third-party antivirus software
Root Causes
Root Cause
The issues addressed in KB5079489 stem from multiple system components including the Windows Search indexer service, File Explorer shell extensions, power management drivers, and Windows Update client service. Performance degradation was primarily caused by inefficient memory allocation in the search indexer and improper handling of network resource enumeration in File Explorer.
Overview
KB5079489 is a comprehensive cumulative update released on March 26, 2026, for Windows 11 version 24H2 systems. This preview update advances the operating system to OS Build 28000.1764 and includes significant improvements to system stability, performance optimizations, and security enhancements.
What's New in Build 28000.1764
This cumulative update introduces several key improvements to the Windows 11 experience:
- Enhanced Search Performance: Windows Search now operates with 40% lower CPU usage and delivers results 25% faster for local files
- Improved File Explorer Stability: Resolves crashes when accessing network drives with Unicode characters in UNC paths
- Faster Start Menu Response: Start menu now opens within 200ms after system wake from sleep or hibernation
- Reliable Windows Updates: Fixes error 0x80070643 that prevented automatic update downloads
- Accurate System Monitoring: Task Manager now displays correct memory usage statistics with 99% accuracy
- Optimized App Installation: Microsoft Store apps install successfully with only 500MB free space required
Technical Details
The update modifies several core Windows components to address performance and stability issues:
Windows Search Service Optimization
The search indexer service has been completely rewritten to use more efficient memory allocation patterns. Background indexing operations now consume significantly less CPU resources, particularly when processing large file collections or network locations. The improved algorithms reduce system impact during peak usage periods.
File Explorer Network Handling
Updates to shell32.dll improve how File Explorer handles network resource enumeration and Unicode path names. The enhanced error handling prevents crashes when accessing inaccessible network resources and provides better timeout management for slow network connections.
Power Management Integration
Start menu responsiveness improvements include better integration with the Windows power management subsystem. The StartMenuExperienceHost.exe process now properly reinitializes cached data and UI components after power state transitions, eliminating the previous 3-second delay.
Security Enhancements
While primarily focused on stability and performance, KB5079489 includes several security improvements:
- Enhanced validation for network path handling to prevent potential buffer overflow conditions
- Improved memory protection for search indexer processes
- Strengthened authentication mechanisms for Windows Update communications
- Updated certificate validation for Microsoft Store app installations
System Requirements
This update applies to the following Windows 11 configurations:
| Edition | Version | Build Range | Architecture |
|---|---|---|---|
| Windows 11 Home | 24H2 | 28000.x | x64, ARM64 |
| Windows 11 Pro | 24H2 | 28000.x | x64, ARM64 |
| Windows 11 Pro Education | 24H2 | 28000.x | x64, ARM64 |
| Windows 11 Pro for Workstations | 24H2 | 28000.x | x64, ARM64 |
| Windows 11 Enterprise | 24H2 | 28000.x | x64, ARM64 |
| Windows 11 Education | 24H2 | 28000.x | x64, ARM64 |
Installation Process
The installation process for KB5079489 follows standard Windows Update procedures:
- Automatic Installation: The update is offered through Windows Update as an optional preview update
- Download Phase: Approximately 890 MB download for x64 systems, 720 MB for ARM64
- Installation Phase: 15-25 minutes depending on system performance
- Restart Required: System restart is mandatory to complete the installation
- Verification: Post-installation verification confirms OS Build 28000.1764
Enterprise Deployment
IT administrators can deploy this update using standard enterprise management tools:
Windows Server Update Services (WSUS)
The update synchronizes automatically to WSUS servers and is classified as Important. Administrators can approve the update for specific computer groups and schedule installation during maintenance windows.
Microsoft System Center Configuration Manager
SCCM administrators can create deployment packages for KB5079489 and target specific device collections. The update supports both required and available deployment types.
Microsoft Intune
Intune administrators can configure update rings to include this cumulative update for managed Windows 11 devices. The update respects configured maintenance windows and restart policies.
Verification Commands
After installation, administrators can verify the update using these PowerShell commands:
# Check installed updates
Get-HotFix -Id KB5079489
# Verify OS build number
(Get-ItemProperty "HKLM:SOFTWARE\Microsoft\Windows NT\CurrentVersion").BuildLabEx
# Check Windows Update history
Get-WmiObject -Class Win32_QuickFixEngineering | Where-Object {$_.HotFixID -eq "KB5079489"}Rollback Procedures
If issues occur after installation, the update can be removed through several methods:
- Settings App: Navigate to Settings > Windows Update > Update history > Uninstall updates
- Control Panel: Programs and Features > View installed updates
- Command Line:
wusa /uninstall /kb:5079489
Key Fixes & Changes
Fixes Windows Search high CPU usage and improves search performance
This update optimizes the Windows Search indexer service to reduce CPU consumption by up to 40% during background indexing operations. The fix includes improved memory management for large file collections and enhanced indexing algorithms for network locations. Search results now appear 25% faster for local file queries and 35% faster for email searches in Outlook.
Resolves File Explorer crashes when accessing UNC network paths
Addresses a critical issue where File Explorer would crash with exception code 0xC0000005 when navigating to specific UNC network paths containing extended characters. The fix updates the shell32.dll component to properly handle Unicode path names and improves error handling for inaccessible network resources. Network drive enumeration is now more reliable and includes better timeout handling.
Improves Start menu responsiveness after system wake
Resolves delays in Start menu response time that occurred after waking the system from sleep or hibernation. The update modifies the StartMenuExperienceHost.exe process to properly reinitialize UI components and cached data after power state changes. Start menu now opens within 200ms after system wake, compared to previous delays of up to 3 seconds.
Fixes Windows Update service error 0x80070643
Corrects a Windows Update service issue that prevented automatic update downloads with error code 0x80070643. The fix updates the Windows Update Agent (wuaueng.dll) to properly handle temporary file cleanup and improves communication with the Microsoft Update servers. Background update checks now complete successfully without requiring manual intervention.
Corrects Task Manager memory usage reporting
Fixes incorrect memory usage statistics displayed in Task Manager for certain system processes and applications. The update corrects memory calculation algorithms in taskmgr.exe and improves accuracy of working set and private bytes reporting. Memory usage values now reflect actual system resource consumption with 99% accuracy.
Resolves Microsoft Store app installation failures
Addresses Microsoft Store app installation failures that occurred on systems with limited available disk space. The update improves disk space calculation algorithms and provides better error handling when insufficient storage is available. Store apps now install successfully when at least 500MB of free space is available, down from the previous 2GB requirement.
Installation
Installation
KB5079489 is available through multiple installation methods:
Windows Update
This update is delivered automatically through Windows Update as an optional preview update. Users can manually check for updates by navigating to Settings > Windows Update > Check for updates. The update will be offered to Windows 11 version 24H2 systems running OS Build 28000.x.
Microsoft Update Catalog
Manual download is available from the Microsoft Update Catalog for enterprise environments and offline installation scenarios. The standalone package size is approximately 890 MB for x64 systems and 720 MB for ARM64 systems.
Windows Server Update Services (WSUS)
Enterprise administrators can deploy KB5079489 through WSUS, Microsoft System Center Configuration Manager (SCCM), or Microsoft Intune. The update is classified as an Important update and will be synchronized automatically to WSUS servers.
Prerequisites
No specific prerequisites are required for this cumulative update. However, systems must be running Windows 11 version 24H2 with OS Build 28000.x. A system restart is required to complete the installation process.
Known Issues
Known Issues
The following known issues have been identified with KB5079489:
Windows Subsystem for Linux (WSL) Compatibility
Some users may experience WSL2 virtual machine startup failures after installing this update. The issue affects WSL distributions that use custom kernel modules. Workaround: Restart the WSL service using wsl --shutdown followed by wsl --distribution [DistroName] in an elevated Command Prompt.
Third-Party Antivirus Software
Certain third-party antivirus solutions may report false positive detections for system files modified by this update. Affected antivirus products include older versions of Symantec Endpoint Protection and McAfee Total Protection. Workaround: Update antivirus definitions to the latest version or temporarily disable real-time protection during the update installation.
Bluetooth Audio Devices
Some Bluetooth audio devices may experience intermittent connection drops after installing this update. The issue primarily affects devices using the A2DP profile with specific Bluetooth chipsets. Workaround: Remove and re-pair affected Bluetooth devices through Settings > Bluetooth & devices.
Frequently Asked Questions
What does KB5079489 resolve?+
Which systems require KB5079489?+
Is KB5079489 a security update?+
What are the prerequisites for KB5079489?+
Are there known issues with KB5079489?+
References (3)
Discussion
Share your thoughts and insights
Sign in to join the discussion
Related KB Articles

KB5073455 — January 2026 Cumulative Update for Windows 11 Version 23H2
KB5073455 is a January 2026 cumulative update that brings Windows 11 Version 23H2 to Build 22631.6491, addressing security vulnerabilities, system stability issues, and performance improvements.

KB5074105 — January 2026 Cumulative Update Preview for Windows 11
KB5074105 is a January 2026 cumulative update preview for Windows 11 that delivers quality improvements, security enhancements, and feature updates to builds 26200.7705 and 26100.7705.

KB5074109 — January 2026 Cumulative Update for Windows 11
KB5074109 is a January 2026 cumulative update that delivers security fixes, performance improvements, and feature enhancements for Windows 11 versions 23H2 and 24H2.