Kernel security check failure windows 10 не включается

Синий экран с кодом 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-устройства.

Если модули, вызвавшие сбой постоянно меняются, либо относятся к системным файлам и драйверам 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. Подтвердите установку и дождитесь её завершения.

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

Все способы:

  • Способ 1: Установка системных обновлений
  • Способ 2: Проверка оперативной памяти
  • Способ 3: Проверка жесткого диска
  • Способ 4: Отключение файла подкачки
  • Способ 5: Проверка целостности системных файлов
  • Вопросы и ответы: 0

Все перечисленные ниже способы решения подходят в тех случаях, когда Windows 10 загружается, какое-то время функционирует корректно, но потом возникает синий экран смерти с ошибкой «KERNEL_SECURITY_CHECK_FAILURE». Если операционная система вовсе не стартует и сразу появляется данная ошибка, стоит пойти другим путем. Используйте средства восстановления, о которых говорится в другой статье на нашем сайте по ссылке ниже.

Читайте также: Что делать, если Windows 10 не загружается и не восстанавливается

Способ 1: Установка системных обновлений

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

Подробнее: Обновление Windows 10 до последней версии

Как исправить KERNEL_SECURITY_CHECK_FAILURE в Windows 10-01

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

Читайте также: Устранение проблем с установкой обновлений в Windows 10

Способ 2: Проверка оперативной памяти

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

Подробнее: Проверка оперативной памяти в Windows 10

Как исправить KERNEL_SECURITY_CHECK_FAILURE в Windows 10-02

Способ 3: Проверка жесткого диска

Если Windows 10 обращается к системным файлам, а жесткий диск не может передать, записать или считать информацию, возникают сбои в работе ОС, включая и вылеты с синим экраном смерти «KERNEL_SECURITY_CHECK_FAILURE». Вам нужно убедиться в том, что с накопителем нет никаких проблем. Сначала займитесь базовым сканированием, используя для этого консольную утилиту или программные средства от сторонних разработчиков.

Подробнее: Выполнение диагностики жесткого диска в Windows 10

Как исправить KERNEL_SECURITY_CHECK_FAILURE в Windows 10-03

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

Читайте также: Проверка жесткого диска на работоспособность

Способ 4: Отключение файла подкачки

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

Подробнее: Способы отключения файла подкачки в Windows 10

Как исправить KERNEL_SECURITY_CHECK_FAILURE в Windows 10-04

Способ 5: Проверка целостности системных файлов

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

Подробнее: Как проверить целостность системных файлов в Windows 10

Как исправить KERNEL_SECURITY_CHECK_FAILURE в Windows 10-05

Наша группа в TelegramПолезные советы и помощь

Устранение ошибок синего экрана может обернуться настоящей головной болью, особенно если ошибка с одним и тем же описанием может иметь разные причины. Как, к примеру, ошибка KERNEL SECURITY CHECK FAILURE, столкнуться с которой вы можете при самых разных обстоятельствах, она может быть вызвана неполадками оперативной памяти и других аппаратных компонентов, повреждением файлов операционной системы, действием вредоносного ПО, а в некоторых случаях и некорректными настройками Windows.

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

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

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

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

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

Проверьте на предмет неисправностей жесткий диск и оперативную память. Для проверки накопителя рекомендуем использовать программу Victoria, которой на нашем сайте посвящена отдельная статья, проверить ОЗУ можно средствами штатной утилиты mdsched или более функциональной сторонней программы memtest86+. Кстати, оба инструмента могут быть запущены в загрузочной среде.

В случае появления ошибки после установки обновлений удалите последние через штатный «Центр обновлений» или классический апплет «Установка и удаление программ».

Если система не загружается, загрузитесь в среду восстановления (без использования установочного диска) и выполните удаление обновления из раздела «Поиск и устранение неисправностей» → «Дополнительные параметры».

Дополнительно можно проверить систему на предмет заражения вредоносным ПО. Проверку лучше всего проводить в загрузочной среде, используя такие инструменты как Dr.Web LiveDisk.

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

Те, у кого есть время и желание, могут попробовать определить источник ошибки более точно, воспользовавшись бесплатной утилитой для анализа дампов памяти WinDbg. Скачать ее можно из Microsoft Store либо с официального сайта Microsoft. Установив и запустив программу от имени администратора, нажмите кнопку «Файл», выберите пункт «Open dump file» и укажите путь к исследуемому файлу дампа DMP.

