You've just dropped a new graphics card into your PC and now you've got a black screen, no signal, or Windows acting like the thing doesn't exist. Before you start panicking about a dead card or a busted motherboard, know this: the vast majority of new GPU not working problems come down to a handful of very fixable things. Cable in the wrong port. Power connector not clicked in. BIOS still pointing at integrated graphics. Driver mess left over from the old card. This guide covers all of it, in order, so you can stop guessing and start fixing.
TL;DR
New GPU not working? Start by checking the monitor cable is in the GPU ports, not the motherboard. Confirm PCIe power connectors are fully seated. Set BIOS display priority to PCIe or PEG. Then update or cleanly reinstall GPU drivers. If Code 43 appears in Device Manager, use Safe Mode and DDU for a clean driver wipe before reinstalling.
Key Takeaways
- New GPU not working is almost never a dead card. Physical and software issues cause most failures.
- Always plug your monitor into the GPU ports, not the motherboard video output.
- PCIe power connectors that look plugged in but aren't fully clicked cause no-display issues constantly.
- BIOS display priority must be set to PCIe or PEG, not Auto or iGPU, for the card to take over.
- Code 43 in Device Manager means driver failure. Fix it with a clean reinstall, ideally from Safe Mode using DDU.
- If the card works in another PC, the problem is your PSU, slot, or software, not the GPU itself.
At a Glance
- Difficulty: Medium
- Time Required: 15 to 30 mins
- Success Rate: 85% of users
What Causes a New GPU Not Working?
The most common culprit is embarrassingly simple: the monitor cable is still plugged into the motherboard's video output instead of the new card. When a system has integrated graphics, the motherboard has its own HDMI or DisplayPort port. After fitting a discrete GPU, that port often stays active, and Windows happily outputs to it while ignoring the new card entirely. So the first thing to check, always, is where the cable is actually going.
Physical seating is the second big one. PCIe slots have a retention clip at the end, and a GPU that isn't fully pushed in won't make proper contact. The card might spin its fans, the system might even POST, but there'll be no display and Device Manager will either miss it or flag an error. Same goes for the PCIe power connectors. A connector that looks plugged in but hasn't clicked into place is one of the most common reasons a new GPU not working call lands on my desk. The card draws no power, or draws it inconsistently, and behaves like it's faulty when it isn't.
Power supply issues are trickier to spot. An ageing PSU that's been running near its limit for years might handle the old GPU fine but struggle with a new, more demanding card. You'll see crashes under load, intermittent detection, or the system refusing to POST at all. Cheap adapters, like those 6+2 pin adapters that come bundled with some cards, can also cause instability even when they look fine.
On the software side, driver corruption is a proper pain. If you swapped from an AMD card to NVIDIA (or vice versa) without cleaning out the old drivers, the leftover software can conflict badly. Windows might show the GPU with a yellow warning in Device Manager, or report Code 43, which means the driver itself told Windows the device failed. And BIOS settings matter more than people expect: many motherboards default to preferring integrated graphics even after a discrete card is installed, so the system boots on the iGPU and the new card sits there doing nothing.
Hardware faults do happen, but they're genuinely the least common cause. A bad PCIe slot, a faulty GPU, or a dead monitor port can all mimic the symptoms above. The trick is ruling out everything else first before assuming the hardware is dead.
New GPU Not Working: Quick Fixes to Try First
These take five to ten minutes and fix a surprisingly large number of cases. Don't skip them just because they seem obvious.
Check the Cable, Port, and Power Easy
- Move the monitor cable to the GPU
Trace your HDMI or DisplayPort cable from the monitor back to the PC. If it's going into a port on the motherboard (usually near the USB ports at the bottom of the rear panel), unplug it and move it to one of the ports on the graphics card itself. The GPU ports sit higher up on the rear panel, on the card's bracket. - Reseat both ends of the cable
Unplug and firmly replug the cable at both the monitor end and the GPU end. Set the monitor's input source to match the port you're using (HDMI 1, DisplayPort, etc.). A lot of monitors don't auto-switch. - Check PCIe power connectors
Shut down, unplug the PC from the wall, and open the case. Find the 6-pin or 8-pin power connectors going into the GPU. Press each one firmly until you hear or feel a click. A connector that's 90% in looks fine but isn't making full contact. - Power-cycle properly
Shut down completely, unplug the power cable from the wall, wait 30 seconds, then plug back in and start up. This clears any residual charge that can cause odd boot behaviour. - Try a different cable or monitor port
Swap the cable for a known-good one, or try a different port on the GPU (e.g. switch from HDMI to DisplayPort). A bad cable is rare but it does happen, and it's a two-minute check.
More New GPU Not Working Solutions
These are the fixes that cover the majority of cases where the quick checks didn't sort it. BIOS settings and driver problems are responsible for a huge chunk of new GPU not working reports, and both are fully fixable without any special tools.
Set BIOS Display Priority to PCIe Medium
- Enter BIOS or UEFI
Restart the PC and press the BIOS key as it starts up. This is usually Del, F2, or F10 depending on your motherboard brand. If you're getting no display at all, try plugging the monitor into the motherboard's video output temporarily just to get into BIOS. - Find the display priority setting
Look for a section called Advanced, Chipset, or Integrated Graphics. The setting might be labelled Primary Display, Initial Graphics Adapter, or Display Priority. Change it from Auto or IGFX or iGPU to PCIe, PEG, or Discrete GPU. - Save and exit
Press F10 (on most boards) to save changes and restart. Move the monitor cable back to the GPU ports if you temporarily moved it. Windows should now boot using the discrete card. - Verify in Windows
Right-click the desktop, open Display Settings, and scroll to the bottom. You should see your GPU listed under the display adapter. Or open Device Manager and confirm the card shows under Display Adapters without any warning icons.
Update or Reinstall the GPU Driver Medium
- Download the driver directly from the vendor
Go to NVIDIA's driver page or the AMD or Intel equivalent. Don't rely on Windows Update alone for GPU drivers. It often installs a generic or outdated version that causes exactly this kind of problem. Enter your GPU model and download the latest Game Ready or Studio driver for NVIDIA, or the Adrenalin package for AMD. - Run the installer with clean install selected
When the installer launches, choose Custom installation and tick the box for Clean installation (NVIDIA) or Factory Reset (AMD). This removes old driver files before laying down the new ones, rather than patching over a potentially broken install. - Restart and check Device Manager
After the install completes and you've restarted, open Device Manager (press Win + X, then click Device Manager). Expand Display Adapters. Your GPU should appear by name with no yellow warning triangle. If Code 43 is gone, you're sorted. - Set Windows graphics preference
If Windows is still running apps on integrated graphics instead of the new card, go to Settings > System > Display > Graphics. Click an app, hit Options, and set it to High performance. This forces Windows to use the discrete GPU for that application.
If you've been dealing with repeated Code 43 errors or the driver keeps breaking after Windows updates, that's a sign the driver stack is properly corrupted and needs a deeper clean. That's what the advanced section covers. For driver-related problems that are less severe, you might also find it useful to check our guide to fixing Windows driver problems for broader context on how Windows handles device drivers.
Advanced New GPU Not Working Fixes
These are for the stubborn cases. Code 43 that keeps coming back, a GPU that Windows reinstalls badly after every update, or a card that simply won't be detected no matter what you've tried so far. These steps take longer but have a high success rate for software-based problems. If none of them work, the issue is almost certainly physical.
Safe Mode Clean Driver Removal with DDU Hard
- Download DDU before rebooting
Download Display Driver Uninstaller (DDU) from the official source. Tom's Hardware has a reliable walkthrough of the process at their DDU guide. Save the DDU installer and your GPU driver installer to the desktop or a USB stick before you reboot, because you'll need them in Safe Mode. - Boot into Safe Mode
Hold Shift and click Restart from the Start menu. Go to Troubleshoot > Advanced Options > Startup Settings, then press Restart. When the options appear, press 4 or F4 to boot into Safe Mode. Safe Mode loads without GPU drivers, which is exactly what you need for a clean wipe. - Run DDU and clean all GPU drivers
Open DDU. In the top-right dropdown, select GPU and then your GPU brand (NVIDIA, AMD, or Intel). Click Clean and restart. DDU will remove every trace of the driver stack, including registry entries and leftover files that a normal uninstall misses. This one often needs a second reboot before it sticks, so don't be alarmed if Windows feels a bit odd on first boot. - Install the correct vendor driver fresh
Once back in normal Windows with a clean slate, run the GPU driver installer you downloaded earlier. Use the clean install option again. Restart when prompted. - Verify in Device Manager
Open Device Manager and confirm the GPU shows under Display Adapters with no warnings. If Code 43 is still there after a proper DDU clean and fresh install, the problem is hardware, not software.
Test the GPU in Another Slot or System Hard
- Try a different PCIe slot
Shut down, unplug, and move the GPU to the second PCIe x16 slot on the motherboard if one is available. Some boards have a dodgy primary slot that causes intermittent detection. A slot swap takes five minutes and can save you a lot of grief. - Test in another PC
If you have access to another compatible system, fit the GPU there. If it works perfectly in a different machine, the problem is your PSU, your motherboard slot, or a software conflict on the original system. If it fails there too, the card itself is the problem. - Check for overclocking profiles
If you've been running any GPU overclocking software (MSI Afterburner, EVGA Precision, etc.), remove any custom profiles and reset to stock clocks before retesting. Unstable OC profiles can look exactly like hardware failure.
If your PSU is genuinely underpowered for the new card, no amount of driver work will fix it. Check the GPU vendor's recommended PSU wattage and compare it honestly against what you've got, accounting for the rest of your system's draw too. Our PC won't turn on troubleshooting guide covers PSU diagnosis in more detail if you suspect power is the root cause.
If your new GPU not working problem is driver-related, Code 43 keeps coming back, or Windows refuses to detect the card correctly, our remote support team can connect to your PC and sort it without you needing to touch a command line. Most GPU software issues are fixed in a single session.
Get remote helpPreventing a New GPU Not Working in Future
Most of this is stuff you only learn after it's bitten you once, so here it is in order of importance.
First: always check BIOS display priority after any GPU swap. Motherboards reset settings after CMOS clears or firmware updates, and the default is often integrated graphics. Make it a habit to confirm PCIe or PEG is set as primary before you even boot into Windows with a new card.
Second: make sure your PSU has real headroom for the GPU, not just enough on paper. A 750W PSU running a system that draws 720W under full load is asking for instability. GPU vendor wattage figures are for the card alone. Add your CPU, storage, fans, and RAM on top. If you're within 10% of your PSU's rated output, upgrade the PSU before the GPU.
Third: when swapping between GPU brands, always do a DDU clean before installing the new card's drivers. AMD to NVIDIA and NVIDIA to AMD swaps with leftover drivers are one of the most reliable ways to end up with Code 43 and a lot of wasted time.
Keep drivers current using the vendor's own software (NVIDIA App or AMD Software: Adrenalin Edition) rather than random third-party driver tools. And use quality cables. Cheap HDMI cables and dodgy power adapters cause more intermittent problems than most people realise, especially with high-power cards. If you're using a 6+2 pin adapter to feed an 8-pin connector, use one from a reputable source and inspect it for any signs of heat damage.
Finally, keep the inside of the case clean. Dust buildup causes thermal throttling that can look like GPU instability, and it shortens the life of every component in the system. A can of compressed air every six months is cheap insurance. For more on keeping your system running well after a hardware upgrade, see our guide to fixing a slow PC, which covers thermal and performance issues in depth.
New GPU Not Working: Summary
New GPU not working is almost always fixable. Start with the physical stuff: cable in the right port, power connectors clicked in, card properly seated. Then check BIOS display priority and set it to PCIe or PEG. If Windows detects the card but something's wrong, update or cleanly reinstall the driver from the vendor's own site. Code 43 that keeps coming back needs a DDU clean from Safe Mode before a fresh driver install. And if all of that fails, test the card in another system to separate a hardware fault from a system-specific problem. Work through it in order and you'll have it sorted.


