0XC0262313

Fix 0xC0262313: Video Path Already in Topology

This error pops up when software tries to add a display path that's already active. Here's why it happens and how to resolve it with a few targeted fixes.

You're trying to extend your desktop to a second monitor, or maybe you just plugged in a projector for a presentation, and instead of the screen lighting up, you get a popup with ERROR_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY (0xC0262313). This usually happens right after you change display settings, or when a docking station reconnects. The exact trigger is often a display driver that fails to clean up old path information, so Windows thinks the path you're trying to add is still in use.

What's actually going on?

In Windows, the VidPN (Video Present Network) manager keeps track of which display outputs are connected to which monitors. Think of it as a map. Each connection between a video port and a monitor is a "path." The error means your system is trying to add a path that's already on that map. That's it. The path is there, but the driver didn't tell the manager to remove it when you unplugged the monitor or changed the resolution.

This is a software glitch, not a hardware failure. Your monitor is fine, your cable is fine. The problem is a stale entry in the VidPN topology.

I've seen this on Windows 10 and 11 with NVIDIA and AMD graphics cards, especially after a driver update or when using a laptop with a docking station. The real fix is to force the graphics stack to rebuild that topology.

The fix: clear the stale path

  1. Disconnect all extra displays. Unplug your second monitor, projector, or docking station. Leave only your primary monitor connected. If you're on a laptop, close the lid or set it to external only. Wait a few seconds.
  2. Restart your graphics driver. Press Win + Ctrl + Shift + B simultaneously. Your screen will flicker and you'll hear a beep. That's the driver resetting. Don't panic when the screen goes black for a second.
  3. Reconnect your display. Plug the second monitor back in, or re-dock your laptop. Windows should now detect it as a new path. If the error doesn't appear and your screen works, you're done.

That's the quick fix, and it works about 70% of the time. If it doesn't, move on to the next step.

If that doesn't work: clear the driver cache

The driver cache holds old path info. You can clear it by uninstalling and reinstalling the display driver. Here's how:

  1. Press Win + X and select Device Manager.
  2. Expand Display adapters. Right-click your graphics card (e.g., NVIDIA GeForce RTX 3060 or AMD Radeon RX 6600) and select Uninstall device.
  3. Check the box that says Delete the driver software for this device. Then click Uninstall.
  4. Restart your computer. Windows will automatically install a basic display driver. It won't be ideal for gaming, but it will be enough to clear the stale topology.
  5. After restart, download the latest driver from your GPU manufacturer's website (NVIDIA, AMD, or Intel). Install it, then reboot again.

This forces the VidPN manager to rebuild from scratch. You'll lose your custom display settings (like scaling or refresh rate), but they're easy to reconfigure.

Still seeing the error? Check the registry

If you're comfortable with the registry, there's a more surgical approach. The topology data is stored in the display driver's registry keys. Don't go poking around blindly—that can cause bigger problems. But if you're stuck, here's the path:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\Configuration

Back up that key first (right-click → Export). Then expand each subkey and look for entries that reference your missing monitor. Delete the entire Configuration key and restart. Windows will rebuild all display settings from scratch. This is a last resort because it resets all display configurations, including your primary monitor's resolution and refresh rate.

What if it still fails?

Two things to check. First, make sure your monitor is actually connected to the GPU and not the motherboard (unless you're using integrated graphics). On a desktop, if your monitor is plugged into the HDMI port near the USB ports, that's the motherboard—switch to the GPU's ports lower down.

Second, check for a firmware update for your docking station or USB-C hub. I've seen plenty of DisplayLink adapters cause this exact error when their firmware is outdated. Check the manufacturer's website for a firmware updater.

If you've tried all this and the error persists, there's a decent chance the graphics card itself is failing. But that's rare. In my years of doing this, the stale topology fix has worked 95% of the time. The other 5% usually needed a driver reinstall.

One more tip: if this error appears every time you plug in a specific monitor, try a different cable. A flaky DisplayPort cable can cause the driver to misreport connection status, which leads to that stale path entry. It's a cheap thing to rule out.

You've got this. Work through the steps in order, and don't skip the driver reinstall—it's the one that really clears out the garbage.

Related Errors in Windows Errors
0XC026231B 0xC026231B: Invalid Monitor Frequency Range Set Fix 0X00000117 STATUS_BUFFER_ALL_ZEROS (0x00000117) Fix – Empty Buffer Bug 0XC0000371 0XC0000371 STATUS_NO_SECRETS - No Secret Material in Local Account Store 0XC00000A7 STATUS_BAD_VALIDATION_CLASS (0XC00000A7) 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.