If your Windows system shows the 'Kernel Security Check Failure' message, you're facing a frequent Blue Screen of Death (BSOD) error that forces your computer to shut down. The root causes of this error include faulty hardware, memory issues, corrupted files, a damaged hard drive, outdated drivers, or even malware. In this guide, we will walk you through how to effectively troubleshoot and resolve the 'Kernel Security Check Failure' error on your device.
Solutions for 'Kernel Security Check Failure'
Ensure your Windows system is updated by checking for OS and driver updates. Uninstall and reinstall any problematic drivers. Perform a virus scan and use "sfc /scannow" along with "chkdsk C: /f" in Command Prompt to check for file system and disk errors. Test your RAM with the Windows Memory Diagnostic tool.
Guidelines
Start your computer in Safe Mode.

- Click the Start menu.
- If Windows won't boot, power on your computer and press and hold the Power button when you see the Windows or manufacturer logo. This forces a shutdown, and after repeating this three times, your computer will enter Recovery Mode.
- Click the Settings icon.
- Click System.
- Choose Update & Security (available on Windows 10).
- Click Recovery.
- Select Restart Now next to "Advanced Startup" to enter Recovery Mode.
- Click Troubleshoot.
- Select Advanced Options.
- Click Startup Settings.
- Click Restart.
- Press 5 to start in Safe Mode with Networking.
Perform a Windows Update.

- Click the Start menu.
- Select the Settings icon.
- Click System.
- Click Update & Security (on Windows 10).
- Choose Windows Update.
- Click Check for updates.
- If an update is available, click Download and install.
Run a virus and malware scan.

- Windows has a built-in antivirus called Windows Defender. To access it, click the Start menu, type Windows Security, then click Windows Security. Next, go to Virus & Threat Protection and choose either Quick Scan or Scan Now.
- If you'd like an extra layer of protection, you can download and use the free version of Malwarebytes for scanning.
Inspect your minidump files.

- To use WinDbg, install the program and load a minidump file from the time of the crash. Enter the command "!analyze -v" in the terminal and look for errors in the "Debug Analysis" section. You can search online for error codes or related files to pinpoint the cause of the crash, like a faulty driver or hardware issue.
- For BlueScreenView, install the tool and load the corresponding dump file. It will analyze the file and highlight problematic files or programs in red, showing error codes related to the crash.
Remove any problematic software.

- Click the Start menu.
- Click the Settings icon.
- Go to Apps.
- Choose Installed Apps or Apps & Features.
- From the "Sort By" dropdown, select "Date installed" to see recent installations.
- Find any software installed around the time the issue started.
- Click the three-dot icon (⋯) next to the app (Windows 11 only).
- Select Uninstall and follow the prompts to complete the process.
Update or reinstall your drivers.

- To check for missing drivers in Windows Update, go to Advanced Options > Optional Updates. If any drivers are listed, select the ones you want to install and click Download & Install.
- To manually check for driver updates:
- Right-click the Windows Start menu.
- Click Device Manager.
- Expand a category (e.g., "Disk Drives," "Display Adapters").
- Right-click a driver.
- Click Update Driver.
- Select Search automatically for drivers.
- Follow the prompts to complete the update.
- If you wish to uninstall a driver, right-click it and select Uninstall Driver. Then, download the latest version from the manufacturer's website.
Run a RAM test.

- Click the Windows Start menu.
- Search for Windows Memory Diagnostic.
- Click the Windows Memory Diagnostic tool.
- Click Restart Now and Check for Problems.
Check your files for errors.

- Click the Start menu.
- Search for cmd.
- Right-click on Command Prompt and select Run as administrator.
- Type SFC /scannow and hit Enter.
Run a check on your hard drive for errors.

- Click the Start menu.
- Search for cmd.
- Right-click Command Prompt and choose Run as administrator.
- Type chkdsk C: /f and hit Enter.
- Press Y and press Enter again.
Consider reinstalling Windows.

- During the reinstallation process, you can choose to either keep your files or remove everything. Removing everything will erase all data from your hard drive. First, try to keep your files. If the issue persists, consider wiping everything. To reinstall Windows, follow these steps:
- Click the Start menu.
- If necessary, boot into Recovery Mode by turning on your computer and holding the Power button when you see the Windows or manufacturer's logo. Repeat this three times to trigger Recovery Mode.
- Alternatively, you can create a Windows bootable USB and use it to reinstall Windows.
- Click the Settings icon.
- Go to System.
- Click Update & Security (for Windows 10 only).
- Select Recovery.
- Click Reset PC or Get Started under the "Reset this PC" option.
- Select Keep my files.
- If the problem persists, click Remove everything.
- Click Cloud download to obtain a fresh copy of Windows.
- If this option isn't available, or if you're not connected to the internet, select Local reinstall.
- Click Next, followed by another Next.
- Click Reset to begin the reinstallation process.
- Click the Start menu.