How to Check What Graphics Card You Have (On Any Device)

Whether you're troubleshooting a game crash, checking upgrade compatibility, or just curious what's powering your display, knowing how to find your graphics card information is a fundamental skill. The good news: every major operating system gives you at least one built-in way to check — no extra software required.

Why Your Graphics Card Information Matters

Your GPU (Graphics Processing Unit) handles everything from rendering your desktop to running 3D applications, video editing, and gaming. Knowing your exact model matters when:

  • Installing the right driver version
  • Checking whether your system meets game or software requirements
  • Diagnosing display or performance issues
  • Planning a hardware upgrade

The information you need typically includes the GPU model name, the amount of dedicated VRAM (video memory), and sometimes the driver version currently installed.

How to Check Your Graphics Card on Windows 🖥️

Windows offers several reliable methods, each showing slightly different levels of detail.

Method 1: Device Manager

  1. Right-click the Start button and select Device Manager
  2. Expand the Display Adapters category
  3. Your GPU model name appears listed here

This is the fastest check, but it shows only the model name — not VRAM or driver details.

Method 2: DirectX Diagnostic Tool (DxDiag)

  1. Press Windows + R, type dxdiag, and hit Enter
  2. Click the Display tab
  3. You'll see the GPU name, manufacturer, and Dedicated Video Memory (VRAM)

This is one of the most complete built-in tools for GPU identification on Windows.

Method 3: Task Manager

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

Task Manager shows real-time GPU usage alongside the model name — useful if you have multiple GPUs and want to see which is active.

Method 4: System Information

  1. Press Windows + R, type msinfo32, and hit Enter
  2. Navigate to Components → Display
  3. You'll find the adapter name, VRAM, and driver details
Windows MethodShows ModelShows VRAMShows DriverReal-Time Usage
Device Manager
DxDiag
Task Manager
System Information

How to Check Your Graphics Card on macOS 🍎

Apple makes this straightforward through the About This Mac menu.

  1. Click the Apple menu (top-left corner)
  2. Select About This Mac
  3. On older macOS versions, GPU info appears directly on the Overview tab
  4. On newer macOS (Ventura and later), click More Info, then scroll to Graphics under System Information

For deeper detail:

  1. Hold Option and click the Apple menu
  2. Select System Information
  3. Navigate to Graphics/Displays

Here you'll see the GPU model, VRAM, and whether the chip is dedicated or part of Apple's unified memory architecture (common on M-series Macs).

Note on Apple Silicon: M-series chips use a unified memory architecture, meaning GPU and CPU share the same memory pool. You won't see a separate "dedicated VRAM" figure — the system dynamically allocates memory to the GPU as needed.

How to Check Your Graphics Card on Linux

The method varies slightly by distribution, but the most universal approach uses the terminal.

For NVIDIA GPUs, run:

nvidia-smi 

For AMD or Intel GPUs, run:

lspci | grep -i vga 

Or for more detail:

lspci -v | grep -A 10 VGA 

Many Linux desktop environments also include a System Information or Hardware tool in Settings that surfaces GPU details without the terminal.

Checking GPU Info on Laptops: A Key Variable

Laptops introduce an important complication: many have two GPUs.

  • An integrated GPU — built into the processor (Intel UHD, AMD Radeon integrated graphics), used for everyday tasks to preserve battery
  • A dedicated GPU — a discrete chip (NVIDIA GeForce, AMD Radeon) that activates for demanding workloads

On Windows, both typically appear in Device Manager and DxDiag. On Task Manager's Performance tab, you may see GPU 0 and GPU 1 listed separately.

Knowing which GPU is handling your workload — and which one you're actually upgrading or troubleshooting — matters significantly when interpreting what you find.

Third-Party Tools for More Detail

If you want deeper technical data beyond what built-in tools provide, several free utilities are widely used:

  • GPU-Z (Windows) — highly detailed GPU specifications, sensor readings, and driver info
  • HWiNFO (Windows) — comprehensive system information including real-time GPU monitoring
  • Speccy (Windows) — simplified system overview including GPU

These tools can surface information like GPU clock speeds, temperature, memory bandwidth, and architecture generation — details that built-in tools typically don't display.

What the Results Tell You — and What They Don't

Once you've found your GPU model, you can look up its general performance tier. Graphics cards broadly fall into categories:

  • Integrated graphics — handles basic tasks, office work, light video playback
  • Entry-level dedicated GPUs — casual gaming, light creative work
  • Mid-range GPUs — 1080p to 1440p gaming, video editing, moderate 3D work
  • High-end GPUs — 4K gaming, professional 3D rendering, machine learning workloads

But where your card fits into your workflow depends heavily on what software you're running, what resolution you're targeting, and what performance level you actually need. A GPU that's perfectly adequate for one person's workload may be a bottleneck for another's — even if the model name is identical.