How to Check What Graphics Card You Have (Windows, Mac & More)
Your graphics card — also called a GPU (Graphics Processing Unit) — handles everything your monitor displays, from desktop rendering to video playback to gaming. Knowing exactly which GPU is installed in your machine matters when you're troubleshooting a driver issue, checking game compatibility, or figuring out whether your system can handle a new application.
The good news: finding this information takes less than a minute on most systems.
Why You Might Need to Know Your GPU
Before diving into the steps, it helps to understand what you're looking for. Your GPU has several identifying details that each serve a different purpose:
- Model name (e.g., NVIDIA GeForce RTX 4060, AMD Radeon RX 7600, Intel Arc A770) — used for driver downloads and compatibility checks
- VRAM (Video RAM) — the dedicated memory on the card, relevant for gaming, video editing, and 3D work
- Driver version — the software layer between your OS and the hardware, important for stability and performance
- Device ID — a deeper identifier sometimes needed for advanced troubleshooting
How to Check Your Graphics Card on Windows 🖥️
Windows gives you several ways to find GPU information, depending on how much detail you need.
Method 1: Task Manager (Quickest)
- Right-click the taskbar and select Task Manager
- Click the Performance tab
- Select GPU from the left panel
You'll see the GPU model name, VRAM, driver version, and real-time usage. If your system has multiple GPUs (common in laptops with integrated and dedicated graphics), each will appear as a separate entry.
Method 2: Device Manager
- Press Windows + X and choose Device Manager
- Expand Display Adapters
The GPU model name appears here. Right-clicking and selecting Properties gives you driver details and the device ID.
Method 3: DirectX Diagnostic Tool (dxdiag)
- Press Windows + R, type
dxdiag, and hit Enter - Navigate to the Display tab
This shows the GPU name, manufacturer, VRAM amount, and the DirectX feature level your card supports — useful when checking game or software requirements.
Method 4: System Information
- Press Windows + R, type
msinfo32, and hit Enter - Expand Components, then select Display
This provides a detailed hardware summary including the adapter description, driver version, and VRAM in bytes (divide by 1,073,741,824 to convert to GB).
How to Check Your Graphics Card on macOS 🍎
On a Mac, GPU details are tucked inside the System Information panel.
- Click the Apple menu in the top-left corner
- Select About This Mac
- In older macOS versions, GPU info appears directly on the Overview tab
- For more detail, click System Report, then select Graphics/Displays from the left sidebar
You'll see the GPU model, VRAM, vendor ID, and which display is connected to it. On Apple Silicon Macs (M1, M2, M3, M4 series), the GPU is integrated into the chip itself — the system will report the chip name rather than a separate graphics card.
How to Check on Linux
Open a terminal and run:
lspci | grep -i vga For more detail:
lspci -v | grep -A 10 VGA NVIDIA users with proprietary drivers can also run nvidia-smi for real-time GPU stats including VRAM usage, temperature, and driver version.
Integrated vs. Dedicated Graphics: What You Might Find
Depending on your machine, you may discover one GPU or two.
| GPU Type | What It Is | Common In |
|---|---|---|
| Integrated GPU | Built into the CPU, shares system RAM | Budget laptops, office PCs, all Macs |
| Dedicated GPU | Separate card with its own VRAM | Gaming PCs, workstations, mid-to-high-end laptops |
| Both | Laptop switches between them based on load | Most modern gaming laptops |
On laptops with both types, the system typically runs lighter tasks on the integrated GPU to save battery and switches to the dedicated GPU for demanding workloads. Task Manager on Windows will show both, and you can see which applications are using which GPU in the Processes tab.
Reading the Model Name
Once you have the GPU name, the model number tells you a lot:
- NVIDIA GeForce cards are labeled with GTX (older) or RTX (newer, with ray tracing support)
- AMD Radeon RX cards use a four-digit numbering system where the first digit indicates the generation
- Intel Arc cards use letter-number combinations (A-series for discrete, integrated GPUs are labeled Iris Xe or UHD)
- Apple Silicon GPUs are described by core count within the chip (e.g., M3 Pro with 18-core GPU)
Higher numbers within the same generation generally indicate more performance — but generation matters significantly. A newer mid-range card often outperforms an older high-end one.
What the Information Actually Tells You
Knowing the model name is just the starting point. What you do with it depends on your situation:
- Updating drivers: NVIDIA, AMD, and Intel each have dedicated driver download pages where you enter the model name to find the latest software
- Checking game requirements: Game storefronts list minimum and recommended GPU specs — compare those against your card's generation and VRAM
- Diagnosing display issues: Driver version and VRAM can help identify whether a visual glitch is hardware- or software-related
- Planning an upgrade: Knowing your current card's generation and VRAM helps establish your baseline
Whether the GPU you find is adequate for what you want to do — gaming, creative work, machine learning, or just everyday use — depends entirely on the workload you're running and the performance level you're expecting. The spec lookup is the first step; what it means for your specific setup is the part only your situation can answer.