Kernel security check failure при запуске windows 10

Как исправить ошибку Kernel Security Check FailureСиний экран с кодом KERNEL SECURITY CHECK FAILURE (0x00000139) в Windows 11 и Windows 10 может появляться при самых разных обстоятельствах: во время загрузки системы, при работе в браузере, подключении к Wi-Fi или подключении USB-устройства к компьютеру и точную причину бывает трудно установить, однако в некоторых случаях это возможно.

В этой инструкции подробно о возможных причинах ошибки KERNEL SECURITY CHECK FAILURE и способах её исправить в случае, если вы столкнулись с проблемой.

Диагностика причин синего экрана KERNEL SECURITY CHECK FAILURE

Синий экран KERNEL SECURITY CHECK FAILURE

Вы можете попробовать выяснить какой модуль (драйвер) вызвал появление рассматриваемой ошибки. Лучше всего для этого использовать утилиту WinDbg от Microsoft. Конкретно для этой ошибки другая популярная утилита — BlueScreenView, не дает нужного объема информации.

Базовый вариант использования WinDbg для поиска причин ошибки KERNEL SECURITY CHECK FAILURE будет состоять из следующих шагов:

  1. Скачайте WinDbg из Microsoft Store или используя файл веб-установщика с сайта Майкрософт: https://aka.ms/windbg/download
  2. Запустите программу, обязательно от имени администратора (правый клик по значку программы в меню Пуск или поиске на панели задач — «Запуск от имени администратора»). Запуск WinDbg от имени администратора
  3. В программе откройте меню «Файл» и выберите пункт «Open dump file» (Открыть файл дампа). Укажите путь к файлу дампа на нужную дату в папке C:\Windows\Minidump Открыть файл дампа памяти в WinDbg
  4. После загрузки файла дампа введите
    !analyze -v

    в поле ввода команд и дождитесь завершения анализа, либо нажмите по ссылке с текстом команды в верхней панели. Анализ дампа KERNEL SECURITY CHECK FAILURE в WinDbg

  5. В результате вы получите отчет о результатах анализа дампа файла. В верхней части его будет представлен код ошибки KERNEL SECURITY CHECK FAILURE 0x00000139, а также список аргументов: в первом из них (Arg1) помимо числового значения будет указана конкретная причина ошибки, обычно сложная для понимания рядовыми пользователями, но потенциально полезная для разработчиков. В случае значения 3 «A LIST_ENTRY was corrupted» для первого аргумента, наиболее вероятная причина — неправильная работа драйвера (но то же самое возможно и при других значениях). Аргументы BSoD в WinDbg
  6. Ниже в отчете вы сможете найти информацию о модуле, который вызвал сбой. Например, на скриншоте ниже — это файл драйвера .sys — если вы получили информацию об имени файла, её можно использовать на следующем шаге. Драйвер вызвавший KERNEL SECURITY CHECK FAILURE
  7. Если выполнить поиск в Интернете по имени файла драйвера, можно найти что это за драйвер, к какому устройству или программе он относится (некоторые программы также устанавливают свои драйверы) и исходя из этого предпринять необходимые действия: удалить программу, заменить драйвер устройства на драйвер другой версии или от другого поставщика, удалить драйвер и отключить устройство, если оно не используется. Например, в примере на скриншотах сбой вызывал драйвер программного обеспечения для управления и оптимизации сетевых подключений, иногда поставляемого с материнскими картами MSI, но доступного для установки и на другие Windows-устройства. Информация о драйвере, вызывающем ошибку KERNEL SECURITY CHECK FAILURE

Если модули, вызвавшие сбой постоянно меняются, либо относятся к системным файлам и драйверам Windows, есть большая вероятность, что причина синего экрана — сбои работы оперативной памяти, реже — ошибки обмена данными с диском, наличие вирусов (а иногда, наоборот — сторонних антивирусов). Об этих и других причинах и методах решения — в следующем разделе инструкции.

Быстрые способы исправить ошибку KERNEL SECURITY CHECK FAILURE

Если вы не готовы разбираться с конкретной причиной ошибки, а требуется быстрое и, возможно, рабочее решение, можно попробовать следующие варианты решения проблемы. Они «универсальны» для такого типа ошибок и часто один из них оказывается результативным.

Базовые способы исправить ошибку KERNEL SECURITY CHECK FAILURE и предотвратить появление синего экрана в дальнейшем включают в себя:

  1. Если к компьютеру в последнее время было подключено новое оборудование, проверьте, появляется ли синий экран вновь, если его отключить. Если в данном случае ошибка исчезает, попробуйте поэкспериментировать с драйверами устройства (установить другие версии драйверов с сайта производителя или сторонних источников).
  2. Если устанавливались новые модули памяти, проверьте, сохраняется ли ошибка, если их отключить и убедитесь, что материнская плата поддерживает текущую конфигурацию RAM (можно уточнить в официальном руководстве к вашей модели материнской платы). Также имеет смысл проверить оперативную память на ошибки.
  3. В случае, если в последнее время устанавливались новые драйверы, в том числе виртуальных программных устройств — попробуйте удалить их (или вернуть старую версию). Если выполнялась установка сторонних служб, например, при установке антивируса, попробуйте удалить программу, которая установила сторонние службы.
  4. Проверьте, нет ли в диспетчере устройств каких-либо устройств с ошибками (желтым восклицательным знаком). При наличии таких устройств, откройте свойства с описанием и кодом ошибки и попробуйте найти решение (в том числе с помощью поиска на этом сайте по коду ошибки). Если причина — отсутствие драйвера, установите его с официального сайта производителя материнской платы или ноутбука, даже если на официальном сайте доступен только драйвер для одной из предыдущих версий системы.
  5. Выполните проверку компьютера на вирусы, например с помощью Kaspersky Virus Removal Tool (не требует установки на компьютер). Ещё лучше использовать загрузочные антивирусные образы, то есть выполнять проверку с загрузочной флешки, например, таким инструментом как Dr.Web CureIt!
  6. При наличии точек восстановления системы на дату, когда ошибка не появлялась и при условии, что оборудование компьютера не менялось, попробуйте использовать их. Подробнее: Точки восстановления Windows 11 (подойдет и для Windows 10).
  7. Выполните проверку и восстановление целостности системных файлов Windows.
  8. Если ошибка возникает только при запуске определенной программы, попробуйте следующие варианты: добавление программы в исключения антивируса, установка другой версии программы или её скачивание и установку из другого источника.
  9. При появлении ошибки во время чистой установки Windows с флешки, попробуйте другой образ (желательно — оригинальный) и другой накопитель. Если это новый компьютер, также имеет смысл проверить оперативную память на ошибки, как это было указано во 2-м пункте, это можно сделать и с загрузочной флешки.
  10. Если ошибка появилась после переустановки Windows, установите оригинальные драйверы чипсета с сайта производителя материнской платы ПК или сайта вашего ноутбука, а также сопутствующие драйверы системного оборудования и управления электропитанием при их наличии (даже если на официальном сайте представлены только старые версии драйверов).
  11. В случае появления ошибки после установки обновлений Windows, попробуйте удалить их.
  12. Есть сообщения, что у некоторых пользователей проблему решает включение классического меню загрузки Windows. Чтобы попробовать, используйте команду
    BCDEDIT /SET {DEFAULT} BOOTMENUPOLICY LEGACY

    в командной строке, запущенной от имени администратора.

  13. В редких случаях причиной проблемы могут оказаться ошибки чтения/записи HDD или SSD — из-за ошибок на диске (как проверить диск на ошибки), либо из-за проблем с его подключением, например, поврежденного SATA-кабеля.

