KB5085516 is not described in the available context, but similar 2026 Windows 11 cumulative updates follow the same installation patterns and prerequisites.
Try the following generic steps that apply to current Windows 11 26200 builds and 2026 updates:
- Ensure servicing stack requirements are met
- Newer Windows 11 updates combine the latest Servicing Stack Update (SSU) with the cumulative update or hotpatch. If the SSU is missing or outdated, the update can repeatedly fail or not be offered.
- For other 2026 updates (for example KB5079473, KB5075899, KB5075999, KB5077212), the SSU is either:
- Installed automatically via Windows Update/Windows Update for Business, or
- Required to be installed first when using the Microsoft Update Catalog or WSUS.
- If using an offline image or manual installation, verify that the latest SSU for the OS build is installed before retrying the KB5085516 update.
- Try installing the update manually from Microsoft Update Catalog
- For similar cumulative updates such as KB5079473, the recommended method when Windows Update fails is to:
- Download the correct .msu package for the device architecture (x64 or arm64) from the Microsoft Update Catalog.
- Place the .msu file in a local folder, for example
C:\Packages.
- Open an elevated Command Prompt and run a DISM command similar to:
-
DISM /Online /Add-Package /PackagePath:C:\Packages\Windows11.0-KB5079473-x64.msu
- Or in elevated PowerShell:
-
Add-WindowsPackage -Online -PackagePath "C:\Packages\Windows11.0-KB5079473-x64.msu"
- For KB5085516, use the corresponding KB5085516 .msu file and the same pattern.
- If using a mounted/offline image
- For other 26200-series updates (for example KB5079473), to add the update to a mounted image the documented pattern is:
- Elevated Command Prompt:
-
DISM /Image:mountdir /Add-Package /PackagePath:Windows11.0-KB5079473-x64.msu
- Or elevated PowerShell:
-
Add-WindowsPackage -Path "C:\offline" -PackagePath "Windows11.0-KB5079473-x64.msu" -PreventPending
- Apply the same approach to the KB5085516 package if updating installation media or an offline image.
- Install prerequisite MSU files in order (if applicable)
- Some 2026 cumulative updates (for example KB5079473) require multiple MSU files to be installed in a specific order when using the Catalog:
- Install the prerequisite MSU (for example
windows11.0-kb5043080-x64...msu).
- Then install the main cumulative update MSU (for example
windows11.0-kb5079473-x64...msu).
- If KB5085516 is structured similarly, ensure any prerequisite MSU listed for that KB is installed first, then retry KB5085516.
- If using WSUS or Windows Update for Business
- For other 2026 updates (for example KB5075899, KB5075999, KB5077212), SSUs and LCUs are combined or must both be approved in WSUS.
- If the device is managed, ensure the admin has:
- Approved the latest SSU and the KB5085516 update, and
- Synced WSUS successfully (noting that newer WSUS builds may temporarily hide some error details while addressing security issues).
- If repeated failures continue
- For Insider or preview builds, similar failures when updating between builds (for example to build 29550.1000) have been resolved either by:
- Pausing updates and waiting for a newer build, or
- Backing up data and performing a clean install of a current build.
- If KB5085516 is an Insider/preview build and always rolls back with “Undoing changes”, consider pausing updates until a newer build is available, or performing a clean install of a current public build.
If the exact error code for KB5085516 is available (for example from Windows Update history), targeted troubleshooting would depend on that specific code.
References: