Skip to main content

Minecraft Vulkan System Freezes on Intel iGPU: How to Fix

If your entire PC freezes or crashes immediately after enabling Vulkan rendering in Minecraft while using an Intel integrated GPU (iGPU) like Iris Xe or UHD Graphics, you are not alone. This is a known compatibility issue between the current Vulkan implementation in Minecraft snapshots and Intel’s graphics drivers.

The Symptom #

  • Total System Freeze: The screen locks up completely, requiring a hard reboot.
  • Driver Crash: “Display driver stopped responding and has recovered” error followed by a game crash.
  • BSOD: Blue Screen of Death with errors related to igdkmd64.sys.

Why This Happens #

Minecraft is transitioning toward Vulkan to improve performance and enable “Vibrant Visuals.” However, the current Vulkan pipeline on Intel iGPUs often conflicts with the way Intel manages memory and power for integrated graphics, leading to a kernel-level hang (system freeze).

The Solution: Reverting to OpenGL #

Until a stable driver update or a Minecraft patch is released, the only reliable way to stop the freezes is to switch your rendering backend back to OpenGL.

Step-by-Step Fix #

  1. Launch the Game (if you can get to the main menu).
  2. Navigate to Options $\rightarrow$ Video Settings.
  3. Look for the Rendering Backend or Graphics API section.
  4. Change the setting from Vulkan to OpenGL.
  5. Restart Minecraft for the changes to take full effect.

If You Cannot Launch the Game (Hard Freeze at Startup) #

If the game freezes before you can reach the menu, you must edit the configuration file manually:

  1. Close Minecraft and the Launcher.
  2. Navigate to your .minecraft folder (usually %appdata%/.minecraft on Windows).
  3. Open the options.txt file with a text editor (like Notepad).
  4. Search for the line gfx_api:vulkan (or similar).
  5. Change it to gfx_api:opengl.
  6. Save the file and relaunch the game.

Additional Tips for Intel iGPU Users #

  • Update Intel Drivers: Check the Intel Driver & Support Assistant (DSA) for the latest Iris Xe or UHD drivers. While it might not fix the Vulkan freeze, it improves overall OpenGL stability.
  • Disable “Vibrant Visuals” (if applicable): Some experimental visual settings depend on Vulkan; disabling these can prevent the game from forcing a Vulkan switch.

Verdict: Vulkan is the future, but for Intel iGPU users in 2026, OpenGL is still the only stable choice.