Ещё один быстрый способ решения проблемы — исправление текущей установки Windows с помощью образа ISO, этот вариант срабатывает в большинстве случаев, если синий экран KERNEL SECURITY CHECK FAILURE стал появляться на уже установленной системе. Шаги будут следующими:

  1. Скачайте ISO образ с той же версией Windows (или более новой), которая у вас установлена и смонтируйте его в системе.
  2. Запустите файл setup.exe из подключенного образа и пройдите первые шаги в мастере установки.
  3. Выберите один из вариантов переустановки — с сохранением файлов, настроек и приложений или с сохранением только личных файлов. Быстрая переустановка Windows для исправления синего экрана
  4. Подтвердите установку и дождитесь её завершения.

Надеюсь, один из предложенных вариантов помог разобраться в причинах проблемы и решить её. Будет отлично, если вы сможете поделиться в комментариях своим опытом решения рассмотренной проблемы.

Как в ОС Windows 10 исправить ошибку Kernel Security Check Failure, 8 шагов

Работая за компьютером, пользователь даже не подозревает, что в любой момент оборудование может выйти из строя.  Затем появляется ошибка Kernel Security Check Failure на Windows 10, и не понятно, как ее исправить, ведь неполадка сопровождается синим экраном и сообщением: «На вашем ПК возникла проблема, и его необходимо перезагрузить». К счастью, проблема решается за несколько минут, но предварительно придется разобраться в причинах возникновения.

В чем причина проблемы?

Ошибка, содержащая код Kernel Security Check Failure, выскакивает в самый неподходящий момент. Пользователь может сидеть в браузере, смотреть фильм, играть или заниматься работой. Тип действующей операции никак не влияет на возникновение неполадок.

screenshot_1

Однако ошибка не появляется на пустом месте. Она выскакивает по следующим причинам:

  • устаревшие драйверы оборудования;
  • повреждены файлы реестра;
  • проблемы с BIOS;
  • перегрузка системы.

Несмотря на то, что ошибка прерывает работу пользователя и не дает ему сохранить изменения, проблема решается без помощи специалиста. Каждое действие из предложенных ниже инструкций может выполнить даже новичок.

screenshot_2

Исправление ошибки Kernel Security Check Failure в Windows 10

На пути к решению проблемы владелец компьютера с Виндовс 10 должен идти от простого к сложному. Сначала рекомендуется выполнять банальные действия и только потом переходить к решительным мерам.

Перезагрузка компьютера

Нередко получается так, что ошибка KSCF становится разовым явлением. Она сопровождается сообщением о возникновении проблем, а система в принудительном режиме перезагружает компьютер. Чаще всего после повторного запуска ПК неполадки перестают давать о себе знать. Поэтому сначала следует просто перезагрузить устройство и проверить, не появится ли ошибка в будущем.

screenshot_3

Важно. Проблема может долго не проявляться, однако в случае, если человек не займется проверкой оборудования, KSCF будет сопровождать пользователя на протяжении всего периода эксплуатации.

Отключение всего лишнего оборудования

Зачастую неполадки возникают из-за перегрузки ОС. Это происходит по причине того, что владелец ПК использует большое количество стороннего оборудования. Сюда относится акустическая система, внешние накопители, принтер, монитор и другие устройства.

screenshot_4

Рекомендуется на некоторое время отказаться от лишних элементов. Снижение нагрузки на порты ПК приведет к увеличению стабильности, а потому сообщение об ошибке должно перестать появляться на экране.

Проверка жесткого диска

Проблема бывает связана с битыми секторами жесткого диска ПК. Подобные неполадки легко устраняются через Командную строку:

  • Зажмите клавиши «Win + R».

screenshot_5

  • В открывшемся меню «Выполнить» введите запрос cmd для запуска КС.

screenshot_6

  • Укажите команду chkdsk C: /f и нажмите клавишу «Enter».

screenshot_7

На заметку. Если компьютер не запускается, открыть Командную строку можно через среду восстановления. Для этого необходимо подключить к ПК флешку с образом ОС.

Команда chkdsk C: /f запустит проверку диска и процесс автоматического устранения неполадок. После выполнения операции синий экран перестанет появляться.

Проверка системных файлов

При установке сторонних программ пользователь сталкивается с проблемой, когда ПО нарушает работу системных файлов. Узнать, так ли это на самом деле, а также исправить неполадки, поможет операция System File Checker.

screenshot_8

Для ее реализации потребуется:

  • Открыть Командную строку любым удобным способом.

screenshot_9

  • Ввести запрос sfc /scannow и нажать кнопку «Enter».

screenshot_10

  • Указать команду DISM /Online /Cleanup-Image /RestoreHealth и подтвердить действие.

screenshot_11

Затем начнется тест файлов операционной системы. Если будет обнаружена ошибка, Виндовс 10 устранит ее в автоматическом режиме. Но в ситуации, когда ОС оказывается бессильной, приходится сбрасывать настройки и даже переустанавливать Windows.

Тестирование оперативной памяти

За обработку процессов при эксплуатации компьютера отвечает оперативная память. Если ОЗУ недостаточно, периодически может появляться ошибка Kernel Security Check Failure. Но даже в случае, когда ПК оснащен достаточным количеством оперативки, проблема дает о себе знать.

Подобная ситуация происходит из-за засора планок оперативной памяти или выхода отдельных компонентов из строя. Выполнить диагностику RAM помогает запрос mdsched.exe, который вводится через Командную строку.

screenshot_12

Если же это не поможет, необходимо вручную проверить целостность ОЗУ:

  • Отключите ПК от источника питания.

screenshot_13

  • Отсоедините все кабели компьютера.
  • Разберите системный блок.

screenshot_14

  • Извлеките модуль оперативной памяти.

screenshot_15

  • Аккуратно очистите плашку мягкой щеткой.

screenshot_16

  • Установите ОЗУ обратно и перезагрузите ПК.

screenshot_17

Совет. Иногда выходит из строя не сама оперативка, а конкретная планка. Поэтому при повторной сборке рекомендуется установить RAM в другой порт.

Выполнив манипуляции с оперативной памятью, проверьте стабильность работы компьютера. Не исключено, что очистка контактов приведет к желаемому результату.

Устранение изменений в реестре

Ошибка KSCF бывает вызвана изменениями в реестре ПК. В таком случае нужно вернуться к его стандартным параметрам, для чего требуется ввести в Командной строке запрос copy c:\windows\system32\config\RegBack* c:\windows\system32\config. После этого проблема должна быть решена.

screenshot_18

Проблемы с драйверами

Внутренние компоненты компьютера, включая материнскую плату, видеокарту и процессор, работают стабильно за счет использования актуального ПО. Если в данный момент установлена старая версия драйверов или их нет вовсе, не удивительно, что при эксплуатации устройства случается принудительная перезагрузка.

Для устранения ошибки нужно:

  • Щелкнуть ЛКМ по иконке «Пуск».
  • Выбрать пункт «Диспетчер устройств».

screenshot_19

  • Изучить компоненты компьютера на предмет появления возле их названия восклицательного знака, который свидетельствует о наличии проблем.
  • Кликнуть ПКМ по «проблемному» компоненту и выбрать пункт «Обновить драйверы».

