What To Do When Windows 11 Fails To Boot After An Update
Windows 11 failing to boot after an update means your PC gets stuck on a black screen, a blue screen, or a spinning loading wheel instead of reaching your normal desktop. This startup failure typically happens when a newly installed system patch conflicts with your hardware or system files.
You can fix this problem and get your computer working again by using built-in recovery tools to safely remove the bad update or roll back your system. These step-by-step methods let you bypass the startup loop and protect your personal files without needing any advanced tech skills.
When Windows 11 fails to boot after an update, you can fix it by entering the Windows Recovery Environment. Force your computer to shut down three times using the power button until the Choose an option blue screen appears, then use the built-in repair tools to uninstall the recent update.
Step 1Disconnect All External USB Devices
When Windows restarts after an update, it checks all connected hardware. If an external hard drive, a thumb drive, a printer, or a game controller has a glitch, your computer might freeze while trying to read it.
How to disconnect your hardware:
- Shut down your computer completely. Press and hold the physical power button on your computer tower or laptop for about ten seconds until the lights go out.
- Unplug every single USB cable from your computer. This includes external hard drives, flash drives, printers, webcams, and extra accessories. Leave only your basic monitor, keyboard, and mouse plugged in.
- Unplug any memory cards or SD cards from their slots.
- Press the power button normally to turn your computer back on.
If your computer boots up to the normal desktop now, you know one of your devices caused the issue. You can plug them back in one at a time to find out which device caused the conflict.
Step 2Enter the Windows Recovery Environment (WinRE)
Opening the Windows Recovery Environment gives you access to built-in repair tools when your computer refuses to start normally after an update. You can force your PC into this special recovery menu using the power button, which lets you troubleshoot and fix startup errors without needing an extra repair disk.
Since your normal desktop will not load, you have to force your computer into this recovery menu using the power button.
How to open the Recovery Environment:
- Press and hold your computer's physical power button for ten seconds to turn it completely off.
- Press the power button once to turn your computer back on.
- As soon as you see the computer brand logo or the little spinning dots for Windows, press and hold the power button again for ten seconds to force it off.
- Turn your computer on again.
- Repeat this process—turn it on, and then force it off after a few seconds—usually two to three times.
On the third or fourth time, let your computer start up normally without interrupting it. Windows will recognize that something is wrong and will automatically open a blue screen titled Automatic Repair or Choose an option.
Once you see this blue screen, you have successfully entered the recovery environment. Leave your computer on this screen and move on to the next step.
Step 3Uninstall the Latest Windows Update

