Share via

Snipping tool freezing my laptop when using the draw feature?

Pierrau Stefan 15 Reputation points
2026-04-19T12:13:41.17+00:00

The main problem is that when I am using the Snipping tool and using the drawing feature my screens become frozen after a few seconds of drawing.

I can exit the freeze by detaching the extended screens but if I trigger the bug with only the main laptop screen I am stuck and have to restart my laptop.

I am pretty sure that this problem started after the update of my OS, the current OS version is W11, ver.23H2, 22631.6783 that was available from 2026-03-10 at Microsoft. So probably it was installed on my computer a few weeks ago (end of mars or beginning of April) when the problem started.

and since I also tried a clean boot start-up and the problem was remaining I assume that the problem is related to the OS update only. Ther is a new OS version for my computer: 22631.6936 that may fix this problem, some words around graphical updates ... but this update is not jet released by the IT department at my company.

I have tried all know fixes.

I have done all 15 point according to the support ticket "My screens become frozen when drawing in the snipping tool for Windows 11. How to fix this" and I have done a clean boot start-up.

But the problem still persists.

What is your recommendation?

 

My set-up is:

Computer: HP EliteBook 640 14 inch G11 Notebook PC IDS Base Model

OS: Windows 11, version 23H2, 22631.6783  (released: 2026-03-10)

System Information regarding the display and graphics:
[Display]

Item Value

Name Intel(R) Graphics

PNP Device ID PCI\VEN_8086&DEV_7D45&SUBSYS_8C86103C&REV_08\3&11583659&0&10

Adapter Type Intel(R) Graphics Family, Intel Corporation compatible

Adapter Description Intel(R) Graphics

Adapter RAM 2,00 GB (2 147 479 552 bytes)

Installed Drivers C:\WINDOWS\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_76787e203cb9b607\igd9trinity64.dll,C:\WINDOWS\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_76787e203cb9b607\igd10iumd64.dll,C:\WINDOWS\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_76787e203cb9b607\igd10iumd64.dll,C:\WINDOWS\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_76787e203cb9b607\igd12umd64.dll

Driver Version 32.0.101.8508

INF File oem920.inf (MTL_w11_IG section)

Color Planes Not Available

Color Table Entries 4294967296

Resolution 1920 x 1200 x 60 hertz

Bits/Pixel 32

Memory Address 0x18000000-0x18FFFFFF

Memory Address 0x0000-0xFFFFFFF

IRQ Channel IRQ 4294967243

Driver C:\WINDOWS\SYSTEM32\DRIVERSTORE\FILEREPOSITORY\IIGD_DCH.INF_AMD64_76787E203CB9B607\IGDKMDN64.SYS (32.0.101.8508, 28,15 MB (29 516 424 bytes), 2026-03-30 10:00)

Windows for business | Windows 365 Enterprise

12 answers

