Windows Won't Boot After Update — 11 Recovery Methods

You installed a Windows update, the computer restarted, and now it won't boot. Maybe it's stuck on a black screen, spinning in a boot loop, throwing an error code like 0xc000000f, or simply displaying "Automatic Repair" in an infinite loop. This is one of the most common — and most stressful — Windows problems, and in the vast majority of cases it is fully fixable without losing your files.

This guide covers all 11 proven recovery methods in order from least invasive to most thorough. Work through them in sequence: most people resolve the issue by method 4 or 5. Windows won't boot after an update for one of three main reasons: the update itself installed corrupt files, a driver conflict was exposed, or the Boot Configuration Data (BCD) was damaged during the update process.

Emergency Quick-Start: Where Are You Right Now?

  1. Black screen, no logo at all: Start at Method 1 (wait) then Method 2 (force restart 3x)
  2. "Automatic Repair" loop: Skip to Method 3 (click Advanced options → Safe Mode) or Method 4 (uninstall update from WinRE)
  3. Error code on blue screen (0xc000000f, 0xc0000225, etc.): Go to Method 9 (rebuild BCD) or Method 5 (Startup Repair)
  4. Stuck on "Getting Windows ready": Start at Method 1 — wait a full 60 minutes first
  5. Tried everything, still can't boot: Method 10 (Reset PC, keep files) or Method 11 (clean install)

Why Windows Won't Boot After an Update

Understanding the cause helps you pick the right fix faster. When Windows won't boot after an update, one of the following has typically occurred:

Before You Start: What You Need

Methods 1 through 9 require no additional hardware — just the computer that won't boot. Methods 10 and 11 are best performed with a Windows installation USB drive, which you can create on any other Windows computer using the Media Creation Tool from Microsoft's website (free). If Windows won't boot and you have a second computer, create the USB now before proceeding so you have it ready as a fallback.

If you have important files not backed up

Before attempting any repair beyond Method 1 and 2, try to access your files first. Boot from a Linux USB (Ubuntu is free), or remove the hard drive and connect it to another PC with a USB enclosure. Copy your important files before making any major changes. WinRE repairs and Reset PC generally preserve your files — but it is always safer to have a backup before proceeding.

Method 1: Wait — Updates Can Take 30 to 60 Minutes

1

Give It a Full Hour Before Panicking

This sounds too simple, but it resolves the problem for a significant number of people. Major Windows updates — particularly the twice-yearly feature upgrades (22H2, 23H2, 24H2) and large cumulative updates — can take 30 to 60 minutes to complete their second-phase installation after the first restart. During this time, the screen may appear completely black, show only a mouse cursor, display a percentage that doesn't seem to move, or show a spinning dots animation. The hard drive light (if visible) should be flickering, indicating activity.

What to do: Plug in the power adapter if on a laptop. Leave the computer completely alone for 60 minutes. Do not press any keys, move the mouse repeatedly, or hold the power button. If after 60 minutes there is still zero change and no drive activity, move to Method 2.

Method 2: Force Restart 3 Times to Trigger WinRE

2

The Three-Interrupt Method to Enter Recovery

Windows 10 and 11 have a built-in safety mechanism: if the boot sequence is interrupted three times in a row, Windows automatically launches the Windows Recovery Environment (WinRE) on the fourth attempt. WinRE is your control center for all recovery operations — without it, most fixes are inaccessible.

Steps: Turn the computer on. As soon as you see the Windows logo or spinning dots, hold the power button for 4 to 5 seconds until the computer shuts off completely. Wait 5 seconds. Turn it back on. Repeat this two more times (three total interruptions). On the fourth startup, you should see either "Automatic Repair" launching, or a screen that says "Choose an option" with options like Continue, Troubleshoot, and Turn off your PC. You are now in WinRE. Keep this screen open — you will use it for Methods 3 through 9.

Method 3: Boot into Safe Mode

3

Safe Mode Loads Windows Without Problem Drivers

Safe Mode starts Windows with only the most essential drivers and services — graphics card drivers, network drivers, and most third-party software are not loaded. If a driver conflict or third-party program is preventing Windows from booting after the update, Safe Mode will likely work even when normal boot fails.

From WinRE: Click Troubleshoot → Advanced options → Startup Settings → Restart. After the restart, press F4 for Safe Mode or F5 for Safe Mode with Networking (needed if you want to download anything). If Windows boots in Safe Mode, the problem is a driver or third-party program conflict. From Safe Mode, uninstall recently added software, roll back drivers via Device Manager, or use System Restore (Method 6). If Windows starts in Safe Mode but won't boot after an update normally, use Method 4 to remove the update.

Method 4: Uninstall the Update from WinRE

4

Remove the Specific Update That Broke Your PC