Uninstalling the latest Windows update through the recovery menu is the best way to fix a system that fails to boot after a bad installation. The Windows Recovery Environment lets you remove recent quality or feature updates safely without losing any of your personal files or photos.
You can choose between a quality update (smaller monthly bug fixes) and a feature update (major yearly system upgrades). For most startup failures, removing the latest quality update solves the problem right away.
How to remove a recent update:
- From the main blue recovery screen, click on Troubleshoot.
- Click on Advanced options.
- Click on Uninstall Updates.
- You will see two choices: Uninstall latest quality update and Uninstall latest feature update. Click on Uninstall latest quality update first, as this is usually the culprit.
- Follow the simple instructions on the screen to confirm your choice.
- Your computer will remove the update and restart.
If your computer still does not boot after removing the quality update, repeat these steps and choose Uninstall latest feature update instead.
Step 4Use Startup Repair to Fix Broken System Files
Running Startup Repair is a smart way to automatically fix broken or missing system files left behind by a failed update in Windows 11. This built-in diagnostic tool scans your computer from the blue recovery menu and repairs startup issues so your system can boot up successfully again.
How to run Startup Repair:
- Turn your computer on and interrupt it using the power button method until you reach the blue recovery menu again.
- Click on Troubleshoot.
- Click on Advanced options.
- Click on Startup Repair.
- Select your user account.
Windows will scan your system for problems. This process can take a few minutes. Let the computer work without turning it off.
When the Startup Repair tool finds a problem with your Windows 11 boot files, the Startup Repair tool fixes the problem automatically and restarts your computer. If the Startup Repair tool says the Startup Repair tool could not repair your PC, do not worry. You have more troubleshooting options to try.
Step 5Use System Restore to Go Back in Time
Using System Restore rolls your Windows 11 computer back to the exact state it was in before a bad update broke your boot sequence. This tool acts like a time machine by applying a saved system snapshot, fixing startup problems safely while keeping all your personal files and pictures untouched.
Using System Restore will not delete your personal files, pictures, or documents. It only changes system settings and removes apps or updates installed after that snapshot was taken.
How to use System Restore from the recovery menu:
- Open the blue recovery menu by restarting and interrupting your computer.
- Click on Troubleshoot.
- Click on Advanced options.
- Click on System Restore.
- Choose your user account and type your password if requested.
A window will pop up showing a list of restore points. Look for a date and time right before your computer installed the failing update.
Click on that restore point to select it, and then click Next.
Click Finish to confirm your choice.
Step 6Repair Corrupted System Files Using Command Prompt
Using Command Prompt allows you to manually scan and replace damaged system files when automatic repair tools fail to fix your Windows 11 boot error. Typing a couple of simple text commands tells your computer to check its storage drive and swap out broken pieces with clean backup copies.
These commands tell Windows to check every important system file on your hard drive and replace any damaged pieces with clean copies.
How to run system scans:
- Go to your blue recovery menu and click Troubleshoot.
- Click Advanced options.
- Click Command Prompt. A black window with text will open.
- Type the following command carefully, making sure to include the space before the slash: Code
sfc /scannow - Press the Enter key on your keyboard.
Wait patiently while the computer scans its files. This can take ten to fifteen minutes.
When the scan finishes, look at the message on the screen. If it says it found corrupt files and repaired them, type the next command:
DISM /Online /Cleanup-Image /RestoreHealth*(Note: If running DISM from the recovery environment gives an error because it cannot find the online source, you can skip it and move forward.)*
Press Enter.
Type exit and press Enter to close the black window.
Click Continue to exit the recovery menu and restart your computer normally.
Step 7Check and Fix Hard Drive Errors (Unique Expert Tip)
Checking for hard drive errors helps fix failed Windows updates caused by weak sectors or data corruption on your storage drive. When a large update tries to write new data during installation, drive errors can corrupt the boot sector, but scanning your drive can repair these faults and restore normal startup.
Running a check disk command from the recovery environment scans your storage drive for physical flaws and repairs file system errors that prevent Windows from starting.
How to check your hard drive for errors:
- Open your blue recovery menu and select Troubleshoot.
- Click Advanced options.
- Click Command Prompt to open the black text window.

Command Prompt - Type the following command to check your main Windows drive: *(Note: The letter C represents your main drive where Windows is installed. The /f command fixes errors, and the /r command locates bad sectors.)*Code
chkdsk C: /f /r - Press the Enter key.
The computer will scan your storage drive. If it asks you if you want to force the volume to dismount, type the letter Y for yes and press Enter.
Let the scan run completely. This can take anywhere from twenty minutes to a few hours depending on the speed and size of your hard drive.
Once the scan finishes, type exit and press Enter, then restart your PC.
Step 8Reset Your PC (The Last Resort)
Resetting your PC reinstalls fresh system files and serves as the final fix when your Windows 11 computer still refuses to boot after trying all other troubleshooting steps. You can choose a reset option that completely fixes your operating system while keeping all your personal photos and files safe.
The Reset this PC tool reinstalls fresh system files. The best part is that you can choose an option that keeps all your personal files, photos, and downloaded documents safe while completely wiping away the broken system software and updates.
How to reset your computer and keep your files:
- Access the blue recovery menu by turning your computer on and off three times.
- Click on Troubleshoot.
- Click on Reset this PC.
- You will see two choices. Click on Keep my files. This option removes your apps and settings, but leaves your personal files untouched. *(Warning: Never select "Remove everything" unless you want a completely blank computer and have a backup of your files.)*
- Choose how you want to reinstall Windows: Cloud download or Local reinstall. Choose Local reinstall if your internet is slow.
- Review what the reset will do, and then click Reset.
Your computer will restart and spend the next twenty to sixty minutes installing a fresh, clean copy of Windows 11. Once it finishes, your computer will boot right up to your desktop, and your personal files will be waiting in your folders.
Summary
Fixing a Windows 11 computer that fails to boot after an update involves a few simple troubleshooting steps like unplugging USB devices, using recovery tools, uninstalling bad updates, running Startup Repair, or resetting your PC. You can easily resolve startup loops and get your computer working again without needing expensive repair services.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!