Microsoft recently released Windows 11 KB5094126, which includes bug fixes, performance improvements, and important security patches. It’s a mandatory update that downloads and installs automatically when you go to Settings > Windows Update > Check for updates. Then restart your PC to apply the changes. However, some users report that Windows 11 KB5094126 fails to install, often with error 0x80240069 or other generic “There were some problems installing updates” messages. In other cases, the update reaches a certain percentage, then shows “Undoing changes made to your computer” and rolls back to the previous build.
Why Windows 11 KB5094126 failed to install
If your Windows 11 update failed to install, or KB5094126 keeps failing or reverting, the problem is usually related to:
- A corrupted update database or cache
- Damaged system files
- Insufficient free disk space
- Conflicting antivirus, VPN, or other software
- Issues with Windows Update services or network connectivity
Whatever the reason, here is how to troubleshoot and fix Windows 11 KB5094126 failed to install / error 0x80240069 without reinstalling Windows.
Quick checks before advanced fixes
Before using more advanced tools, run through these quick checks. They often resolve Windows 11 update failed to install problems on their own.
Verify your internet connection
- Make sure you have a stable and reasonably fast connection to download the KB5094126 files from Microsoft’s servers. If your connection drops during download, the package may become corrupted and then fail to install.
Disable VPN and third‑party antivirus temporarily
- Disconnect any VPN you’re using.
- Temporarily disable or uninstall third‑party antivirus/firewall software (Norton, Avast, Kaspersky, etc.). These tools can block connections or system changes that Windows Update needs.
Restart your computer and try again
- A simple restart refreshes Windows, reloads update services, and clears temporary glitches that might be causing KB5094126 to fail.
Check free disk space
- Go to File Explorer > This PC and check drive C:.
- Ensure you have at least 3–4 GB of free space (more is better) to download, unpack, and install the update.
If KB5094126 still fails to install after these quick checks, continue with the detailed fixes below.
Run the Windows Update Troubleshooter
Whenever you run into Windows update installation problems, the first thing you should try is the built‑in Windows Update Troubleshooter. It scans for issues that prevent updates from installing, checks the Windows Update service and its related components, and attempts to automatically repair them.
- Open the Start menu and click Settings.
- In the left pane, select System.
- On the right side, click Troubleshoot.
- Click Other troubleshooters.
- Find Windows Update and click Run.

The troubleshooter will:
- Check Windows Update services and background tasks
- Look for problems in the update cache and configuration
- Attempt to fix any detected issues
Once it finishes:
- Restart your PC.
- Go back to Settings > Windows Update and click Check for updates.
- Try installing KB5094126 again.
If the update still fails or displays error 0x80240069, proceed to the next method.
Repair Windows system files (SFC and DISM)
Corrupted or missing system files are a very common reason why Windows 11 updates fail to install or roll back. Running SFC (System File Checker) and DISM helps detect and repair such issues.
- Press Windows key + S, type
cmdin the search box. - Right‑click Command Prompt and select Run as administrator.
First, run the System File Checker:
sfc /scannow
- This command will scan all protected system files and automatically replace corrupted or missing ones with the correct versions.
- Wait until the scan reaches 100%. It might take several minutes.

Next, use DISM to repair the Windows image. In the same elevated Command Prompt window, run these commands one by one:
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
- These commands will check the health of the Windows image and then repair any detected corruption.
- The RestoreHealth step may appear stuck at 20% or 40% for a long time; this is normal—do not close the window.
When all commands are complete, restart your PC and try installing KB5094126 again via Settings > Windows Update. If the failure was caused by damaged system files, this often fixes it.
Reset Windows Update components and clear the cache
Again, Windows Update installation problems occur when the Windows Update agent’s services stop functioning properly, the update cache becomes corrupted, or components break. In these situations, resetting Windows Update components and clearing the cache can resolve the issue.
- Press Windows key + S, type
cmd. - Right‑click Command Prompt and select Run as administrator.
First, stop the main Windows Update services by entering these commands one by one and pressing Enter after each:
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
Next, delete the cached update files:
- Press Windows key + E to open File Explorer.
- Navigate to: C:\WINDOWS\SoftwareDistribution\Download
- Press Ctrl + A to select all files and folders inside Download, then press the Delete key on your keyboard.