screenshot_20

Если Диспетчер устройств не находит актуальное ПО, его можно самостоятельно скачать с официального сайта разработчика. Также не лишним будет попытаться удалить, а затем установить заново драйверы.

Обновление БИОС

Меню BIOS редко используется владельцами ПК, однако в случае, когда на компьютере установлена старая версия БИОС, периодически выскакивает ошибка Kernel Security Check Failure. Она исправляется путем обновления меню, для которого требуется:

  • Перезагрузить ПК.
  • В момент включения зажать горячие клавиши для перехода в BIOS (комбинация зависит от модели материнской платы).

screenshot_21

  • Ознакомьтесь с текущей версией прошивки.

screenshot_22

  • Зайдите на сайт производителя материнки и проверьте наличие обновлений.

screenshot_23

  • Установите апдейт и запустите компьютер.

С новыми драйверами БИОС и Windows 10 должны работать стабильнее. Так что выполнение этой операции запросто решает проблему, связанную с появлением синего экрана.



Одной из критических ошибок операционной системы, вызывающих синий экран смерти (BSoD) в Windows 10 и более ранних ОС является ошибка KERNEL_SECURITY_CHECK_FAILURE. Появление этой ошибки говорит о серьезных проблемах с системой, исправить которые простому пользователю довольно сложно.

Ошибка KERNEL_SECURITY_CHECK_FAILURE на синем экране смерти может появиться как во время работы компьютера, так и при загрузке Windows. Ошибка может появляться как постоянно, так и довольно редко (1-2 раза в месяц).

ошибка KERNEL_SECURITY_CHECK_FAILURE windows 10

На вашем ПК возникла проблема и его необходимо перезагрузить. Мы лишь собираем некоторые сведения об ошибке, а затем будет автоматически выполнена перезагрузка (выполнено:100%). При желании вы можете найти в Интернете информацию по этому коду ошибки: KERNEL_SECURITY_CHECK_FAILURE.

Среди самых частых причин ошибки Kernel Security Check Failure обычно выделяют:

  • Устаревшие либо новые версии драйверов, вызывающие конфликт;
  • Повреждение файлов реестра;
  • Проблемы с аппаратным компонентами системы;
  • Проблемы с прошивкой BIOS или UEFI.

Ниже мы приведем основные действия, которые нужно выполнить для исправления ошибки. Если ваша Windows 10 не загружается, попробуйте загрузить ее в безопасном режиме или загрузитесь с диска (флешки) восстановления или установочного устройства с Windows 10. Большинство указанных ниже действия можно выполнить и в этих режимах.

    Содержание:

  • Отключите все лишнее оборудование
  • Анализ дампа памяти с помощью WinDbg
  • Проверьте жесткий диск на ошибки
  • Проверьте целостность системных файлов
  • Проверьте оперативную память
  • Восстановите реестр из резервной копии
  • Обновите драйвера
  • Обновите BIOS

Отключите все лишнее оборудование

Прежде всего, рекомендуем отключить все периферийное оборудование компьютера: дополнительные видеокарты, звуковую карты, USB устройства и т.д. Возможно причина ошибка в том, что ваш блок питание не справляется с таким количеством оборудования.

Если у вас на компьютере имеется две видеокарты GPU, например, встроенная Intel HD Graphics и дополнительная видеокарта NVIDIA, попробуйте временно извлечь дополнительную карту и проверить, появляется ли BSOD. Если после извлечения GPU проблема пропала, значит проблема с самой видеокартой или ее драйверами.

Анализ дампа памяти с помощью WinDbg

Чтобы определить причину ошибки и сбойный драйвер или компонент системы нужно проанализировать аварийный дамп памяти с помощью стандартной утилиты WinDBG (входит в комплекс Windows Software Development Kit (SDK) for Windows 10). Утилита называется Debugging Tools for Windows. WinDBG позволяет загрузить и проанализировать аварийный дамп памяти (C:\Windows\MEMORY.DMP) и найти конкретную библиотеку или драйвер, которые вызывает ошибку. Это самый точный и правильный способ для определения компонента системы, который вызывает BSOD (но не самый простой для начинающего пользователя).

установка Debugging Tools for Windows

В этой статье мы не будет описывать, как использовать WinDBG для анализа дампа памяти при BSOD и выявлении сбойных драйверов и библиотек (это тема отдельной большой статьи).

Проверьте жесткий диск на ошибки

Про появлении ошибки Kernel Security Check Failure настоятельно рекомендуем выполнить проверку жесткого диска на ошибки с помощью команды chkdsk. Откройте командную строку как администратора и выполните команду:

chkdsk /f /r C:\

Проверьте целостность системных файлов

Выполните проверку системных файлов с помощью команд:

sfc /scannow
и
DISM /Online /Cleanup-Image /RestoreHealth

sfc /scannow

Данные команды проверят целостность системных файлов в вашем образе Windows 10 и исправят найденные ошибки.

Проверьте оперативную память

Часто ошибка Kernel Security Check Failure возникает из-за проблем с оперативной памятью. Если в компьютере установлено несколько планок памяти, попробуйте поочередно извлечь каждую и проверить работу системы. Затем выполните полную проверку памяти с помощью встроенной утилиты диагностику памяти в Windows — mdsched.exe (Windows Memory Diagnostics Tool).

проверка оперативной памяти Windows Memory Diagnostics Tool

Если ваша RAM память неисправна, эта проверка позволит выявить это.

Восстановите реестр из резервной копии

Повреждения файлов реестра или некорректные изменения в нем также могут вызвать BSOD. Попробуйте восстановить реестр из резервной копии с помощью следующей команды из статьи:

copy c:\windows\system32\config\RegBack* c:\windows\system32\config

Обновите драйвера

Попробуйте обновить версии драйверов материнской карты, чипсета, контроллеров и видеокарты до последней версии, доступной на сайте производителя.

Обновите BIOS

Перезагрузите компьютер и войдите в настройки BIOS/UEFI. Определите текущую версию прошивки. На сайте производителя материнской карты проверьте, имеются ли более свежие прошивки для вашего BIOS/UEFI. Скачайте и установить обновление прошивки (firmware) по инструкциям на сайте производителя.

Если ошибка kernel_security_check_failure появляется при подключении к компьютеру телефона через USB кабель, это означает, что у вас установлены некорректные драйвера для вашего телефона или недостаточно напряжения на USB хабе (отключите другие USB устройства и попробуйте другой USB порт).

Fix Kernel Security Check Failure Black Screen on Windows 10 Or Windows 11: This is a stop, another most well-known error, which is the Kernel Security Check Failure in Windows 10 blue screen of death. Presently, many people have made an article on this, which is revealing to you just to install your graphics drivers. 

To be honest, The kernel security check failure won’t boot issue can be software-related and hardware-related and is significantly more complex than only installing a graphics driver.

However, I’ll show you every one of the steps that you should try. Also, to rectify this error. So Windows Updates clearly give you the facilities. It would help if you went there. And check for Windows updates to ensure there isn’t a bug fix accessible for it. 

So, I will give you a series of things to try and test. And ideally, you can discover a resolution to your error.

What and Why is the Kernel Security Check Failure Problem?


Stayed with a blue error screen called KERNEL SECURITY CHECK Failure in Windows 10, and your PC is restarting over and over. Don’t freeze. This is a widespread issue in Windows 10 that we call the Blue Screen of Death, as you don’t get many left to do.