Основной файл дампа синего экрана сохраняется в папку C:\Windows, малые файлы дампов – в папку C:\Windows\Minidump. Вам нужен файл с последней датой и временем в качестве имени. Открыв файл, прокрутите содержимое окна WinDbg вниз и кликните по ссылке !analyze -v.

При этом будет запущена процедура анализа дампа, которая займет некоторое время. По ее завершении в поле «Command» будут выведены результаты – название и код ошибки, аргументы и прочие диагностические данные, среди которых будет указан файл с расширением EXE или SYS – драйвер, который вызвал критический сбой.

Зная же название драйвера, можно будет поискать о нем информацию в Интернете – какой программе или устройству он принадлежит и за что отвечает. Далее действуем по уже известной схеме – удаляем, обновляем или переустанавливаем проблемный драйвер, точечно устраняя таким образом причину ошибки KERNEL SECURITY CHECK FAILURE.

When Windows 10 or 11 users receive the «Stop Code: Kernel Security Check Failure» error (especially when launching games), it means they have encountered the
disruptive phenomenon of a Blue Screen of Death (BSOD). The error indicates
that the system discovered corruption occurring in important system data
structures, which matches the stop code 0x00000139 registration.

System stability returns and future occurrences of the same problem are
prevented when users identify the root causes and execute suitable fixes. So,
that’s exactly what we will be discussing in this article. Without further
ado, let’s read on to explore the really useful 7 troubleshooting tips to get
rid of this 0x139 failure.

  • Fix 1. Turn Off «Kernel-mode Hardware-enforced Stack Protection» [Use
    with Cautions)
  • Fix 2. Disable Windows Defender
  • Fix 3. Run System File Check Tool (SFC / DISM)
  • Fix 4. Delete and Reinstall Graphic Drivers
  • Fix 5. Remove Recent Installed Hardware or Software
  • Fix 6. Repair Corrupted Registries [Very Complicated]
  • Fix 7. Factory Reset Your Laptop & Only Install Drives via Windows
    [Final Method]

Part 1. What Is Kernel Security Check Failure & Why It Occurs

📍 Definition

When the operating system kernel detects damaged critical data structures,
it produces the «Kernel Security Check Failure» BSOD error. The corruption
occurs from multiple sources that might involve incompatible drivers, memory
issues, and software conflicts.

Typically, you will see the Windows system display a blue screen kernel
security check failure error and say:

«Your PC ran into a problem and needs to restart. We’re just collecting some
error info, and then we will restart for you. Stop code:
KERNEL_SECURITY_CHECK_FAILURE»

📍 Common Causes

  • Driver Conflicts: The installation of recently added hardware
    components or the execution of driver updates frequently produces driver
    conflicts between old and new components.
  • Destructive RAM or Memory: Memory-related problems due to either
    defective RAM or memory might cause this error to appear.
  • Corrupted System Files: Windows system files become corrupt because
    of malware activity, while improper system shutdowns also lead to file
    corruption.
  • Interference from Third-party Software: System operations can
    suffer from interruptions due to third-party applications, which include
    security software programs.
  • Anti-Cheat Software Issues: Users of Easy Anti-Cheat software
    experience system crashes known as BSODs while playing Genshin Impact and
    similar games。 This results in the «easy anti-cheat blue screen kernel
    security check failure» bug due to this software’s issues.

Part 2. How to Fix BSOD Error Code 0x00000139 Kernel_Security_Check_Failure
on Windows 10/11

If you are also facing this issue with your PC, this section is for you
since it shares the top 7 Kernel security check failure fix methods that you
may easily try.

Fix 1. Turn Off «Kernel-mode Hardware-enforced Stack Protection» [Use with
Cautions)

It is a security feature that comes built-in in the Windows operating
system. Disabling it can temporarily solve the issue at your end. However,
this method must be used with extreme caution since it may leave your
computer vulnerable.

  • Search for and open the «Windows Security» app from the bottom-left
    Start menu.

  • Then go to «Device Security» and locate the «Core Isolation detail» Turn
    on the button under «Memory integrity».

  • Find the «Kernel-mode Hardware-enforced Stack Protection» option and
    turn off the button below it to stop code kernel security check failure.

