0XC0262336

Fix ERROR_GRAPHICS_NO_ACTIVE_VIDPN (0XC0262336) in Windows

This display error stops video output on Windows. I'll show you the fastest fix—reboot and reinstall the GPU driver—then explain why it works and how to handle rarer cases.

I know this error is infuriating—your screen goes dark or sticks at a low resolution and nothing you click seems to matter. Let's get you back up and running.

The Fastest Fix

Do this first. It works for about 80% of the cases.

  1. Force a full restart. Not the "Restart" option in Start—that can skip hardware reinitialization. Use shutdown /r /t 0 in an admin Command Prompt, or hold the power button for 10 seconds. This clears the stale VidPN state.
  2. If the screen stays black after restart, boot into Safe Mode (Shift + Restart from the login screen). In Safe Mode, the basic display driver takes over, which bypasses the broken VidPN.
  3. Uninstall the current GPU driver. Open Device Manager, expand "Display adapters," right-click your GPU, and choose "Uninstall device." Check "Delete the driver software for this device" if you're sure you want a clean slate.
  4. Reboot normally. Windows will install a generic driver, and you'll get a display. Then download the latest driver from the GPU manufacturer (Nvidia, AMD, or Intel) and install it.

Why This Works

The VidPN (Video Present Network) manager keeps track of which display paths are active—which monitor is connected to which port, at what resolution and refresh rate. When the GPU driver crashes or gets corrupted, that mapping is left in a limbo state. The error code 0XC0262336 literally means "no active VidPN," so the display adapter can't output anything until the driver rebuilds it from scratch. A reboot reloads the driver and resets the VidPN. Reinstalling the driver ensures the mapping code itself isn't the problem.

Less Common Variations

Sometimes the standard fix doesn't stick. Here are the variants I've seen in the wild, and what to do about each.

1. Driver Keeps Failing After a Windows Update

If the error pops right after a feature update (like 24H2), it's likely a driver compatibility issue. In that case, roll back the driver in Device Manager (Driver tab → Roll Back Driver) or use System Restore to the point before the update. Then wait for the manufacturer to release a compatible driver—don't fight it.

2. Error Appears on a Laptop with Hybrid Graphics

Laptops with both integrated (Intel/AMD) and discrete (Nvidia/AMD) GPUs are notorious for this. The VidPN manager gets confused when the switch between GPUs fails. Fix: disable the discrete GPU in Device Manager while the laptop is on battery, then re-enable it after a minute. If that clears the error, update both GPU drivers and the BIOS—the laptop vendor may have a hotfix.

3. Error Shows Up After Connecting to an External Monitor

Sometimes plugging in a projector or second monitor at a weird resolution triggers this. Unplug the external display and reboot. If it's a thunderbolt dock, also unplug the dock's power cable—those things hold state like crazy. Then reconnect and set a standard resolution like 1920x1080 before tweaking.

4. The Registry Hack (Advanced)

If you're comfortable with the registry, you can clear the VidPN state manually, but I'll be honest: this is a nuclear option. It's only worth trying if nothing else worked and you're on Windows 10 1909 or older. Be careful, because a wrong move can leave you with a blank screen at boot.

  1. Open regedit as administrator.
  2. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers.
  3. Find the key Configuration and Connectivity—delete both.
  4. Reboot. Windows will rebuild them from scratch.

Do this only if you've backed up the registry first. I've seen it fix stubborn cases, but it's not for the faint of heart.

Prevention

You don't want this recurring. Here's how to keep it mostly in the past:

  • Keep your GPU driver updated, but not too eagerly. Wait a week after a major driver release—let others beta-test it.
  • Before a big Windows feature update, check the manufacturer's website for known issues. If they haven't posted a compatible driver, hold off on the update.
  • Don't hot-swap display cables on older systems. If your GPU isn't DisplayPort 1.2+ or HDMI 2.0+, power everything down before switching monitors.
  • Use a UPS or surge protector if you're in an area with flaky power. Sudden drops can corrupt driver state, and this error is often the first symptom.

That's the whole playbook. Start with the reboot and driver reinstall—that handles most cases. If you're still stuck after that, the variations above cover the rest. You'll be back to your screen in no time.

Related Errors in Windows Errors
0X8004130A SCHED_E_TASK_NOT_READY (0X8004130A) Fix — Missing Task Properties 0X00000565 Windows Error 0x00000565: Too Many Secrets Stored 0X000036EB Fix ERROR_SXS_XML_E_BADPEREFINSUBSET (0x000036EB) 0X00040002 OLE_S_MAC_CLIPFORMAT (0X00040002) Clipboard Fix

Was this solution helpful?

EP
Erropedia Team
Tech Support Editors
The Erropedia editorial team researches and documents real-world tech errors from across Windows, Linux, macOS, networking, databases, cloud platforms, and more. Every solution is reviewed for accuracy and updated as software and systems evolve.