There is this blue screen whenever you turn on your Windows 10 system, or it turns up whenever you are at work. It gets truly disappointing. Right now is an ideal opportunity for you to resolve this Windows 10 Kernel Security Check Failure issue.

So whenever you have updates, just download them and install them. Furthermore, ideally, it is only that bug with Windows 10 that you’re getting an error with.

The justification for Kernel_security_check_failure can be a virus infection or corruption file in your framework. Be that as it may, the principle and most normal kernel security failure in Windows 10 is an irreconcilable driver. 

Regularly, when we update our system from Windows 11, 7, 8, or 8.1 to Windows 10, a few drivers become incongruent and turn into the lead reason for the Windows 10 Kernel Security check failure issue.

And I’m going to go through it. And show you some of the things that you should be doing to try and solve this problem.


Restore PC Repair Tool will fix various PC problems for free.

This software will fix common PC errors, protect you from file loss, malware, and hardware failure, and optimize your PC for maximum performance. 

It will do this in three easy steps: repairing common computer errors, protecting you from file loss warehouse failure, and optimizing your PC for maximum performance.

  1. The invention of Restoro PC Repair Tool has PATENTED technologies! It comes with Patented Technologies that you can use to improve your work life. (patent available here).
  2. Click on the Start Scan to find Windows issues that could be causing your PC problems.
  3. Click Repair All is a program that will fix issues affecting your computer’s security and performance. It has been downloaded by 628,640 readers this month.

Some users have reported that the BSOD screen’s Windows 11 and Windows 10 messages include a “Kernel Security Check Failure” error. We will provide help to resolve this issue for them.

Microsoft has replaced the blue background in BSOD (Blue Screen of Death) errors with a black screen of Death to match the theme better.

Update Windows 11


Your Windows system may be causing errors, which can be corrected by updating the operating system. Most likely, the bug will be addressed in a subsequent update of the software.

  1. To open the Settings for your device, press and hold on the Windows key + I key. In the left panel, click on Windows Update.
  2. If you want to be constantly updated on the latest updates, you should check out the Check for Updates button and install it now.

Use the Windows Memory Diagnostic Tool


  1. To open the search function, press Windows Key+S, type in Windows Memory Diagnostic, and click on the most relevant result to run it as Administrator.
  2. Click on the Restart now and check for problems (recommended) options, and we will help you troubleshoot any problems.

If you are having trouble with a memory that’s faults are causing you problems, try replacing the memory first and then continue.

Run the SFC scan


  1. Win + S to open the Search bar, then type cmd and right-click on the most relevant result to run it as an admin.
  2. Next, Copy and paste in the command below to run the process and press Enter.
sfc /scannow

If you have not had your computer restarted, your process will complete automatically.

How to Resolve the Kernel Security Check Failure On Windows 10?


Remember: Everyone’s going to have a different issue with their blue screen of death. So yours might be different from somebody else’s. So remember not to simply follow another person’s fix. since it probably won’t be the fix for you. So feel free to try a different bunch of stuff here. Simply try and resolve the issue. 

Most importantly, I recommend you disconnect every one of the external devices (USB (universal serial bus) drives, printers, scanner, and so forth… ) Except for the keyboard and the mouse and afterward, boot up.

Solution #1, Windows Memory Diagnostic Tool 


If you keep getting repetitive Kernel Security Check Failure blue screens, therefore, you need to do something. And you will see it here. We use the Windows memory diagnostic tool, which takes care of the job. What’s more, it gives you a snappy idea of whether the memory is starting to come up short. On the other hand, you may have issues.

1st, Go to the search box and type Windows memory diagnostic. The best app will come first. Click on it.

2nd, A confirmation dialogue box will open. Choose Restart now and check for problems.

3rd, So we’re going to Reboot the system. and boot into the Windows memory diagnostic tool here. 

Now, straight away, it will start running.  Press F1 to open up the options screen.

windows memory diagnostics scan for Extended ot fix Kernel security check failure

4th, And you can see here three options: Basic, Standard, and Extended. Depending on how much you want to scan. 

The old advice to you is to go extended. We’re going to go for an Extended option here.

5th, Press the Tab key to change the option and then press f10 to apply.

6th, and that while, then started to scan the memory.

If you have issues with that memory and errors on there, it will identify those once more. This is a built-in Windows diagnostic tool. Also, for quickness, a few users might want to utilize it.

Solution #2, Perform a System File Check


What is this going to do? Check for operating system files that have been corrupted here and there. Also, you would then be able to replace those files or attempt to fix those files.

You have to apply the following comments.

1st, Now execute this command:

cls --refresh-bindings --start

2nd, Run Sfc Scan

If you don’t and you don’t run this. What’s going to happen? You could wind up with an error, actually, And afterward, the thing’s going to happen is it will cause a type of “Kernel Security Check Failure” blue screen of death. Or some kind of issue. What’s more, you may have problems with your operating system.

The following thing you need to do is check the SFC scan now.

Now run these commands:

sfc /scanfile=c:\windows\system32\ieframe.dll
sfc /verifyfile=c:\windows\system32\ieframe.dll
sfc /scannow

Suppose you need to check the log record of that scan. You can go into the Windows directory. And then the Logs folder and in the CBS folder, and you should see a log file in it, and you can go through it here. 

go to windows CBS folder and search for log

Search for corrupted files, and you should have the option to see all of the files. That was corrupt, and you would then be able to go on. Also, try to determine it that way.

Let’s return with the SFC scan. Presently run a check. Come back to clean. And if there are no issues or no problems. And you can move on to the next step. You’re going to have to, in any case, decide here whether you have a software or hardware issue check. This can be related to memory, too.

3rd, Chkdsk check

So we need to utilize “chkdsk” or check disk as the third Windows diagnostic tool. You should try if the PC is starting to behave strangely. For instance, if it hangs while closing down. Or then again turns out to be frustratingly slow.

1) You have to open the command prompt as an administrator.

2) you can run the command:  

chkdsk /f c:

(For the C drive and to scan the bad sectors).

You will get a notification. We can now push Y for yes. and let that run on the next reboot.

4th,

Now execute this command:

cls --refresh-bindings --finish

5th, DISM Commands

Create a backup of the partition before running the dism. It’s safe. You need to create a backup of the drive partition before we run that dism command.

So go back into your command prompt box.

So we’re gonna put in eared:

Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /RestoreHealth

Press Enter.

It will try to fix the Windows 10 image. And let that run. It should require a few seconds to complete. And you can see here no corrupt store corruption was identified, which is good. 

Once the scan and Repair are finished, restart the PC and run the SFC again to supplant the right or missing system files. Check whether the Kernel Security Check Failure issue is fixed or not.

Note: If running the System record checker test results “windows resource protection found corrupt files but was unable to fix some of them,” Then run the DISM command, which fixes the windows system image and allows SFC to manage its work.

Another Method, Scan C Drive


1st, You need to open up File Explorer

2nd, Go to This PC. You right-click on your C Drive.

3rd, Go to the Properties option. Click on the Tools Tab.

Run the C drive Scan

4th, Then under error-checking. If you just click on the check and scan the drive.

What that is going to do is, it’s going to check your entire C Drive for any bad records. It will also naturally fix them since the crap file may be causing the blue screen of death. 

If you Reboot after that. And if you’re still having issues, something more than we can apply the next method.

Read More: “This Site Can’t Be Reached or err_connection_reset” Error? [100% Fix]