Fix 2. Disable Windows Defender

You may face this error when there is a conflict between Windows Defender
and some other applications. So, disabling your Windows Defender may solve
the issue:

  • Open Windows Security. Go to «Virus & Threat Protection» and click
    «Manage Settings».

  • Turn off «Real-time protection» and this will be your Kernel security
    check failure fix.

Fix 3. Run System File Check Tool (SFC / DISM)

Apart from the above tips, you can also check and repair the Windows
corrupted system files using the SFC or DISM tools:

  • Open Command Prompt as administrator. Run: sfc /scannow and press
    Enter.

  • Also, you can run the following DISM commands and press Enter to repair
    system files or components and terminate the stop code kernel security
    check failure:

  • Dism /Online /Cleanup-Image /ScanHealth

  • Dism /Online /Cleanup-Image /CheckHealth

  • DISM /Online /Cleanup-image /RestoreHealth

Fix 4. Delete and Reinstall Graphic Drivers

Sometimes outdated drivers cause BSOD issues. Thus, it is necessary to
reinstall them solves the issue:

  • Press the Win+K keys and open Device Manager.

  • Expand «Display adapters», right-click your graphics card, and select
    «Uninstall device».

  • Restart your computer for the Kernel security check failure fix.

  • Download and install the latest drivers from the
    manufacturer’s website.

Fix 5. Remove Recent Installed Hardware or Software

Sometimes, a recently installed software comes with viruses or conflicts
with previous software on the computer. Uninstalling that software or
hardware can help get rid of the issue.

  • Unplug recently installed hardware.

  • Open the «Uninstall Program» option in the Control Panel and sort by
    installation date.

  • Uninstall any suspected software and restart the computer for Kernel
    security check failure fix.

Fix 6. Repair Corrupted Registries [Very Complicated]

Corrupted registry entries can cause system errors and here is how to
fix them:

  • Insert a USB or DVD drive, press any key on the keyboard, and boot PC
    from the media.

  • Then the Windows Setup appears, click «Next» > «Repair Your
    Computer».

  • Select «Troubleshoot» and click «Advanced Options» then choose «Command
    Prompt».

  • Run the following commands and press Enter in sequence:

    • «D:» or «C:» > «dir» > «CD Windows system32» (Check system volume)
    • «cd config» > «dir» > «cd RegBack» (Move to
      RegBack which contains original registry files)
    • «dir» > «cd..«
    • «Ren DEFAULT DEAFULT1» > «Ren SAM SAM1» > «Ren SECURITY SECURITY1» > «Ren SOFTWARE SOFTWARE1» > «Ren SYSTEM SYSTEM1»
    • «CD RegBack» > «copy D:\Windows\System32\config»
      (Copy original registry folders from regback to system config folder)
    • «cd..» > «dir» > «exit»

  • Finally, restart the computer to stop the code kernel security check
    failure.

Fix 7. Factory Reset Your Laptop & Only Install Drives via Windows
[Final Method]

If all of the above solutions fail, then your last resort is to factory
reset your laptop, and next time you will install drivers only through
Windows.

  • Go to «Update and Security» in Settings and choose «Reset PC» under the
    «Recovery» tab.

  • When the factory reset is complete, install all drivers by checking for
    Windows updates.

Part 3. Bonus: How to Backup Important Data Before Resetting Laptop

A reset operation requires users to create backups of important files
because data loss will occur without this precaution. You can accomplish
safe and easy backup jobs for personal documents, installed apps, disk
partitions, and the entire computer with several clicks using
4DDiG Partition Manager.

It provides 3 main backup modes: File Backup, System Backup, and
Disk/Partition Backup. Here, you can choose to back up important data or the
whole Windows. Even you are not a tech savvy, you can operate as its
instructions effortlessly.

Why Choose 4DDiG Partition Manager?

  • Backup and protect important data, disks, and even the whole system.
  • Clone your OS, system files, and boot partitions between different drives.
  • Produce exact duplicates of complete disks along with partition
    structures.
  • Users can choose specific items to save through the preview feature before
    backup.
  • Restore files and Windows system from backup
    effectively and easily
  • Very easy to use without needing any tech requirements.

