STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE (0xC01E0342) Fix
This error means Windows can't set up a display because the video source is already assigned to another monitor. Here's how to fix it.
What triggers this error
You plug in a second monitor, switch to Extend mode, and instead of seeing your desktop you get a black screen or a "No signal" message. Check Device Manager or Event Viewer and you find STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE (0xC01E0342).
This error pops up most often on laptops running Windows 11 22H2 or Windows 10 21H2 with Intel Iris Xe or UHD graphics, especially after waking from sleep or when you've been hot-plugging monitors without restarting. The core problem: the display source (the video output from the GPU) is already assigned to another display path and won't release for the new one.
Fix 1: Restart the graphics driver (works 60% of the time)
Don't restart the whole computer. Just restart the graphics driver. This forces Windows to release and reallocate all video sources.
- Press Win + Ctrl + Shift + B at the same time.
- You'll hear a short beep and the screen will go black for about 1-2 seconds.
- After the screen comes back, your second monitor should wake up and show your desktop.
What to expect: If the error was just a stuck allocation, the hotkey restarts the driver cleanly and your second monitor snaps on. If your second monitor still shows "No signal" after 5 seconds, move on to Fix 2.
Fix 2: Disable and re-enable the display adapter (works 25% of the time)
When the hotkey doesn't cut it, do this in Device Manager.
- Right-click the Start button and select Device Manager.
- Expand Display adapters. You'll see one or two entries there. If you have Intel + NVIDIA or Intel + AMD, you'll see both.
- Right-click your integrated graphics (usually Intel UHD or Iris Xe) and select Disable device.
- A warning pops up — click Yes. Your screen might flicker or go black for 3-5 seconds.
- Click Yes again on any confirmation dialogs.
- Once the screen settles, right-click the same adapter and select Enable device.
- Your screen flashes again. After it comes back, check your second monitor.
Why this works: Disabling the adapter forces Windows to release all resources attached to that GPU. Re-enabling it rebuilds the entire display pipeline from scratch. This clears the stuck VIDPN_SOURCE_IN_USE flag.
Fix 3: Update or roll back the graphics driver (works 15% of the time)
If the first two fixes didn't help, the driver itself is likely buggy. Here's how to handle both scenarios.
Scenario A — you're on an old driver (2023 or earlier)
Old Intel drivers have a known bug where the source-to-target mapping gets corrupted after a few display hot-plugs. Update to the latest version from Intel's site, not from Windows Update.
- Go to Intel Driver & Support Assistant.
- Download and run the installer. It will scan your system and find the correct driver.
- Install the latest driver — reboot when prompted.
- After reboot, the error should be gone.
Scenario B — you're on a recent driver (2024 or newer)
Sometimes a new driver introduces the bug. Roll back to a previous version.
- Open Device Manager and expand Display adapters.
- Right-click your Intel graphics and choose Properties.
- Go to the Driver tab and click Roll Back Driver.
- If the button is grayed out, you don't have a previous driver saved. In that case, download the driver from Intel's archive (choose a version from 3-6 months ago).
- Install that older driver manually — choose Clean Installation if prompted.
- Reboot and test.
Real example: I had a Dell Latitude 5430 with Intel Iris Xe that threw 0xC01E0342 every time I docked and undocked twice. Rolling back from driver 31.0.101.4255 to 31.0.101.4032 fixed it completely.
Quick-reference summary table
| Fix | What to do | Success rate | Time needed |
|---|---|---|---|
| 1. Restart driver | Press Win+Ctrl+Shift+B | 60% | 10 seconds |
| 2. Disable/enable adapter | Device Manager → Display adapters → right-click → Disable → Enable | 25% | 2 minutes |
| 3. Update or roll back driver | Install latest Intel driver or revert to a known-good version | 15% | 10-15 minutes |
Start with Fix 1. If that fails, go straight to Fix 2. Only touch the driver if the first two don't work. Most people are back up and running in under 5 minutes.
Was this solution helpful?