How to Check Your GPU on a PC: Every Method Explained

Knowing exactly which graphics card is installed in your PC — and how it's performing — is useful whether you're troubleshooting a game crash, checking driver compatibility, or simply curious about your hardware. The good news: Windows gives you several built-in ways to find this information, no third-party tools required. The better news: dedicated utilities go even deeper when you need them.

Why You Might Need to Check Your GPU

Your GPU (Graphics Processing Unit) handles everything from rendering your desktop to powering games, video editing, and machine learning workloads. Knowing your GPU model, VRAM amount, and driver version matters when:

  • Installing or updating graphics drivers
  • Checking whether your system meets a game's minimum requirements
  • Diagnosing performance issues or display errors
  • Verifying hardware after a system build or upgrade

Method 1: Task Manager (Quickest Check) ⚡

Windows 10 and 11 include GPU monitoring directly in Task Manager — no downloads needed.

  1. Press Ctrl + Shift + Esc to open Task Manager
  2. Click the Performance tab
  3. Look for GPU 0 (or GPU 1 if you have multiple) in the left panel

This view shows your GPU model name, real-time utilization, VRAM usage, and temperature on supported systems. It's the fastest way to confirm what card is installed and whether it's currently under load.

Limitation: Task Manager shows live performance data but doesn't surface driver version or detailed specifications.

Method 2: Device Manager (Driver and Hardware Details)

Device Manager is the go-to for driver information and hardware identification.

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

Under the Driver tab, you'll see:

  • Driver version — critical when troubleshooting or updating
  • Driver date — tells you how current your drivers are
  • Driver provider — NVIDIA, AMD, Intel, or Microsoft (a Microsoft driver usually means the manufacturer driver isn't installed)

The Details tab with the Hardware IDs property can identify a GPU down to its exact silicon revision — useful if you're working with an OEM system where the device name is generic.

Method 3: DirectX Diagnostic Tool (dxdiag)

The DirectX Diagnostic Tool gives a clean summary of your display hardware alongside DirectX version information.

  1. Press Windows + R, type dxdiag, and press Enter
  2. Click the Display tab (or Display 1/Display 2 for multi-monitor setups)

You'll see:

  • GPU name and manufacturer
  • Dedicated Video Memory (VRAM)
  • Total Available Graphics Memory (VRAM + shared system RAM)
  • DirectX feature levels supported

Note: The "Total Available Graphics Memory" figure includes shared system RAM and will look larger than your actual dedicated VRAM — don't confuse the two.

Method 4: System Information Tool

For a text-based summary alongside other hardware specs:

  1. Press Windows + R, type msinfo32, press Enter
  2. Expand ComponentsDisplay

This lists the GPU adapter description, driver version, VRAM, and resolution. It's particularly useful when you need to copy and paste hardware details for a support ticket or forum post.

Method 5: Manufacturer Software (Most Detail) 🔍

If you want granular control over GPU monitoring, the manufacturer tools go further than any built-in option:

ToolGPU BrandWhat It Shows
NVIDIA App / GeForce ExperienceNVIDIADriver version, GPU stats, game-ready driver updates
AMD Software: Adrenalin EditionAMDGPU model, VRAM, clock speeds, temperatures, frame metrics
Intel Arc ControlIntel ArcDriver info, performance overlay, GPU telemetry

These applications also handle driver updates, which is the main reason most users install them.

Method 6: Third-Party Utilities for Deeper Monitoring

When you need real-time clock speeds, temperatures, power draw, and memory type — not just the model name — dedicated monitoring tools fill that gap:

  • GPU-Z (TechPowerUp) — the most detailed GPU specification tool available; shows memory type (GDDR6, GDDR6X, etc.), bus width, shader counts, and more
  • HWiNFO64 — system-wide hardware monitoring including GPU sensors, fan speeds, and voltage readings
  • MSI Afterburner — widely used for overclocking but equally capable as a real-time GPU monitor with on-screen display overlay

These tools are particularly valuable if you're comparing actual performance against expected specs or diagnosing thermal throttling.

Understanding What the Numbers Mean

Once you've found your GPU, a few specs are worth knowing how to read:

  • VRAM — dedicated video memory on the card itself; more matters most at higher resolutions and texture quality settings
  • GPU Utilization — the percentage of the GPU's compute capacity currently in use; consistently hitting 99% during gaming is normal and desirable
  • Memory Clock vs. Core Clock — the core clock governs computation speed; memory clock governs how fast data moves between VRAM and the GPU
  • Temperature — most modern GPUs run safely between 70–85°C under load; what's "normal" varies by card design and cooler configuration

When You Have More Than One GPU

Some PCs have two graphics adapters — an integrated GPU (built into the CPU, like Intel UHD Graphics or AMD Radeon Graphics) and a dedicated GPU (a discrete card). In Task Manager, these show as GPU 0 and GPU 1. In Device Manager, both appear under Display adapters.

Laptops with this configuration use dynamic switching — the system automatically routes tasks to the appropriate GPU based on power and performance demands. Which GPU handles which application isn't always obvious from the surface, and that behavior is controlled by the driver and Windows graphics settings rather than by any single tool.

The method that gives you the most useful information depends on what you're actually trying to find out — and how deep into the hardware details your situation requires.