How To Check If I Have GPU Drivers Installed?

Open Device Manager

Expand Display adapters

Check whether your GPU is listed

Right-click the GPU and select Properties

Open the Driver tab

Check Driver Provider, Driver Date, and Driver Version

Open Task Manager

Go to the Performance tab

Select GPU and confirm it is detected

Open Command Prompt

Run `nvidia-smi` for NVIDIA GPUs

Run `wmic path win32_VideoController get name, driverversion`

Open Settings

Go to System

Go to Display

Open Advanced display settings

Check the display adapter information

On Linux, run `lspci | grep -i vga`

On Linux, run `nvidia-smi`

On Linux, run `glxinfo | grep “OpenGL renderer”`

On macOS, open About This Mac

Check the Graphics section

Check the GPU vendor website or driver utility for installed driver status

Suggested for You

Trending Today