Windows 11 Blue Screen of Death errors are serious system crashes that occur when the operating system encounters a condition it cannot safely recover from. When this happens, Windows stops immediately, displays a blue error screen, collects diagnostic information, and restarts the computer. Although a BSOD can be alarming, it is usually caused by a specific issue such as a faulty driver, corrupted system file, failing hardware, bad memory, overheating, or a problematic Windows update.
TLDR: To fix Windows 11 BSOD errors, start by noting the stop code shown on the blue screen, then update Windows, drivers, and firmware. If the problem continues, run built-in tools such as Windows Memory Diagnostic, System File Checker, DISM, and CHKDSK. If crashes started after a recent change, uninstall the update, roll back the driver, remove new hardware, or use System Restore.
Understand What the BSOD Is Telling You
A Windows 11 BSOD usually includes a stop code, such as CRITICAL_PROCESS_DIED, MEMORY_MANAGEMENT, IRQL_NOT_LESS_OR_EQUAL, SYSTEM_SERVICE_EXCEPTION, or INACCESSIBLE_BOOT_DEVICE. This code is important because it points toward the likely cause. For example, memory-related errors may indicate faulty RAM, while inaccessible boot errors may involve storage drivers, disk corruption, or boot configuration problems.
If the computer restarts too quickly for you to read the message, you can check crash details afterward. Open Event Viewer, go to Windows Logs > System, and look for critical errors around the time of the crash. You can also check Reliability Monitor by searching for it in the Start menu. It presents crashes and failures in a simpler timeline view.

Start With the Basic Checks
Before making advanced changes, perform a few basic checks. Many BSOD errors are caused by recent changes, unstable drivers, or temporary file corruption. If the computer can still boot into Windows, begin with these steps:
- Restart the computer: A single BSOD may be temporary, especially after a failed update or driver hiccup.
- Disconnect unnecessary devices: Unplug external drives, docking stations, printers, webcams, and USB hubs, then test stability.
- Check for overheating: Make sure fans are working and vents are not blocked. Overheating can trigger sudden crashes.
- Undo recent changes: If the BSOD started after installing software, hardware, or a driver, remove or roll back that change.
If the BSOD happens only when a specific device or program is used, that item should be considered a primary suspect. For example, repeated crashes while gaming may point to a graphics driver, GPU overheating, unstable overclocking, or power supply problem.
Update Windows 11
Microsoft regularly releases updates that fix security issues, driver compatibility bugs, and system stability problems. To update Windows 11, open Settings > Windows Update, then select Check for updates. Install all available cumulative updates, security updates, and optional driver updates if they are relevant to your hardware.
After updating, restart the computer even if Windows does not immediately require it. Some system files and drivers are not fully replaced until the restart completes. If the BSOD began after a recent Windows update, however, the update itself may be the cause. In that case, go to Settings > Windows Update > Update history > Uninstall updates, then remove the most recent update and test again.
Update or Roll Back Device Drivers
Drivers are one of the most common causes of Windows 11 BSOD errors. A driver is software that allows Windows to communicate with hardware, such as your graphics card, network adapter, storage controller, chipset, or audio device. If a driver is outdated, corrupted, or incompatible, it can crash the entire system.
To update drivers safely, use the computer manufacturer’s website or the hardware manufacturer’s official support page. Focus especially on:
- Graphics drivers from NVIDIA, AMD, or Intel
- Chipset drivers from Intel or AMD
- Storage and NVMe drivers
- WiFi and Ethernet drivers
- BIOS or UEFI firmware, if a stability update is available
If the BSOD started after updating a driver, roll it back. Right-click the Start button, open Device Manager, find the device, right-click it, choose Properties, open the Driver tab, and select Roll Back Driver if the option is available.
Boot Into Safe Mode
If Windows crashes shortly after startup, use Safe Mode. Safe Mode loads Windows with only essential drivers and services, which helps identify whether the issue is caused by third-party software or drivers.
- Hold Shift while selecting Restart from the power menu.
- Go to Troubleshoot > Advanced options > Startup Settings.
- Select Restart.
- Press 4 for Safe Mode or 5 for Safe Mode with Networking.
Once in Safe Mode, uninstall recently added software, remove suspicious drivers, disable startup apps, and run system repair tools. If the computer is stable in Safe Mode but crashes during normal startup, the problem is likely related to a nonessential driver, service, or application.