Steps to Backup Entire Laptop Before Factory Reset with 4DDiG Partition
Manager

  • Start your 4DDiG Partition Manager software and choose the «Backup» >
    «System Backup».

  • From the backup task, you can either choose specific disk partitions or
    the entire system to backup. Meanwhile, click «Change» to select a
    reliable storage path. Afterward, hit the «Start» button to kick off.

  • Once the backup is complete, you can click «OK» in the popup window and
    close the software.

Part 4. People Also Ask about BSOD Kernel Security Check Failure

Q1: Is kernel security check failure serious?

Yes, it can be serious. The critical integrity check within the Windows
kernel fails, causing this BSOD error. The major causes behind this error
include damaged operating system files, outdated drivers, and conflicts
between system hardware components. If users choose to ignore this error,
system crashes and permanent data loss can occur.

Q2: How to fix Fortnite kernel security check failure?

Anti-cheat within Fortnite creates this issue, which commonly appears with
users of the game. Try the following:

  • Disable «Kernel-mode Hardware-enforced Stack Protection».

  • Recheck and reinstall your graphics drivers as updates.

  • You should run SFC and DISM to repair the system files through their
    diagnostic procedures.

  • Uninstall Fortnite and then either reinstall it from scratch or choose a
    complete reinstall of Windows.

Q3: Is kernel security Check failure a virus?

Not inherently. This error develops when malware attacks system files and
causes their corruption. Users should conduct a complete antivirus analysis
simply to be safe. Most instances of this issue stem from driver and
hardware relationship problems rather than from viruses.

Conclusion

The Windows system halts because of the
Kernel Security Check Failure during operation. It creates
frustrating conditions, but you can resolve them through the available
methods. The various strategies to restore PC performance span from turning
off Windows Defender to fixing damaged system files and executing a absolute
system factory reset.

We strongly advise users to use 4DDiG Partition Manager as a backup
solution during system reset preparation and for important data protection
needs. A simple click lets you perform a drive backup alongside personal
file backup through this program, so you always stay protected.

William Bollson (senior editor)

William Bollson, the editor-in-chief of 4DDiG, devotes to providing the best solutions for Windows and Mac related issues, including data recovery, repair, error fixes.

Are you currently experiencing the Kernel Security Check Failure error when installing or running Windows 10? In this article, we’ll go over how to fix this stop code and resolve the error with ease. Common reasons you might get the «Kernel Security Check Failure» issue are corrupted system files, faulty hardware, or outdated drivers.

To check if the kernel security check failure is due to a corrupted or damaged file system, run the system file checker tool through the command prompt, by typing “sfc/scannow” and hit enter. This tool will run and in case of any problems, it’ll replace the corrupted files from the cache during reboot.

Find other methods to fix this error below. 

Jump to Solution:

  1. Common causes for “Kernel Security Check Failure” error
  2. Solutions to Windows 10 KERNEL_SECURITY_CHECK_FAILURE stop code
  3. Method 1. Update Windows 10 to the latest release
  4. Method 2. Update your drivers
  5. Method 3. Check for disk errors
  6. Method 4. Check for memory issues
  7. Method 5. Run the System File Checker and ‘chkdsk’ commands
  8. Method 6. Use the Blue Screen troubleshooter
  9. Method 7. Temporarily disable your antivirus

    Kernel Security Check Failure

Blue screen errors, also known as BSOD errors, often cause issues for Windows 10 users. They may cause data loss, delete your progress, and in some cases may cause damage to your device. Luckily, each blue screen error comes with a stop code to help identify why the crash happened and how to fix it.

If you just experienced a blue screen error with the “KERNEL_SECURITY_CHECK_FAILURE” stop code, don’t worry. In this article, we’ll go over each working method to troubleshoot this issue in Windows 10.

What is “KERNEL_SECURITY_CHECK_FAILURE” stop code error?

Kernel Security Check Failure is not a virus in itself, it is an error message that Windows 10 displays on the screen when certain data files are corrupted. The root cause of data corruption may indeed be malware and virus infections, incompatible settings, memory issues, incorrect Registry changes, and more.

Do you dread seeing the Blue Screen of Death or BSoD? Well, so does the rest of the world! And it’s extremely annoying as well. Unfortunately, the kernel security check failure is a “serious” error resulting in a BSOD.

