Windows 11 Won’t Boot? 10 Fixes That Actually Work

Laptop open on a wooden table displaying the blue Windows Advanced Options recovery menu screen with troubleshooting tools.
The Windows Advanced Options screen provides essential tools for troubleshooting and system recovery.

You press the power button, wait for the familiar Windows logo — and nothing happens. Or worse, your laptop boots partway, flashes a black screen, restarts itself, and gets stuck in the same loop again. A Windows 11 PC that won’t boot is one of the most stressful tech problems there is, especially if you have unsaved work or don’t have a recent backup.

The good news: in most cases, this isn’t a dead laptop. It’s usually a corrupted system file, a bad update, a driver conflict, or a boot configuration issue — all of which are fixable without sending your laptop to a repair shop. “The fixes below are arranged from the fastest and safest options to more advanced recovery steps.”.

Before You Start: Quick Checks

Before diving into deeper fixes, rule out the obvious:

  • Check your power connection. If the laptop battery is fully drained, it may look like a boot failure when it’s actually a charging issue. Plug in the charger and wait 10-15 minutes before trying again.
  • Remove all USB devices, external drives, and SD cards. Windows sometimes tries to boot from an external device by mistake, which can cause it to hang.
  • Listen for beeps or watch for blinking lights. If your laptop beeps in a pattern or the power light blinks a specific number of times, that’s a hardware error code — check your manufacturer’s support site for what that pattern means before continuing, since the fixes below address software/boot issues, not hardware failure.

If none of that applies, move on to the fixes below.

Fix 1: Force a Hard Restart

This sounds too simple to work, but it resolves a surprising number of boot failures caused by a temporary glitch in the motherboard’s power state.

  1. Press and hold the power button for 10-15 seconds until the laptop fully shuts off (even if the screen looks frozen).
  2. Reconnect everything and power on normally.

This clears residual power in the capacitors and resets the hardware initialization sequence — it’s the equivalent of a hardware-level restart, not just a software one.

Fix 2: Boot Into Safe Mode

If a hard restart doesn’t work, try booting into Safe Mode, which loads Windows with only essential drivers. If your PC boots fine in Safe Mode, the problem is a driver or startup app, not Windows itself.

  1. Turn on the PC and, when the Windows or manufacturer’s logo appears, press and hold the power button until the PC shuts down. Repeat this once more. On the third startup, Windows should enter the Automatic Repair screen.
  2. On the “Choose an option” screen, go to Troubleshoot > Advanced options > Startup Settings > Restart.
  3. After restart, press 4 or F4 to boot into Safe Mode.
The Windows Advanced Options troubleshooting screen showing recovery menus like Startup Settings, Command Prompt, Uninstall Updates, UEFI Firmware Settings, and System Restore on a bright blue background.
The Windows Advanced Options menu provides built-in tools to troubleshoot and repair system startup issues.

If Windows loads successfully in Safe Mode but not normally, the problem may be related to a recently installed driver, startup app, service, or other software that doesn’t load in Safe Mode. If the problem began after a recent update or driver installation, continue to Fix 6.

Fix 3: Run Startup Repair

Windows has a built-in repair tool designed specifically for boot failures.

  1. Get into WinRE using the same 3-forced-shutdown method from Fix 2.
  2. Go to Troubleshoot > Advanced options > Startup Repair.
  3. Let it scan and repair — this can take 10-20 minutes. Don’t interrupt it.

Startup Repair fixes common issues like a corrupted Boot Configuration Data (BCD) file, which is one of the most frequent causes of “Windows 11 won’t boot” reports.

Fix 4: Rebuild the Boot Configuration Data (BCD) Manually

⚠️ Warning: Command Prompt repairs are intended for more advanced troubleshooting. In Windows Recovery Environment, your Windows installation may use a different drive letter than C:. Make sure you identify the correct Windows drive before running repair commands.

  1. From WinRE, go to Troubleshoot > Advanced options > Command Prompt.
  2. Type the following commands, pressing Enter after each:

bootrec /fixmbr

bootrec /fixboot

bootrec /scanos

bootrec /rebuildbcd

  1. Restart normally once complete.

Note: If bootrec /fixboot returns an “Access is denied” error, your PC uses UEFI. You can safely skip that line and move directly to bootrec /rebuildbcd.

These commands can repair different parts of the Windows boot process, including boot code and the Boot Configuration Data (BCD). They can help when Windows has boot-configuration problems but the underlying Windows installation is still intact.

Fix 5: Run CHKDSK and SFC to Check for Corruption

Corrupted system files or a failing hard drive can both prevent Windows from loading.

  1. From the Command Prompt in WinRE, run:
