ANAVEM
Reference
Languagefr
How to Fix Windows Update Errors on Windows 11 (2026 Edition)

How to Fix Windows Update Errors on Windows 11 (2026 Edition)

Resolve common Windows Update failures including KB5077241 installation errors and January 2026 boot issues using automated tools, manual fixes, and rollback procedures.

Emanuel DE ALMEIDAEmanuel DE ALMEIDA
March 17, 2026 15 min 10
mediumwindows-update 8 steps 15 min

Why Do Windows Updates Fail in 2026?

Windows Update errors have become increasingly complex with Windows 11's rapid release cycle. The February 2026 Preview Update (KB5077241) and January 2026 updates (including KB5074109) have introduced specific installation failures and boot issues affecting thousands of users worldwide.

These problems stem from corrupted system files, service conflicts, and compatibility issues with newer hardware drivers. The January 2026 updates particularly caused boot loops and installation failures, prompting Microsoft to release an emergency out-of-band fix (KB5077796).

What Makes Windows 11 Update Troubleshooting Different?

Unlike Windows 10, Windows 11 integrates cloud-based recovery options and enhanced diagnostic tools. The operating system now includes built-in repair mechanisms that can download fresh system files directly from Microsoft's servers, making recovery more reliable than previous versions.

However, the complexity of modern Windows updates means that simple solutions like restarting the Windows Update service often aren't sufficient. You need a systematic approach that addresses file corruption, service dependencies, and potential hardware conflicts.

Related: Fix Windows Update Error 0x800706be – Windows 10/11/Server

Related: Fix Windows KB5004945 Update Error – Windows 10, Windows 11

What Will You Learn From This Guide?

This tutorial covers both automated and manual repair techniques, from Microsoft's built-in troubleshooters to advanced command-line tools. You'll learn how to identify specific KB update failures, recover from boot issues, and prevent problematic updates from reinstalling. By the end, you'll have a complete toolkit for handling any Windows Update error that appears in 2026 and beyond.

Implementation Guide

Full Procedure

01

Run the Built-in Windows Update Troubleshooter

Start with Microsoft's automated diagnostic tool. This catches most common update issues without manual intervention.

Right-click the Start button and select Settings. Navigate to System > Troubleshoot > Other troubleshooters. Find Windows Update in the list and click Run next to it.

The troubleshooter will scan for problems like corrupted update files, service issues, and registry errors. Follow any prompts that appear and let it complete the process. This can take 5-10 minutes.

Pro tip: The troubleshooter often fixes permission issues and resets update components automatically, saving you manual work later.

Verification: After completion, go to Settings > Windows Update and click Check for updates to see if the error persists.

02

Repair System Files and Windows Image

Corrupted system files are a leading cause of update failures. Run these commands to scan and repair your Windows installation.

Press Windows + X and select Terminal (Admin) or Command Prompt (Admin). Run these commands in sequence:

sfc /scannow

Wait for the System File Checker to complete (10-30 minutes). Then run:

DISM /Online /Cleanup-Image /RestoreHealth

This repairs the Windows image using Windows Update. Finally, clean up component store:

DISM /Online /Cleanup-Image /StartComponentCleanup

Restart your computer after all commands complete successfully.

Warning: Don't interrupt these commands once started. Interruption can cause system instability.

Verification: Check the command output for "Windows Resource Protection found corrupt files and successfully repaired them" or "The operation completed successfully."

03

Reset Windows Update Services

Windows Update relies on several background services. If these aren't running properly, updates will fail consistently.

Press Windows + R, type services.msc, and press Enter. Locate these three critical services:

  • App Readiness
  • Background Intelligent Transfer Service (BITS)
  • Windows Update

For each service, right-click and select Properties. Set the Startup type to Automatic, then click Start if the service isn't running. Click Apply and OK.

After configuring all three services, restart each one by right-clicking and selecting Restart.

Pro tip: If a service won't start, check the Event Viewer (Windows + X > Event Viewer > Windows Logs > System) for specific error messages.

Verification: All three services should show Running status and Automatic startup type in the Services window.

04

Manually Download and Install Problematic Updates

For specific KB updates like KB5077241 (February 2026 Preview) that fail through Windows Update, download them directly from Microsoft's catalog.

Open your web browser and navigate to https://www.catalog.update.microsoft.com/Home.aspx. In the search box, enter the KB number (e.g., KB5077241).

Find the update that matches your Windows version and architecture. Check your system by running winver in the Start menu search. Look for entries like:

  • Windows 11 Version 25H2 for x64-based Systems
  • Windows 11 Version 24H2 for x64-based Systems

Click Download next to the correct version. Save the .msu file to your Downloads folder. Double-click the downloaded file to install it manually.

The Windows Update Standalone Installer will open. Click Yes to install and wait for completion.

Warning: Only download updates from the official Microsoft Update Catalog. Verify the URL shows catalog.update.microsoft.com.

Verification: After installation, go to Settings > Windows Update > Update history to confirm the KB appears in your installed updates list.

05

Fix Boot Issues from January 2026 Updates

If your system won't boot after installing January 2026 updates (like KB5074109), you need to access Windows Recovery Environment to uninstall the problematic update.

Method 1 - Trigger WinRE: Power on your computer and force shutdown by holding the power button when you see the Windows logo. Repeat this 2-3 times until you see "Preparing Automatic Repair."

Method 2 - Use bootable media: If you have a Windows installation USB, boot from it and select Repair your computer.