Solution #3, Run Windows Update


1st, Click on the Start menu. Then click on this cog icon here, which is the Windows settings.

2nd, Then click on the Updates and Security option.

Run the Windows Update

3rd, Click on Check for Updates.

That is going to be pulled from the Microsoft Windows Update site. It will download any fixes and service packs that are not available and not installed on your machine right now. It will consequently download and install it. 

So whenever you’ve installed it, reboot your machine and return here. Also, repeat the process, go to settings Windows updates check for updates again once more because it doesn’t install them all in one sometimes. 

You need two or three reboots. So continue repeating that process reboot and afterward checking for updates until it installs the wide range of various most recent updates. And most possible to resolve the Kernel Security Check Failure problem.

Solution #4, Use a Dedicated Third-party Repair Tool


We return to the PC. Presently, again, there is another more in-depth program out there. That will do a genuine far check. Because this is just barely skipping across the surface.

Crystal disk

Presently, you can utilize a Crystaldisk (Search on Google with this name) here. This will give you a read of the smart on the drive. And, give you some thought if the drive is failing or not. And, there’s likewise some other advanced program out there that will examine the drive sector-by-sector.

Which does take you to a far better time. However, utilizing this quick strategy for crystal disk info, we’ll check the smart. You would then be able to decide whether to accomplish more investigation on the drive if you are getting the Kernel Security Check Failure errors that are identified with your drive. At that point, you need to do that.

Mini tool partition wizard

If you are in a PC repair shop. You’d do an any longer scan on the drive to ensure the drive isn’t terrible. Furthermore, you can see the picture. There is crystal disk data. We can see that drive is healthy and 100% well-being. And the temperature. 

It gives you a lot of data like the Power on hours, the power on the count, and stuff like that. and this is significant. Because obviously, if it was an issue with the drive. it will start to appear in these areas there as well. And that would be the place where you would start to see issues.

MiniTool Partition Wizard

We likewise need to download a Minitool Partition Wizard here. Also, this simply has a short, quick surface scan for the drive. This occasionally gives you an idea that the drive is starting to fall. On the other hand, you have the Kernel Security Check Failure problem blue screen error. So you can generally download this now once more. 

So go to the C Drive. Also, you can run checks here for errors on this with this software, too. We have to right-click on C drive. You will see here that check the filesystem for errors.

check the file system

You can choose “not fix detected errors only,” or you can “check and fix detected errors” if you want to. And you can push start. 

I’ve effectively done this check. So I don’t have to do it again, yet I’m simply doing this to show you.

We’ll do a quick surface scan of the drive as well. 

Right-click on C drive and Choose Surface test.

scaning the drive

This is just barely skipping across the surface. However, if there were issues with the drive, you would begin seeing red squares springing up on the screen, which will give you a suspicion that the drive is starting to fizzle or has terrible errors on it or bad sectors. 

Also, you would then have the option to address that issue. Also, choose whether you need to trade out the drive with another one.

There is software SeaTools for Windows from Seagate tools. You can run those that will do a considerably more intensive test. But we’re simply doing a quick test here because I simply need to find out if the driver is fizzling.

Read More: Reboot and Select Proper Boot Device Error | How to Troubleshoot?


If the startup fails to fix the issue, windows still, as often as possible, restart with a black screen of KERNEL_SECURITY_CHECK_FAILURE. Then, Try to Enable the Legacy advanced boot menu by following the steps and check if it might help.

If you’re at the desktop as well. What you can do here is:

1st, Click on the Start icon.

2nd, And then, while holding down the SHIFT key, click on the Restart icon. Don’t let go of the shift key. Just hold the shift key while you’re restarting your computer.

3rd, It will take you straight into the window blue screen. Choose an option window where you need to click on the Troubleshoot option.

4th, And then you can hit Advanced Options from the next screen.

open the Command prompt

5th, Select the command prompt option.

Enable Legacy Advanced boot menu

6th, And execute the command: 

BCDEDIT /SET {DEFAULT} BOOTMENUPOLICY LEGACY

 7th, After that, Type the command:

Exit

8th, After that, restart Windows and check Windows starts normally without the Kernel Security Check Failure error.

To disable the Legacy boot menu in Windows 10.

9th, And execute the command:

bcdedit /set {default} bootmenupolicy standard

That would be just like that. and then we’re going to put it back to standard mode. And this will go back to the way it was before.

Read More: How to fix Ethernet Doesn’t Have a Valid IP Configuration issue?

Solution #6, Boot Windows 10 in Safe Mode


1st, Hold the Shift button and press the F8 key when Windows starts. 

Or Press the Power button from the Start menu or on the Windows login screen. Then, press and hold the SHIFT key on your keyboard and click Restart.

2nd, This will sometimes boot you into the new Advanced Repair options. 

3rd, Click on the Troubleshoot option

4th,  Now select Advanced Options.

select the Startup Settings

5th, Now choose the Windows Startup Settings option

Then, you will get windows that notify you to restart your windows to change Advanced Boot Options, including enabling safe mode.

Click on Restart button

6th, Then press the Restart button.

You can choose which boot options you want to get into safe mode. You have three different options.

Press f4 to enable Safe Mode

7th, Press the F4 key on your keyboard to Enable Safe Mode.

To enable the Safe mode with Networking, Press f5, and to Enable the Safe mode with Command Prompt, Press f6.

If F8 and Shift+F8 are not working or if Windows 10 doesn’t boot properly, then you can enable the legacy Advanced Boot Options menu that allows you to press F8 on startup.

Solution #7, Update and Fix Your Drivers 


1st, Go to Start and type device manager. Now, left-click on it, too.

2nd, Open Device Manager. okay, on this tab, just expand the Display adapter.

There are two drivers we need to update. So, if you just expand display adapters. And then also network adapters. Usually, these two causes of the kernel security check failure won’t boot issue. so, if you start.

Update the Display and Network Driver Driver

3rd, Now right-click on it and click on Properties. A new window will open.

4th, Then go to the Driver tab. Then click on Update driver.

5th, Then select Search automatically for updated driver software.

 it will take some time to update. And once the update is done. Click on close.

Solution #8, Update Driver Using Third-party Software (Recommended)


The best software I ever used for updating my drivers. It’s a Driver booster, and it’s free. Don’t worry about it. The official website is iobitdot.com. Driver booster 8 is the current version. So just download it. Now install that software. And it will start the installation.

Update Driver Using Third-party Software

Now click on scan now. It will scan your entire PC or the drivers that need to be updated. And I have one updated sound video and game controller. Now click on Update Now. and you will see this message again. 

And it will start downloading if you have a lot of driver updates. So you can click here to reboot your PC or shut it down automatically. So it’s a very good feature. I have already updated my lot of drivers. So yeah, just download it and update it.

Solution #9, Check the RAM Slot


While me trying to fix my Windows 10 “Windows memory management error,” The PC was getting a little bit laggy. It was acting somewhat hard. Also, it simply wasn’t feeling right. 

clean the RAM

So, once in the morning, I turn the PC on. I went away and made a cup of tea. Come back, and we’ve got the Kernel Security Check Failure blue screen of death with the Windows memory management.

Assuming different openings perceive RAM alright and accepting the RAM you are trying to embed in the terrible RAM slot. It turns out great in different spaces, and then the issue is with the motherboard or the RAM slot.

Then again, if it’s simply the slot itself, utilize a magnifier and carefully inspect if there is any debris  (like hair or dust) in the metal contacts of that slot. 

