You boot up your laptop, open Device Manager, and your dedicated GPU simply isn’t there. Maybe the NVIDIA or AMD card shows a yellow warning triangle, maybe it’s listed under “Unknown devices,” or maybe your games suddenly run on integrated graphics with frame rates cut in half. Some laptops show the dGPU in Device Manager but games and apps refuse to use it, while others lose it entirely after a Windows update, a driver installation gone wrong, or a BIOS change. The symptom is always the same in spirit: your laptop is pretending the discrete GPU doesn’t exist.

How urgent is this? If your games still run — just poorly — you can game on integrated graphics for a few days without harm, though battery life and thermals may actually improve. But don’t sit on it for weeks. A missing GPU can also be an early sign of a failing PCIe connection, degraded thermal paste causing shutdowns before the driver loads, or a dying VRAM bank, and diagnosing those only gets harder as time passes. Work through the fixes below in order; most people resolve this within an hour without opening the chassis.

Likely Causes

Cause How to confirm Fix difficulty
Corrupted or outdated GPU driver Device Manager shows the GPU with a yellow triangle, error code 43 or 31, or under “Unknown device” Easy
GPU disabled in Device Manager Device Manager → Display adapters shows the GPU grayed out or missing after clicking View → Show hidden devices Easy
Dedicated GPU disabled in BIOS/UEFI or “hybrid mode” switched off BIOS shows graphics mode set to Integrated/Hybrid-only; dGPU absent even from hidden devices Easy–Moderate
Windows Update installed a broken or generic display driver Problem started right after an update; GPU shows as “Microsoft Basic Display Adapter” Moderate
GPU mistakenly set as the disabled default in Windows graphics settings or NVIDIA Control Panel GPU visible but never used; games launch on integrated graphics Easy
Hardware fault — failed dGPU, loose connection, or dead VRAM GPU missing after a clean Windows install and BIOS reset; error code 43 persists through every software fix Hard

Fix 1: Restart Properly (Full Shutdown, Not Fast Startup)

What causes it

Windows Fast Startup keeps the kernel and driver state in a hibernation file, so a normal “shutdown” doesn’t actually reinitialize hardware. A driver that glitched during boot can stay broken across what looks like full restarts.

How to check

If you’ve only been clicking Shut Down and the problem persists, this is worth ruling out. Also check Control Panel → Power Options → Choose what the power buttons do → Change settings that are currently unavailable — if “Turn on fast startup” is checked, you’ve never had a true cold boot.

What to do

Hold Shift and click Shut Down from the Start menu power options — this bypasses Fast Startup for one boot. Alternatively, open Command Prompt and run shutdown /s /f /t 0. Power on and check Device Manager (right-click Start → Device Manager → Display adapters). If the GPU reappears, open Control Panel → Power Options and disable Fast Startup permanently to prevent recurrence.

How to undo it

Re-enable “Turn on fast startup” in the same Control Panel location if you want it back, though leaving it off is generally safer for GPU drivers.

Fix 2: Re-enable the GPU in Device Manager

What causes it

Someone (or some optimization utility) right-clicked the GPU and chose “Disable device,” or Windows disabled it after a driver crash. The device stays registered but is powered down, so games can’t see it.

How to check

Right-click Start → Device Manager → Display adapters. A grayed-out arrow icon on the GPU entry means it’s disabled. If it’s not listed at all, click View → Show hidden devices and look for a grayed entry — that indicates a previously installed but currently inactive device.

What to do

Right-click the GPU → Enable device. If Windows reports an error, note the code (Code 22 means disabled; Code 43 means the driver reported a failure). Reboot afterward. For NVIDIA laptops, also open NVIDIA Control Panel (right-click desktop) → Manage 3D Settings → Preferred graphics processor → set to “High-performance NVIDIA processor” if it was switched to integrated.

How to undo it

Right-click the device again and choose Disable device. There’s no downside to having it enabled.

Fix 3: Update or Reinstall the GPU Driver Cleanly

What causes it

