How to fix "win32kfull.sys BSOD SYSTEM_SERVICE_EXCEPTION" on my Windows 10 PC?

Naveed Iqbal 0 Reputation points
2025-04-12T05:15:27.8066667+00:00

I am encountering a Blue Screen of Death (BSOD) error with the message "SYSTEM_SERVICE_EXCEPTION" on my Windows 10 PC. The error specifically points to "win32kfull.sys" as the issue. This happens intermittently while using multiple applications. I've already tried updating my drivers and running a system scan using "sfc /scannow," but the issue persists. Could anyone suggest a solution to fix this issue permanently?

This question is related to the following Learning Module

Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

2 answers

Sort by: Most helpful
  1. S.Sengupta 24,636 Reputation points MVP
    2025-04-13T01:10:16.4733333+00:00

    Outdated or incompatible drivers, especially graphics or fax modem drivers, can trigger this BSOD. To fix this, download the latest drivers for your fax modem, graphics card, or other hardware from their official sites.

    Open Command Prompt as Admin and copy-paste the following commands followed by hitting the Enter key.

    sfc /scannow

    DISM /Online /Cleanup-Image /RestoreHealth

    Make sure Windows is updated.

    If required, uninstall and reinstall Windows Fax and Scan.

    0 comments No comments

  2. Geoff McKenzie 865 Reputation points
    2025-04-15T01:15:12.7233333+00:00

    HI

    have a read of this article

    https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-0x3b--system-service-exception

    If you do a dump analysis, have a look at the stack trace and see if there is a non-Microsoft software component list before (below) the win32kfull.sys entry. In my experience, an error like this is often caused by bad software doing a bad call to a windows driver and the windows driver 'catches' the error. So determining what called the windows driver that threw the error can lead to identification of the cause. Just for clarity, it can be hardware or a MS software issue, but my experience says it is 'likely' to be what called the the MS component that is causing the issue.

    Also have a look at this article

    https://learn.microsoft.com/en-us/troubleshoot/windows-client/performance/stop-error-or-blue-screen-error-troubleshooting

    0 comments No comments

Your answer

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