PCI Express Lane Degradation Fixed: Full Guide
This error usually means a physical or driver issue with your PCIe slot. Here's how to fix it fast and stop it coming back.
The Short Version
You're getting a "PCI Express Lane Degradation Detected" message. Your GPU's suddenly running at half the bandwidth — x8 instead of x16, maybe even x4. Games stutter. Benchmarks tank. Let's fix it.
Fix #1: Reseat and Clean
Turn off the PC, unplug the power cable, and hold the power button for 10 seconds to drain residual charge. Remove the GPU. Inspect the gold contacts on the GPU and the PCIe slot on the motherboard. Use 99% isopropyl alcohol and a lint-free cloth to clean the contacts. Let it dry fully (2 minutes max). Reinsert the GPU firmly — you should hear the latch click. Boot up and check the link speed in GPU-Z under the Bus Interface field. If it shows x16 4.0 or x16 3.0 depending on your hardware, you're good.
This fixes 7 out of 10 cases. The culprit is almost always oxidation or dust on the contacts. Even a thin film can cause the motherboard to drop lanes as a safety measure.
Fix #2: Clear CMOS
If reseating didn't work, clear the motherboard CMOS. You can do this by removing the coin-cell battery (CR2032) for 5 minutes while the PC is unplugged, or by shorting the CLR_CMOS jumper pins with a screwdriver. This resets the PCIe configuration in the BIOS. This fix works when a previous overclock or unstable BIOS setting corrupted the lane training data.
Fix #3: Disable PCIe Power Saving
Open Windows Power Options and set the plan to High Performance. Then go to device manager, find your GPU under Display Adapters, right-click, Properties, Power Management tab, uncheck "Allow the computer to turn off this device to save power". Also run this in an admin command prompt:
powercfg -attributes 0012ee47-9041-4b5d-9b77-535fba8b1442 6738cb2c-e8c2-40a9-9c0d-558a88f48044 -ATTRIB_HIDEThen go to Advanced Power Settings, find PCI Express > Link State Power Management, set to Off. This stops the OS from dropping the link when idle — a common cause if the error appears after waking from sleep.
Why This Happens
PCIe lanes negotiate their width during POST. If the electrical connection is marginal — due to dirt, bent pins in the slot, or a warped GPU PCB — the motherboard falls back to x8 or x4 as a safety measure. It's designed to protect the hardware, not your performance. The error also shows up when you've installed a GPU in a physical x16 slot that only has x8 electrical lanes (common on cheaper boards — check your manual). Another scenario: you plugged an RTX 4090 into an older Z390 board with a BIOS that doesn't handle PCIe 4.0 well. The fix there is to force PCIe 3.0 in BIOS.
Less Common Scenarios
GPU in the Wrong Slot
Many boards share lanes between the primary x16 slot and M.2 NVMe slots. If you fill a specific M.2 slot, the GPU drops to x8. Check your motherboard manual. On a B550 board, using the top M.2 slot (M.2_1) is fine — the second slot (M.2_2) often disables x16 lanes. Move the NVMe drive to a different slot.
Motherboard Physical Damage
If you've swapped GPUs multiple times or overtightened the GPU bracket, you can crack the solder joints under the PCIe slot. Look at the back of the motherboard for hairline cracks. You'll need a repair shop or a new board.
CPU Cooler Too Tight
On LGA1700 and AM5 sockets, an overly tight cooler can warp the CPU, bending pins that connect to PCIe lanes. Back off the cooler by a quarter turn on each screw. Re-check. I've seen this on NH-D15 and liquid coolers with uneven mounting pressure.
Faulty PSU or Cable
If the GPU isn't getting clean power, the PCIe slot can go into a degraded state. Swap the PSU if you've got a spare. At least check the 12V rail with a multimeter on idle and under load. Voltages below 11.4V under load are a red flag.
Prevention
Don't swap GPUs weekly. Each insertion wears the connectors. If you must, use a card with a support bracket to reduce sag — a heavy GPU pulling on the slot over time can loosen the connection. Keep your PC dust-free. Every six months, reseat the GPU and clean the contacts whether it's acting up or not. Update your motherboard BIOS to the latest version — manufacturers add better lane training firmware over time. And for the love of God, don't set PCIe power saving to ON in Windows. That's asking for trouble.
If nothing works, try the GPU in another PC. If it shows x16 there, it's your motherboard. If it shows x8, the GPU's controller is damaged. RMA the card.
Was this solution helpful?