A corrupted driver install — interrupted downloads, conflicting Windows Update drivers, or leftover files from a vendor switch — is the single most common software cause of a missing or error-coded GPU.

How to check

In Device Manager, double-click the GPU → Driver tab. Check the driver version and date against the latest on your laptop manufacturer’s support page or NVIDIA/AMD’s site. Error codes 31, 43, or 52 under “Device status” all point to driver problems.

What to do

Download the latest driver from your laptop maker first (OEM drivers include display-switching logic generic packages sometimes lack). Then use Display Driver Uninstaller (DDU): boot into Safe Mode (hold Shift while clicking Restart → Troubleshoot → Advanced options → Startup Settings → Safe Mode), run DDU, select “GPU” and your vendor, and click “Clean and restart.” On reboot, install the downloaded driver, choosing Custom → Perform a clean installation if the installer offers it (NVIDIA) or “Factory reset” (AMD Adrenalin).

How to undo it

Roll back via Device Manager → Driver tab → Roll Back Driver, or reinstall an older driver version from the vendor’s archive. DDU again if the rollback misbehaves.

Fix 4: Check Windows Graphics Settings and Game Mode Assignments

What causes it

Windows per-app GPU preference can pin applications to the integrated GPU, making the dGPU look “not detected” even though it’s healthy. A Windows update occasionally resets these preferences.

How to check

Go to Settings → System → Display → Graphics. Review the list for your games and apps — each entry shows which GPU it’s assigned to. Also check Task Manager → Performance tab: you should see both GPU 0 and GPU 1 if the dGPU is active.

What to do

In Settings → System → Display → Graphics, select each game, click Options, choose “High performance,” and Save. For system-wide behavior on NVIDIA Optimus laptops, ensure the driver’s “Automatic” mode is intact rather than forcing integrated in NVIDIA Control Panel → Manage 3D Settings.

How to undo it

Return to the same Graphics page, click Options on the app, and set it back to “Let Windows decide.”

Fix 5: Reset the BIOS/UEFI Graphics Mode

What causes it

Many gaming laptops (ASUS ROG “MUX switch,” Lenovo Legion, MSI, Acer Predator) offer a graphics mode setting — Hybrid, Discrete-only, or Optimus. A firmware update, CMOS reset, or accidental keystroke can switch it to integrated-only, leaving Windows with no way to address the dGPU.

How to check

Reboot and press the BIOS key — commonly F2 (Dell, ASUS, Acer), F1 or F10 (HP), F2 or Del (Lenovo, MSI). Look under Advanced, Configuration, or a “GPU Mode”/”Display Mode” menu. If it’s set to Integrated or Hybrid-only and your dGPU is missing, this is your culprit.

What to do

Set graphics mode to Hybrid/Optimus (which enables both GPUs) or Discrete-only if you want maximum performance at the cost of battery life. Press F10 to Save and Exit. On some laptops, a dedicated GPU-mode hotkey exists (for example, Legion models use Fn+Q to cycle performance modes, though GPU mode itself is BIOS-only). After booting, reinstall the GPU driver if the device still doesn’t appear — a mode switch can invalidate the current driver state.

How to undo it

Return to the BIOS and switch back to your previous mode. Also use “Load Setup Defaults” if you suspect other settings were changed.

Fix 6: Uninstall the Recent Windows Update or Roll Back

What causes it

Cumulative and driver updates delivered through Windows Update occasionally ship display drivers that conflict with laptop hybrid-graphics implementations, causing the dGPU to vanish with error code 43.

How to check

Go to Settings → Windows Update → Update history. If the problem began within days of an update — especially one listed under “Driver Updates” for your GPU vendor — correlation is strong.

What to do

For driver updates: Device Manager → GPU → Driver tab → Roll Back Driver (if available). For quality updates: Settings → Windows Update → Update history → Uninstall updates, select the update dated just before the failure, and uninstall. Then pause updates for up to 5 weeks via Settings → Windows Update → Pause updates so Windows doesn’t reinstall it immediately. Optionally, block the specific driver with the “Show or hide updates” troubleshooter tool from Microsoft.

