How to Check What Video Card You Have (GPU Detection on Any PC)

Knowing your GPU model isn't just trivia — it affects which games you can run, whether your drivers are current, and whether your system can handle video editing, AI workloads, or a second monitor. The good news: finding this information takes less than a minute on most systems.

Why You Might Need to Know Your GPU

Your graphics card (GPU) handles everything visual on your computer — from rendering your desktop to powering 3D games and accelerating video exports. Knowing the exact model matters when:

  • Downloading the correct driver
  • Checking game or software compatibility
  • Troubleshooting display issues
  • Planning an upgrade

The model name (e.g., NVIDIA GeForce RTX 3060 or AMD Radeon RX 6700 XT) is what you actually need — not just the brand.

Method 1: Task Manager (Windows 10 and 11) 🖥️

This is the fastest method for most Windows users.

  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 two cards) in the left panel
  4. Your GPU name appears in the top-right corner of that panel

This method also shows real-time GPU usage, dedicated VRAM, and driver version — all useful at a glance.

Method 2: Device Manager (All Windows Versions)

Device Manager works on older systems and gives you access to driver details directly.

  1. Press Windows Key + X and select Device Manager
  2. Expand Display adapters
  3. Your GPU model(s) appear listed there
  4. Right-click the entry and choose PropertiesDriver tab to see your installed driver version and date

If you see something labeled Microsoft Basic Display Adapter, it means Windows is running without a proper GPU driver installed — the hardware may still be functional, but it hasn't been recognized correctly yet.

Method 3: DirectX Diagnostic Tool (dxdiag)

This tool gives you a fuller picture of your system, including display output details.

  1. Press Windows Key + R, type dxdiag, and press Enter
  2. Click the Display tab
  3. Under Device, you'll see the Name, Manufacturer, and Chip Type
  4. The Display Memory (VRAM) field shows your dedicated video memory

Note: dxdiag sometimes reports approximate VRAM rather than exact — for precise figures, cross-reference with Device Manager or the GPU manufacturer's own software.

Method 4: GPU Manufacturer Software

If you already have drivers installed, the manufacturer's companion app provides the most detailed information:

ManufacturerSoftwareWhat It Shows
NVIDIAGeForce Experience or NVIDIA Control PanelGPU model, driver version, VRAM, display config
AMDAMD Software: Adrenalin EditionGPU model, driver version, performance metrics
IntelIntel Arc Control or Intel Graphics Command CenterModel, driver, display settings

These tools also make driver updates straightforward, which is often the reason you were looking up your GPU in the first place.

Method 5: Check on macOS 🍎

Mac users have a clean, built-in path:

  1. Click the Apple menuAbout This Mac
  2. The Overview tab lists your graphics hardware directly (e.g., Apple M2 Pro or AMD Radeon Pro 5500M)
  3. For more detail, click System ReportGraphics/Displays

On Apple Silicon Macs, the GPU is part of the chip itself — there's no discrete card to check separately.

Method 6: Linux Systems

On Linux, the method depends slightly on your distribution, but a reliable command works across most:

lspci | grep -i vga 

Run this in a terminal and it returns the GPU model string. For more detail including driver and memory info, tools like glxinfo or nvidia-smi (for NVIDIA cards) provide deeper output.

What the Results Actually Tell You

Once you have the model name, you can look up:

  • VRAM (Video RAM): The dedicated memory on the card, typically ranging from 4GB on entry-level cards to 24GB or more on high-end models. More VRAM matters for higher resolutions, large textures, and AI tasks.
  • Architecture generation: Older architectures (e.g., NVIDIA's Pascal vs. Ada Lovelace, or AMD's RDNA 1 vs. RDNA 3) affect feature support, not just raw performance.
  • Driver support status: Older cards eventually stop receiving driver updates, which can limit compatibility with newer software.

When You Have Two GPUs

Many laptops and some desktops include two GPUs — a low-power integrated GPU (built into the CPU) and a more powerful discrete GPU. In Task Manager, you'll see both listed as GPU 0 and GPU 1. Which one is actively in use depends on the task and your power settings. Games and demanding software typically route to the discrete card automatically, but this behavior can usually be configured in your GPU software.

Variables That Shape What You Find

The same lookup process leads to meaningfully different situations depending on where you're starting:

  • A desktop with a dedicated GPU will show a clean discrete card model
  • A budget or thin laptop might show only integrated Intel or AMD graphics with shared system memory
  • A workstation or gaming laptop may show both integrated and discrete graphics
  • A Mac with Apple Silicon will show the unified chip rather than a separate GPU entry

What to do with that information — whether that's updating a driver, verifying game requirements, or evaluating whether an upgrade makes sense — depends entirely on what you were trying to accomplish and what your system actually has.