KERNEL_MODE_EXCEPTION_NOT_HANDLED

What is this error?

A kernel-mode program generated an exception that the error handler did not catch. Similar to KMODE_EXCEPTION_NOT_HANDLED but for system-level code.

Common causes

  • buggy kernel driver
  • hardware failure
  • corrupted system files
  • driver incompatibility
  • overclocking instability

How to fix it

  1. Check minidump for faulting driver
  2. update drivers
  3. run sfc /scannow
  4. test hardware

Too many steps? Crashless can diagnose this automatically — checks your drivers, temps, VRAM, and 400+ known error patterns.

Get free AI diagnosis

Detailed analysis

Bug check 0x0000008E (KERNEL_MODE_EXCEPTION_NOT_HANDLED) occurs when kernel-mode code generates an exception that isn't caught by any error handler. This is a generic kernel crash.

The minidump is essential for diagnosis — it tells you exactly which driver or module caused the exception.

How to fix it:

  1. Check the minidump (C:\Windows\Minidump) — the faulting module is the key to fixing this
  2. If the faulting module is a GPU driver (nvlddmkm.sys, atikmpag.sys): DDU clean install GPU driver
  3. If it's an antivirus driver: temporarily uninstall the antivirus
  4. If it's a Windows system file (ntoskrnl.exe, win32kfull.sys): run 'sfc /scannow' and 'DISM /Online /Cleanup-Image /RestoreHealth'
  5. Update all drivers from the motherboard manufacturer's website
  6. Disable any overclocking
  7. Run memtest86 — memory errors can cause exceptions in kernel code
  8. If the exception code is 0xC0000005 (access violation), it's likely a driver bug or hardware issue

When to seek help

If this error keeps happening after trying the fixes above, it may point to a deeper hardware or system issue. Consider professional help if:

  • The crash occurs across multiple games or applications
  • You see the same error after a clean Windows install
  • Your PC is less than a year old (could be a warranty issue)
  • You smell burning or hear unusual sounds from your PC

Or let Crashless do the deep analysis for you -- our AI checks drivers, temps, event logs, and 400+ known patterns automatically.

Chat with AI about KERNEL_MODE_EXCEPTION_NOT_HANDLED

Describe your setup and get a personalized diagnosis in seconds. Free, no signup needed.

Get AI diagnosis

Chat with AI about this error

Describe your setup and what you were doing when the crash happened. Our AI checks against 400+ known crash patterns — free, no download needed.

or type your own question below

Paste or drop screenshots for better diagnosis

Let Crashless handle it

The desktop app scans your drivers, temps, VRAM, event logs, and 400+ known patterns — then walks you through the fix step by step.