How to Find Out What Video Card You Have
Knowing your GPU (graphics processing unit) is more useful than you might think. Whether you're troubleshooting a display issue, checking if your system can run a new game, or figuring out whether a driver update applies to you, identifying your video card is the starting point. The good news: every major operating system gives you multiple ways to find this information, and most of them take under a minute.
Why Your GPU Model Actually Matters
Your video card model determines more than just how games look. It affects which drivers you need, which display outputs are available, how many monitors you can run, and whether software features like hardware-accelerated video encoding or ray tracing are available to you. Knowing the exact model — not just the brand — is what makes that information actionable.
A vague answer like "I have an NVIDIA card" doesn't tell you much. Knowing you have a GeForce RTX 3060 or a Radeon RX 6700 XT tells you the generation, the feature set, the VRAM amount, and which driver branch covers it.
How to Check Your Video Card on Windows 🖥️
Windows gives you several paths to this information, depending on how deep you want to go.
Device Manager (Quick and Built-In)
- Right-click the Start button and select Device Manager
- Expand the Display adapters section
- Your GPU name appears here
This shows the hardware-recognized name. On laptops with dual graphics (integrated + dedicated), you'll often see two entries — one for the Intel or AMD integrated GPU and one for the discrete card.
DirectX Diagnostic Tool (More Detail)
- Press Windows + R, type
dxdiag, and hit Enter - Click the Display tab (or tabs, if you have multiple GPUs)
- You'll see the Name, Manufacturer, Chip Type, DAC Type, and Dedicated Video Memory
The Dedicated Video Memory figure here is particularly useful — it tells you how much VRAM your card has, which directly affects gaming performance at higher resolutions and texture settings.
Task Manager (Windows 10 and 11)
- Press Ctrl + Shift + Esc to open Task Manager
- Click the Performance tab
- Select GPU from the left panel
This view shows real-time GPU usage alongside the model name. If you have more than one GPU, each gets its own entry labeled GPU 0, GPU 1, etc.
System Information Tool
- Press Windows + R, type
msinfo32, and press Enter - Navigate to Components → Display
- The Name and Adapter RAM fields show your GPU details
This method also lists the driver version and date, which is useful if you're troubleshooting display or performance issues.
How to Check Your Video Card on macOS 🍎
Apple makes GPU information easy to find through the About This Mac menu.
- Click the Apple menu in the top-left corner
- Select About This Mac
- On older macOS versions, the GPU appears directly on the Overview tab
- On newer macOS (Ventura and later), click More Info, then look under Graphics
For more detail, go to System Information (search for it in Spotlight), then select Graphics/Displays from the left sidebar. This shows the full GPU name, VRAM, vendor ID, and which displays are connected.
Macs with Apple Silicon (M1, M2, M3, and their variants) use a unified memory architecture — the GPU doesn't have dedicated VRAM separate from system RAM. The GPU is integrated into the chip itself, so the relevant figure is total unified memory rather than dedicated video memory.
How to Check Your Video Card on Linux
The method depends on your distribution and desktop environment, but several commands work reliably:
lspci | grep -i vga— lists the GPU as recognized by the PCI buslspci | grep -i "3d|display|vga"— catches more GPU types, including some discrete cardsglxinfo | grep "OpenGL renderer"— shows the GPU being used for OpenGL renderingnvidia-smi— NVIDIA-specific, gives detailed info including driver version and VRAM usage if the NVIDIA driver is installed
If you're using a desktop environment like GNOME or KDE, the Settings → About section typically lists the GPU under graphics information.
What the GPU Name Actually Tells You
Once you have your GPU model, you can decode a lot from the name itself.
| Brand | Product Line | What It Signals |
|---|---|---|
| NVIDIA | GeForce GTX | Older generation, no ray tracing hardware |
| NVIDIA | GeForce RTX | Turing architecture or newer; ray tracing and DLSS capable |
| AMD | Radeon RX 5000–7000 | RDNA architecture; modern feature set |
| AMD | Radeon RX 400–590 | Older Polaris/Vega; fewer modern features |
| Intel | Arc A-series | Dedicated GPU; supports XeSS upscaling |
| Intel | Iris Xe / UHD | Integrated graphics, limited gaming capability |
The number within a product line generally indicates the performance tier — higher numbers typically mean more capability within the same generation, though this isn't always a direct comparison across generations or brands.
Integrated vs. Dedicated: An Important Distinction
Many systems — especially laptops and budget desktops — have integrated graphics, meaning the GPU is built into the processor rather than a separate card. Common examples are Intel UHD or Iris Xe graphics, and AMD Radeon graphics integrated into Ryzen chips.
Dedicated (discrete) GPUs are separate components with their own VRAM and cooling. They handle graphically demanding workloads significantly better than integrated solutions, but they also draw more power and generate more heat.
Some laptops include both. The operating system may switch between them automatically to balance performance and battery life — which is why Task Manager or Device Manager might show two GPU entries on the same machine.
The Variables That Determine What Comes Next
Knowing your GPU model is the first step. What you do with that information depends on factors only you can assess: whether you're on a desktop where swapping the card is straightforward, or a laptop where the GPU is soldered and not replaceable; whether your use case is gaming, video editing, machine learning, or general productivity; how old the card is relative to current driver support; and whether your system's PSU, cooling, and slot type would support an upgrade if that's the direction you're headed.
The same GPU model means something different to a casual user running browser tasks than it does to someone trying to run a 4K editing workflow or a modern open-world game at high settings. Your specific combination of hardware, software, and workload is what shapes whether what you have is enough — or where the gap is.