How to Check What Video Card Is in Your Computer
Knowing exactly which graphics card (also called a GPU or video card) is installed in your system is one of the most useful pieces of information you can have — whether you're troubleshooting a driver issue, checking game compatibility, or evaluating an upgrade. The good news: finding this information takes less than a minute on most systems, and you don't need any special tools to do it.
Why It Matters to Know Your Video Card
Your video card handles everything visual on your screen — from rendering desktop windows to powering 3D graphics in games or accelerating video editing software. When you're installing drivers, checking whether your system meets software requirements, or diagnosing display problems, knowing the exact model name and manufacturer is the starting point for almost every next step.
How to Check Your Video Card on Windows 🖥️
Windows gives you several ways to find this information, ranging from built-in system tools to the Device Manager.
Method 1: Task Manager (Windows 10 and 11)
- Press Ctrl + Shift + Esc to open Task Manager
- Click the Performance tab
- Select GPU from the left panel
You'll see the GPU name displayed at the top right, along with real-time usage data, dedicated video memory (VRAM), and driver version. If your system has more than one GPU — such as an integrated Intel or AMD graphics chip alongside a discrete NVIDIA or AMD card — each will appear as a separate GPU entry.
Method 2: Device Manager
- Right-click the Start button and select Device Manager
- Expand the Display adapters category
Every video card recognized by Windows will be listed here by manufacturer and model name. This is also where you'll see if a driver is missing or flagged with a warning icon.
Method 3: DirectX Diagnostic Tool (dxdiag)
- Press Windows + R, type
dxdiag, and hit Enter - Navigate to the Display tab
This gives you the card name, manufacturer, total available graphics memory, and the current driver version and date — all in one place. Useful when you need to report detailed specs for support or compatibility purposes.
Method 4: System Information
- Press Windows + R, type
msinfo32, and hit Enter - Expand Components → select Display
This method shows similar data to dxdiag and is particularly useful if you want to export a full system report.
How to Check Your Video Card on macOS 🍎
Apple makes this straightforward through the built-in System Information app.
- Click the Apple menu → About This Mac
- Look for the Graphics entry on the overview screen
For more detail:
- Click System Report (or hold Option and click System Information)
- Under Hardware, select Graphics/Displays
You'll see the GPU model, VRAM amount, and which display it's driving. On Macs with both an integrated GPU and a dedicated GPU (common in older Intel-based MacBook Pros), both will be listed.
Note for Apple Silicon Macs: M-series chips use a unified memory architecture, so there's no separate VRAM pool — the GPU shares the system's memory. System Information will still show the GPU core count and chip model.
How to Check on Linux
Open a terminal and run:
lspci | grep -i vga or for more detail:
lspci -v | grep -A 12 VGA The lspci command lists all PCI hardware, and filtering for "VGA" returns your video card's manufacturer and model. Tools like GPU-Z (via Wine) or native alternatives like glxinfo and Hardinfo offer additional detail including driver version and OpenGL support.
Understanding What You're Looking At
Once you've found your GPU, here's how to interpret the key details:
| Term | What It Means |
|---|---|
| GPU Model | The specific chip (e.g., NVIDIA RTX 4060, AMD RX 7600, Intel Arc A770) |
| Manufacturer | The brand of the card (NVIDIA, AMD, Intel) |
| VRAM | Dedicated video memory — important for gaming, video editing, and AI tasks |
| Driver Version | The software version controlling the GPU — outdated drivers cause many issues |
| Dedicated vs. Integrated | Discrete cards have their own VRAM; integrated GPUs share system RAM |
Variables That Make This Information Mean Different Things
Finding the card name is just step one. What that information means for your situation depends on several factors:
- Driver status: A powerful card running outdated or corrupted drivers will underperform. Driver version matters as much as hardware model.
- Integrated vs. discrete GPU: Laptops and budget desktops often have both. Some applications use the wrong one by default, which affects performance significantly.
- VRAM amount: The same GPU model can ship with different VRAM configurations. A card listed as "RX 7600" with 8GB behaves differently in memory-intensive workloads than a variant with less.
- Laptop vs. desktop variants: Many GPU model names are shared between desktop and mobile (laptop) versions, but the underlying performance differs considerably. Look for "M" or "Laptop" suffixes in the full model name.
- System bottlenecks: Even a high-end GPU paired with an underpowered CPU or insufficient RAM may not perform as expected.
The Spectrum of Setups
Someone running an older integrated Intel UHD chip, a mid-range discrete laptop GPU, and a desktop workstation card with 16GB of VRAM will all find their GPU information through the same steps — but what they do with that information next looks completely different. Whether your card needs a driver update, can handle a specific game, or is due for replacement depends entirely on the gap between what you have and what your workload actually requires.
That gap is the part only your own setup can answer.