The meaning of the Kernel Security Check Failure is that one or several files failed a compatibility or integrity check and you have to update or replace it.

When your system suffers a fatal error, you get a “blue screen” error. Nicknamed the Blue Screen of Death by Windows users, it’s a relatively common issue that immediately stops your system, and forces it to reboot.

It’s without a doubt an unpredictable error, but that doesn’t mean there’s nothing you can do to ensure it doesn’t happen twice for the same reason.

Most blue screen errors are associated with common computer errors and system-related issues. These cause Windows to receive a “STOP” error, leading to a system crash. This happens without a warning, meaning that work can be lost, and files can occasionally get corrupted. Make sure to save frequently!

The old version of Blue Screen of Death, from NeoSmart Knowledgebase

In older versions of Windows, the BSoD appeared rather unfriendly, with a screen of text and technical information displayed on the screen. This has been changed in recent versions to a more comprehensible error screen, making it simpler to identify what error you ran into.

If your error code reads “KERNEL_SECURITY_CHECK_FAILURE” you’re in the right place. This error usually appears after upgrading to Windows 10 from an earlier version. However, it may happen randomly while you’re using your computer. No matter the scenario, we’re here to help you solve it.

Common causes for “Kernel Security Check Failure” error

Unlike most errors in Windows 10, the causes of blue screen errors are more often than not easy to identify. The kernel security check failure happens due to:

  • Memory problems
  • Outdated drivers
  • Viruses
  • Corrupted Windows system files
  • Security programs
  • A damaged or corrupted hard disk

So, if you’re currently dealing with the Kernel Security Check Failure stop code, the possible causes are:

  • Your system is outdated — It’s possible that your system suffered a Kernel Security Check failure because it’s outdated. In this case, all you have to do is acquire the latest available Windows 10 update. Updates help keep you safe and often fix present bugs, errors, and more.
  • You have malware on your system — Users have reported that after scanning for malware and removing the identified threats, the Kernel Security Check failure was resolved. It’s possible that your system is infected by malware which is causing the error.
  • A driver is outdated or not compatible — Similarly to your system, your drivers need updates to be kept up-to-date to function as intended. If a driver is old, it may run into compatibility issues with the rest of your drivers.
  • Corrupt system files — Most likely as a result of malware, your system files could be damaged. These files can easily be restored with the help of the SFC scan and disk check commands.
  • Third-party security or antivirus — If you’re currently using a third-party antivirus, it may cause interference in your system. We recommend following the steps below to temporarily disable it and see if your situation improves.

Out of these, the most common is incompatible drivers, especially if you’ve upgraded to Windows 8 or 10 from an older version. In all likelihood, you might be using a driver that worked well for previous versions but not for the current one. In such a case, the system throws this error.

Typically, there’s a check process in Windows operating system during startup. This process throws the KERNEL_SECURITY_CHECK_FAILURE error when it detects corruption in any critical data structure.

Warning: Some methods below may only work if you can get access to your computer without crashing. If your device is completely unable to boot, we recommend getting in touch with Microsoft’s customer service team.

Fixed: Windows 10 KERNEL_SECURITY_CHECK_FAILURE stop code

Use these methods to fix KERNEL_SECUEITY_CHECK_FAILURE stop code error in Windows 10:  

Method 1. Update Windows 10 to the latest release

We recommend that you first try updating to the latest Windows 10 version and see if the BSOD error is still present. Updates can fix bugs, bring you new and useful features, patch up security holes, and much more. Here’s how you can update Windows 10:

  1. Click on the Windows icon in the bottom left of your screen to bring up the Start menu. Choose Settings, or alternatively use the Windows + I shortcut.

    Windows start menu

  2. Click on the Update & Security tile. This is where you can find most of your Windows Update settings and choose when to receive updates.

    Update and security

  3. Make sure to stay on the default Windows Update tab. Click on the Check for updates option and wait for Windows 10 to find available updates.
  4. If you see any updates already displayed, click on the View all optional updates link to see and install them.

    view all optional updates

  5. If an update is found, click on the Install option and wait for Windows 10 to download and apply the necessary updates. After successfully installing the latest system version, check if the Kernel Security Check failure error returns.

Method 2. Update your drivers

