43

Fix NVIDIA Driver Error Code 43 in Windows

Software – Microsoft Office Intermediate 👁 0 views 📅 May 25, 2026

Error code 43 in Device Manager indicates Windows has stopped the NVIDIA GPU due to a driver or hardware problem. This guide covers driver reinstallation, registry fixes, and hardware checks.

Symptoms

When you open Device Manager, you see a yellow exclamation mark next to your NVIDIA GPU. The device status reads: "Windows has stopped this device because it has reported problems. (Code 43)". Symptoms include black screen, game crashes, no display output from the dedicated GPU, or system freezes during graphics-intensive tasks.

Root Causes

Error 43 is a generic Windows error indicating a device driver or hardware failure. Common causes include:

  • Corrupted or outdated NVIDIA drivers
  • Conflicting driver installations from previous updates
  • Registry errors related to the GPU
  • Hardware issues such as loose connection, overheating, or failing GPU
  • Windows Update that replaced the driver with an incompatible version

Step-by-Step Fix

Method 1: Clean Reinstall NVIDIA Drivers Using DDU

  1. Download the latest NVIDIA driver from the official website.
  2. Download Display Driver Uninstaller (DDU) from a trusted source.
  3. Boot Windows into Safe Mode (press F8 or Shift + Restart).
  4. Run DDU, select GPU, and choose "Clean and restart".
  5. After reboot, install the downloaded NVIDIA driver in normal mode (choose Custom > Clean Installation).
  6. Restart and check Device Manager. Error should be gone.

Method 2: Edit Registry to Remove UpperFilters

  1. Press Win+R, type regedit, and press Enter.
  2. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}.
  3. In the right pane, look for UpperFilters and LowerFilters values.
  4. Right-click each and delete them (do not delete the entire key).
  5. Close Registry Editor and restart your PC.

Method 3: Disable and Re-enable the GPU

  1. Open Device Manager.
  2. Right-click the NVIDIA GPU and select "Disable device".
  3. Wait 10 seconds, then right-click again and select "Enable device".
  4. Restart your computer.

Alternative Fixes

  • Roll back driver: In Device Manager, go to Properties > Driver > Roll Back Driver.
  • Use Windows Update: Sometimes the driver from Windows Update works. Go to Settings > Update & Security > Check for updates.
  • Check hardware: Reseat the GPU, clean contacts, ensure power cables are connected, test in another PCIe slot.
  • Update BIOS: Check motherboard manufacturer for BIOS updates that may resolve GPU compatibility.
  • System Restore: Roll back to a point before the error occurred.

Prevention

  • Always install NVIDIA drivers from the official website, not through Windows Update.
  • Use DDU when upgrading major driver versions.
  • Keep Windows and BIOS updated.
  • Monitor GPU temperatures and clean dust regularly.
  • If error persists after all software fixes, consider hardware replacement.

Technical Notes

Error code 43 is not always a driver issue. In laptops with switchable graphics (Optimus), the error may appear on the integrated GPU if the NVIDIA GPU is disabled. Check BIOS settings for GPU mode (discrete vs. hybrid). For desktop users, test the GPU in another system to isolate hardware failure.

StepActionExpected Outcome
1Run DDU in Safe ModeRemoves all driver remnants
2Install fresh driverDriver loads correctly
3Delete UpperFiltersRegistry conflicts cleared
4Hardware checkPhysical issues identified

Was this solution helpful?