chkdsk C: /f /r

This scans your drive for bad sectors and file system errors — it may take a while on larger drives.

  1. Once Complete, Run:
sfc /scannow

Note: SFC typically needs to run from within Windows, so if it doesn’t work from WinRE, try it once you’ve regained access via Safe Mode instead.

Fix 6: Uninstall the Last Windows Update or Driver

If your PC stopped booting shortly after a Windows update or a new driver install, that’s very likely your cause.

  1. Enter Windows Recovery Environment (WinRE).
  2. Go to Troubleshoot > Advanced options > Uninstall Updates.
  3. Choose the appropriate option to remove the most recent update and follow the on-screen instructions.
Windows 11 Update history settings page with a red box highlighting the Uninstall updates option under Related settings.

For a driver issue, open Device Manager, find the recently updated device (often graphics or network drivers), right-click, and select Roll Back Driver.

This is the single most common fix for boot failures that started suddenly after a routine update — we’ve seen this resolve the issue in Safe Mode testing more often than any other single step on this list.

Fix 7: Use System Restore

If System Protection was enabled and a suitable restore point is available, you can use System Restore to return Windows to an earlier state.

  1. From WinRE: Troubleshoot > Advanced options > System Restore.
  2. Choose a restore point dated before the boot issue began.
  3. Confirm and let Windows restart automatically.

This won’t delete your personal files, but it will remove apps and drivers installed after that restore point.

Fix 8: Disconnect Non-Essential Hardware

Sometimes the problem isn’t Windows at all — it’s a piece of connected hardware conflicting during boot.

  • Unplug external monitors, docking stations, printers, and non-essential internal cards.
  • If you’ve recently added new RAM or an SSD, try reseating it or temporarily removing it to see if the laptop boots on the original configuration.

Fix 9: Check the Hard Drive/SSD Connection

For desktops or laptops where you can access internals, a loose SATA or NVMe connection can cause a “no boot device found” style failure that looks identical to a Windows crash.

  • Power off completely and unplug the device from the wall before opening the case.
  • Reseat the drive cable and RAM sticks firmly.

Note: If you’re not comfortable opening your laptop, this is a good point to consult a technician rather than risk damaging components.

Fix 10: Reset This PC (Last Resort)

If nothing above works, Windows 11’s built-in reset feature can reinstall Windows while optionally keeping your personal files.

  1. From WinRE: Troubleshoot > Reset this PC.
  2. Choose Keep my files first — this reinstalls Windows but preserves your documents, photos, etc. (though not apps or settings).

Note: “If prompted, you may also be asked to choose between Cloud download and Local reinstall. Cloud download gets a fresh copy of Windows from Microsoft’s servers, while Local reinstall uses the Windows files already stored on the PC.”

  • “If the PC still won’t boot after Keep my files, you may need to consider Remove everything or a clean Windows installation. Back up your important files first whenever possible.”

Important: Always back up files externally first if you have any boot access at all (even Safe Mode), since a failed reset can occasionally require a clean install.

Frequently Asked Questions

Q. Why does my Windows 11 laptop restart itself instead of booting normally?

This is usually caused by a corrupted BCD file, a failed update installation, or a driver conflict that crashes the system during startup. Fixes 3, 4, and 6 above address this directly.

Q. Is it safe to force restart my laptop repeatedly?

“Using forced shutdowns a couple of times to trigger Windows Recovery Environment is an established recovery method. However, don’t repeatedly interrupt Windows while it is installing an update or performing a reset, because interrupting those processes can cause additional problems.”

Q. Will I lose my files if Windows 11 won’t boot?

Not usually. Most of the fixes above (Startup Repair, System Restore, BCD rebuild, Reset This PC with “Keep my files”) do not touch your personal files. Only a full “Remove everything” reset erases data, and that should be your last option.

Q. How long does Startup Repair take?

“Startup Repair can take some time depending on the condition and speed of your drive. Don’t interrupt it simply because it hasn’t finished within a few minutes. If it repeatedly fails to repair the startup problem, return to WinRE and try another recovery option such as Uninstall Updates, System Restore, or Command Prompt.”

Q. What if none of these fixes work?

If you’ve tried all 10 fixes and the laptop still won’t boot, this points toward a hardware failure rather than a Windows software problem, and it’s worth having a technician run hardware diagnostics.

Your PC boots but gets stuck partway, see our guides on Windows 11 Stuck on Restart and Windows 11 Stuck on “Preparing Automatic Repair”. If it boots to a black screen after you enter your password, check Windows 11 Black Screen After Login.

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *