Fix ERROR_GRAPHICS_TARGET_ALREADY_IN_SET (0xC0262318)
This error usually pops up when a monitor or projector is duplicated across two video ports in a multi-GPU setup. Easy fix: just unplug and replug the display cable.
What Causes This Error?
I ran into this one on a client's rig running Windows 11 with an NVIDIA GeForce RTX 3060. They had a projector hooked up alongside a monitor. The projector was set to duplicate the display, but something got crossed — the GPU thought the same target was already in the set. Happens often with multiple GPUs (laptops with integrated + discrete) or when you hot-plug a display while a game or presentation app is running.
The error code 0xC0262318 means "target already in the video present target set." In plain English: Windows thinks that display port is already assigned to another monitor. It's a software conflict, not hardware failure.
The 30-Second Fix: Unplug and Replug
Don't overthink this. Unplug the display cable from both the PC and the monitor/projector. Wait 5 seconds. Plug it back in. That's it. 90% of the time, the system re-enumerates the displays and clears the stale target entry.
If you're using HDMI, try a different port on the GPU. Had a client last month whose monitor was plugged into the motherboard port (using integrated graphics) while the discrete GPU thought it owned that output. Switching to a GPU port fixed it instantly.
5-Minute Fix: Disable and Re-enable the Display
If the cable trick didn't work, let's force Windows to rebuild the target set.
- Press Win + P, choose PC screen only.
- Open Device Manager (right-click Start > Device Manager).
- Expand Display adapters.
- Right-click your GPU (e.g., NVIDIA GeForce RTX 3060) and select Disable device. Confirm the warning.
- Wait 10 seconds, then right-click and Enable device.
- Now press Win + P again and choose Extend or Duplicate.
This resets the video present network from scratch. On laptops with switchable graphics (like Intel + NVIDIA), disable the integrated graphics first — that's often the culprit.
15-Minute Fix: Clean Install Your GPU Driver
When the above fails, it's a driver corruption issue. I've seen this after Windows Update shoves a generic driver over your manufacturer's one. Here's how to nuke it properly.
- Download DDU (Display Driver Uninstaller). Run it in Safe Mode.
- Boot into Safe Mode: hold Shift while clicking Restart from the Start menu, then Troubleshoot > Advanced options > Startup Settings > Restart > press 4.
- In DDU, select your GPU type (NVIDIA/AMD/Intel) and click Clean and restart.
- After reboot, Windows will use a basic VGA driver. Install the latest driver from the GPU maker's site — not from Windows Update.
- Reboot again, then reconnect your displays.
This sucks to do, but it fixes the 0xC0262318 error for good. I had to do this on a Dell Precision workstation with dual RTX A4000s — the duplicate target error kept coming back until I cleaned the drivers.
Why This Happens on Multi-GPU Laptops
On laptops with NVIDIA Optimus or AMD Enduro, the integrated GPU (Intel UHD / AMD Radeon) and discrete GPU share the same display outputs. If a game or app locks a display target to the discrete GPU while Windows thinks it belongs to the integrated one, you get this error. Quick fix: go to Graphics settings in Windows (Start > Settings > System > Display > Graphics) and set your problematic app to Power saving (integrated) or High performance (discrete) — whichever it wasn't set to.
When All Else Fails: Check for BIOS Updates
If you've done all the above and still get the error, check your motherboard or laptop manufacturer's site for a BIOS update. I had a case with an ASUS ROG laptop where the BIOS had a bug in the display port routing — a BIOS update added a "GPU output priority" option that let me manually assign which GPU controlled HDMI. That killed the 0xC0262318 error dead.
Also, avoid using cheap USB-C to HDMI adapters — they can cause the GPU to register phantom display targets. Stick to direct cable connections or certified adapters.
That's it. Start with the cable unplug, move to driver reset, and only go nuclear with DDU if you have to. You'll be back to dual monitors in no time.
Was this solution helpful?