Share via

How to fix win32kfull.sys BSOD (SYSTEM_SERVICE_EXCEPTION) on Windows 11, random crashes during normal use

John Miller 0 Reputation points
2026-04-09T11:08:51.6333333+00:00

Hello Microsoft Community,

I am facing a recurring Blue Screen of Death (BSOD) on my Windows 11 PC with the following error:

  • Stop code: SYSTEM_SERVICE_EXCEPTION
  • Failed module: win32kfull.sys

The crash happens randomly — sometimes while browsing in Microsoft Edge, sometimes while watching videos, and occasionally when the PC is idle. After the crash, the system restarts automatically and shows the "Windows did not shut down successfully" message.

🖥️ System Information

  • OS: Windows 11 Pro (64-bit)
  • Version: 23H2 (fully updated)
  • Processor: Intel Core i5
  • RAM: 8 GB
  • GPU: Intel UHD Graphics (integrated)
  • Storage: 256 GB SSD

🔁 When the issue started

The BSOD started appearing after the most recent Windows cumulative update. Before that, the system was running completely stable for months.

✅ Troubleshooting steps I have already tried

  1. Ran SFC /scannow — no integrity violations found.
  2. Ran DISM /Online /Cleanup-Image /RestoreHealth — completed successfully.
  3. Updated all drivers (Graphics, Chipset, Network) from the manufacturer's website.
  4. Ran Windows Memory Diagnostic — no RAM errors detected.
  5. Performed a clean boot — BSOD still occurs.
  6. Checked Event Viewer — shows "Kernel-Power" and "BugCheck" errors at the time of crash.
  7. Uninstalled recently installed third-party apps — issue still persists.

❓ My Question

Since win32kfull.sys is a core Windows system file, I do not want to replace or delete it manually. Could someone please guide me:

  • What is the correct and safe way to fix the win32kfull.sys SYSTEM_SERVICE_EXCEPTION BSOD?
  • Is this caused by a driver conflict, a recent Windows update, or a corrupted system file?
  • Should I roll back the latest Windows update, and if yes, what is the recommended method?
  • Are there any official Microsoft tools or logs I should share for better diagnosis?

Any help from Microsoft experts or community members would be highly appreciated. Thank you in advance! 🙏Hello Microsoft Community,

I am facing a recurring Blue Screen of Death (BSOD) on my Windows 11 PC with the following error:

  • Stop code: SYSTEM_SERVICE_EXCEPTION
  • Failed module: win32kfull.sys

The crash happens randomly — sometimes while browsing in Microsoft Edge, sometimes while watching videos, and occasionally when the PC is idle. After the crash, the system restarts automatically and shows the "Windows did not shut down successfully" message.

Windows for home | Windows 11 | Performance and system failures
0 comments No comments

2 answers

Sort by: Most helpful
  1. DaveM121 862.2K Reputation points Independent Advisor
    2026-04-09T11:43:50.6566667+00:00

    Please check to see if your PC is producing any minidump files, I will check those to see if they provide any insight into a potential cause of the system crashes.

    Please do not upload a very large Memory.dmp file.

    Open Windows File Explorer.

    Navigate to C:\Windows\Minidump

    Copy any minidump files onto your Desktop, then zip those up.

    Upload the zip file to the Cloud (OneDrive... etc.), then choose to share those and get a share link.

    Then post the link here to the zip file, so I can take a look for you.

    0 comments No comments

  2. Q&A Assist
    2026-04-09T11:09:22.2833333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    SYSTEM_SERVICE_EXCEPTION with win32kfull.sys is a Windows stop code (bug check) that typically indicates a problem with a driver, system service, or recent change such as an update. Use the standard Windows 11 blue screen troubleshooting flow and then, if needed, move to more advanced bug check analysis.

    Follow these steps in order:

    1. Basic stability checks
    2. Remove any new hardware
      • If any hardware (USB devices, peripherals, internal components) was added around the time the BSODs started, shut down the PC, disconnect/remove it, and test again.
    3. Boot into Safe Mode
      • If crashes make normal use difficult, start in Safe Mode and test:
      • See “Start your PC in safe mode in Windows 11” from the basic troubleshooting section. From Safe Mode, continue with the steps below.
    4. Check Device Manager for driver issues
      • Right-click Start > Device Manager.
      • Look for any device with an exclamation mark (!).
      • For each such device:
        • Right-click > Update driver.
        • If updating does not help, try disabling or uninstalling the device and test for stability.
    5. Ensure sufficient free disk space
      • Make sure the system drive has at least 10–15% free space so Windows can create paging and crash dump files and operate normally.
    6. Install the latest Windows 11 updates
      • Go to Start > Settings > Windows Update > Check for updates.
      • Install all available quality and driver updates, then restart and monitor for BSODs.
    7. Use System Restore or Recovery options if the issue started after an update
      • Since the problem began after a cumulative update, use a restore point created before the update if available.
      • Go to the Windows 11 recovery options and choose the option that best matches the scenario (for example, System Restore or uninstalling the latest quality update).
    8. Advanced bug check troubleshooting (for SYSTEM_SERVICE_EXCEPTION)

    If basic steps do not resolve the issue and BSODs continue with SYSTEM_SERVICE_EXCEPTION:

    1. Review recent drivers and services
      • If any device drivers or system services were added or updated recently (display, input, security, virtualization, etc.), remove, roll back, or update them.
      • Focus on anything that changed around the time the BSODs began.
    2. Re-check Device Manager and Event Viewer
      • In Device Manager, again verify no devices show an exclamation mark.
      • In Event Viewer, check the System log for critical errors around the time of the blue screen to identify a specific driver or service.
    3. Hardware checks
      • If any hardware was added recently (RAM, storage, GPU, peripherals), temporarily remove or replace it and test.
      • If the BSODs stop with the hardware removed, work with the hardware vendor for updated firmware or drivers.
    4. Analyze bug check data (optional advanced step)
      • For deeper analysis, collect and analyze the crash dump using the Windows debugging tools and the “Analyze Bug Check Blue Screen Data” guidance referenced in the SYSTEM_SERVICE_EXCEPTION documentation.
    5. When to consider repair or reset

    If all of the above steps fail to resolve the recurring win32kfull.sys SYSTEM_SERVICE_EXCEPTION BSOD, use Windows 11 recovery options:

    1. Repair/restore
      • Use System Restore or other recovery options in Windows 11 to roll the system back to a stable state while preserving files when possible.
    2. Reset this PC (keep files)
      • As a last resort, use Reset this PC with “Keep my files” to reinstall Windows while preserving personal data. This removes apps and settings that may be causing the conflict.

    This approach avoids manually modifying win32kfull.sys and instead focuses on the supported methods: driver and hardware isolation, update management, and, if needed, restore/reset using built-in Windows tools.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.