Several issues after installing KB5094127

AAC 0 Reputation points
2026-06-26T19:45:46.75+00:00

I've been having several problems after downloading KB5094127 to my windows 10 computer version 22H2 Build 19045.7291

After downloading and installing, I rebooted as prompted and upon startup, Task Manager ran (it's not one of my startup processes) and after a few minutes the computer froze. This happened again after a another reboot.

I ran DISM /Online /Cleanup-Image /RestoreHealth then sfc /scannow and that seemed to fix the freezing up problem.

However, my PC continuously downloads and "installs" that update every day or upon reboot or when it wakes up.

The computer repeatedly says the update was successful, but the Build hasn't updated and it continues to download KB5094127

There are no error messages associated with this update on my computer, only that it has "successfully installed" (while it hasn't)

Windows for home | Windows 10 | Windows update

3 answers

Sort by: Most helpful
  1. John DeV 168.7K Reputation points Independent Advisor
    2026-06-29T18:27:20.5133333+00:00

    If the issue persists, please try performing an In-place Upgrade. It will definitely help in resolving update errors. Performing this can repair broken operating system files while your personal files, settings and installed applications will not be removed.

    Few things to check on the PC

    • Unplug all external peripherals except for the Mouse, Keyboard, and LAN cable before starting
    • Disable or uninstall any third-party Antivirus program to prevent it from interfering with the upgrade

    Download the media creation tool (Click Download tool now) and save it to your computer.

    https://www.microsoft.com/en-us/software-download/windows10

    Open the tool and select Upgrade this PC now.

    Make sure to select Keep personal files and apps.

    It might take some time to install Windows 10. Your computer will restart a few times, make sure you don’t turn off your PC

    Was this answer helpful?

    0 comments No comments

  2. John DeV 168.7K Reputation points Independent Advisor
    2026-06-27T21:16:14.0366667+00:00

    Have you checked your Update history to see if KB5094127 is listed there and if it was successfully installed?

    Open Settings > Update & Security > View Update history

    Please take a screenshot of the resulting window and post it in your next response.

    Here's a direct download link of KB5094127 from Microsoft Update Catalog. Download and install the update manually. 

    https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/secu/2026/06/windows10.0-kb5094127-x64_6cc28e1a08d05bf15d7bf761ac6c4abb69b6d23e.msu

    Was this answer helpful?


  3. John DeV 168.7K Reputation points Independent Advisor
    2026-06-26T21:35:14.7366667+00:00

    Hi, good day!

    Have you checked your Update history to see if KB5094127 is listed there and if it was successfully installed?


    Please try to reset Windows Update components manually

    Press Windows key+X then select either Windows PowerShell (Admin) or Terminal (Admin)

    Copy each command line into PowerShell or Terminal, and then press Enter (one line at a time).

              net stop bits
              net stop wuauserv
              net stop appidsvc
              net stop cryptsvc
              Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"
              rmdir %systemroot%\SoftwareDistribution /S /Q
              rmdir %systemroot%\system32\catroot2 /S /Q
              regsvr32.exe /s atl.dll
              regsvr32.exe /s urlmon.dll
              regsvr32.exe /s mshtml.dll
              netsh winsock reset
              netsh winsock reset proxy
              net start bits
              net start wuauserv
              net start appidsvc
              net start cryptsvc
    

    Restart your computer.

    I look forward to receiving your update and I'm willing to collaborate with you till we resolve the issue. Do keep me informed by clicking "Add comment" below.

    Was this answer helpful?


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.