Once in WinRE, select Troubleshoot > Advanced options > Uninstall Updates > Uninstall latest quality update. Confirm the uninstallation and wait for the process to complete.

Your system will restart automatically. After booting successfully, immediately go to Settings > Windows Update and click Pause updates for 1 week to prevent the problematic update from reinstalling.

Pro tip: Create a system restore point before installing any preview or optional updates to make recovery easier.

Verification: Check that your system boots normally and the problematic KB no longer appears in Settings > Windows Update > Update history.

06

Block Problematic Updates Permanently

Prevent known problematic updates from reinstalling automatically using Microsoft's official hide updates tool.

Download the Windows Update Show or Hide tool from http://download.microsoft.com/download/F/2/2/F22D5FDB-59CD-4275-8C95-1BE17BF70B21/wushowhide.diagcab. This is Microsoft's official troubleshooter for managing updates.

Double-click the downloaded wushowhide.diagcab file to run it. Click Next when the troubleshooter opens.

Select Hide updates from the options. The tool will scan for available updates and display a list. Check the boxes next to any problematic updates you want to block (such as KB5074109 if it caused boot issues).

Click Next and then Close when the process completes. The selected updates will no longer appear in Windows Update.

If you later want to unhide an update, run the tool again and select Show hidden updates.

Warning: Only hide updates that you know are problematic. Blocking security updates can leave your system vulnerable.

Verification: Go to Settings > Windows Update and click Check for updates. The hidden updates should not appear in the list.

07

Use Windows Update Recovery Options

If standard troubleshooting fails, Windows 11 includes built-in recovery options specifically for update problems.

Go to Settings > Windows Update > Advanced options. Scroll down and click Recovery. You'll see several options:

Fix problems using Windows Update: This resets Windows Update components and downloads fresh update files. Click this option first and follow the prompts.

Go back to the previous version of Windows 11: Available for 10 days after a feature update. This rolls back major version changes while keeping your files.

If the built-in recovery doesn't work, you can perform a repair installation. Go to Settings > System > Recovery and under Reset this PC, click Reset PC. Choose Keep my files and Download from the cloud for the cleanest repair.

Pro tip: The cloud download option ensures you get the latest Windows files, which can resolve persistent update corruption issues.

Verification: After recovery completes, check Settings > Windows Update to ensure updates install normally without errors.

08

Install Out-of-Band Fixes for Known Issues

Microsoft releases out-of-band updates to fix critical issues. For January 2026 problems, KB5077796 provides specific fixes.

Visit the Microsoft Update Catalog at https://www.catalog.update.microsoft.com/Home.aspx and search for KB5077796. This out-of-band update addresses boot and installation failures from the January 2026 updates.

Download the version matching your Windows 11 build (24H2 or 25H2) and architecture (x64). Install it by double-clicking the downloaded .msu file.

Alternatively, if the update appears in Windows Update, install it through Settings > Windows Update. Out-of-band fixes are typically marked as important or critical updates.

After installation, restart your computer and test normal Windows Update functionality by checking for and installing any pending updates.

Pro tip: Out-of-band updates often fix multiple related issues, so they're worth installing even if you've worked around the original problem.

Verification: Confirm KB5077796 appears in your update history and that subsequent updates install without the previous errors.

Frequently Asked Questions

Why does KB5077241 February 2026 update keep failing to install?+
KB5077241 installation failures are typically caused by corrupted Windows system files or insufficient disk space. The update requires clean system components to install properly. Run SFC /scannow and DISM commands to repair corrupted files, ensure you have at least 20GB free space, and try downloading the update manually from Microsoft Update Catalog if Windows Update continues to fail.
How do I fix boot loops after installing January 2026 Windows updates?+
Boot loops from January 2026 updates (like KB5074109) require accessing Windows Recovery Environment to uninstall the problematic update. Force shutdown your computer 2-3 times during startup to trigger WinRE, then select Troubleshoot > Advanced options > Uninstall Updates > Uninstall latest quality update. Microsoft also released KB5077796 as an out-of-band fix for these issues.
What's the difference between SFC and DISM commands for fixing Windows Update errors?+
SFC (System File Checker) scans and repairs corrupted Windows system files using a local cache, while DISM (Deployment Image Servicing and Management) repairs the underlying Windows image using files downloaded from Windows Update. SFC fixes file-level corruption, but DISM addresses deeper image corruption that SFC cannot resolve. Always run SFC first, then DISM for comprehensive repair.
Can I permanently block problematic Windows updates from installing?+
Yes, use Microsoft's official wushowhide.diagcab tool to permanently hide specific updates. Download it from the official Microsoft link, run the troubleshooter, select 'Hide updates', and choose which KBs to block. This prevents automatic reinstallation through Windows Update. However, only block updates you know are problematic, as this can prevent important security patches from installing.
When should I use Windows Update recovery options versus manual troubleshooting?+
Use manual troubleshooting (SFC, DISM, service resets) first for isolated update failures. Windows Update recovery options in Settings > Windows Update > Advanced options > Recovery are better for persistent issues affecting multiple updates or when manual methods fail. The 'Reset this PC' option with 'Keep my files' provides the most comprehensive fix but takes longer and requires reinstalling programs.
Emanuel DE ALMEIDA
Written by

Emanuel DE ALMEIDA

Microsoft MCSA-certified Cloud Architect | Fortinet-focused. I modernize cloud, hybrid & on-prem infrastructure for reliability, security, performance and cost control - sharing field-tested ops & troubleshooting.

Discussion

Share your thoughts and insights

You must be logged in to comment.

Loading comments...