What the "GPU disabled by system" Error Means
The "GPU disabled by system" error means that Windows, for some reason, has not activated your discrete graphics card. The system can only use integrated graphics, leading to low performance, a black screen when connected to the GPU, or errors in games.
Key symptoms:
- In Device Manager, the graphics card is missing or marked with a yellow exclamation point.
- A monitor connected to the graphics card receives no signal.
- Games and graphics applications fail to launch or crash with an error.
Main Causes
- Drivers: conflict, corruption, or automatic installation of a basic Microsoft driver instead of the manufacturer's driver.
- Power: aggressive Windows power-saving settings disable PCIe devices.
- BIOS/UEFI: the graphics adapter is switched to integrated graphics (IGPU) or is set to "Auto" mode.
- Hardware issues: poor contact in the PCIe slot, insufficient power from the PSU, a faulty card or slot.
- Windows Update: a major OS update can disrupt existing drivers.
Step-by-Step Solution
Start with the simple steps and move to the complex ones. Each step is independent.
Step 1: Check if the system sees the graphics card
- Completely shut down your computer. Disconnect the power cable for 30 seconds.
- Turn on the PC and boot into Windows.
- Press
Win + X→ Device Manager. - Expand "Display adapters".
- If your graphics card (NVIDIA, AMD, Intel) is missing or has an exclamation point — the problem is with drivers or system settings.
- If the card is present without any icons — the error is likely not driver-related. Check monitor cables and the signal source.
⚠️ If the card has an exclamation point, right-click on it → "Uninstall device". UNCHECK "Delete the driver software for this device" and uninstall. After rebooting, Windows will install a basic driver, but full functionality requires a clean installation from the manufacturer (see Step 2).
Step 2: Perform a clean driver reinstall
This is the most effective solution for driver-related problems.
- Download the driver from the official website:
- NVIDIA: NVIDIA Download
- AMD: AMD Support
- Intel: Intel Download Center Choose the driver for your specific model and Windows 10/11 64-bit. Installation type — "Driver only".
- Download DDU (Display Driver Uninstaller) from wagnardsoft.com.
- Boot into Safe Mode:
Win + I→ "Update & Security" → "Recovery" → "Advanced startup" → "Restart now".- After reboot, select "Safe Mode".
- Run DDU. In settings, select your graphics card type and click "Clean and restart".
- After booting into normal mode, do not let Windows Update install drivers.
- Install the driver downloaded in step 1. For NVIDIA, select "Perform a clean installation". For AMD/Intel — minimize components.
- Restart the computer.
Step 3: Disable PCIe power saving
Windows can "put to sleep" the graphics card to save energy.
- Open Control Panel (search in the Start menu).
- Go to "Power Options".
- Next to the active plan, click "Change plan settings" → "Change advanced power settings".
- Expand "PCI Express" → "Link State Power Management".
- Set to "Off" for both "On battery" and "Plugged in" (for laptops).
- Click "Apply" → "OK".
Step 4: Check BIOS/UEFI settings
If the system does not initialize the GPU at the firmware level.
- Restart the PC and press the key to enter BIOS/UEFI (Del, F2, F10).
- Find the graphics settings section. Possible paths:
Advanced → System Agent Configuration → Graphics ConfigurationChipset → North Bridge → Initiate Graphic AdapterBoot → Primary Display
- Change key parameters:
- Initiate Graphic Adapter / Primary Display: set to "PCIe", "PEG", or "PCI". Do not leave it on "Auto" or "IGPU".
- Integrated Graphics: if you are using only the discrete card, select "Disabled".
- Save changes and exit (F10 → "Yes").
💡 For laptops: settings may be called "Graphics Switching", "Hybrid Graphics", or "Discrete Graphics Only". Set priority to the discrete GPU.
Step 5: Hardware diagnostics
If software methods did not help.
- Turn off the PC and disconnect power from the outlet.
- Remove the side panel of the case.
- Reinstall the graphics card:
- Open the PCIe x16 slot latch.
- Carefully but firmly insert the card into the slot until it clicks.
- Close the latch.
- Check all power cable connections (6-pin, 8-pin) from the PSU to the graphics card.
- Clean the contacts of the card and slot with compressed air.
- If there is a second free PCIe x16 slot, try installing the card in it.
- Reassemble the PC, connect, and check boot.
- Test on another computer: if possible, install the card in another working PC. If the problem recurs — the card is faulty. If not — the issue is with the original PC (slot, PSU, motherboard).
- Check the power supply: PSU wattage should meet the graphics card's requirements with a 20-30% margin. Insufficient power is a common cause of GPU disconnection during initialization.
Prevention of Recurrence
- Manage Windows Updates. After major OS updates, immediately install the latest drivers from the GPU manufacturer, rather than relying on Microsoft Update drivers.
- Always use DDU when significantly updating drivers or changing Windows versions.
- Do not disable the discrete GPU in BIOS unless necessary. For switching to integrated graphics, use the NVIDIA/AMD control panel.
- Monitor power supply. Use a quality PSU with sufficient wattage and all necessary connectors.
- Regularly clean the computer of dust, especially the graphics card and slots, to prevent overheating and contact oxidation.
- On laptops, avoid "Power Saver" power schemes. For games and demanding tasks, use the "High Performance" mode.