Kernel Security Check Failure – How to Fix in Windows 11

When I first saw the Kernel Security Check Failure blue screen (BSOD) on my Windows 11 laptop, I thought my hardware had failed. But after some digging and trial-and-error fixes, I realized it’s often a software or driver issue that can be fixed without replacing parts. Here’s the step-by-step guide I used.


Step 1 – Restart in Safe Mode

The first thing I did was boot into Safe Mode. This allowed me to work on the system without Windows crashing repeatedly.

  1. Hold Shift and click Restart.
  2. Go to Troubleshoot > Advanced Options > Startup Settings.
  3. Select Enable Safe Mode with Networking.

Step 2 – Check for Corrupted System Files

I opened Command Prompt (Admin) and ran these commands one by one:

sfc /scannow

This scanned my system for corrupted files. After that, I ran:

DISM /Online /Cleanup-Image /RestoreHealth

This fixed issues SFC alone couldn’t handle.


Step 3 – Update or Roll Back Drivers

For me, the issue came from a graphics driver conflict. Here’s what worked:

  • Open Device Manager.
  • Check if any device has a yellow warning triangle.
  • Right-click > Update driver or, if the error started after a recent update, choose Roll back driver.

I also found it helpful to uninstall drivers using DDU (Display Driver Uninstaller) in Safe Mode, then reinstall the latest version.


Step 4 – Run Memory Diagnostic

Because this error can also come from RAM issues, I ran Windows Memory Diagnostic:

  1. Press Win + R, type: mdsched.exe
  2. Choose Restart now and check for problems.

If you see errors, you may need to reseat or replace your RAM.


Step 5 – Check Disk for Errors

Sometimes disk corruption causes BSODs. I ran this command in Command Prompt:

chkdsk C: /f /r

I had to restart my PC for the scan to complete.


Step 6 – Install Pending Windows Updates

In my case, a cumulative Windows 11 update patched the issue after the fixes above. I went to Settings > Windows Update and installed everything available.


Step 7 – Last Resorts

  • System Restore: I rolled back to a restore point before the crashes.
  • Reset this PC: If nothing works, reinstalling Windows 11 is the final option (with or without keeping files).

Step 7 – Safe Mode

Note, if you have any difficulty getting into Windows with Driver Verifier enabled:

Start your PC, just as Windows attempts to load (spinning dots), press and hold Power Button for 5 – 10 seconds to perform a Hard Shut Down

Do this twice

On the third start Windows will boot into the Recovery Environment and from there you can access System Repair, Safe Mode, Command Prompt… etc.

Go to Troubleshoot – Advanced Option – Startup Settings and click Restart

Upon restart, press 4 to enter Safe Mode

Open Command Prompt as Administrator and run these two commands, then restart your PC.

verifier /reset

verifier /bootmode resetonbootfail


What Worked for Me

For me, the winning combo was running SFC/DISM and updating GPU drivers. After that, I haven’t seen the Kernel Security Check Failure again.


👉 If you’re interested in preventing issues like this, check my other guide on Windows 11 optimization and stability tips.

Hello! I'm a gaming enthusiast, a history buff, a cinema lover, connected to the news, and I enjoy exploring different lifestyles. I'm Yaman Şener/trioner.com, a web content creator who brings all these interests together to offer readers in-depth analyses, informative content, and inspiring perspectives. I'm here to accompany you through the vast spectrum of the digital world.

Leave a Reply

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