Microsoft has officially identified low-level drivers installed by RGB lighting peripherals as the root cause of recent game crashes across Windows 11 PCs. Following the release of the August cumulative updates, numerous players reported unexpected freezing, complete game crashes, and sudden blue screen restarts when launching competitive titles.

According to official documentation from Microsoft's health dashboard, the conflicts stem from proprietary code components and driver files, such as inpoutx64.sys, which are silently bundled with various custom RGB software suites to control lighting hardware. Affected players and developers are now using temporary workarounds while Microsoft develops a permanent patch.

windows 11 rgb driver game crashes fix

The conflict primarily affects PCs running Windows 11 versions 24H2 and 25H2 after installing the KB5121003 cumulative update or subsequent security releases. When users attempt to launch titles like The Finals, ARC Raiders, and MARVEL Tōkon: Fighting Souls, the game terminates abruptly or produces an EXCEPTION_ACCESS_VIOLATION error message. In some cases, the conflict triggers a critical kernel fault, forcing a system reboot.

RGB Lighting Drivers Triggering System Crashes

The core of the issue lies in how third-party RGB control programs communicate with system hardware. To manage illuminated memory modules, graphics card logos, fans, and external peripherals, many software utilities deploy legacy ring 0 kernel drivers, most notably variants of inpoutx64. These drivers request direct access to system memory ports to pass lighting commands or read sensor data.

However, modern security adjustments implemented in recent Windows 11 updates restrict how unauthorized or legacy kernel drivers interact with memory. When a game boots up alongside anti-cheat routines or protected memory spaces, the operating system blocks the RGB driver's direct access attempt. The driver hits an unhandled exception, leading to a swift termination of the gaming process or an outright crash.

Affected Games and Symptoms

Gamers affected by this issue generally report three distinct symptoms upon launching modern titles:

  • Sudden Desktop Closures: Games close abruptly without an error dialog immediately after launch.
  • Access Violation Errors: Systems throw an EXCEPTION_ACCESS_VIOLATION error code pointing to inpoutx64.sys.
  • Blue Screen Restarts: The operating system triggers a blue screen to prevent hardware or memory corruption.

Game studios have noted that the issue does not originate from the actual game code, but rather from the unexpected interaction between updated Windows kernel rules and peripheral control software.

Temporary Workaround for Impacted Windows 11 PCs

Until Microsoft releases an official cumulative update fix, impacted users can apply a temporary mitigation. Microsoft and game developers recommend temporarily disabling the problematic peripheral driver via the Windows Registry or blocking the offending service:

  1. Press Windows Key + R, type regedit, and press Enter to open the Registry Editor.
  2. Navigate to the following path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\inpoutx64.
  3. Locate the Start DWORD value in the right-hand pane.
  4. Double-click Start and change its value data from its default setting to 4 (which permanently disables the driver).
  5. Reboot your computer to apply the changes.

Users should note that disabling inpoutx64 may temporarily impair RGB lighting features or custom profiles managed by peripheral control software. Standard peripheral functions, such as basic mouse tracking or keyboard input, will continue to work normally.

Microsoft Working on Permanent Patch

Microsoft has formally confirmed that it is collaborating with peripheral manufacturers and game development studios to engineer a seamless fix. The company is examining how low-level lighting components interact with modern security policies to ensure that future security patches do not inadvertently disrupt gaming performance.

For now, gamers experiencing continuous crashes on recent Windows 11 updates are advised to utilize the registry workaround or close background lighting management utilities before launching intensive titles. Microsoft is expected to deliver a permanent update through Windows Update once testing is complete.