How to Find Out What GPU You Have
Knowing your GPU (Graphics Processing Unit) is one of the most practical things you can do before upgrading drivers, troubleshooting display issues, checking game compatibility, or deciding whether your system needs a hardware upgrade. The good news: finding this information takes less than a minute on any modern system.
What Is a GPU and Why Does It Matter?
Your GPU is the dedicated chip responsible for rendering images, video, and animations on your screen. Every computer has one — either integrated (built into the CPU, sharing system RAM) or discrete (a separate card with its own dedicated video memory, also called VRAM).
Knowing which GPU you have tells you:
- Which driver version you need
- Whether your system meets game or software requirements
- How much VRAM is available for demanding tasks
- Whether your GPU supports features like DirectX 12, ray tracing, or hardware video encoding
How to Check Your GPU on Windows
Windows gives you several ways to find GPU information, ranging from a quick system glance to a full technical readout.
Method 1: Task Manager (Fastest)
- Press Ctrl + Shift + Esc to open Task Manager
- Click the Performance tab
- Look for GPU 0 (and GPU 1 if you have multiple) in the left panel
- Your GPU name, driver version, VRAM, and real-time utilization all appear here
This is the quickest method for most users.
Method 2: Device Manager
- Right-click the Start button and select Device Manager
- Expand Display adapters
- Your GPU name appears listed here — right-click and select Properties for driver details
Method 3: DirectX Diagnostic Tool (dxdiag)
- Press Windows + R, type
dxdiag, and hit Enter - Navigate to the Display tab
- You'll see your GPU name, manufacturer, chip type, VRAM, and driver version
This method is especially useful when submitting technical support requests, since it shows the full driver and hardware profile in one place.
Method 4: System Information
- Press Windows + R, type
msinfo32, and hit Enter - Expand Components → Display
- Detailed adapter information appears, including driver date and memory
How to Check Your GPU on macOS 🍎
Apple makes this straightforward:
- Click the Apple menu (top-left corner)
- Select About This Mac
- Your GPU is listed directly under the processor and memory information
For more detail:
- Click System Report
- Under Hardware, select Graphics/Displays
- This shows VRAM, vendor ID, device ID, and connected displays
On Apple Silicon Macs (M1, M2, M3 series), the GPU is integrated into the chip itself — you'll see it listed as part of the Apple M-series processor rather than as a separate component.
How to Check Your GPU on Linux
Linux users have a few reliable terminal commands depending on their setup:
| Command | What It Shows |
|---|---|
lspci | grep -i vga | GPU model and manufacturer |
lspci | grep -i nvidia | NVIDIA-specific detection |
glxinfo | grep "OpenGL renderer" | Renderer name (requires mesa-utils) |
nvidia-smi | Full NVIDIA GPU details including VRAM and driver |
rocm-smi | AMD GPU details (if ROCm is installed) |
Most desktop Linux environments also include a graphical System Information or Hardware Details app that displays GPU information without needing a terminal.
Integrated vs. Discrete: What You Might See
When you look up your GPU, you may find one or two entries:
- Integrated GPU — something like Intel UHD Graphics 770 or AMD Radeon Graphics — this is built into your processor and uses shared system RAM
- Discrete GPU — something like NVIDIA GeForce RTX or AMD Radeon RX series — this is a standalone card with dedicated VRAM
Laptops commonly show both, with the system switching between them automatically to balance performance and battery life. This is called hybrid graphics (Intel + NVIDIA Optimus, or AMD SmartShift). In Task Manager on Windows, you may see both listed as GPU 0 and GPU 1.
What to Do With This Information 🖥️
Once you know your GPU model, you can:
- Download the correct driver directly from NVIDIA, AMD, or Intel's website using the exact model name
- Check game or software system requirements against your GPU's generation and VRAM
- Look up benchmark comparisons to understand where your GPU sits in the performance tier landscape
- Identify upgrade paths — knowing your current GPU helps you evaluate whether a newer model offers meaningful improvement for your workload
The Variables That Change What You'll Find
What you discover depends heavily on your setup:
- Laptop vs. desktop — laptops often throttle GPU performance and may have integrated-only graphics
- Age of the system — older integrated GPUs have significantly less capability than modern discrete cards
- Operating system version — older OS versions may surface less detail through built-in tools
- Driver installation status — a GPU without a proper driver installed may show up as a generic display adapter in Device Manager rather than by its real name
A reader on a gaming desktop running Windows 11 will have a very different experience — and very different GPU specifications to work with — than someone on a three-year-old thin-and-light laptop running integrated graphics for everyday tasks. What your GPU is capable of, and whether it's adequate for what you want to do, comes down entirely to your own hardware, use case, and what you're trying to achieve with that information.