Fix Blue Screen of Death (BSOD) in Windows 11
A Blue Screen of Death (BSOD) in Windows 11 typically indicates a critical system crash caused by faulty hardware, corrupted drivers, or damaged system files. This guide provides a straightforward, step-by-step approach to identifying the root cause of the stop code and applying the most effective troubleshooting methods to restore system stability.
1. Note the Stop Code
When the blue screen appears, Windows displays a specific error
message known as a “Stop Code” (e.g.,
CRITICAL_PROCESS_DIED, DPC_WATCHDOG_VIOLATION,
or MEMORY_MANAGEMENT), sometimes accompanied by a specific
failing .sys file. Write down this code or scan the
on-screen QR code with your phone to pinpoint the exact failure
area.
2. Disconnect External Peripherals
Faulty hardware or incompatible USB devices often trigger BSODs. Disconnect all non-essential peripherals, including external hard drives, printers, webcams, and secondary monitors. Restart your PC to check if the issue persists. If the crash stops, reconnect devices one by one to identify the faulty hardware.
3. Boot into Safe Mode
If Windows 11 cannot boot normally, enter Safe Mode to troubleshoot without third-party drivers or software interfering: 1. Turn your PC on and off three times consecutively during boot to trigger the Automatic Repair screen. 2. Select Advanced options > Troubleshoot > Advanced options > Startup Settings > Restart. 3. Press 4 or F4 to boot into Safe Mode.
4. Update or Roll Back Drivers
Corrupt or outdated drivers—especially display and chipset drivers—are the primary cause of BSOD crashes. * To update drivers: Right-click the Start button, select Device Manager, expand the relevant hardware category (such as Display adapters), right-click the component, and select Update driver. * To roll back recent updates: If the crash occurred right after a driver update, right-click the device in Device Manager, select Properties, go to the Driver tab, and click Roll Back Driver.
5. Repair Corrupted System Files
Windows includes built-in tools to detect and fix damaged system
files: 1. Press the Windows Key + S, type
cmd, right-click Command Prompt, and
select Run as administrator. 2. Run the Deployment
Image Servicing and Management tool:
cmd DISM /Online /Cleanup-Image /RestoreHealth 3. Once
complete, run the System File Checker: cmd sfc /scannow
4. Restart your computer after the scans finish.
6. Test Your RAM for Errors
Faulty memory modules frequently trigger random blue screens. 1.
Press Windows Key + R, type mdsched.exe,
and press Enter. 2. Select Restart now and
check for problems. 3. Your computer will restart and run the
Windows Memory Diagnostic tool. If errors are detected, reseat your RAM
sticks or replace damaged modules.
7. Uninstall Recent Windows Updates
If the BSOD started immediately after an operating system update: 1. Open Settings > Windows Update > Update history. 2. Scroll down and select Uninstall updates. 3. Locate the most recently installed update and click Uninstall.
8. Use System Restore
If the crashes started recently, revert your system to an earlier,
stable state: 1. Press Windows Key + R, type
rstrui.exe, and press Enter. 2. Select a
restore point created before the crashes began and follow the on-screen
instructions.