How to Check What GPU You Have (On Any Device)
Your GPU (Graphics Processing Unit) is one of the most important components in your system — handling everything from rendering your desktop and playing video to powering games, video editing, and AI workloads. Knowing exactly which GPU you have, and how to find that information, is a fundamental skill for troubleshooting, upgrading, or optimizing your setup.
Here's how to check your GPU across every major platform, plus what the information actually tells you.
Why Knowing Your GPU Matters
Before diving into the steps, it's worth understanding what you're looking for. Your GPU affects:
- Gaming and graphics performance — frame rates, resolution support, visual quality
- Driver compatibility — the software that lets your OS communicate with the hardware
- Display output — how many monitors you can connect, and at what resolution/refresh rate
- Software requirements — many creative apps, AI tools, and games list minimum GPU specs
- Upgrade decisions — you need to know what you have before knowing what to get next
There are two broad GPU types: dedicated (discrete) GPUs, which are separate cards with their own video memory (VRAM), and integrated GPUs, which are built into the CPU and share system RAM. Many systems have both.
How to Check Your GPU on Windows 🖥️
Method 1: Task Manager (Quickest)
- Press Ctrl + Shift + Esc to open Task Manager
- Click the Performance tab
- Look for GPU 0, GPU 1, etc. in the left panel
- Click each one to see the GPU name, VRAM, driver version, and real-time usage
If you see two GPU entries, your system likely has both an integrated GPU (often Intel or AMD) and a dedicated GPU (often NVIDIA or AMD).
Method 2: Device Manager
- Right-click the Start button and select Device Manager
- Expand Display Adapters
- You'll see all active GPUs listed by name
This view is useful for checking driver status — a yellow warning icon next to a GPU means there's a driver issue worth addressing.
Method 3: DirectX Diagnostic Tool (dxdiag)
- Press Windows + R, type
dxdiag, and press Enter - Navigate to the Display tab (or Display 1, Display 2 for multiple monitors)
- Here you'll find the GPU name, manufacturer, dedicated VRAM, and driver version
| Method | Best For |
|---|---|
| Task Manager | Quick check + live performance data |
| Device Manager | Driver status and hardware troubleshooting |
| dxdiag | Detailed display and VRAM info |
How to Check Your GPU on macOS 🍎
- Click the Apple menu in the top-left corner
- Select About This Mac
- On older macOS versions, GPU info appears directly on the Overview tab
- On macOS Ventura and later, click More Info, then scroll to Graphics
For deeper detail:
- Go to Apple Menu → About This Mac → System Report
- Under Hardware, select Graphics/Displays
- This shows VRAM, GPU vendor, metal support, and connected display information
Mac systems with Apple Silicon (M1, M2, M3, and newer) use a unified memory architecture, meaning the GPU and CPU share the same memory pool. You won't see a separate VRAM figure — the relevant number is your total unified memory.
How to Check Your GPU on Linux
Open a terminal and run:
lspci | grep -i vga or for more detail:
lspci | grep -i -E "vga|3d|display" For NVIDIA GPUs specifically, if the proprietary driver is installed:
nvidia-smi This gives you driver version, VRAM usage, GPU temperature, and running processes using the GPU.
For AMD GPUs, radeontop is a community tool that provides live performance data similar to NVIDIA's utility.
How to Check Your GPU on a Smartphone or Tablet
Mobile GPUs aren't always labeled the same way as desktop ones, but the information is accessible.
Android: The GPU is typically part of the system-on-chip (SoC). Go to Settings → About Phone → Processor or use a free app like CPU-Z or AIDA64 to see the GPU model (e.g., Adreno, Mali, or Apple GPU depending on device).
iPhone/iPad: Apple doesn't expose GPU specs directly in Settings. Third-party apps like CPU Identifier or tech spec databases will show the GPU tied to your chip (e.g., the GPU inside an A17 Pro or M2 chip).
What the Information Tells You — and What It Doesn't
Once you know your GPU model, you can look up:
- VRAM amount — relevant for gaming at high resolutions and running large AI models
- Architecture generation — newer architectures support features like hardware ray tracing, AV1 encoding, or specific AI acceleration (DLSS, FSR, etc.)
- Driver version — cross-reference with the manufacturer's site (NVIDIA, AMD, Intel) to check if you're up to date
- API support — DirectX version, Vulkan support, OpenGL version, which affects software compatibility
| Spec | Why It Matters |
|---|---|
| VRAM | Determines texture capacity and AI workload headroom |
| Architecture | Controls feature support (ray tracing, upscaling tech) |
| Driver version | Affects stability, bug fixes, game compatibility |
| API support level | Required by specific games, apps, or development tools |
The Variables That Change Everything
Knowing your GPU model is only the starting point. What that GPU means for your situation depends on factors specific to you:
- What workloads you're running — a GPU adequate for video streaming may be severely underpowered for 3D rendering or machine learning
- Your display setup — resolution and refresh rate requirements scale GPU demand significantly
- How old your drivers are — the same GPU hardware can perform meaningfully differently across driver versions
- Whether you have both integrated and dedicated GPUs — and whether your system or applications are using the right one
- Thermal and power conditions — a GPU in a throttled laptop environment behaves differently than the same chip in a desktop with proper cooling
Checking your GPU is a 60-second task on any platform. What you do with that information — whether that means updating a driver, adjusting in-game settings, or deciding whether your current hardware meets a new software requirement — depends entirely on why you were asking in the first place.