Modern applications — from Chrome and Photoshop to AAA games and video editors — rely heavily on your graphics card. That’s why Windows Task Manager includes GPU monitoring by default.
But what if your GPU suddenly disappears from Task Manager?
Many Windows 11 users encounter a frustrating situation where GPU usage is missing entirely from the Processes or Performance tabs. Fortunately, this is almost always a software or configuration issue — and in this guide, we’ll show you exactly how to fix it.
Let’s walk through why this happens and the most effective ways to restore GPU monitoring in Task Manager.
Why Is My GPU Not Showing in Task Manager?
Here are the most common reasons:
- Outdated, broken, or incompatible GPU drivers
- Windows updates causing detection conflicts
- Performance counters being corrupted
- Power-saving or hardware acceleration limits
- Disabled GPU in BIOS or wrong primary display setting
- Unsupported WDDM version
- Hardware seating or power connection issues
- Background services not running properly
Now let’s fix them — step by step.
Fix GPU Not Showing in Task Manager on Windows 11
1. Enable the GPU Column in Task Manager
Sometimes the GPU column is simply hidden.
Steps:
1- Press Ctrl + Shift + Esc to open Task Manager.
2- Go to the Processes tab.

3- Right-click any column header (Name, CPU, Memory).

4- Enable GPU and GPU Engine.

2. Install the Latest Windows Updates
Windows updates often include fixes for hardware detection.
Steps:
1- Press Win + I → Windows Update

2- Click Check for updates

3- Install everything available and restart
3. Rebuild Windows Performance Counters
Broken performance counters can hide GPU data.
Steps:
1- Open Command Prompt (Admin)

2- Run:
lodctr /R

If it fails:
cd c:\windows\sysWOW64
lodctr /R
cd c:\windows\system32
lodctr /R
Restart afterward.
4. Repair Corrupted System Files
Run SFC and DISM to repair Windows internals.
Command Prompt (Admin):
sfc /scannow
Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /RestoreHealth


5. Disable Power Saver Mode
Power saving can throttle or hide GPU usage.
Steps:
1- Open Control Panel → Power Options


2- Select Balanced or High performance

6. Restart GPU-Related Services
For NVIDIA users especially:
1- Press Win + R → services.msc

2- Restart NVIDIA Display Container LS

3- Set Startup type to Automatic

Restart PC.

7. Check WDDM Version
GPU monitoring requires WDDM 2.0+.
Steps:
1- Press Win + R → dxdiag

2- Go to Display tab
3- Check Driver Model: WDDM 2.0 or higher

Older GPUs may not support Task Manager GPU monitoring.
8. Update GPU Drivers
Steps:
1- Open Device Manager → Display adapters

2- Right-click GPU → Update driver

Or manually download latest drivers from:
- NVIDIA
- AMD
- Intel

9. Roll Back GPU Driver
If the issue appeared after an update:
1- Device Manager → GPU → Properties → Driver tab

2- Click Roll Back Driver

10. Clean Reinstall GPU Drivers (DDU)
1- Use Display Driver Uninstaller (DDU) for a clean reset:
2- Once extracted, navigate to the extracted folder and run the DDU file (7zip file).

- Then, click the ‘Extract’ button.

- Open the extracted folder, and run the ‘Display Driver Uninstaller’ app.

- Select ‘GPU’ in the first drop-down and then select your GPU device in the second drop-down menu.

- Then, click ‘Clean and Restart’ to remove the driver completely.

- After the cleanup is done, go to your GPU manufacturer’s website. Download and install the latest graphics driver.
11. Physically Check the Graphics Card
- Reseat the GPU
- Check power connectors
- Clean dust from slot
- Try another PCIe slot if available
12. Enable GPU in BIOS
- Enter BIOS (F2, DEL, or ESC at boot)
- Enable GPU / PCIe graphics
- Set Primary Display = PCIe
- Save & exit

13. Update BIOS
Outdated BIOS versions can cause detection issues. Update only from your motherboard manufacturer’s official site.
- Simultaneously press the
Windowslogo key andRon your keyboard, and then pastemsinfo32into the provided box before pressingEnter.

- When the System Information tool opens, find the ‘BIOS Version/Date’ item and check its value for the BIOS version and when it was updated. Note down the BIOS version.

- Then, visit the official manufacturer’s website and look for BIOS updates. Go to the ‘Support’ (or Drivers) section, choose the correct OS, version, and search for the most recent BIOS update. If there is any update available, download it.

- Plug the USB flash drive into your PC and copy the BIOS update file into the USB drive. The USB drive should be formatted in ‘FAT32’.
- To do that, open File Explorer, right-click the USB drive, and select ‘Format’.

- Select ‘FAT32’ from the File system menu and click ‘Start’. Then, click ‘OK’ on the confirmation box. Once formatted, copy the BIOS update file into the newly formatted drive.

- After that, insert the USB drive, which now contains the BIOS update file, into any USB port on your computer.
- When you restart your PC, press the
F2,Del, orEsckey during boot-up to access the BIOS menu. From there, find the ‘Update BIOS’ option, select the BIOS update file from the USB drive, and start the BIOS update process.
14. Reset BIOS (CMOS Reset)
As a last resort:
- Remove CMOS battery for 30 seconds
- Hold power button to discharge
- Reinsert and boot
Conclusion
If your GPU is missing from Task Manager in Windows 11, it’s rarely a hardware failure — and almost always a configuration, driver, or system issue. By following the steps above, you can restore GPU monitoring, improve performance visibility, and ensure your system is working at its full potential again.
If the problem persists even after BIOS resets and clean driver installs, the GPU itself or the motherboard slot may be faulty — but in most cases, one of these fixes solves it.
And if you'd like to go a step further in supporting us, you can treat us to a virtual coffee ☕️. Thank you for your support ❤️!
We do not support or promote any form of piracy, copyright infringement, or illegal use of software, video content, or digital resources.
Any mention of third-party sites, tools, or platforms is purely for informational purposes. It is the responsibility of each reader to comply with the laws in their country, as well as the terms of use of the services mentioned.
We strongly encourage the use of legal, open-source, or official solutions in a responsible manner.


Comments