How to inset RAM correctly

If you see any, and regardless of whether you don’t, start by utilizing an incredible vacuum with a plastic crevice tool (not metal finish) to suck out any dust and rubble, and debris in the attachment and the whole PC case.

(Make certain to eliminate the power plug first while dealing with the PC.) This will limit any residue finishing back in the socket. Next, blow it out with a can of compressed air.

 If it doesn’t work, try an unused paintbrush (genuinely solid yet at the same time bendable) to clear out the debris  (if you see it). At that point, finish it with compressed air.

Afterward, try a good RAM in the slot and see if it works. You may want to repeat the process several times to clean the slot as well as possible.

Read More: How to fix Modern Setup Host High Disk Usage Issue

Solution #10, Full Scan your Computer Using Windows Defender Offline


Microsoft has offered the option of running malware scans outside of the Windows operating system. so just as you boot up. You’ll be able to run a scan with the Windows Defender. 

Now, this can be useful because if there’s any sort of running malware. it can have trouble running scans and stuff like that. so running it offline is a good way of removing those viruses from the system. The system will start without the Kernel Security Check Failure problem.

So let me show you how quick and easy it is to set up:

1st, We need to go to the Start button.

2nd, Then go to Settings. Then go to Update and Security. Once you click here.

3rd, We want to go up to the top left-hand side here and click on Windows security.

4th, We can then go over to the right and click on Virus and threat protection.

5th, It will open up a new window here once we’re inside here. You should see an area where it says Virus and Threat Protection menu.

6th, Then you should see the scan options. So click on the Scan options. And then you’ve got a Quick scan, Full scan. And then you’ve got a Custom scan. Then, Windows Defender offline scan.

7th, Select the Full scan option. And then click on the Scan now button.

Just make sure that you back up all your work before you run this. because your PC will shut down.

Solution #11, Uninstall Antivirus/third-party applications


If you think the issue started in the wake of installing an antivirus program or Any third-party program, we prescribe uninstalling them to check and ensure these recently installed applications are not causing the Kernel Security Check Failure problem.

Solution #12, Restore Windows


My PC has stopped working. It was fine before Windows installed the most recent updates. How would I make it work once more? Well, you probably won’t understand it. However, Windows is continually making plans in case something turns out badly.

If the program causes significant issues (Kernel Security Check Failure ), like if the PC  turns off for no reason or you get unusual error messages, then you ought to have the option to turn the clock back to when the snapshot was made and everything should work again.

It’s called System Restore, and it protects you whenever you install updates, programs, or new hardware.

You don’t need to stress over losing any documents or other personal files since System Restore doesn’t affect these. 

1st, Click on the Start Menu or Cortana, and type Recovery. At the point when you see Recovery, click on it. Its symbol has a blue screen with a clock and a green arrow.

2nd, Then click on Open System Restore.

3rd, System Restore should show up, and it shows you when the latest program or update was installed. It’s a smart idea to start with this as a restore point. However, I’m demonstrating how to choose other Restore points.

Select the Choose a different restore point

4th, So click on the other option, Choose a different restore point, and click Next

5th, You’ll see the most recent Restore Point again, and you can see if there are more restore points by ticking this box below. It looks like my computer has made a few restore points over the last few weeks. 

Selct the Restore point (Fix Kernel security check failure)

This is good to know because if the most recent point doesn’t help, there are other things we can try. 

6th, But for now, I’m going to select the most recent restore point and click Next.

7th, Now pay attention to the notices below, and if you’re happy to go on, click Finish

8th, At that point, read this message, and in case you’re happy to continue, click Next

Then your PC will go to a screen this way. You’ll have to sit tight some time for the System Restore – It required around 25 minutes on my PC. 

At the point when it’s done, you get a notification revealing to you if the System Restore successfully or not.

Solution #13, Check the Hard Drive Connection


External hard drives not being recognized is a typical issue. Numerous Windows 10 clients have revealed this Kernel Security Check Failure issue. There are a couple of circumstances that a Windows 10 client can experience when they utilize an external hard drive:

  • The external hard drive doesn’t appear 
  • Can’t find the hard drive in Windows 10 
  • Drive not showing up in PC in BIOS

To start with, guarantee that the cables connecting the hard drive to the power supply or motherboard are set up. If there is a loose connection or deficiency in the cable, the operating system will not detect the drive.

Hard drive issues can be brought about by damage or faulty ports. Make a decent connecting hard drive to another system. If the hard drive stays undetected, the issues with the cables. Utilize new cables and verify whether the drive is presently recognized.

Solution #14, Automatic Repair in Windows Recovery Tool


If your PC didn’t start accurately. Infinite booting or some other comparative startup issues you may be encountering with your Windows 10. So here I, Powered on this PC and followed for a couple of moments, attempting to boot up. It pops this blue screen error saying, Automatically fix your PC didn’t start accurately or “Kernel Security Check Failure issue.”

Yours might be different. Possibly some sort of endless boot loop or another blue screen or black screen issue. Presently, there are a few potential reasons why you might be encountering this issue. It may very well be because of some abrupt shutdown or power failures.

You could simply pick the method that is more likely to solve your Kernel Security Check Failure problem.

Try to run Automatic Repair in a Windows recovery tool that can fix particular OS issues that may prevent Windows from opening. 

Automatic Repair Scans your PC for the issue and afterward attempts to fix it so your PC can start effectively. To do this, download a Windows 10 ISO And make it a Bootable USB (or DVD) for installation. Presently utilize this media To boot your System.

1st, After you boot your PC utilizing Windows USB or DVD, a black screen shows up with a grey notification: “Press any key to boot from CD or DVD.”Then it would help if you pressed any key.

2nd, You need to Set the correct time and Keyboard type.

3rd, Click on Repair your computer in the base-left corner.

4th, Select the Troubleshoot option from the Choose an option screen.

5th, Click on the Advanced options in the Troubleshoot screen.

6th, Select the Startup Repair option.

Kernel Security Check Failure Zoom


If you’re having trouble hitting the Kernel Security Check Failure Blue Screen Windows 11, Windows 10 error, your problem may be with Windows 10. You can try turning off and taking a disaster by clicking here.

So, What Are The Roots Behind Kernel Security Check Failure Error?

  1. Malware or Viruses.
  2. Memory Issues.
  3. Outdated Drivers.
  4. Damaged or Corrupted Hard Disk.
  5. Corrupted Windows System Files.

Look, I know driver installer tools are a thing of the past. However, it would help if you did not use those old drivers installer tools. Start at your laptop support page and find drivers there if you’re using a laptop. If you’re using a desktop, start at your desktop support page.AMD also offers drivers for your devices on their website. This might be the best place to start.

Fix Kernel Security Check Failure BSOD On Windows 10 FAQ 


What reason would Avast guarantee I need driver updates while Windows says I’m up to date? ON VARIOUS OCCASIONS, my PC has closed down with a “Kernel Security Check Failure” on the blue screen.

The fun thing about Windows is that it doesn’t generally know there’s a more up-to-date other than what’s been given to MS by merchants, thus why the driver you get for, say, your GPU will, in general, be a month or two outdated whenever a traversed windows update. 

 See what is the drivers’ Avast here and attempt to find later forms down from the seller’s site, if you can.

Kernel Security Check Failure When Gaming? 

