PC

Windows 11 May Fix Major GPU Glitches for AMD, Nvidia, Intel

Gamer24H Editorial Team June 19, 2026 4 min read 53 views

Microsoft has long been working to polish Windows 11, yet the operating system still grapples with bugs that can linger for months before they’re publicly addressed. One persistent pain point is the frequent crashes of graphics drivers.

Efforts to mitigate these crashes—known as Timeout and Detection Recovery (TDR)—are not new. The latest Windows Display Driver Model (WDDM) 3.2, slated for Windows 11 24H2 and 25H2, already incorporates targeted improvements in this area.

With the forthcoming 26H2 release, however, TDR diagnostics are set to leap forward thanks to a new DirectX 12 feature dubbed “DirectX Dump Files.” Much like the memory dumps generated when a system freezes, these DDFs capture a snapshot of the GPU’s state at the exact moment a graphics‑related crash, hang, or freeze occurs. The resulting .dxdmp file provides developers with a comprehensive view that includes hardware details, driver versions, Windows configuration, and the affected application—all in a single, easily analyzable package. This unified approach promises to streamline troubleshooting and accelerate fixes.

Analysis: By consolidating multi‑layer graphics stack data into one dump file, Microsoft is reducing the time developers spend correlating disparate logs, which should lead to faster patch cycles and a more stable gaming experience across the Windows ecosystem.

During GDC 2026, Microsoft unveiled the technology and explained how DirectX Dump Files gather information from every layer of the graphics stack, eliminating the need for developers to manually stitch together logs from multiple tools.

Microsoft’s latest DirectX dump feature unlocks a treasure trove of diagnostic data, capturing everything from GPU register values and shader counters to page‑fault addresses and command buffers. It also logs DirectX runtime and kernel details, including D3D objects, pipeline states, device errors, adapter specs, and CPU call stacks, giving developers an unprecedented view into the inner workings of a crash.

The company has engineered the tool around two key scenarios: “retail device removals,” which let developers harvest crash reports from users’ machines in the field, and “local device removals,” which empower QA teams and developers to probe issues on their own test rigs. In addition, new D3D12 APIs will allow developers to embed up to 2 MB of custom application data, offering richer context for troubleshooting.

Microsoft is rolling out three distinct dump‑collection modes, ranging from a zero‑overhead capture that imposes no runtime penalty on supported hardware, to higher‑detail tiers that gather vendor‑specific debugging information. On compatible Tier 2 GPUs, the zero‑overhead mode will be enabled by default, enabling developers to receive actionable crash diagnostics without any code modifications. The accompanying table outlines the three tiers in detail.

In terms of availability, the company anticipates a wider rollout around the fall of 2026, coinciding with the release of Windows 11 version 26H2. Currently, DirectX Dump Files are available only as a preview, with the AMD AgilitySDK Developer Preview driver version 26.10.07.02 being the sole compatible release. For full details, you can view the official announcement on Microsoft’s website.

❓ Frequently Asked Questions (FAQ)

What are the new improvements in Windows 11 26H2 that help fix GPU crashes?

The 26H2 update introduces DirectX Dump Files (DDFs), a DirectX 12 feature that captures a snapshot of the GPU state during a crash, hang, or freeze. These .dxdmp files bundle hardware details, driver versions, Windows configuration, and the affected application into a single package, enabling developers to quickly diagnose and patch graphics driver issues.

How do DirectX Dump Files improve the debugging process compared to previous methods?

Previously, developers had to sift through separate logs from the GPU, driver, and OS layers. DDFs consolidate all relevant data into one file, eliminating the need to correlate disparate logs. This unified snapshot speeds up analysis, reduces patch development time, and leads to a more stable gaming experience.

Will the new TDR diagnostics in 26H2 affect gameplay for current users?

Yes, the enhanced Timeout and Detection Recovery (TDR) diagnostics will automatically generate DDFs when a graphics-related crash occurs, providing developers with immediate, detailed information. While users may notice the occasional crash, the faster debugging and patch cycle should reduce the frequency of future crashes and improve overall stability.

News Source: Neowin

Community

Comments

Be the first to comment.

Leave a Comment

Your email address will not be published. Required fields are marked *