How to Find Out What GPU You Have

Knowing your GPU (Graphics Processing Unit) is one of the most practical things you can do before upgrading drivers, troubleshooting display issues, checking game compatibility, or deciding whether your system needs a hardware upgrade. The good news: finding this information takes less than a minute on any modern system.

What Is a GPU and Why Does It Matter?

Your GPU is the dedicated chip responsible for rendering images, video, and animations on your screen. Every computer has one — either integrated (built into the CPU, sharing system RAM) or discrete (a separate card with its own dedicated video memory, also called VRAM).

Knowing which GPU you have tells you:

  • Which driver version you need
  • Whether your system meets game or software requirements
  • How much VRAM is available for demanding tasks
  • Whether your GPU supports features like DirectX 12, ray tracing, or hardware video encoding

How to Check Your GPU on Windows

Windows gives you several ways to find GPU information, ranging from a quick system glance to a full technical readout.

Method 1: Task Manager (Fastest)

  1. Press Ctrl + Shift + Esc to open Task Manager
  2. Click the Performance tab
  3. Look for GPU 0 (and GPU 1 if you have multiple) in the left panel
  4. Your GPU name, driver version, VRAM, and real-time utilization all appear here

This is the quickest method for most users.

Method 2: Device Manager

  1. Right-click the Start button and select Device Manager
  2. Expand Display adapters
  3. Your GPU name appears listed here — right-click and select Properties for driver details

Method 3: DirectX Diagnostic Tool (dxdiag)

  1. Press Windows + R, type dxdiag, and hit Enter
  2. Navigate to the Display tab
  3. You'll see your GPU name, manufacturer, chip type, VRAM, and driver version

This method is especially useful when submitting technical support requests, since it shows the full driver and hardware profile in one place.

Method 4: System Information

  1. Press Windows + R, type msinfo32, and hit Enter
  2. Expand ComponentsDisplay
  3. Detailed adapter information appears, including driver date and memory

How to Check Your GPU on macOS 🍎

Apple makes this straightforward:

  1. Click the Apple menu (top-left corner)
  2. Select About This Mac
  3. Your GPU is listed directly under the processor and memory information

For more detail:

  1. Click System Report
  2. Under Hardware, select Graphics/Displays
  3. This shows VRAM, vendor ID, device ID, and connected displays

On Apple Silicon Macs (M1, M2, M3 series), the GPU is integrated into the chip itself — you'll see it listed as part of the Apple M-series processor rather than as a separate component.

How to Check Your GPU on Linux

Linux users have a few reliable terminal commands depending on their setup:

CommandWhat It Shows
lspci | grep -i vgaGPU model and manufacturer
lspci | grep -i nvidiaNVIDIA-specific detection
glxinfo | grep "OpenGL renderer"Renderer name (requires mesa-utils)
nvidia-smiFull NVIDIA GPU details including VRAM and driver
rocm-smiAMD GPU details (if ROCm is installed)

Most desktop Linux environments also include a graphical System Information or Hardware Details app that displays GPU information without needing a terminal.

Integrated vs. Discrete: What You Might See

When you look up your GPU, you may find one or two entries:

  • Integrated GPU — something like Intel UHD Graphics 770 or AMD Radeon Graphics — this is built into your processor and uses shared system RAM
  • Discrete GPU — something like NVIDIA GeForce RTX or AMD Radeon RX series — this is a standalone card with dedicated VRAM

Laptops commonly show both, with the system switching between them automatically to balance performance and battery life. This is called hybrid graphics (Intel + NVIDIA Optimus, or AMD SmartShift). In Task Manager on Windows, you may see both listed as GPU 0 and GPU 1.

What to Do With This Information 🖥️

Once you know your GPU model, you can:

  • Download the correct driver directly from NVIDIA, AMD, or Intel's website using the exact model name
  • Check game or software system requirements against your GPU's generation and VRAM
  • Look up benchmark comparisons to understand where your GPU sits in the performance tier landscape
  • Identify upgrade paths — knowing your current GPU helps you evaluate whether a newer model offers meaningful improvement for your workload

The Variables That Change What You'll Find

What you discover depends heavily on your setup:

  • Laptop vs. desktop — laptops often throttle GPU performance and may have integrated-only graphics
  • Age of the system — older integrated GPUs have significantly less capability than modern discrete cards
  • Operating system version — older OS versions may surface less detail through built-in tools
  • Driver installation status — a GPU without a proper driver installed may show up as a generic display adapter in Device Manager rather than by its real name

A reader on a gaming desktop running Windows 11 will have a very different experience — and very different GPU specifications to work with — than someone on a three-year-old thin-and-light laptop running integrated graphics for everyday tasks. What your GPU is capable of, and whether it's adequate for what you want to do, comes down entirely to your own hardware, use case, and what you're trying to achieve with that information.