Every Win11 Cumulative Update since January 2026 silently upgrades Intel HD Graphics P630 driver from 31.0.101.2137 to 31.0.101.2140, bypassing ExcludeWUDriversInQualityUpdate=1 registry flag. This causes a DXGI/D3D11 regression that makes the machine completely unusable for professional work. Reproduced identically 3 times.
Hardware:
- Dell Precision 5520 / Intel Core i7-7820HQ (Kaby Lake)
- GPU 1 (display controller): Intel HD Graphics P630 — driver 31.0.101.2137 (Dell V9259)
- GPU 2 (renderer): NVIDIA Quadro M1200 Maxwell — driver 32.0.15.8195
- Optimus DISABLED — display hardwired through Intel P630, rendering via Quadro M1200
- Windows 11 Pro 25H2 — Build 26200.8037
- HAGS disabled, TdrDelay/TdrDdiDelay = 8s, ExcludeWUDriversInQualityUpdate = 1
Regression timeline:
- KB5074109 (Jan 2026): Intel driver forced from 2137 → 2140, DXGI crash
- KB5077181 (Mar 2026): same
- KB5079473 (11/03/2026): same, third time
Symptoms after each CU:
- Adobe Premiere Pro 2023, Photoshop, Lightroom Classic crash on first GPU operation
- Premiere gpusniffer log = 0 bytes — GPU layer never initializes
- Failure occurs even with Mercury Playback Engine set to Software Only — confirms regression is at DXGI initialization level, below the application renderer
- Brave browser crashes only after Adobe apps have been opened — confirms shared DXGI context corruption
Why this config is vulnerable:
In Optimus-disabled mode, Intel P630 owns the physical display while Quadro M1200 handles compute. DXGI must negotiate two adapters simultaneously. Driver 2140 breaks this negotiation specifically on Maxwell-gen hardware (GM107). Standard Optimus-enabled laptops use a different DXGI routing path and are not affected.
Current workaround:
Full system restore from Macrium Reflect backup required after each CU. KB5079473 explicitly blocked via DoNotAllowKBs registry key. Windows Update permanently suspended — system stable but unpatched.
Official report filed:
Microsoft Feedback Hub: https://aka.ms/AA1089n7
Questions:
- Is there a known mechanism to prevent a specific driver version from being pushed via CU packages without blocking OS security updates entirely?
- Has this DXGI regression on Optimus-disabled dual-GPU configs been acknowledged by the Windows engineering team?
- Is there a timeline for a fix in an upcoming CU?