These are just temporary update files. Windows will download fresh copies the next time you check for updates.
Now restart the services:
In the same elevated Command Prompt window, run:
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
Finally, close Command Prompt, restart your computer, then go to Settings > Windows Update and click Check for updates. Try installing KB5094126 again.
Resetting these components often resolves cases where updates fail with error 0x80240069, other Windows Update error codes, or keep retrying and rolling back.
Perform a Clean Boot to rule out software conflicts
Sometimes Windows 11 updates fail to install because another program, driver, or background service interferes with the process. Performing a Clean Boot starts Windows with only essential Microsoft services, which helps you see if some third‑party software is blocking KB5094126.
- Press Windows key + R, type `msconfig` and press Enter.
- In the System Configuration window, go to the Services tab
- Tick Hide all Microsoft services at the bottom.
- Click Disable all to turn off all remaining (non‑Microsoft) services.
- Go to the Startup tab and click Open Task Manager.
- In Task Manager, disable all startup items by right‑clicking and choosing Disable.
- Close Task Manager and click OK in System Configuration. 8. Restart your PC.
Now that Windows is running in a Clean Boot state, go to Settings > Windows Update and try installing KB5094126 again.
- If the update installs successfully, one of the disabled apps/services was likely causing the problem.
- You can then re‑enable services and startup items one by one to find the culprit.
To exit Clean Boot later, repeat the steps above and re‑enable the services and startup items you disabled.
Download and install the KB5094126 update manually
If you’re still unable to install Windows 11 KB5094126 through the normal Windows Update process, you can manually download and install it using the Microsoft Update Catalog. This bypasses the built‑in update mechanism and often works when Windows Update itself is problematic.
- Open your web browser and go to:
https://www.catalog.update.microsoft.com/ - In the search box, type KB5094126 and press Enter.
- You’ll see a list of packages for different Windows 11 versions and architectures.
- Find the entry that matches your system, for example:
Windows 11 Version 25H2 / 24H2 – x64-based Systems. - Click the Download button next to the correct entry. A new window will open with a link to a
.msufile. Click that link to start the download.

After the download completes:
- Open your Downloads folder.
- Right‑click the downloaded
.msufile (for example,windows11.0-KB5094126-x64.msu) and select Run as administrator. - Click Yes at the UAC prompt, then follow the on‑screen instructions to install the update.
- When prompted, restart your computer to apply the changes.
Once your PC restarts, open Settings > Windows Update > Update history and confirm that KB5094126 shows as Successfully installed.
Switch to Google DNS
A few users report that changing the DNS address or switching to Google DNS helps resolve Windows 11 updates that won’t download or install, including KB5094126. If your ISP’s DNS is unreliable, this can improve connectivity to Microsoft’s update servers.
- Press Windows key + R, type
ncpa.cpland click OK to open the Network Connections window. - Locate your active network adapter (Wi‑Fi or Ethernet), right‑click it and select Properties.
- Select Internet Protocol Version 4 (TCP/IPv4), then click Properties.
- Choose Use the following DNS server addresses and enter:
- Preferred DNS server:
8.8.8.8 - Alternate DNS server:
8.8.4.4
- Preferred DNS server:
- Click OK, then Close, and restart your PC.

After restarting, go back to Settings > Windows Update and check for updates again. Try installing KB5094126 one more time.
Tip: In rare cases, outdated graphics, chipset, or storage drivers can contribute to update installation failures. If problems persist, open Device Manager, look for any devices with a yellow warning icon, and install the latest drivers from your PC or motherboard manufacturer’s website. Then restart and try again.
If the update still will not install after trying all methods, there may be a deeper system or hardware problem. In that case, consider using the Windows 11 Installation Assistant or performing an in‑place upgrade to the latest build that already includes KB5094126.
Frequently Asked Questions
The KB5094126 update can fail due to missing or corrupted system files, insufficient disk space, a corrupted Windows Update cache, an unstable internet connection, or conflicts with antivirus/VPN or other software.
Error 0x80240069 usually indicates a problem downloading or installing the update. It’s often related to network issues, damaged update files, or Windows Update components not working correctly. Resetting update components or manually installing KB5094126 often resolves the issue.
Start by checking your internet connection, disabling VPNs and third‑party antivirus software, and restarting your PC. Then run the Windows Update Troubleshooter, repair system files with SFC and DISM, reset Windows Update components, and if needed, install KB5094126 manually from the Microsoft Update Catalog.
It’s not recommended. Cumulative updates, such as KB5094126, contain important security and reliability fixes. Skipping them can leave your system vulnerable to security threats or bugs. It’s better to troubleshoot and resolve the installation issue.
If the update appears stuck for a long time with no disk activity, press and hold the power button to shut down the PC, then turn it back on. After restarting, run the troubleshooting steps in this guide, especially resetting Windows Update components or manually installing KB5094126, to complete the update successfully.




