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

Whether you're troubleshooting a game, checking driver compatibility, or just curious about your hardware, knowing how to identify your GPU is a fundamental skill. The good news: every major operating system has a built-in way to find this information — no third-party tools required.

What Exactly Is a Graphics Card?

Your graphics card (also called a GPU — Graphics Processing Unit) is the hardware responsible for rendering images, video, and animations on your screen. It can be a dedicated GPU (a separate card with its own memory, like an NVIDIA GeForce or AMD Radeon) or an integrated GPU (built directly into your CPU, sharing system RAM).

Knowing which type you have — and the specific model — matters for things like driver updates, game compatibility checks, software requirements, and upgrade decisions.

How to Check Your Graphics Card on Windows

Windows gives you several ways to find GPU information, ranging from basic to 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 (e.g., NVIDIA GeForce RTX 3060 or AMD Radeon RX 6700 XT)

This is the fastest method and works on all Windows versions.

Method 2: Task Manager (Windows 10 and 11)

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

Here you'll see the GPU model name, current usage, memory (VRAM), and clock speeds in real time.

Method 3: DirectX Diagnostic Tool (dxdiag)

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

This shows your GPU name, manufacturer, total VRAM, and the DirectX version it supports — useful when checking game or software requirements.

Method 4: System Information

  1. Press Windows + R, type msinfo32, and hit Enter
  2. Navigate to Components → Display

This gives you a more detailed technical readout, including driver version and adapter RAM.

How to Check Your Graphics Card on macOS 🍎

  1. Click the Apple menu in the top-left corner
  2. Select About This Mac
  3. The overview window lists your GPU under the main system summary

For more detail:

  • Click System Report
  • Select Graphics/Displays from the left sidebar

You'll see the GPU model, VRAM, and which display it's driving — helpful on Macs with multiple GPUs, like older MacBook Pros that had both integrated and discrete options.

How to Check Your Graphics Card on Linux

Open a terminal and use one of these commands:

  • lspci | grep -i vga — lists the GPU connected via PCIe
  • lspci | grep -i 'vga|3d|display' — broader search that catches more GPU types
  • glxinfo | grep "OpenGL renderer" — shows the GPU being used by OpenGL (requires mesa-utils)

The output will display the manufacturer and model name. If you're on a system with both integrated and dedicated GPUs, you may see both listed.

Key Variables That Affect What You're Looking At

Once you find your GPU, interpreting the result depends on a few things:

FactorWhy It Matters
Dedicated vs. integrated GPUDedicated GPUs have their own VRAM; integrated GPUs share system RAM
VRAM amountAffects how demanding the tasks your GPU can handle
Driver versionOutdated drivers can cause instability or block access to features
Multi-GPU setupsSome systems (especially laptops) have both — software may use either
OS versionOlder operating systems may show less detail or require different steps

Laptops: A Special Case 💻

Many laptops — particularly gaming laptops and higher-end ultrabooks — have two GPUs: an integrated GPU (usually Intel or AMD) for everyday tasks, and a dedicated GPU (NVIDIA or AMD) for demanding workloads. This is called hybrid graphics or switchable graphics.

On Windows, you may see both listed in Device Manager. The one actively doing work at any moment depends on your power settings and what application is running. If you're checking because a game or application isn't performing as expected, it's worth confirming which GPU that app is actually using — not just which GPUs are installed.

What to Do With This Information

Once you know your GPU model, you can:

  • Search for the latest driver on NVIDIA's, AMD's, or Intel's official website
  • Cross-reference your GPU against a game or software's minimum/recommended specs
  • Identify whether your GPU supports features like DirectX 12, ray tracing, DLSS, or hardware-accelerated video encoding
  • Determine whether a GPU upgrade makes sense based on your current model's age and capability tier

The technical facts about your GPU are easy to surface — what they mean for your situation depends entirely on what you're trying to do with your machine and whether your current hardware is keeping up with it.