In some cases, the Kernel Security Check failure error may show up on your device as a result of outdated drivers. In this guide, you can learn how to update drivers and potentially fix issues created by them.

A driver update is only a possible hotfix for the blue screen issue at hand. If this method doesn’t work for you, proceed to the next solution!

  1. Press the Windows + X keys on your keyboard, and then choose Device Manager from the context menu.

    Windows start Quick Menu

  2. Expand all of the sections and see if any drivers are outdated. Usually, if a driver is experiencing issues, you’ll see a yellow exclamation mark indicating that something is wrong.

    check outdated drivers

  3. Right-click on any driver that needs to be updated, and then select the Properties option from the context menu.

    update outdated drivrs

  4. Switch to the Driver tab, and then click on the Update Driver button.

    outdated drivres

  5. Select the method of updating your driver. You can either let Windows 10 search for a driver automatically or manually locate a new driver file already on your computer.

    Update drivrs communicaiton port

  6. Wait for the driver installation to complete. Update any other drivers that display an error or are outdated.
  7. We recommend restarting your computer in order to finalize the changes created by the new driver(s). Now, you should test if the BSOD error is still present.

Method 3. Check for disk errors

The Kernel Security Check Security failure issue may be caused by drive errors present on your system. Luckily, these can be fixed with a built-in scanner. All you have to do is follow the instructions below:

  1. Open a File Explorer window from the taskbar or by using the Ctrl + E keyboard shortcut.
  2. Click on This PC from the pane on the left. Right-click on your system drive, and then choose Properties from the context menu.

    file explorer

  3. Switch to the Tools tab, and then click on the Check button. You may be required to have access to an administrator account in order to use this feature.

  4. Click on the Scan drive option to start a detailed scanning process on the system drive. This may last a long time depending on your device.

    Scan drive - SSD system properties

  5. Allow the scan to check and identify any drive issues. If an error is found, follow the on-screen instructions to fix it.

Method 4. Check for memory issues

Similarly to drive issues, memory (RAM) issues can also be identified by a built-in Windows 10 scanner. The steps below show you the process to run the Windows Memory Diagnostics tool and possibly stop the blue screen error from happening.

  1. Open the search bar in your taskbar by clicking on the magnifying glass icon. You can also bring it up with the Windows + S keyboard shortcut.
  2. Type Memory Diagnostic in the search box and click on the first search result.

    memory diagnostic

  3. A new pop-up window will appear. Make sure to save your files before proceeding! Select Restart now and check for problems (recommended) option to start the memory diagnostics.

    Windows memory diagnostic

  4. When your computer boots up again, the memory diagnostics tool will try to identify any errors and issues regarding your RAM. If an issue is found, it’ll be reported to you right away.

Method 5. Run the System File Checker and ‘chkdsk’ commands

The System File Checker is a tool available in most versions of Windows by default. It’s also called an “SFC scan,” and it’s your quickest way to automatically fix corrupted system files and a plethora of other issues.

If the SFC scan didn’t work, continue with the steps and try running ‘chkdsk’ to repair your PC. The Check Disk command attempts to identify and eliminate disk issues, which may help you resolve issues with the Kernel Security Check failure.

  1. Open the Command Prompt in one of the following ways:
    1. Open the Search function in your taskbar, or alternatively use the Ctrl + S keyboard shortcut to bring up the search bar and look up “Command Prompt”. When you see it in the results, right-click on it and choose Run as Administrator.

      command prompt

    2. Press the Windows + R keys on your keyboard to bring up the Run utility. Type in “cmd” and press the Ctrl + Shift + Enter keys on your keyboard. By doing so, you’re launching the Command Prompt with administrative permissions.

      command prompt

    3. Press the Windows + X keyboard shortcut, then select Command Prompt (Admin).

      command prompt

  2. When prompted by the User Account Control (UAC), click Yes to allow the app to launch with administrative permissions.

    • Need help? Check out our How to make a local user an administrator in Windows 10 guide.
  3. First, we’ll run the System File Checker. Type in the following command and press Enter to execute it: sfc /scannow

    sfc scannow

  4. Wait for the SFC scan to finish scanning your computer and repairing corrupt files. This may take a long time; ensure that you don’t close the Command Prompt or shut your computer down.
  5. Next, input the following command and press Enter to execute it: chkdsk C: /f /r /x

    check disk

  6. This command is going to check the C: drive. If your Windows 10 has been installed on a different drive, make sure to modify the command accordingly by replacing “C:”.
  7. Wait for the Check Disk command to finish running. It’ll attempt to fix issues with the drive and recover any readable information. Restart your device once both commands have been executed.