You may need likewise to post this on  r/TechSupport  for more exposure. 

  If you have not, as of now, make certain to incorporate as much data about your issue as you can, including any error notification, error codes,  what steps it takes to make the issue, and how you have done troubleshooting. 

   Additionally, incorporate however much data about your PC as expected, including the specs of your equipment and the full make and model of your PC. 

  It is additionally essential to understand what your full Windows variant is. You can see that by going to the Settings app- > System – > About, and then it will be listed as the OS Build. For Example 19042.421

Kernel Security Check Failure When I was watching Netflix but fell asleep a couple of hours?

Never run Driver Verifier. It’s intended for people building up a driver. They target just that driver and will crash the machine from the littlest coding botch in a driver. Indeed, even a working machine will get huge loads of BSODs when running it against all drivers.

  You have one accident dump from the Driver Verifier test, and it was only the Valiant AC having a little misstep with the memory assignment. 

  The rest appears as though a memory issue. As this is Ryzen, memory similarity is the primary concern if the form is new or has had this issue since it was fabricated. On the other hand, in the event that you, as of late, added RAM or changed RAM settings (XMP/DOCP).

   Assuming this machine has been running fine for some time, a broken memory stick would be the primary suspect. Third-generation Ryzen CPUs can likewise look like RAM when defective for reasons unknown, yet memory is considerably more typical.

Is kernel security check failure serious?

The KERNEL_SECURITY_CHECK_FAILURE error can cause a Blue Screen of Death. This is a sudden system crash that results in data loss and may create more serious and damaging issues in the future.

What causes kernel failure?

We have a wide range of kernels and BSODs, which can be caused by various causes, such as faulty RAM or malfunctioning peripherals, drivers or software plugins, or even badly written programs.

What is a kernel error in Windows?

The kernel data in page error is usually caused by hardware failures related to memory modules and hard drives. In other cases, this same error will appear due to the effects of a virus.

What does the kernel do in a computer?

The kernel is the most important part of the operating system. It connects hardware and processes to adjust resources in an effective way. The heart of the Kernel is its interface, the interface to the hardware. This interface helps us control what comes into our world and enables him or her to do his or her job.

Related Issue


kernel security check failure Windows 10 hp

kernel security check failure zoom

kernel security check failure Windows 11 2023

kernel security check failure Windows 10

kernel security check failure Windows 11

kernel security check failure Windows 11 Reddit

kernel security check failure 2020kernel security check failure Windows 8

Windows PCs often run into errors that halt operations. Knowing the error code and what it means can help you fix the issue promptly and systematically. The “Kernel Security Check Failure” is one such error that is a part of the Blue Screen of Death’s (BSoD) error that can halt all your operations and be expensive to fix if not reacted to early.

Corrupted system files, drivers, and faulty hardware contribute to the error. You need to fix the error soon if your PC is showing a BSoD screen with a “Kernel Security Check Failure” error, or it can be difficult in the future. This article will explain everything about Kernel Security check failure in Windows 10 and what causes it.

Common causes for “Kernel Security Check Failure” error

Here are some common problems with their solutions to correct the “Kernel Security Check Failure” error:

Common causes Problem Solution Method to fix Issue
Issues with your RAM If your RAM is not inserted properly or its drivers are corrupted, you’ll encounter the error “Kernel Security Check Failure.” When you see the error, turn off your computer, insert the RAM properly, and then turn on your PC and see if you can still see the error. Run System File Checker and Windows Memory Diagnostic
Corrupted or outdated drivers Corrupted and outdated drivers is also another major reason why you see the error. That’s why it’s important to always update the drivers with the latest available updates. You might see this error if you haven’t updated your drivers in a long time. Here is a list of best driver updater software. Check how to Update the drivers
Issues with your hard drive This error is more common on a computer with a hard drive than on one with an SSD. It is because hard drives are unreliable and more prone to damage. If you’re using a hard drive, swap it with the SSD as soon as you can after trying our fixes. Check if the hard drive is connected properly
Your PC could be infected with a virus or malware If your PC is infected with the virus, you might have to reinstall the operating system causing data loss. If Windows automatically fixes and stops the code “Kernel Security Check Failure” error and boots you in, it is a temporary fix that allows you to backup data. Check for viruses and malware
Corrupted registry or system files This can be another reason for this error if you recently tried to configure a registry file or accidentally deleted a system file on the boot disk. Reinstalling the operating system will restore the registry/system files and stop the code “Kernel Security Check Failure.” Check How to Reinstall Windows
Faulty Hardware A faulty PC component can interfere with the system files and drivers and corrupt them over time, resulting in the “Kernel Security Check Failure error.” Update your PC’s drivers regularly Check how to Update the drivers
Faulty Windows Update Windows Update downloads and installs the latest features, drivers, and more. At times, Windows can update and install a buggy or corrupted update, which results in an error like “Kernel Security Check Failure.” Wait for Windows to release a stable update and update your PC to that version. If your computer isn’t responding, reinstall the OS. Check How to Update your PC

Windows automatically fixes the “Blue Screens of Death” caused by a hard crash or other issues by automatically restarting the PC. Unfortunately, the “Kernel Security Check Failure” in Windows 10 is a genuine problem.

You need to contact a service center to fix this issue, and it could be expensive. To avoid the hassle, we’ll show you how to fix the “Kernel Security Check Failure” error on your PC at home.

How to Fix the Kernel Security Check Failure Error

Use these methods to resolve the “Kernel Security Check Failure” error in Windows 11/10:

Method 1: Turn on the legacy advanced boot menu

Here’s how to turn on the legacy advanced boot menu and fix the error:

Step 1) Grab your secondary computer and create a bootable installation USB drive by downloading the image from Microsoft’s website.

Kernel Security Check Failure

Step 2) Click on “Select Edition,” then pick “Windows 10 (multi-edition ISO),” and then click on “Confirm.”

Kernel Security Check Failure

Step 3) Now confirm the language and the Windows architecture that you want to download.

Kernel Security Check Failure

Step 4) Your file will start downloading. After the file has been downloaded, open it by double-clicking on it.

Kernel Security Check Failure

Step 5) Accept the license terms, and in the next window, select “Create installation media for another PC” and click “Next.”

Kernel Security Check Failure

Step 6) Deselect “Use the recommended settings for this PC” and proceed forward by clicking “Next.”

Kernel Security Check Failure

Step 7) Plug in your USB drive, select “USB flash drive,” and install the bootable installation media on your USB drive. Click on “Finish” once it’s done.

Kernel Security Check Failure

Restart the computer on which you see the error “Kernel Security Check Failure” and plug in the USB drive.

Step 8) The “Windows Setup” box will appear; click “Next,” and then click on “Repair your computer” on the next window.

Kernel Security Check Failure

Step 9) Select “Troubleshoot” in the “Choose an option” options screen, and select and open “Command Prompt.”

Kernel Security Check Failure

Step 10) Now, type the letter “C:” and then type “BCDEDIT /SET {DEFAULT} BOOTMENUPOLICY LEGACY” and press “Enter” key on your keyboard to execute the command.

Kernel Security Check Failure

Step 11) Once done, close Command Prompt and restart your computer for the changes to take effect.

Method 2: Update your PC

Here’s how to fix the error by updating your PC:

Step 1) Click on the “magnifying glass” icon in the taskbar and search for “Settings.”

Kernel Security Check Failure

Step 2) Open “Settings” from the search results.

Kernel Security Check Failure

Step 3) In the left-side menu of the “Settings” page, select “Windows Update,” and then click on “Check for updates.” on the right-hand window.

