Fix 0XC0262435: Chain Links Not Powered On in Multi-Monitor Setup
This error pops up when you try to enable a second display linked via DisplayPort daisy chain but one link is off. Here's how to fix it.
You're plugging in a second monitor to your existing setup, you hit Windows+P to extend the display, and instead of seeing your desktop spread across two screens, you get 0XC0262435 — An attempt was made to turn on a lead link display adapter when the chain links were turned off. This usually happens when you're using DisplayPort daisy chaining (MST) to run multiple monitors off a single port. Last month I had a client with three Dell U2723QEs daisy-chained off a ThinkPad Thunderbolt dock. He'd turn on the middle monitor last and the whole chain would refuse to light up. The error's specific: it's not a driver crash or a bad cable — it's a power sequencing problem.
Root Cause
DisplayPort Multi-Stream Transport (MST) works by sending a single video signal down the cable, then each monitor in the chain strips off its own stream and passes the rest along. For this to work, the monitors need to power on in order from the source outward. The lead link (the first monitor connected to your PC) must be powered on before the chain links (monitors downstream). If you power on a downstream monitor first, or if the lead link goes to sleep while others are active, the graphics driver sees the lead link as "off" and throws this error. It's not a hardware failure — it's just Windows being pedantic about the startup sequence.
Fix: Step-by-Step
- Turn off all monitors in the chain. Unplug them from power if you have to. Wait 10 seconds.
- Power on the first monitor — the one directly connected to your PC or dock. Wait for it to fully wake and show an image.
- Power on the next monitor in the chain, one at a time. Wait 5–10 seconds between each. Don't skip a monitor or turn them on simultaneously.
- Check that each monitor is in MST mode. Most DisplayPort 1.2+ monitors have a setting called DisplayPort 1.2 or MST in their OSD. If it's set to DP 1.1 or SST, the daisy chain won't work at all. Enable MST on every link.
- Open Windows display settings (right-click desktop → Display settings). You should see all monitors now. If not, click "Detect" or reboot with the monitors on.
If It Still Fails
If you're still getting the error after power cycling in the right order, check a few things:
- Cable quality. DisplayPort daisy chain requires a cable that supports HBR2 or HBR3. Some cheap cables only handle HBR (5.4 Gbps). Swap the cable between the lead link and the next monitor with a known good one.
- Monitor firmware. I've seen Dell and LG monitors that shipped with buggy MST firmware. Go to the manufacturer's support page, look for firmware updates. Had a client whose LG 27UK850 wouldn't daisy chain at all until he updated the firmware from v3.07 to v3.09.
- GPU or dock limitations. Not all GPUs support MST over USB-C or Thunderbolt. On a Lenovo ThinkPad T14 Gen 2 with Intel Iris Xe, only one DisplayPort chain works — you can't run two separate MST chains off two ports. Check your GPU specs. For docks, some older Dell WD15 docks only support MST on the first DisplayPort output.
- Disable power saving on the graphics adapter. In Device Manager, expand Display adapters, right-click your GPU, choose Properties → Power Management tab, uncheck "Allow the computer to turn off this device to save power". This stops the lead link from being turned off unexpectedly.
- Reset the graphics driver. Press Win + Ctrl + Shift + B — it'll restart the driver without a full reboot. If the monitors blink and the error goes away, you've got a flaky driver that needs a clean install.
If none of that works, try bypassing the daisy chain entirely: run a second cable from the PC's other video port directly to the second monitor. You'll lose the clean cable management, but you'll get your screens back. Sometimes, MST just isn't worth the headache.
Was this solution helpful?