How to Find Out What Graphics Card You Have

Knowing your graphics card model is one of those basic pieces of information that comes up more than you'd expect — whether you're checking game compatibility, troubleshooting a display issue, updating a driver, or just curious about what's inside your machine. The good news: finding it takes less than a minute on most systems. Here's how to do it across different setups.

Why You Might Need to Know Your GPU 🖥️

Your GPU (Graphics Processing Unit) handles everything visual — rendering images, running games, driving multiple monitors, and accelerating video editing or AI tasks. When software lists minimum or recommended specs, they're often referring to your GPU. Knowing your exact model lets you:

  • Check driver versions and update them correctly
  • Verify whether a game or application will run
  • Diagnose display or rendering problems
  • Understand your system's performance capabilities

How to Find Your Graphics Card on Windows

Windows gives you several ways to check, ranging from dead simple to more detailed.

Method 1: Device Manager

  1. Right-click the Start button and select Device Manager
  2. Expand the Display adapters section
  3. Your GPU name appears listed there — for example, something like NVIDIA GeForce RTX 3060 or AMD Radeon RX 6700 XT

This works on every version of Windows 10 and 11 and takes about 15 seconds.

Method 2: Task Manager (Windows 10/11)

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

This shows your GPU name and real-time stats like memory usage, temperature (on some systems), and utilization. If you have both an integrated and dedicated GPU, you'll see them listed separately as GPU 0 and GPU 1.

Method 3: DirectX Diagnostic Tool (DxDiag)

  1. Press Windows + R, type dxdiag, and hit Enter
  2. Click the Display tab (or Display 1 / Display 2 if multiple monitors are connected)
  3. Under Device, you'll see the GPU name, manufacturer, and dedicated video memory (VRAM)

DxDiag is particularly useful because it shows VRAM — the onboard memory your GPU uses for textures and rendering. This matters for gaming at higher resolutions and for creative software workloads.

Method 4: Settings App

  1. Go to Settings → System → Display
  2. Scroll down and click Advanced display settings
  3. Your GPU appears next to "Display information"

How to Find Your Graphics Card on macOS 🍎

Apple makes this straightforward:

  1. Click the Apple menu in the top-left corner
  2. Select About This Mac
  3. In the overview panel, look for the Graphics row — it lists your GPU right there

For more detail:

  1. Click System Report (from the same About This Mac window)
  2. Navigate to Hardware → Graphics/Displays
  3. You'll see full specs including VRAM and display connection info

On Macs with Apple Silicon (M1, M2, M3, M4 chips), the GPU is integrated into the chip itself. You won't see a separate GPU name — instead, you'll see something like Apple M2 Pro with the number of GPU cores listed in the system report.

How to Find Your Graphics Card on Linux

The most reliable method uses a terminal command:

lspci | grep -i vga 

Or for more detail:

lspci | grep -E "VGA|3D|Display" 

If you have NVIDIA hardware, the nvidia-smi command (available when NVIDIA drivers are installed) gives detailed GPU info including driver version and memory usage. For AMD GPUs, radeontop or checking /sys/class/drm/ can surface hardware details.

Most Linux desktop environments also surface GPU info through a System Information or About panel in Settings.

Integrated vs. Dedicated Graphics — What You Might See

When you check, you might find one GPU or two. Here's the distinction:

GPU TypeWhat It IsCommon In
Integrated GPUBuilt into the CPU, shares system RAMMost laptops, budget desktops, all Apple Silicon Macs
Dedicated/Discrete GPUSeparate card with its own VRAMGaming PCs, workstations, mid-to-high-end laptops

Systems with both (common in laptops) typically switch automatically between them to balance performance and battery life. Device Manager and Task Manager on Windows will show both.

What the GPU Name Actually Tells You

Once you have the model name, a few things are immediately readable:

  • Manufacturer: NVIDIA, AMD, Intel, or Apple
  • Product line: GeForce (NVIDIA consumer), Radeon (AMD consumer), Arc (Intel discrete), Iris Xe (Intel integrated)
  • Generation: Usually encoded in the model number — higher generally means newer, but numbering conventions vary between manufacturers
  • Tier: Budget, mid-range, or high-end positioning, again based on model number patterns specific to each brand

The model name is also what you need when searching for the correct driver download from NVIDIA's, AMD's, or Intel's official support pages.

The Part That Varies by Setup

What this information means for your next step depends entirely on your situation. Someone checking GPU compatibility for a specific game has different needs than someone diagnosing a driver crash, upgrading an older workstation, or trying to understand why video editing feels sluggish. The same GPU model can be perfectly adequate in one context and a bottleneck in another — depending on resolution, software demands, system RAM, and how the rest of the machine is configured.

Now that you know what you have, the relevant question becomes how it fits what you're actually trying to do.