How to Find Out What Graphics Card You Have

Knowing your GPU model is essential before updating drivers, checking game compatibility, or troubleshooting display issues. The good news: Windows, macOS, and Linux all give you direct access to this information — no third-party tools required (though they help).

Why You Might Need to Know Your GPU

Your graphics card (GPU) handles everything visual on your screen — from rendering your desktop to powering games, video editing software, and GPU-accelerated applications. Knowing the exact model matters when:

  • Downloading the correct driver version
  • Checking whether your system meets a game's minimum specs
  • Diagnosing display glitches or performance issues
  • Planning an upgrade and comparing what you currently have

The method for finding this information varies slightly depending on your operating system.

How to Check Your Graphics Card on Windows 🖥️

Windows offers several built-in ways to identify your GPU.

Method 1: Task Manager

  1. Press Ctrl + Shift + Esc to open Task Manager
  2. Click the Performance tab
  3. Select GPU from the left-hand list

You'll see the GPU name in the top-right corner, along with real-time usage stats like memory, temperature, and utilization. If you have more than one GPU, they'll appear as GPU 0, GPU 1, etc.

Method 2: Device Manager

  1. Right-click the Start button and select Device Manager
  2. Expand the Display adapters section

Every GPU installed in or connected to your system will be listed here by name. This includes integrated graphics (built into your CPU) as well as dedicated cards.

Method 3: DirectX Diagnostic Tool (DxDiag)

  1. Press Windows + R, type dxdiag, and hit Enter
  2. Navigate to the Display tab

DxDiag shows the GPU name, manufacturer, chip type, total available graphics memory, and the current driver version — useful when submitting a support ticket or comparing against software requirements.

Method 4: System Information

  1. Press Windows + R, type msinfo32, and hit Enter
  2. Expand ComponentsDisplay

This view gives you the adapter description, driver version, and installed video memory — all in one place.

How to Check Your Graphics Card on macOS

  1. Click the Apple menu in the top-left corner
  2. Select About This Mac
  3. Look for the Graphics entry on the Overview tab

For more detail, click System Report, then navigate to Hardware → Graphics/Displays. You'll see the full GPU model name, VRAM amount, and display connection details.

On Macs with Apple Silicon (M1, M2, M3 chips), the GPU is integrated into the chip itself. "About This Mac" will show this as part of the chip description rather than as a separate card.

How to Check Your Graphics Card on Linux 🐧

The quickest terminal command is:

lspci | grep -i vga 

Or for more detail:

lspci | grep -i 'vga|3d|display' 

For NVIDIA cards specifically, nvidia-smi (if drivers are installed) gives you the model name, driver version, and real-time GPU stats. For AMD cards, radeontop or glxinfo can provide similar detail.

Third-Party Tools That Go Deeper

Built-in tools tell you the model name. Third-party utilities tell you much more:

ToolPlatformWhat It Shows
GPU-ZWindowsFull chip specs, VRAM type, clock speeds, driver version
HWiNFO64WindowsComprehensive hardware summary including GPU thermals
MSI AfterburnerWindowsReal-time GPU usage, temps, clock speeds
CPU-ZWindowsSystem overview including GPU basics
iStat MenusmacOSGPU usage and temperature monitoring

GPU-Z is particularly useful if you need detailed specifications — it distinguishes between GPU architecture generations, VRAM speed, bus width, and shader counts. This matters if you're comparing cards or verifying you received the correct product.

Integrated vs. Dedicated Graphics: What You Might See

Many systems — especially laptops — have two GPUs:

  • Integrated graphics (e.g., Intel UHD Graphics, AMD Radeon Graphics, Apple GPU): Built into the processor. Handles light tasks and conserves battery.
  • Dedicated graphics (e.g., NVIDIA GeForce, AMD Radeon RX): A separate card with its own VRAM. Handles demanding workloads.

If both appear in Device Manager or DxDiag, your system is using switchable graphics — automatically (or manually) routing tasks to the appropriate GPU. The dedicated card is the one that matters for gaming or GPU-intensive software.

What the GPU Name Actually Tells You

Once you have the model name, a quick search reveals where it falls in the product stack:

  • NVIDIA naming: GeForce RTX cards are current-gen ray-tracing capable; GTX cards are the previous generation; older GT cards are entry-level
  • AMD naming: Radeon RX series are dedicated gaming/workstation cards; Radeon Graphics (no RX) typically refers to integrated AMD graphics
  • Intel Arc: Intel's dedicated GPU line, distinct from their integrated UHD/Iris Xe graphics

Knowing the series tells you roughly what driver branch applies, what features the card supports (like hardware ray tracing or AV1 encoding), and where it sits in terms of performance tier.

The Variables That Shape What This Means for You

Finding your GPU model is straightforward. What you do with that information depends on factors specific to your setup:

  • Desktop vs. laptop: Laptop GPUs often share a model name with desktop counterparts but have different power limits and performance profiles
  • Driver version: An outdated driver can affect performance and compatibility regardless of GPU quality
  • Available VRAM: The same GPU model can ship in configurations with different amounts of video memory, which affects what workloads it handles well
  • System bottlenecks: GPU performance in practice depends on how it pairs with your CPU, RAM speed, and storage

The model name is the starting point — but whether that GPU suits your current tasks, and whether it's performing as expected, depends on how it fits into the rest of your system.