Run System File Checker and DISM
Corrupted Windows system files can cause BSOD errors. Windows 11 includes repair tools that can verify system integrity and replace damaged files. Open Terminal or Command Prompt as administrator, then run:
sfc /scannowWait for the scan to finish. If it reports that files were repaired, restart the computer and test again. If SFC cannot repair everything, run the Deployment Image Servicing and Management tool:
DISM /Online /Cleanup-Image /RestoreHealthAfter DISM completes, run sfc /scannow again. This sequence is a reliable first-line repair for many Windows integrity problems.
Check the Disk for Errors
Storage problems can also cause BSOD errors, especially if Windows cannot reliably read system files. Open an administrator Command Prompt and run:
chkdsk C: /f /rWindows will likely ask to schedule the scan for the next restart. Confirm, then restart the computer. The scan may take substantial time, particularly on large or failing drives. If CHKDSK reports many bad sectors, repeated file system errors, or the system continues crashing, back up your data immediately. A failing SSD or hard drive should be replaced as soon as possible.
Test Your RAM
Faulty memory is a classic cause of BSOD errors. Stop codes such as MEMORY_MANAGEMENT, PAGE_FAULT_IN_NONPAGED_AREA, and IRQL_NOT_LESS_OR_EQUAL can be associated with RAM issues, although drivers may also trigger them.
To run the built-in memory test, search for Windows Memory Diagnostic, open it, and choose Restart now and check for problems. The computer will reboot and test memory before Windows loads. After the test, results should appear in Windows, but you can also find them in Event Viewer under system logs.
If errors are found, test one RAM stick at a time if your computer allows it. Make sure memory modules are properly seated. If you recently enabled XMP, EXPO, or memory overclocking, disable it in BIOS or UEFI and test again. Stability should be prioritized over small performance gains.
Disable Overclocking and Check Hardware Stability
Overclocking the CPU, GPU, or memory can make a system unstable, even if it seemed reliable for weeks. Windows 11 BSOD errors under heavy load often involve heat, voltage instability, or power delivery issues. Enter the BIOS or UEFI and restore default settings. Also disable third-party overclocking utilities temporarily.
Check the physical condition of the computer. Make sure RAM is seated correctly, internal cables are secure, fans are spinning, and dust buildup is not blocking airflow. If crashes occur during demanding workloads, monitor CPU and GPU temperatures with reputable hardware monitoring software. Consistently high temperatures should be addressed by cleaning the system, improving airflow, or replacing thermal paste if appropriate.

Uninstall Problem Software
Some programs install low-level drivers that can cause system crashes. This includes antivirus tools, VPN clients, disk encryption utilities, backup software, hardware monitoring tools, RGB control software, and virtualization platforms. If BSOD errors began after installing one of these, uninstall it completely and restart.
It is generally not advisable to run multiple antivirus products at the same time. Windows Security is built into Windows 11 and is sufficient for many users. If you use a third-party security suite, ensure it is fully compatible with your version of Windows 11 and kept up to date.
Use System Restore
If the system was stable recently, System Restore can return Windows settings, drivers, and system files to an earlier state without deleting personal files. Search for Create a restore point, open System Restore, and choose a restore point from before the crashes began.
System Restore is especially useful when the problem appeared after a driver installation, software change, or configuration adjustment. However, it will not fix failing hardware, and it does not replace the need for backups.
Analyze Minidump Files
Windows often creates small crash dump files after a BSOD. These files are usually stored in:
C:\Windows\MinidumpAdvanced users and technicians can analyze these files to identify the driver or component involved in the crash. Microsoft’s debugging tools can provide detailed information, but the results require careful interpretation. A file name in a crash dump is not always the root cause; it may only be the component that failed after another driver corrupted memory.
Reset Windows 11 as a Last Resort
If all repair steps fail and hardware appears healthy, consider resetting Windows 11. Go to Settings > System > Recovery > Reset this PC. You can choose Keep my files, but you should still back up important data first. A reset can remove deeply embedded software conflicts and restore Windows to a clean working state.
If BSOD errors continue after a clean reset, the cause is more likely hardware-related. At that point, test or replace RAM, storage, power supply, motherboard, or graphics hardware as appropriate. For laptops still under warranty, contact the manufacturer before opening the device.
When to Seek Professional Help
You should seek professional support if the computer will not boot, important files are not backed up, the disk shows signs of failure, or BSOD errors continue despite reinstalling Windows. Repeated crashes can worsen data corruption, so avoid unnecessary restarts if you suspect drive failure.
A careful, methodical approach is the best way to fix Windows 11 BSOD errors. Start with the stop code, review recent changes, update or roll back drivers, run built-in repair tools, test memory and storage, and only then consider resetting Windows. Most BSOD problems can be resolved without replacing the entire computer, but persistent crashes should never be ignored.
