How to Check Your Graphics Card: Methods for Every Setup
Knowing what graphics card is installed in your system is one of the most practical pieces of hardware knowledge you can have. Whether you're troubleshooting a game that won't run, downloading the right driver, or assessing whether an upgrade makes sense, finding your GPU information takes less than a minute once you know where to look.
Why Knowing Your GPU Matters
Your graphics card (GPU) handles all visual output from your computer — from rendering your desktop to processing complex 3D environments in games or video editing software. Knowing the exact model, manufacturer, and VRAM amount helps you:
- Download the correct driver package
- Check compatibility with software requirements
- Understand current performance capabilities
- Evaluate whether an upgrade is warranted
The method you use to check depends on your operating system, whether you're using a dedicated GPU or integrated graphics, and how much technical detail you actually need.
How to Check Your Graphics Card on Windows 🖥️
Windows gives you several routes to this information, ranging from basic to detailed.
Method 1: Device Manager
- Right-click the Start button and select Device Manager
- Expand the Display adapters section
- Your GPU name appears listed there
This shows the model name but minimal additional detail. It's the fastest route if you just need the card name for a driver download.
Method 2: Task Manager (Windows 10 and 11)
- Press Ctrl + Shift + Esc to open Task Manager
- Click the Performance tab
- Select GPU from the left panel
Here you'll see the GPU model name, current usage, memory (VRAM) in use, driver version, and real-time performance graphs. If your system has both integrated graphics (built into the CPU) and a dedicated GPU, both will appear as separate entries.
Method 3: DirectX Diagnostic Tool (DxDiag)
- Press Windows + R, type
dxdiag, and hit Enter - Navigate to the Display tab
DxDiag provides the GPU name, manufacturer, approximate total memory, and current display mode. This is particularly useful when a game or application asks for DirectX-related hardware information.
Method 4: System Information Tool
- Press Windows + R, type
msinfo32, and hit Enter - Expand Components → Display
This gives a detailed readout including the adapter description, driver version, driver date, and adapter RAM — useful for support tickets or compatibility research.
How to Check Your Graphics Card on macOS 🍎
Apple systems, whether using Apple Silicon or Intel-based chips, store GPU info inside the system profile.
- Click the Apple menu in the top-left corner
- Select About This Mac
- On Intel Macs, GPU information appears directly on the overview screen
- For more detail, click System Report → Graphics/Displays
On Apple Silicon Macs (M1, M2, M3, and newer), the GPU is integrated into the chip itself. The System Report will still display GPU core count and the chip identifier, but there's no discrete GPU model in the traditional sense — it's all part of the unified memory architecture.
How to Check Your GPU on Linux
Linux users can retrieve GPU information through the terminal or a GUI tool depending on the distribution.
For NVIDIA GPUs:
nvidia-smi This returns the GPU model, driver version, VRAM total and usage, and current temperature.
For AMD or Intel GPUs:
lspci | grep -i vga Or for more detail:
lspci | grep -i --color 'vga|3d|2d' Desktop environments like GNOME also include hardware information in Settings → About or through tools like HardInfo.
Dedicated GPU vs. Integrated Graphics: What You Might Find
When you run any of these checks, the result you see depends heavily on your hardware configuration.
| Setup Type | What You'll Typically See | Common Use Case |
|---|---|---|
| Dedicated GPU only | Single discrete GPU listed | Gaming PCs, workstations |
| Integrated graphics only | Intel UHD, AMD Radeon Graphics, Apple GPU | Budget laptops, thin-and-light notebooks |
| Both (hybrid graphics) | Two entries — iGPU and dGPU | Gaming laptops, mid-range notebooks |
Hybrid systems are common in laptops. The system automatically switches between integrated graphics (for battery efficiency) and the dedicated GPU (for demanding tasks). In this case, both will appear in Device Manager or DxDiag, and understanding which one is active for a given task matters for performance expectations.
What the Specs Actually Tell You
Once you've found your GPU, the most relevant figures are:
- Model name — identifies the performance tier and generation (e.g., within NVIDIA's lineup, the naming convention indicates product tier)
- VRAM (Video RAM) — dedicated memory for graphics data; higher amounts generally support higher resolutions and more complex textures
- Driver version — confirms whether drivers are current, which affects stability and compatibility with newer software
- Manufacturer — NVIDIA, AMD, Intel, or Apple; each uses different driver software and control panels
The driver date is often overlooked but matters. Outdated drivers are a frequent source of display issues, game crashes, and reduced performance in newer applications.
Variables That Change What You Find
Not every GPU check looks the same, and what you do with the information varies considerably:
- A casual user checking GPU info to download a driver needs the model name and nothing else
- A gamer troubleshooting performance might dig into VRAM, driver version, and whether the discrete or integrated GPU is being used
- A video editor or 3D artist may want to verify VRAM capacity and confirm GPU acceleration is enabled in their software
- A laptop user often finds two GPUs listed and needs to understand which one their apps are actually using
The check itself is straightforward. What you do with the result — and whether what you find meets your needs — depends entirely on what you're trying to accomplish and what your current setup looks like.