⚡ TL;DR: Windows 11 won’t boot
If Windows 11 will not start, work through this in order: (1) disconnect USB devices and force a full power cycle, (2) let Automatic Repair run (or trigger it by interrupting boot three times), (3) boot into Safe Mode to undo a recent change, (4) use Startup Repair from the recovery menu, (5) run System Restore, and (6) rebuild boot files with bootrec commands. Most boot failures come from a bad update, a driver, corrupted boot files, or a loose drive. If nothing works, a clean install fixes it, and you will need a genuine Windows 11 Pro key ($15) to reactivate.
A PC that will not boot is genuinely stressful, because it feels like everything on it might be gone. In reality, most boot failures are software problems with well-established fixes, and your files are usually perfectly safe. Windows even has a whole recovery environment built specifically for this situation. This guide walks through every fix in a sensible order, starting with the simplest, so you can get back into Windows without losing anything.
First: What Kind of Boot Problem Do You Have?
Knowing where it stops narrows the cause considerably.
- Nothing at all, no lights or fans: a power problem, not really a Windows problem. Check the power cable, outlet, and power supply switch.
- Powers on but no display: often a monitor, cable, or graphics issue. Check the monitor input and try another cable or port.
- Manufacturer logo then a black screen or spinning dots forever: a Windows or driver problem. This is what the fixes below address.
- An error message or blue screen with a stop code: note the code. Our blue screen stop code guide covers those specifically.
- “No boot device found” or similar: the PC cannot see the drive. Covered in Fix 6.
Fix 1: Disconnect Everything and Power Cycle
Start with the simplest possible causes, which resolve a surprising number of boot failures.
- Remove all USB devices: flash drives, external drives, printers, docks, and non-essential peripherals. A PC trying to boot from a USB stick often looks like it will not boot at all.
- Fully power down. Hold the power button for 10 seconds until it shuts off completely.
- On a desktop, switch off the power supply for 30 seconds. On a laptop, disconnect the charger.
- Power back on with only your keyboard, mouse, and monitor connected.
Fix 2: Let Automatic Repair Run
Windows 11 detects most boot failures on its own and launches the recovery environment automatically after a couple of failed attempts. If you see “Preparing Automatic Repair” or “Diagnosing your PC,” let it finish.
If it does not appear on its own, you can force it:
- Power on the PC.
- As soon as you see the manufacturer logo or spinning dots, hold the power button 10 seconds to force it off.
- Repeat this two or three times.
- On the next start, Windows should enter the recovery environment (a blue screen titled Choose an option).
This blue recovery menu, the Windows Recovery Environment, is where the next several fixes live.
Fix 3: Boot Into Safe Mode and Undo Recent Changes
Safe Mode loads only essential drivers, so if a driver or recent change is causing the failure, the PC can often start here.
- From the recovery menu, choose Troubleshoot, then Advanced options, then Startup Settings, then Restart.
- When the list appears, press 5 for Safe Mode with Networking.
If Windows starts in Safe Mode, the problem is almost certainly software. Undo whatever changed recently:
- Uninstall a recent update if the trouble began right after one. Settings, Windows Update, Update history, Uninstall updates.
- Roll back or uninstall a driver you recently installed, especially graphics drivers, in Device Manager.
- Uninstall recently added software that might load at startup.
Restart normally and see whether the problem is gone.
Fix 4: Run Startup Repair
Startup Repair is a built-in tool that automatically diagnoses and fixes the most common boot problems, including damaged boot files and configuration errors.
- From the recovery menu, choose Troubleshoot, then Advanced options, then Startup Repair.
- Choose your account and enter the password if asked.
- Let it run. It scans for problems and repairs what it can, which takes several minutes.
- Restart and test.
Startup Repair alone resolves a large share of boot failures, so always try it before the more manual fixes.
Fix 5: Use System Restore
If a restore point exists from before the problem started, System Restore rolls Windows back to that working state without touching your personal files.
- From the recovery menu, choose Troubleshoot, then Advanced options, then System Restore.
- Choose a restore point dated before the boot trouble began.
- Follow the prompts and let it complete, then restart.
This is often the cleanest fix when a bad update or software install caused the failure, because it reverses the change entirely.
Fix 6: Rebuild Boot Files and Check the Drive
If you see “No boot device,” “Bootmgr is missing,” or similar, the boot files or drive connection may be the issue.
First, check the physical connection (desktop): power the PC fully off, open the case, and reseat the SATA or power cables to your drive, or reseat an M.2 SSD. A loose drive cable produces exactly this symptom.
Then rebuild the boot files from the recovery Command Prompt:
- From the recovery menu, choose Troubleshoot, then Advanced options, then Command Prompt.
- Run these commands one at a time:
bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd - If
bootrec /fixbootreturns “Access is denied,” this alternative often works:bootsect /nt60 sys - You can also check the drive for errors:
chkdsk C: /f /r
- Restart and test.
Fix 7: Repair System Files from Recovery
Corrupted system files can also stop Windows booting. You can run the repair tools from the recovery Command Prompt.
- Open Command Prompt from Advanced options.
- Run the image repair pointed at your offline Windows:
sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows
- Restart and test.
Note that your Windows drive letter in recovery is sometimes not C:. If commands report the wrong drive, use diskpart then list volume to find the correct letter.
Fix 8: Reset or Clean Install as a Last Resort
If nothing above works, reinstalling Windows resolves any software cause. Try the least destructive option first.
- Reset this PC (Keep my files): from Troubleshoot, choose Reset this PC, then Keep my files. This reinstalls Windows while preserving your documents, removing only apps and settings.
- Clean install: the definitive fix, wiping the drive entirely. You will need a bootable USB. Our clean install Windows 11 guide covers it fully.
After reinstalling, you will need to reactivate Windows. A genuine Windows 10 or 11 key usually reactivates automatically, and if yours does not carry over, a fresh key sorts it. If you hit activation trouble, see our guide on fixing Windows 11 activation problems.
- Windows 11 Pro Retail, $15 (transferable, full update access, BitLocker)
- Windows 11 Pro OEM, $10 (cheapest, tied to one PC)
- Browse all Windows 11 keys →
Boot Problem Quick Reference
| Symptom | Likely cause | Go to |
|---|---|---|
| Hangs, USB drive plugged in | Trying to boot from USB | Fix 1 |
| Stopped booting after an update | Bad update or driver | Fix 3, then Fix 5 |
| Stuck on spinning dots | Corrupted boot or system files | Fix 4, then Fix 6 |
| “No boot device found” | Loose drive or boot files gone | Fix 6 |
| Blue screen with stop code | Driver, RAM, or disk | BSOD guide |
| Nothing happens, no power | Power supply or cable | Fix 1 |
Frequently Asked Questions
Why won’t my Windows 11 PC boot?
The most common causes are a USB device the PC is trying to boot from, a bad update or driver, corrupted boot or system files, or a loose or failing drive. Start by unplugging all USB devices and power cycling, then let Automatic Repair run.
How do I get into the Windows 11 recovery menu if it won’t boot?
Force it by powering the PC off with the power button as soon as it starts booting, three times in a row. On the next attempt Windows enters the recovery environment, the blue “Choose an option” menu where Startup Repair, Safe Mode, and System Restore live.
Will fixing a boot problem erase my files?
Most fixes do not touch your files. Startup Repair, Safe Mode, System Restore, and bootrec commands all preserve your data. Only Reset this PC with “Remove everything” or a full clean install erases files, and even Reset has a “Keep my files” option.
What is Startup Repair and how do I run it?
It is a built-in tool that automatically fixes common boot problems like damaged boot files. From the recovery menu choose Troubleshoot, Advanced options, Startup Repair, select your account, and let it run. It resolves a large share of boot failures on its own.
How do I boot Windows 11 into Safe Mode when it won’t start?
From the recovery menu, go to Troubleshoot, Advanced options, Startup Settings, Restart, then press 5 for Safe Mode with Networking. If Windows starts there, the cause is software, so undo any recent update, driver, or app.
My PC says “No boot device found.” What does that mean?
The PC cannot see a drive with Windows on it. Reseat the drive’s cables (or the M.2 SSD) on a desktop, check the boot order in BIOS, and if the drive is detected, rebuild the boot files with bootrec commands from the recovery Command Prompt.
Can a Windows update cause a boot failure?
Yes, occasionally an update conflicts with a driver or does not install cleanly and prevents booting. Boot into Safe Mode and uninstall the recent update, or use System Restore to roll back to before it was installed.
What do the bootrec commands do?
They repair the boot components: fixmbr writes a new master boot record, fixboot writes a new boot sector, scanos finds Windows installations, and rebuildbcd rebuilds the boot configuration data. Together they fix most “missing bootmgr” and boot configuration problems.
Can I recover my files if Windows won’t boot at all?
Yes. Boot from a Windows USB and use Command Prompt to copy files to an external drive, or remove the drive and connect it to another working PC. Always rescue important files before doing a clean install or reset that removes everything.
Do I need a new product key after reinstalling Windows?
Usually not. A genuine Windows license linked to your hardware or Microsoft account typically reactivates automatically. If it does not carry over, a genuine Windows 11 key at $15 activates the fresh install cleanly.
Final Thoughts
A Windows 11 machine that will not boot is far less catastrophic than it feels. Unplug your USB devices, let Automatic Repair and Startup Repair do their work, try Safe Mode and System Restore, and rebuild the boot files if needed. One of these resolves the vast majority of boot failures, and your files almost always come through intact.
If you do end up reinstalling, make sure the license side is handled. A genuine Windows 11 Pro key at $15 reactivates cleanly and keeps future updates applying properly, which helps prevent the kind of corruption that causes boot trouble in the first place.
Reinstalling after a boot failure? Get a genuine key.
Genuine retail keys with instant email delivery and activation support.