This is often the fastest fix when Windows won't boot after an update. WinRE has a dedicated option to uninstall the most recent update without needing to boot into Windows first.

From WinRE: Click Troubleshoot → Advanced options → Uninstall Updates. You will see two choices: Uninstall latest quality update (monthly security patches, KB-numbered updates) and Uninstall latest feature update (major version changes). If your problem started after a regular monthly "Patch Tuesday" update, choose the quality update option. If it started after a major version upgrade, choose feature update. Click the option, confirm, and wait 10 to 20 minutes. This process does not delete any personal files. Windows will restart and should boot normally.

Method 5: Run Startup Repair

5

Let Windows Diagnose and Fix Its Own Boot Problems

Startup Repair is an automated tool built into WinRE that scans for and fixes common boot problems — corrupt boot files, damaged MBR, incorrect BCD entries, and missing system files. It is worth running even if you do not know the specific cause, because it covers many scenarios automatically.

From WinRE: Click Troubleshoot → Advanced options → Startup Repair. Select your Windows account and enter your password if prompted. The tool will scan your system — this takes 2 to 15 minutes. When complete, it will either report that it fixed the problem (and restart), or say it could not fix the startup problem. If it fails, the more manual methods below handle the rest.

Method 6: Use System Restore

6

Roll Windows Back to a Working State

System Restore reverts Windows system files, registry settings, and installed programs to a previous restore point — a snapshot taken automatically before major changes like updates. System Restore does not affect your personal files (documents, photos, etc.) — only system-level configurations.

From WinRE: Click Troubleshoot → Advanced options → System Restore. Choose your user account and enter your password. You will see a list of restore points with dates and descriptions. Look for a restore point dated before the update was installed — it will often be labeled "Windows Update." Select it, click Next, then Finish. This process takes 20 to 40 minutes. Windows will restart and return to the working pre-update state. Note: if System Restore was disabled, no restore points will be available.

Method 7: Run SFC (System File Checker) from WinRE

7

Scan and Repair Corrupted Windows System Files

SFC (System File Checker) scans all protected Windows system files and replaces corrupted or missing files with correct cached copies. When an update installs incorrectly, it can leave behind damaged system files — SFC is designed precisely to fix these.

From WinRE: Click Troubleshoot → Advanced options → Command Prompt. Determine your Windows drive letter (type dir C: and dir D: to see which contains the Windows folder). Then type:

sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows

Replace C: with the correct drive letter if needed. This scan takes 10 to 30 minutes. When complete, it reports whether it found and fixed issues. If SFC cannot fix everything, proceed to Method 8 (DISM) which repairs SFC's source files.

Method 8: Run DISM from WinRE

8

Repair the Windows Component Store

DISM (Deployment Image Servicing and Management) repairs the Windows component store — the source files that SFC uses to fix corrupted system files. If SFC reported "Windows Resource Protection found corrupt files but was unable to fix some of them," DISM followed by another SFC run resolves the issue.

From WinRE Command Prompt, type these three commands in sequence:

DISM /Online /Cleanup-Image /CheckHealth

DISM /Online /Cleanup-Image /ScanHealth

DISM /Online /Cleanup-Image /RestoreHealth

RestoreHealth may take 10 to 20 minutes and contacts Windows Update servers to download replacements. After DISM completes, run sfc /scannow again. Restart and test if Windows now boots after the update fix.

Method 9: Rebuild the BCD (Boot Configuration Data)

9

Fix the Boot Record When Windows Cannot Find Itself

The BCD (Boot Configuration Data) is a critical file that tells your computer's firmware where to find Windows and how to start it. If an update damages or deletes the BCD, Windows won't boot and you will see errors like "Boot BCD," 0xc000000f, 0xc000014C, or 0xc0000225. Rebuilding the BCD from scratch is the definitive fix for these errors.

From WinRE Command Prompt, run these four commands one at a time:

bootrec /fixmbr — Rewrites the Master Boot Record

bootrec /fixboot — Writes a new boot sector

bootrec /scanos — Scans all disks for Windows installations

bootrec /rebuildbcd — Rebuilds the BCD store from found installations

When /rebuildbcd asks "Add installation to boot list?", type Y and press Enter. After all four commands, type exit and restart. To also fix the partition boot record: bcdboot C:\Windows /s C: /f ALL

Still Can't Get Windows to Boot?

If Methods 1 through 9 haven't resolved the issue, IT Cares technicians provide remote and on-site support across Canada. We fix Windows boot failures the same day, including BCD corruption, driver conflicts, and update rollbacks.

Method 10: Reset This PC (Keep My Files)

10

Reinstall Windows While Preserving Your Personal Files

If all repair methods have failed and Windows won't boot after the update, "Reset this PC" reinstalls Windows from scratch while keeping your personal files (documents, photos, downloads, desktop contents). Installed applications are removed and need to be reinstalled, but your data stays intact.

