2026-06 Update KB5095093 26200.8737 will not install

Don Etheridge 0 Reputation points
2026-07-10T18:54:39.1433333+00:00

I have been restarting to install this update for over a week with no success. Is there a trick to it? Moved from Windows for home | Windows 11 | Windows update

Windows for business | Windows Client for IT Pros | Devices and deployment | Install Windows updates, features, or roles
0 comments No comments

1 answer

Sort by: Most helpful
  1. Domic Vo 28,365 Reputation points Independent Advisor
    2026-07-14T02:06:50.9266667+00:00

    Hi Don Etheridge,

    Experiencing a continuous restart loop with preview update KB5095093 typically indicates that the local installation payload or cryptographic catalog is corrupted. To resolve this, you must force the operating system to clear these broken files and download a fresh copy. Open your Start menu, search for Command Prompt, and select Run as administrator. You must halt the background update services by executing the commands net stop wuauserv, net stop cryptSvc, net stop bits, and net stop msiserver one after the other. Once the services are successfully stopped, you can safely back up and hide the corrupted files from the update engine by running ren C:\Windows\SoftwareDistribution SoftwareDistribution.old followed by ren C:\Windows\System32\catroot2 catroot2.old. Finally, restart the background services by executing net start wuauserv, net start cryptSvc, net start bits, and net start msiserver. Windows will automatically generate clean folders for a fresh download attempt.

    If the restart loop persists, underlying system file corruption may be blocking the installation. In that same administrator Command Prompt, run sfc /scannow to thoroughly check and replace any damaged local system files. Afterward, execute DISM /Online /Cleanup-Image /RestoreHealth to allow the Deployment Image Servicing and Management tool to fetch healthy replacement files directly from Microsoft's secure servers.

    Should these repairs fail to resolve the automatic update loop, bypassing the delivery mechanism is the most effective fallback. Open your web browser, navigate to the official Microsoft Update Catalog website, and search for KB5095093. Download the standalone offline installer package for your specific system architecture and run it locally. This bypasses the automatic Windows Update engine entirely and forces the installation using a complete, uncorrupted file package.

    Domic

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.