How to Find Graphics Card Info on Any Computer

Knowing what graphics card you have matters more than most people realize. Whether you're trying to run a new game, install the right driver, troubleshoot display issues, or check compatibility with software, your GPU specs are the starting point. The good news: finding this information takes less than a minute on most systems — once you know where to look.

What "Graphics Card Info" Actually Means

When people ask about their graphics card, they usually want one or more of these details:

  • Model name (e.g., NVIDIA GeForce RTX 3060, AMD Radeon RX 6700 XT, Intel Iris Xe)
  • Driver version — the software controlling how the GPU communicates with your OS
  • VRAM (Video RAM) — dedicated memory on the card, measured in GB
  • Manufacturer — the chip designer (NVIDIA, AMD, Intel) vs. the board maker (ASUS, MSI, Gigabyte)
  • DirectX or OpenGL version support — relevant for software and game compatibility

Not every use case requires all of these. A gamer needs VRAM and model name. A developer might need driver version and API support. Someone troubleshooting display issues might need all of it.

How to Check Your Graphics Card on Windows 🖥️

Windows offers several built-in methods, each surfacing slightly different levels of detail.

Device Manager

  1. Right-click the Start button → select Device Manager
  2. Expand Display adapters
  3. Your GPU model name appears here

This is fast and reliable for identifying the card name, but it doesn't show VRAM or driver details in a useful format.

DirectX Diagnostic Tool (DxDiag)

  1. Press Windows + R, type dxdiag, press Enter
  2. Click the Display tab
  3. Here you'll find the card name, driver version, and Approx. Total Memory

Note: The "Total Memory" figure in DxDiag can include shared system RAM, not just dedicated VRAM — so treat it as an approximation rather than a spec-sheet figure.

Task Manager

  1. Press Ctrl + Shift + Esc → click Performance
  2. Select GPU from the left panel
  3. Displays real-time GPU usage, dedicated VRAM, driver version, and DirectX version

This is one of the most accessible and readable methods on Windows 10 and 11.

System Information

  1. Press Windows + R, type msinfo32, press Enter
  2. Navigate to Components → Display
  3. Lists adapter description, driver version, and adapter RAM
MethodModel NameVRAMDriver VersionReal-Time Usage
Device Manager
DxDiag⚠️ Approx.
Task Manager
System Information⚠️ Approx.

How to Check Your Graphics Card on macOS

Apple systems use a different approach, and integrated vs. discrete GPU setups are common — especially on older Intel-based Macs and newer Apple Silicon models.

  1. Click the Apple menuAbout This Mac
  2. The overview window lists the GPU under Graphics
  3. For more detail: System Report → Graphics/Displays

System Report shows the GPU model, VRAM, metal support version, and display connection details. On Apple Silicon Macs (M1, M2, M3, and later), the GPU is integrated into the chip itself — there's no discrete card to identify separately.

How to Check on Linux 🐧

Linux users typically rely on command-line tools or GPU-specific utilities.

  • lspci | grep -i vga — lists detected display adapters
  • glxinfo | grep "OpenGL renderer" — shows the active GPU and renderer
  • nvidia-smi — NVIDIA-specific tool showing model, VRAM, driver version, and utilization
  • radeontop — AMD equivalent for Radeon GPU monitoring

Desktop environments like GNOME and KDE also surface basic GPU info under system settings, though with less detail than command-line output.

Third-Party Tools for Deeper Detail

For users who want more than the OS provides — such as clock speeds, temperature, memory bandwidth, or shader counts — dedicated utilities go further:

  • GPU-Z (Windows) — highly detailed GPU spec sheet including architecture, memory type, and live sensor data
  • HWiNFO (Windows) — comprehensive system info including GPU alongside CPU and motherboard details
  • MSI Afterburner (Windows) — primarily an overclocking tool, but displays detailed GPU stats and sensors

These tools are widely used and generally considered reliable for reading hardware information — though for modifying any settings, understanding what you're changing matters before touching anything.

The Variables That Change What You'll Find

Not every user will see the same type of result, and that's worth understanding before you start:

  • Integrated vs. dedicated GPU — laptops and budget desktops often show an Intel or AMD integrated GPU alongside (or instead of) a discrete card. You may have two entries under Display adapters.
  • Laptop vs. desktop — laptops with NVIDIA Optimus or AMD Switchable Graphics technology dynamically switch between GPUs, which can make identifying the "active" card less obvious.
  • Driver installation status — a GPU without its manufacturer driver installed may show as "Microsoft Basic Display Adapter" in Device Manager, hiding the real model name.
  • Virtual machines — VMs typically show a virtualized display adapter, not the host machine's physical GPU.
  • eGPUs — external graphics cards connected via Thunderbolt show up in device lists but may behave differently depending on OS support.

The method that gives you the clearest picture depends on which of these situations applies to your machine — and what you're actually trying to do with the information once you have it.