If you have tried to install Windows 11 update KB5054156 and the installation repeatedly fails, gets stuck at a percentage, or the update does not appear in Windows Update despite checking multiple times, you are dealing with a Windows Update infrastructure conflict that prevents this cumulative update from completing successfully. KB5054156 is a critical security and quality cumulative update for Windows 11 that addresses important system vulnerabilities and stability improvements.
This guide covers every verified fix for KB5054156 not installing on Windows 11.
What Causes KB5054156 Not Installing on Windows 11
- Corrupted Windows Update cache blocking the KB5054156 download or installation
- Windows Update services in a stuck or misconfigured state
- Insufficient free disk space on the system drive for update extraction
- Corrupted Windows system files preventing update component installation
- Third-party antivirus software interfering with the update installation process
- Previous failed update leaving the system in an inconsistent state
- Software Distribution folder containing conflicting cached update data
- Windows Update delivery optimization settings causing download failures
How to Fix KB5054156 Windows 11 Update Not Installing
Fix 1: Run the Windows Update Troubleshooter
The built-in Windows Update Troubleshooter detects and automatically repairs the most common causes of KB5054156 installation failures.
Steps:
- Press Win + I and navigate to System, then Troubleshoot
- Click Other Troubleshooters and find Windows Update in the list
- Click Run and allow the troubleshooter to scan and detect issues
- Apply all recommended fixes when the troubleshooter completes
- Restart your PC and check Windows Update for KB5054156 again
Fix 2: Clear the Windows Update Cache
A corrupted Software Distribution folder is the most direct cause of KB5054156 failing to install. Clearing it forces a fresh download of the update package.
Steps:
- Open Command Prompt as Administrator
- Stop update services by running:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver - Delete all contents from C:\Windows\SoftwareDistribution\Download
- Also clear contents from C:\Windows\System32\catroot2
- Restart all services:
net start wuauserv
net start cryptSvc
net start bits
net start msiserver - Restart your PC and retry KB5054156 installation
Fix 3: Install KB5054156 Manually via Microsoft Update Catalog
Downloading KB5054156 directly from the Microsoft Update Catalog bypasses all Windows Update delivery infrastructure issues and installs the update directly.
Steps:
- Open your browser and go to the Microsoft Update Catalog website
- Search for KB5054156 in the search bar
- Select the version matching your Windows 11 edition and architecture (x64)
- Click Download and save the .msu file to your desktop
- Right-click the downloaded file and select Run as Administrator
- Complete the installation prompts and restart when prompted
Fix 4: Run SFC and DISM Repair Commands
Steps:
- Open Command Prompt as Administrator
- Run: sfc /scannow and wait for full completion
- Then run: DISM /Online /Cleanup-Image /RestoreHealth
- Allow both processes to finish completely before proceeding
- Restart your PC and retry the KB5054156 installation through Windows Update
Fix 5: Free Up Disk Space on the System Drive
Steps:
- Press Win + E, right-click the C: drive, and select Properties
- Confirm at least 10 GB of free space is available for the update
- Open Settings, then System, then Storage, then Temporary Files
- Remove all unnecessary temporary and cached files
- Run Disk Cleanup as Administrator and select Clean up System Files
- Restart your PC and retry the update installation
Fix 6: Reset Windows Update Components Completely
Steps:
- Open Command Prompt as Administrator and run:
net stop wuauserv
net stop cryptSvc
net stop bits
regsvr32 /s wuapi.dll
regsvr32 /s wuaueng.dll
regsvr32 /s wups.dll
regsvr32 /s wups2.dll
net start wuauserv
net start cryptSvc
net start bits - Restart your PC and attempt to install KB5054156 again
Fix 7: Temporarily Disable Third-Party Antivirus
Third-party antivirus software frequently intercepts Windows Update installation processes, causing KB5054156 to fail silently during the extraction or file replacement phase.
Steps:
- Open your antivirus software and navigate to its settings or protection panel
- Locate the real-time protection or active protection toggle and disable it temporarily
- Open Windows Update and attempt to install KB5054156 immediately
- Re-enable antivirus protection as soon as the installation completes or fails
- If the update installs successfully with antivirus disabled, add the Windows Update folder as a permanent exclusion
Conclusion
KB5054156 failing to install on Windows 11 is a Windows Update delivery and infrastructure failure that responds directly to cache clearing, component resets, and manual installation methods. Start with Fix 1 and Fix 2 for the fastest resolution. With the Windows Update cache cleared and components reset, KB5054156 will install successfully and keep your Windows 11 system secure and current.