Kernel Security Check Failure

Step 4) If Windows found updates for your computer. Click on “Download now” to update your computer with the latest available updates.

Kernel Security Check Failure

Method 3: Run System File Checker and Windows Memory Diagnostic

Here’s what you need to do:

Step 1) Restart your computer and then interrupt the restart process until Windows doesn’t show the “Advanced Startup Options” window.

Step 2) Inside the “Advanced Startup Options” window, select “Troubleshoot.

Kernel Security Check Failure

Step 3) Select an option named “Advanced Options” inside the “Troubleshoot” window

Step 4) Choose “Startup Settings” in the “Advanced Options” window and restart your computer.

Kernel Security Check Failure

Step 5) After your computer boots up, click on the “Windows” icon in the taskbar, and search for “Command Prompt.”

Kernel Security Check Failure

Step 6) Open it with administrator privileges by clicking “Run as administrator.”

Kernel Security Check Failure

Step 7) Type the command “SFC/scan now” and press the “Return” key on your keyboard.

Kernel Security Check Failure

Step 8) Once the command has been executed, type “Exit” and press the “Enter” button on your keyboard.

Step 9) Now, open the “Windows Memory Diagnostic” tool as an administrator by clicking on the “Start” button and searching for it.

Step 10) Choose “Restart now and check for problems.”

Kernel Security Check Failure

Step 11) Your PC will restart and diagnose the RAM for any problems; that’s the reason behind the error “Kernel Security Check Failure.”

Allow some time to diagnose; once completed, it will display the errors, which you can fix based on the error displayed.

Method 4: Update the drivers

Let me show you how to update your drivers to avoid the error:

Step 1) Click on the “Windows” button, and then search for and open “Device Manager.”

Kernel Security Check Failure

Step 2) Expand each component, right-click on each driver, and select “Update driver.”

Kernel Security Check Failure

Step 3) Now, select “Search automatically for drivers.”

Kernel Security Check Failure

Step 4) If new drivers are detected, install them. If not, proceed ahead and update other drivers on your PC.

Method 5: Check for viruses and malware

Here’s how to check for viruses and malware and remove them:

Step 1) Click on the magnifying glass icon in the taskbar.

Kernel Security Check Failure

Step 2) Search and open “Windows Security.”

Kernel Security Check Failure

Step 3) On the left-side menu, click on the “Shield” icon.

Kernel Security Check Failure

Step 4) Now click on “Scan options.”

Kernel Security Check Failure

Step 5) Select “Full scan” and click on “Scan now.”

Kernel Security Check Failure

Step 6) Allow your PC to be scanned completely and detected for malware or viruses.

Note: After the scan, if any viruses or malware are detected, Windows will report them to you and suggest removing them. Follow Windows’ instructions and remove the malware or viruses from your PC.

Method 6: Run the PC in safe mode

Step 1) In the taskbar, click the “Start” button, and search for and open “Settings.”

Run the PC in safe mode

Step 2) On the next screen, do the following action:

  1. In the left-side menu of “Settings,” select “System.”
  2. On the right-side window of “System,” click on “Recovery”

Run the PC in safe mode

Step 3) Select “Restart Now” under “Advanced Startup.”

Run the PC in safe mode

Step 4) Click on “Troubleshoot,” followed by “Advanced Options.”

Run the PC in safe mode

Step 5) In the “Startup Settings” window, select “Restart.”

Run the PC in safe mode

Step 6) Safe Mode will turn on; check if you still see the error.

Method 7: Check the disk for errors

For Windows PowerShell

Step 1) Press the “Windows” button on your keyboard and search for “Windows PowerShell.”

Step 2) Open it with administrator privileges by clicking “Run as administrator.”

Kernel Security Check Failure

Step 3) Type and enter the command “chkdsk C: /f”

Kernel Security Check Failure

Step 4) last, type and enter the command “chkdsk C: /r”

Kernel Security Check Failure

Step 5) Press the “Y” key on your keyboard and then press the “Enter” key when requested if you want to restart your computer.

Step 6) Don’t turn off your computer until Windows has finished examining the disk for errors; give it some time to do so.

Method 8: Reset Windows

Here’s how to perform the system restore to fix the error:

Step 1) Press “Win + X” or “Win + I” to open “Settings.”

Kernel Security Check Failure

Step 2) Click on “Recovery” on the right-side window.

Kernel Security Check Failure

Step 3) Click on “Reset PC” under the section “Reset this PC.”

Kernel Security Check Failure

Step 4) A new window will open; select “Keep my files.”

Kernel Security Check Failure

Step 5) In the next prompt window, it will ask if you want to save your data on the cloud or if you want to save your data on a drive. Select “Cloud download” if you don’t have a portable drive.

Kernel Security Check Failure

Step 6) Click on “Next” in the “Additional settings window.”

Step 7) last, select “Reset” in the following window and begin the resetting process of your Windows.

Kernel Security Check Failure

Method 9: Check if the hard drive is connected properly

You may see the “Kernel Security Check Failure” error because the hard drive isn’t properly connected.

  • Verify that it is properly plugged in and try again; you shouldn’t see the error. However, if you still see this error, disconnect it from your computer and install it on a secondary computer.
  • Monitor if the drive is functioning and booting properly when connected to the secondary computer without issues.
  • If it cannot boot up properly, there are issues with the hard drive, and you should take it to a hard drive specialist to get it fixed.
  • Instead, if the hard drive successfully boots when connected to a secondary computer, the issue can be with the primary computer.
  • The “Kernel Security Check Failure” could appear on your primary computer because of outdated drivers or any other underlying issues.

Method 10: Reinstall Windows

Let me show you how to reinstall Windows on your computer and solve the error that you’re seeing:

Step 1) Turn off your computer, and then plug the USB drive with the installation media into your computer.

Step 2) Turn on your computer and then open the BIOS settings page by pressing the dedicated key that your PC manufacturer sets.

Step 3) Set the USB as the boot device, save the changes, and exit the BIOS settings.

Step 4) Your computer will boot the USB drive and launch the Windows installation screen.

Step 5) Choose your language, the time and currency format, and the keyboard or input method, and then click “Next.”

Kernel Security Check Failure

Step 6) In the next window, click on “Install.”

Kernel Security Check Failure

Step 7) In the next window, you’ll be asked for the Windows product key; if you have it, enter the product key. If not, click on “I don’t have a product key.”

Kernel Security Check Failure

Step 8) Now, select the option “Custom: Install Windows only (advanced).”

Step 9) The installation will start now. Give Windows some time for the installation, and don’t power off your computer until the installation is successful.

Conclusion:

  • The “Kernel Security Check Failure” is caused by outdated or corrupted drivers, corrupted registry files, viruses, or faulty Windows updates.
  • The error can be fixed by updating your drivers, running the PC in safe mode, checking the disk for errors, re-setting Windows, or reinstalling the Windows OS.
  • Windows may show the error and boot you in if it hasn’t advanced to a dangerous stage. Leaving it unfixed advances the problem, and it can be expensive and challenging to fix.
  • Regularly scan for viruses, delete unused files, and update the drivers regularly. This will stop the code “kernel security check failure” on your Windows PC.

  • Kernel data inpage error windows 10 что это такое
  • Kicad скачать для windows 7
  • Killing floor не запускается на windows 10
  • Key windows 10 kms activator
  • Kia flasher под windows 10 скачать бесплатно