From WinRE: Click Troubleshoot → Reset this PC. Choose Keep my files. Select either "Cloud download" (downloads fresh Windows from Microsoft — requires internet) or "Local reinstall" (uses existing files — faster). Follow the prompts. The process takes 30 to 90 minutes. After completion, a "Windows.old" folder on your desktop will list the apps that were removed.

Method 11: Clean Install Windows from USB

11

The Nuclear Option — A Fresh Start That Always Works

A clean install completely erases the system drive and installs a fresh copy of Windows. This is a guaranteed fix when Windows won't boot after an update — no existing corruption survives a format and reinstall. Back up important data from another device first, since all files on the system drive are deleted.

What you need: A USB drive (8 GB minimum), access to another Windows computer, and your Windows product key (usually not needed for Windows 10/11 — it re-activates automatically via the Microsoft account linked to the PC).

Steps: On a working computer, download the Media Creation Tool from Microsoft's website. Run it and select "Create installation media." Choose USB flash drive. When complete, boot your affected computer from the USB (press F12, F2, F10, or Del during startup for the boot menu). Follow the Windows setup wizard. On the installation type screen, choose "Custom: Install Windows only (advanced)" and format the system drive. Windows installs fresh in 20 to 40 minutes.

Boot Error Code Reference

If Windows displays an error code when it won't boot after an update, use this table to identify the likely cause and best fix:

Error Code Meaning Best Method
0xc000000f BCD missing or corrupted Method 9 (BCD rebuild)
0xc0000225 Boot file not found Method 9, then Method 5
0xc000014C Registry hive corrupted Method 6 (System Restore)
0xc0000034 BCD missing component Method 9 (BCD rebuild)
0x0000007B BSOD Storage driver conflict Method 3 (Safe Mode) + roll back driver
0x0000007E BSOD System thread exception — driver issue Method 4 (uninstall update)
Spinning circle forever Incomplete update installation Method 1 (wait 60 min), then Method 2

How to Prevent Windows Update Boot Problems in the Future

Once your PC is working again after the update failure, take these steps so Windows won't boot after update problems don't recur:

Success Rate by Method

Based on IT Cares technician experience with Windows won't boot after update cases: Method 4 (uninstall update) resolves approximately 45% of cases. Method 9 (BCD rebuild) resolves another 25%. Methods 5, 6, 7, and 8 together account for approximately 20%. Methods 10 and 11 are needed in only 10% of cases — and even then, files are recoverable in most situations.

Frequently Asked Questions

How long should I wait when Windows won't boot after an update?

Wait a full 60 minutes before attempting any recovery. Major Windows updates legitimately take this long on slower computers. If the screen is black but the hard drive light is blinking, the update is still working. Only intervene if there is no activity for 60 minutes or if you see a clear error message.

Will Startup Repair delete my files?

No. Startup Repair only modifies system files and boot configuration — your personal documents, photos, and downloads are untouched. Even Reset PC with "Keep my files" preserves all personal data.

How do I get into WinRE when Windows won't boot?

Use the three-interrupt method: power on, interrupt with the power button during the Windows logo three times. On the fourth attempt, Windows auto-launches WinRE. Alternatively, boot from a Windows installation USB and click "Repair your computer."

Can I uninstall a Windows update that broke my computer?

Yes — from WinRE: Troubleshoot → Advanced options → Uninstall Updates. This removes the problematic update and restores the previous boot state without affecting personal files. It is typically the fastest fix for Windows won't boot after update scenarios.

What does rebuilding BCD mean and when do I need it?

BCD (Boot Configuration Data) tells your PC where Windows is installed. If it becomes corrupted during an update, Windows cannot find itself and shows boot errors. Rebuilding BCD using bootrec commands re-creates this file and fixes errors like 0xc000000f, 0xc0000225, and "Boot BCD."

Comments (3)

MK
Mark K., Vancouver
April 14, 2026

Method 4 saved me. Windows wouldn't boot after a KB update and uninstalling it from WinRE took about 15 minutes. Back up and running immediately. The emergency quick-start box at the top pointed me straight to the right fix without reading the whole article.

SL
Sandra L., Ottawa
April 14, 2026

The BCD rebuild (Method 9) fixed a 0xc000000f error I had struggled with for two days. I had already tried Startup Repair three times with no success. Four bootrec commands and Windows booted perfectly. The error code table was especially helpful for pointing me to the right method.

TW
Tyler W., Calgary
April 13, 2026

The three-interrupt trick to get into WinRE worked exactly as described. I was afraid to force-shut down three times in a row but the explanation that it's a built-in safety mechanism gave me confidence. Used System Restore to get back to before the update. Excellent guide.

Leave a Comment