T The Triage ManualTechnical Guides for IT Emergencies
P3 · Windows Server

Windows Server 2025 April 2025 Cumulative Update KB5082063 Install Failure — Remediated by OOB Update KB5091157

The April 2025 cumulative update KB5082063 fails to install on a subset of Windows Server 2025 systems, leaving them at the pre-April patch level. Microsoft acknowledged the defect and released out-of-band update KB5091157 to resolve the installation failure. Affected systems should install KB5091157 directly via Windows Update, WSUS, or manually from the Microsoft Update Catalog. If a partial KB5082063 installation has corrupted the component store, DISM /RestoreHealth should be run before applying the OOB fix.

Indicators

Likely causes

Diagnostic steps

  1. Open Settings > Windows Update > Update history on the affected server. Locate KB5082063 and confirm its status shows 'Failed'.
    Confirms the failure is specifically caused by KB5082063 and not an unrelated update or pre-existing issue, scoping the remediation to this OOB fix path.
  2. Open C:\Windows\Logs\CBS\CBS.log in a text editor and search for 'KB5082063' and any associated error codes (e.g., 0x800f####).
    Provides detailed component-level error information about why the update failed; essential for escalation to Microsoft Support if KB5091157 also fails.
  3. In an elevated PowerShell session run: Get-WindowsUpdateLog — then open the generated WindowsUpdate.log file and search for entries referencing KB5082063.
    Supplements CBS.log with Windows Update client-side ETL diagnostics to identify the precise failure point in the update pipeline (download, extraction, installation, finalization).
  4. Confirm the current OS build using: winver OR Get-ComputerInfo | Select-Object OsName, OsBuildNumber, OsVersion
    Establishes the exact patch baseline before applying KB5091157, confirming the system did not partially advance its build number and that the OOB fix is being applied to the correct baseline.
  5. If CBS.log or DISM output suggests component store corruption from a partial KB5082063 installation, run in an elevated command prompt: DISM /Online /Cleanup-Image /CheckHealth — followed by DISM /Online /Cleanup-Image /RestoreHealth if corruption is detected.
    Repairs the Windows component store before applying KB5091157, preventing the OOB update from failing for the same underlying reason as KB5082063.
  6. Verify whether KB5091157 is already available and offered via Windows Update, WSUS, SCCM, or Intune before attempting manual installation.
    Confirms the OOB remediation update is accessible from the patch management channel before resorting to a manual catalog download.

Resolution path

Prevention

Tools

References

windows-server-2025windows-updatepatch-failurekb5082063kb5091157out-of-band-updatecumulative-updateapril-2025dismcomponent-storewusapatch-managementinstall-failureapril-patch-tuesday