Method 6. Use the Blue Screen troubleshooter

BSOD, also known as Blue Screen of Death errors has been present in Windows systems since the very beginning. What used to be a scary and often devastating issue can now be solved by running a simple troubleshooter built into Windows 10.

While the troubleshooter may not be able to restore the files and progress you lost due to the Kernel Security Check failure error, it may help prevent another crash.

  1. Click on the Windows icon in the bottom left of your screen to bring up the Start menu. Choose Settings, or alternatively use the Windows + I shortcut.

    Windows start

  2. Click on the Update & Security tile. This is where you can find most of your built-in troubleshooters.

    update and security

  3. Switch to the Troubleshoot tab using the left-side pane. Here, you should be able to see a troubleshooter titled Blue Screen.

    troubleshoot

  4. If you don’t share full diagnostic data to Microsoft, click on the Additional troubleshooters option and locate the Blue Screen troubleshooter there.

    troubleshoot

  5. Click on the Run the troubleshooter button.
  6. Wait for the troubleshooter to identify the issue and apply any possible fixes. Please note that your device may shut down and restart during this process. When it’s finished, see if you’re able to access and use your device.

Method 7. Temporarily disable your antivirus

Antivirus applications are known to cause issues on computers by interfering with your system by blocking apps and services from running properly. You can test if the antivirus you’re using at the moment is causing the Kernel Security Check Failure error by temporarily disabling it.

Note that this method is not recommended as it is unsafe to use your computer without protection. Only proceed if you’re aware of the possible risks and have a backup of your system to revert any damage that may happen.

  1. Right-click on an empty space in your taskbar and choose Task Manager.

    Task Manager

  2. If the Task Manager launched in compact mode, make sure to expand details by clicking on the “Mode details” button.

  3. Switch to the Start-up tab using the header menu located at the top of the window. Find your antivirus application from the list and select it by clicking on it once.

    Task Manager details

  4. Click on the Disable button now visible in the bottom-right of the window. This will disable the application from launching when you start your device.
  5. Restart your computer and check if the Kernel Security Check Failure issue is still happening. If you wish to re-enable your antivirus, simply follow the steps above and click the Enable button.

Frequently Asked Questions

Q: How do I disable kernel security check?

You can’t disable the kernel security check as it’s a vital part of the Windows 10 operating system.

Q: How can I fix the kernel error on my laptop?

The methods above work for all Windows 10 operating systems, whether you’re using a desktop PC or a laptop.

Q: What does a kernel error mean?

A kernel error is usually triggered when the kernel detects data corruption. It can be triggered by a USB problem, a corrupt driver, or a device.

Q: Is kernel security check failure serious?

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

Q: Can overclocking cause kernel security check failure?

Yes. It’s possible that the kernel error happens because you overclock your CPU. We recommend doing extensive research about your hardware’s capabilities before overclocking.

Final thoughts

We believe that with this information, you now understand What the “KERNEL_SECURITY_CHECK_FAILURE” stop code error is and can fix it using the methods we’ve provided. 

One more thing; 

If you need any further help with Windows 10, don’t hesitate to reach out to our customer service team, available 24/7 to assist you. Return to us for more informative articles all related to productivity and modern-day technology!

If you would like to receive promotions, deals, and discounts to get our products for the best price, subscribe to our newsletter by entering your email address below! Receive the latest technology news in your inbox and be the first to read our tips to become more productive. 

Enjoy the tips? Please do forward it to a pal. Got forwarded this? Welcome aboard. More articles here. Or you can subscribe here below!

You may also like

» How to fix “There was a problem resetting your PC” error in Windows 10
» Fix Unexpected Store Exception Error in Windows 10 [Updated]
» How to Fix Bad Pool Header Error In Windows 10

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Как поменять мак адрес компьютера windows 11
  • Rtmp server on windows
  • Как войти в режим восстановления windows 10 при включении компьютера
  • Как сменить ориентацию экрана windows 10
  • Почему отключается монитор во время работы компьютера windows 10