How to Check What Graphics Card You Have

Knowing your GPU is one of those practical bits of knowledge that comes up more often than you'd expect — whether you're troubleshooting a game, checking driver compatibility, or figuring out whether your machine can handle a new piece of software. The good news: finding out takes less than a minute on almost any system.

Why You Might Need to Know Your GPU

Your graphics card (GPU) handles everything visual on your computer — rendering your desktop, running games, accelerating video editing, and increasingly, powering AI-assisted tasks. When software lists a minimum GPU requirement, or when a driver update drops, you need to know exactly what's installed in your machine before you can act.

How to Check Your Graphics Card on Windows

Windows gives you several ways to find your GPU, depending on how much detail you need.

Method 1: Task Manager (Quickest)

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

You'll see the GPU name displayed in the top-right corner, along with real-time usage stats like memory load and temperature.

Method 2: Device Manager

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

The GPU model name appears here. If you see more than one entry, you likely have both integrated graphics (built into the CPU) and a dedicated GPU — a common setup on laptops.

Method 3: DirectX Diagnostic Tool (Most Detail)

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

This shows your GPU name, the manufacturer, total VRAM (video memory), and the current driver version — useful when you need the full picture rather than just the model name.

Method 4: System Information

  1. Press Windows + R, type msinfo32, and hit Enter
  2. Expand Components, then click Display

This pulls a comprehensive report including driver details and adapter RAM.

How to Check Your Graphics Card on macOS

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

For more detail, click System Report, then navigate to Graphics/Displays. This shows the GPU model, VRAM, vendor ID, and which display it's driving.

🖥️ On Macs with Apple Silicon (M1, M2, M3, and later chips), you won't see a separate GPU listing — the graphics cores are integrated directly into the chip itself, which is why Apple refers to them by core count rather than a standalone card name.

How to Check on Linux

Open a terminal and run:

lspci | grep -i vga 

or for more detail:

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

If you have NVIDIA drivers installed, nvidia-smi gives you a clean readout of your GPU model and memory. For AMD cards, radeontop is a commonly used alternative.

What the Information Actually Means

Once you have your GPU name, a few key specs are worth understanding:

SpecWhat It Tells You
VRAMHow much dedicated video memory the GPU has — relevant for gaming, video editing, and AI workloads
GPU ModelThe specific chip, which determines performance tier and feature support
Driver VersionThe software layer between your GPU and your OS — outdated drivers can cause crashes and compatibility issues
ManufacturerNVIDIA, AMD, or Intel — each uses different driver update tools and software ecosystems

Integrated vs. Dedicated Graphics: An Important Distinction

Many computers — especially laptops and budget desktops — use integrated graphics, where the GPU is part of the CPU rather than a separate card. Common examples include Intel Iris Xe and AMD Radeon Graphics (built into Ryzen processors).

Dedicated GPUs are separate components with their own VRAM and cooling, like an NVIDIA GeForce or AMD Radeon card installed in a PCIe slot. They offer significantly more graphics performance but draw more power and generate more heat.

Some systems have both — integrated graphics for light tasks and power efficiency, and a dedicated GPU that kicks in for demanding workloads. Laptops from major manufacturers commonly ship with this dual-GPU setup, and the OS or driver software typically manages which one is active at any given moment.

Drivers: The Part People Often Overlook

Knowing your GPU model is only half the picture. Your GPU driver is the software that makes it work properly with your operating system and applications. NVIDIA, AMD, and Intel each maintain their own driver update tools:

  • NVIDIA: GeForce Experience or direct downloads from nvidia.com
  • AMD: Radeon Software (Adrenalin Edition)
  • Intel: Intel Driver & Support Assistant

An outdated driver can cause display glitches, poor performance, or outright crashes — particularly after a major Windows update or when running a newly released game.

The Variables That Shape What This Information Means for You

🔍 What you find when you check your GPU will mean different things depending on your situation. A system showing an integrated Intel GPU is fine for everyday productivity but may struggle with 3D rendering or modern games. A dedicated NVIDIA or AMD card with 8GB or more of VRAM is in a different tier entirely — but even within dedicated GPUs, there's an enormous range from entry-level to professional-grade hardware.

Whether the GPU you have is adequate, marginal, or well beyond what you need depends entirely on what you're trying to do — the software you run, the resolution you work at, and how much performance headroom matters to you. The specs are just the starting point; how they map to your actual workload is a separate question.