Getting into Safe Mode or Advanced Startup Options when Windows 11 Won’t Boot
So, here’s where things got tricky for me—my Windows 11 machine just kept blue screening during startup. The first hurdle was trying to get into Safe Mode or those advanced recovery options, which isn’t always straightforward when the OS refuses to load. Usually, you have to force a shutdown. That means holding the power button until it turns off, then repeat that about three times. This quick power cut triggers Windows to recognize that something’s wrong and eventually boot into Automatic Repair mode. You’ll see a message like “Preparing Automatic Repair”—which is kind of a loop of death if it keeps spinning. If that doesn’t happen, you can try booting from a recovery drive or a Windows install USB to force access into recovery options.
Another trick that sometimes works: holding Shift and clicking Restart from the login screen or the power menu. That often prompts Windows to show recovery options faster. F8 used to bring up legacy recovery on older BIOS systems, but on Windows 11, it’s hit-or-miss—more often it just loads into Windows or a blank screen. If none of that works, creating a bootable USB via the Windows Media Creation Tool and booting from that can be a lifesaver. Make sure you tweak the BIOS—disable Secure Boot temporarily and, depending on your motherboard, toggle Legacy Boot if needed. To change BIOS settings, you usually press Del or F2 during startup.
Once in recovery mode, head over to Troubleshoot > Advanced Options. Here, you’ll find tools like Command Prompt, Startup Repair, System Restore, and Bootrec. To get at Command Prompt from the options, just pick it — sometimes running commands like chkdsk /r C:
or sfc /scannow
helps identify disk errors or corrupted files. Also, pay attention to UEFI firmware settings—disabling Fast Boot or Secure Boot can sometimes fix issues with recovery media not initializing right. BIOS tweaks might be needed if the recovery environment isn’t catching your hardware right — but remember to reset those later once you’re done.
Unplug All Peripherals — They Might Be Causing All The Trouble
If Windows won’t boot, one quick thing to try is unplugging everything unnecessary—external drives, printers, USB sticks, even the wireless mouse and keyboard if you can. Peripherals can sometimes cause conflicts during startup, especially if they’re trying to load drivers that crash or hang the system. Just keep your keyboard and monitor plugged in. Then reboot and see if Windows loads into Safe Mode or at least gives you some sign of life. Once in, reconnect devices one-by-one. Often, it turns out a faulty or driver-conflicting peripheral was the villain all along. Tweaking drivers in Device Manager (Win + X > Device Manager) can then help if you suspect a specific device.
Updating Drivers for Your Peripherals
If unplugging peripherals fixed the initial boot issue but things go back to crashing when reconnecting, it’s usually driver-related. Hardware drivers (for mice, keyboards, external drives) are notorious for causing blue screens if they’re outdated, corrupt, or incompatible. Boot into Safe Mode (if you aren’t already there), open Device Manager, find your device, right-click, and select “Update driver”. If Windows can’t update automatically, go straight to the manufacturer’s website to grab the latest or a more stable driver version. Sometimes, older or beta drivers work better, but beware of unsigned drivers—they can be risky, and sometimes Windows blocks them.
Updating drivers has honestly fixed a ton of my blue screens—especially for storage controllers or graphics cards—so don’t forget to check that first when troubleshooting startup crashes.
Rolling Back Recent Windows Updates — Sometimes They Break Things
Another common cause of blue screens after updates. If the problem started shortly after a Windows update, rolling it back can fix the issue. Head into the recovery options again, go to Troubleshoot > Advanced Options > Uninstall Updates. Try removing the latest quality update or feature update, whichever was installed most recently. That’s often enough to get you back to a stable state. To identify which update might be causing trouble, you can also check the list of installed updates in the Control Panel under Programs & Features, then “View Installed Updates”. Sometimes, a driver update or security patch breaks compatibility—especially with AMD or Intel chipsets, or graphics drivers.
Using Safe Mode to Roll Back Your Graphics Drivers
If your screen is flickering, blacking out, or you get a blue screen during driver updates, rolling back your graphics driver is a good move. Boot into Safe Mode (or use the recovery options), then open Device Manager (Win + X > Device Manager), find the display adapter, right-click, and select “Properties”. Under the Driver tab, look for “Roll Back Driver”. If that’s available, it’ll instantly revert to a previous driver version. If it’s greyed out, you might have to uninstall the driver completely, then reboot to let Windows reinstall a basic driver. Checking the GPU manufacturer’s website for stable or legacy drivers can also help prevent future crashes.
Fixing Boot Configuration with BCD Commands
If the blue screen appears with errors like 0xc0000185
or your system says boot files are missing, chances are the Boot Configuration Data (BCD) got corrupted. Boot into recovery, open Command Prompt, and run commands like bootrec /fixmbr
, bootrec /fixboot
, and bootrec /rebuildbcd
. Sometimes you also need to run bcdboot C:\Windows /l en-us /s S: /f UEFI
, especially on UEFI systems, to restore proper boot files. A word of caution: make sure you’re selecting the correct drive—using diskpart
beforehand to verify drive letters can save you from further issues. This approach is more advanced, so if you’re unsure, it’s wise to double-check your drive info first or seek help.
Using a Bootable USB to Troubleshoot Deep Issues
Sometimes, your best bet is to create a bootable Windows USB with the Media Creation Tool. Booting from that bypasses the broken OS entirely. When normal startup fails, plug in the USB, hit the relevant key for your BIOS (F12, F11, or Esc), select the USB device as the boot source, and choose Repair your computer. From there, you can access Startup Repair, Command Prompt, System Restore, and other tools. It’s especially helpful if Windows refuses to boot even into Safe Mode or recovery mode via traditional methods.
Repairing System Files and Running the System File Checker
Corrupt system files can also cause blue screens or startup failures. From the recovery environment, choose Troubleshoot > Advanced Options > Command Prompt. Then run sfc /scannow
. This command scans and repairs protected system files. In my experience, it often fixes issues caused by buggy updates or corrupted DLLs. If it reports fixing something, great—if not, you can try running DISM /Online /Cleanup-Image /RestoreHealth
first, then rerun SFC. Usually, these tools don’t fix everything, but they’re a solid starting point.
Startup Repair — Let Windows Fix Its Own Boot Problems
If Windows just won’t turn on, Startup Repair can automatically analyze what’s wrong and try to fix it. You can invoke it by booting from a recovery media or letting Windows detect a startup failure and automatically offer to repair. It looks at missing or damaged boot files and attempts to fix them without user intervention. It’s worth trying before diving into more manual fixes since it’s often enough to solve common problems.
System Restore — Reverting to a Known Good State
If you’ve enabled restore points earlier, System Restore can roll back your environment to an earlier, stable state. Access it through recovery, then under Troubleshoot > Advanced Options > System Restore. Pick a restore point from before the issues started. This can undo bad drivers, problematic updates, or corrupted system files without a full reinstall. Just double-check you have recent restore points, because older ones might not help much.
Fresh Windows Install — When Nothing Else Works
If a combination of troubleshooting steps fails, sometimes you’ll have to bite the bullet and do a clean install. Use a bootable USB created with the Windows Media Creation Tool, boot from that, and follow instructions. Keep in mind, this will wipe your existing system—so backup your data if possible. It’s not fun, but sometimes the only way to fix a seriously broken OS or incompatibility issues. Just be prepared to reinstall programs and reconfigure settings afterward.
Hardware Troubleshooting — Don’t Forget the Physical Stuff
Not every blue screen is software—sometimes failing hardware is the culprit. If you’re getting error messages like “Memory Management,” or SMART errors from your disk, hardware could be dying. Testing RAM modules with MemTest86 (created on another PC) can reveal bad sticks. For disks, tools like CrystalDiskInfo or your SSD manufacturer’s diagnostics (Samsung Magician, WD Data Lifeguard) can check drive health. If your RAM or storage tests show issues, try reseating or replacing the hardware. Often, hardware failures are the real source of boot issues — software fixes will only get you so far if the hardware is toast.
In my experience, hardware problems tend to be the reason behind persistent blue screens or boot loops that won’t resolve through software repairs alone. Always consider hardware health as part of your troubleshooting plan.
TL;DR and Final Tips
Start with unplugging peripherals, then try getting into Safe Mode or recovery options by force shutdowns or bootable media. Check for driver conflicts, especially graphics and storage drivers — rollback if needed. Scan and repair system files with sfc
and DISM
. Remove recent updates if they broke things, and consider restoring the system or doing a clean install if all else fails. Hardware testing is often overlooked but critical if software fixes don’t stick.
Hope this helps — it definitely took way too long to figure out all these tricks myself. Keep backups, take your time, and good luck fixing your system. Sometimes it’s a hardware thing, sometimes software, but rarely impossible to fix if you keep at it.