Sort by: Most helpful
  1. VPHAN 35,285 Reputation points Independent Advisor
    2026-04-19T12:51:02.02+00:00

    Hi Pierrau Stefan,

    That freezing is a symptom of a render thread deadlock within the Windows display subsystem.

    To recover without a hard reboot, use the native Windows command by pressing Windows Key, Ctrl, Shift, and B simultaneously. Your screen will briefly flash black and you will hear a short beep as the system safely discards the current display buffer and restarts the driver running from your local DriverStore directory. This achieves the exact same reset as unplugging a physical monitor and will immediately restore your interface without closing your applications or losing unsaved work.

    You're right about the OS build and the graphics driver, as the newer Windows 11 build 22631.6936 contains specific patches targeting Desktop Window Manager stability. Because your device is managed by your company, your best path forward is to submit a request to your IT department to deploy this specific update or push a newer Intel display driver. You can strengthen your IT ticket by navigating to the Windows Event Viewer, opening the Windows Logs folder, and checking the Application log for Event ID 1002 or Event ID 1000 associated with dwm.exe, which provides concrete evidence of the application hang. Until the permanent update is deployed to your machine, the keyboard shortcut workaround will prevent the need for disruptive forced restarts.

    Hope this answer brought you some useful information. If it did, please hit “accept answer”. Should you have any questions, feel free to leave a comment.

    VP

    Was this answer helpful?

    10+ people found this answer helpful.

  2. VPHAN 35,285 Reputation points Independent Advisor
    2026-04-19T16:13:18.87+00:00

    Pierrau Stefan

    The Event ID 1001 log containing the LiveKernelEvent 1b8 and the WATCHDOG dump file precisely identifies a Video Timeout Detection and Recovery failure. The Windows subsystem detected that your Intel graphics driver took too long to render the Snipping Tool's hardware-accelerated drawing overlay and forcefully intervened. This explains why the keyboard reset shortcut stopped working after the first attempt. Repeated rendering timeouts cause the operating system to lock the software display stack to prevent a complete blue screen crash, leaving your physical monitor detachment as the only hardware interrupt powerful enough to clear the deadlock. The HotKeyServiceUWP event is simply a standard HP background service reacting to the sudden display power state changes and is a symptom rather than the root cause.

    Since your operating system and Intel drivers are up to date, the most effective resolution is to disable Multi-Plane Overlay. This is a Windows feature designed to reduce GPU workload, but it has heavily documented synchronization conflicts with Intel integrated graphics during layered window rendering on extended monitors. To apply this fix, open the Registry Editor as an administrator and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Dwm. Inside this location, right-click to create a new DWORD 32-bit value, name it OverlayTestMode, and set its value data to 5.

    If the desktop manager still hangs after disabling the overlay, the next step is to increase the timeout threshold so the operating system stops preemptively crashing the graphics process. In the Registry Editor, navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\GraphicsDrivers. Create a new DWORD 32-bit value named TdrDelay and set its value data to 8. This adjustment gives your Intel GPU eight seconds to complete the drawing handoff instead of the default two seconds, preventing the Watchdog monitor from prematurely triggering the freeze. Please ensure you restart your laptop after applying these registry modifications for the new configurations to initialize.

    Hope this helps :)

    VP

    Was this answer helpful?

    2 people found this answer helpful.

  3. VPHAN 35,285 Reputation points Independent Advisor
    2026-04-20T09:04:32.54+00:00

    Pierrau Stefan

    Lowering the power efficiency slider will not disable Panel Self Refresh. That specific slider controls a different feature called Intel Display Power Saving Technology, which dynamically alters your screen brightness and contrast based on the content you are viewing. Panel Self Refresh is a hardware-level protocol that dictates whether the graphics card temporarily stops sending rendering frames to the physical monitor entirely, which is the exact mechanism conflicting with the Windows Ink drawing tools.

    The complete absence of the Panel Self Refresh toggle in your interface confirms the complications introduced by the generic Intel driver update. In recent generic driver branches, Intel often hides these advanced power toggles or migrates them to a completely different utility called Intel Arc Control, effectively locking users out of crucial hardware configurations when using the standard Command Center application.

    Because the software interface prevents us from manually disabling this power state, we must execute the driver reversion strategy discussed previously. Please open the Windows Device Manager, expand the Display adapters section, right-click your Intel Graphics device, and select Properties to click the Roll Back Driver button. If that button is greyed out, you must visit the official HP support portal, search for your specific EliteBook 640 G11 model, and download their certified Intel Video Driver package. Installing that manufacturer-approved driver will overwrite the generic installation and restore the proper hardware synchronization protocols required to stop the drawing overlay from freezing your system.

    VP

    Was this answer helpful?

    1 person found this answer helpful.

  4. VPHAN 35,285 Reputation points Independent Advisor
    2026-04-20T04:07:21.4566667+00:00

    Hi Pierrau Stefan,

    I suspect the root cause is a specific conflict between your Intel graphics driver and the Windows Presentation Foundation rendering engine. This engine specifically powers the Windows Ink workspace and native drawing overlays exclusively within Microsoft software, which explains why external applications render without issue.

    Since modifying the system overlays and timeout thresholds did not resolve the hardware handoff failure, we must force these specific Microsoft frameworks to bypass the GPU entirely and rely on software rendering. You can achieve this by disabling hardware acceleration globally for the Windows Presentation Foundation subsystem. Open the Registry Editor and navigate to HKEY_CURRENT_USER\Software\Microsoft\Avalon.Graphics. If the Avalon.Graphics folder does not exist, right-click the Microsoft folder to create it as a new key. Inside Avalon.Graphics, create a new DWORD 32-bit value named DisableHWAcceleration and set its value data to 1.

    To ensure the Office suite is entirely severed from the failing graphics hooks, you should apply the exact same restriction directly to the Office common registry settings. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Graphics, creating the Graphics key if necessary. Add a new DWORD 32-bit value named DisableHardwareAcceleration and set its value to 1. Restart your computer to initialize these software-only rendering pathways. This will offload the drawing calculations to your CPU, completely bypassing the crashing Intel graphics API calls.

    VP

    Was this answer helpful?

    1 person found this answer helpful.

  5. AI answer

    2026-04-19T12:14:01.91+00:00

    The behavior matches a graphics/driver issue triggered by drawing (hardware-accelerated rendering) rather than a Snipping Tool-only problem. The context shows similar issues where specific Intel graphics driver versions or incompatible apps cause freezes or “not responding” behavior.

    Given what has already been tried (all known app-level fixes and clean boot), the remaining supported recommendations are:

    1. Update the Intel graphics driver The context documents that certain Intel graphics driver versions can cause apps that use hardware acceleration to hang or stop responding, and that updating the graphics driver resolves it. Steps (to be done by IT if devices are managed):
      1. Open Control Panel → Hardware and Sound → Device Manager.
      2. Expand Display adapters and open Intel(R) GraphicsProperties.
      3. On the Driver tab, note the Driver Version.
      4. Use Update Driver to search for an updated driver, or have IT deploy a newer OEM/Intel driver that is validated for this HP model.
      The referenced guidance explicitly states that updating to a fixed Intel graphics driver version resolves application hangs caused by hardware acceleration.
    2. Have IT validate and deploy the newer Windows build (22631.6936) or a hotfix Since the issue started exactly after installing 22631.6783 and a newer build mentions graphics-related fixes, the next supported step in a managed environment is to:
      • Open a ticket with the internal IT department and reference that the freeze is reproducible, survives clean boot, and appears tied to graphics rendering.
      • Ask them to pilot 22631.6936 (or any newer, approved cumulative update) on a test device of the same model to confirm whether the issue is resolved, then roll it out.
    3. Check for incompatible apps or overlays related to display The screen-freeze behavior is similar to documented cases where incompatible apps or display components cause flickering or freezes. Even though a clean boot was tried, confirm with IT that:
      • Any OEM display utilities (screen recorders, overlay tools, docking/DisplayLink software) are updated to their latest versions from the manufacturer.
      • If a specific display-related app is suspected, temporarily uninstalling it and testing Snipping Tool drawing again is recommended.
    4. If updating graphics driver and OS build is not immediately possible Until IT can update the driver/OS, the only reliable mitigations are operational workarounds:
      • Avoid long continuous drawing in Snipping Tool on the affected build, or use an alternative capture/drawing tool that does not trigger the freeze.
      • When using multiple monitors, keep the detachable/extended screen connected so that disconnecting it remains a way to recover from a freeze.

    In a corporate/managed environment, the concrete next step is to escalate to IT with a request to:

    • Update the Intel graphics driver to a newer OEM/Intel version, and
    • Pilot the newer Windows 11 23H2 build that includes graphics fixes.

    These are the supported, documented remediation paths for graphics-driver-induced freezes and app hangs.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

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.