How to undo it

Resume updates and let Windows reinstall once the vendor publishes a fixed driver, or install the corrected version manually from the vendor’s site.

Fix 7: Power Drain and CMOS Reset

What causes it

Residual charge and stale firmware state can leave the PCIe controller or the dGPU’s power sequencing in a bad state, especially after sleep-loop crashes or a hard power-off during a driver install.

How to check

Try this if software fixes have failed and the GPU was working recently. There’s no diagnostic other than the result itself.

What to do

Shut down, unplug the charger, and if your laptop has a removable battery, take it out. Hold the power button for 30–60 seconds to drain residual charge. If there’s a pinhole CMOS reset button on the underside (common on ASUS, MSI, and Gigabyte laptops), press it with a paperclip for 10 seconds; otherwise, boot into BIOS and choose “Load Setup Defaults,” then save and exit. Reconnect power and boot.

How to undo it

Re-adjust any BIOS settings that were reset to defaults, such as boot order or XMP/RAM profiles.

Fix 8: Test with a Clean Windows Install to Rule Out Hardware

What causes it

If every software fix fails, either Windows itself is deeply corrupted or the GPU hardware has failed. A clean install on a spare partition or external drive is the definitive software-vs-hardware test.

How to check

If the GPU shows error code 43 after a clean driver install on a clean OS, and it’s absent from the BIOS hardware listing entirely, the card itself is likely dead or disconnected.

What to do

First check whether the dGPU appears in the BIOS/UEFI hardware information screen — if it’s not visible there, no version of Windows will detect it. If it appears in BIOS but not in a clean Windows install with official drivers, try reseating accessible connections only if your laptop has a serviceable design (many modern laptops solder the GPU to the board, making DIY repair impractical). Otherwise, contact the manufacturer: NVIDIA and AMD GPUs on modern laptops are typically covered only under the full-system warranty, so check your warranty status with the serial number before paying for third-party repair.

How to undo it

Remove the test installation and restore your original drive, or keep the clean install if your data was backed up.

If Nothing Works

At this point the evidence points to hardware. Confirm the GPU’s absence in the BIOS — that’s the strongest indicator of a physical fault. Contact your laptop manufacturer’s support with your serial number; dGPU failures on otherwise functional laptops are a known repair category, and depending on the model the board-level repair (GPU reballing or replacement) may cost a meaningful fraction of a new machine. If your laptop has a MUX switch and supports it, running exclusively on integrated graphics is a stopgap for light tasks, but gaming-class workloads are off the table. Get a written diagnostic before authorizing repair so you can compare quotes, and back up your drive before shipping the machine anywhere.

FAQ

Why does my GPU show in Device Manager but my games use integrated graphics?

Windows is assigning those apps to the integrated GPU. Fix it in Settings → System → Display → Graphics: select the game, click Options, choose “High performance,” and save. Also check NVIDIA Control Panel → Manage 3D Settings → Preferred graphics processor.

What does error code 43 on a laptop GPU mean?

Code 43 means Windows stopped the device because the driver reported a failure. It’s usually a driver problem — fix it with a DDU clean reinstall — but if it persists through a clean OS install, it usually indicates failed GPU hardware or VRAM.

Should I set my BIOS to discrete-only mode?

Only if your laptop has a MUX switch and you want maximum gaming performance while plugged in. Discrete-only disables the integrated GPU, which reduces battery life significantly and makes the display rely entirely on the dGPU. Hybrid mode is safer for troubleshooting.

Can a laptop GPU come back after failing?

Sometimes. GPUs with cracked solder joints can reappear after a thermal cycle or CMOS reset, but this is usually temporary and worsens over time. If the GPU repeatedly disappears under load or after sleep cycles, treat it as failing and pursue warranty repair rather than relying on lucky reboots — a pattern that was still being reported well into 2026.

Related guides

Browse all Troubleshooting guides →