Your laptop’s GPU model is listed in system tools like Task Manager, Device Manager, or About This Mac, and those screens also hint at whether it’s integrated or discrete.
If you’ve ever installed a game, updated a driver, or plugged in a monitor and wondered what your laptop is actually running, you’re in the right place. Laptops can show more than one GPU name, switch between chips on the fly, and hide details behind tidy labels. The fix is simple: check one tool that lists installed hardware, then one tool that shows what’s active.
This article gives you step-by-step checks for Windows, macOS, and Linux, plus a quick way to clear up the “my laptop shows two GPUs” confusion.
What counts as “the” graphics card in a laptop
Many laptops have two graphics options:
- Integrated GPU (iGPU): Built into the CPU package. It shares system memory (RAM) and saves power.
- Discrete GPU (dGPU): A separate chip from NVIDIA or AMD with its own video memory (VRAM). It draws more power and tends to handle games and 3D work better.
On a dual-GPU laptop, the system may show both chips because both exist. It may also switch which one is active based on battery status, app demand, or a setting. So “the graphics card” can mean two different things:
- The GPU hardware your laptop has installed.
- The GPU your laptop is using right now for a specific app.
You’ll get a clean answer by checking both: installed first, active second.
What Graphics Card Is My Laptop Using? Steps that work on any Windows laptop
Windows gives you a few built-in ways to identify the GPU. You don’t need extra apps, and you don’t need admin access for most of this.
Check Task Manager for the GPU name and live usage
- Press Ctrl + Shift + Esc to open Task Manager.
- If it opens in a small view, click More details.
- Go to the Performance tab.
- Click GPU 0 (and GPU 1 if it’s listed).
At the top right, Windows shows the GPU model name. You can also see dedicated GPU memory, shared GPU memory, and graphs for 3D and video tasks. The DirectX team explains where Task Manager pulls this data from in “GPUs in the Task Manager”.
Small gotcha: “GPU 0” is not always the faster chip. It’s just an index.
Use Device Manager to confirm the installed adapters
- Right-click the Start button.
- Choose Device Manager.
- Expand Display adapters.
You’ll see one or more adapter names. If your laptop has both an Intel/AMD integrated chip and an NVIDIA/AMD discrete chip, you’ll usually see both listed here even if one is asleep.
Use DxDiag when you want driver and DirectX details
- Press Win + R.
- Type dxdiag and press Enter.
- Open the Display tab (or tabs, if your laptop has more than one GPU).
Look for Name (the GPU model) and the driver section. If there are two display tabs, each tab often maps to a different GPU.
Find which GPU a specific app is using
Installed hardware is one thing. Active GPU per app is another. Here are two quick checks:
- Task Manager → Processes: Right-click the column headers and turn on GPU and GPU engine. You’ll see which GPU engine each app is tied to.
- Windows Graphics settings: Go to Settings → System → Display → Graphics, pick an app, then set it to power-saving (often iGPU) or high performance (often dGPU).
After you change an app preference, restart the app. Many programs choose a GPU at launch.
What to check on a MacBook or iMac
macOS shows the GPU name in a couple of places. If your Mac has graphics switching, you may see one GPU name while on battery and a different name while plugged in.
See the GPU in About This Mac
- Click the Apple menu ().
- Select About This Mac.
- Look for Graphics.
On many Macs, this line shows the active graphics processor at that moment. If your Mac lists two GPUs over time, that’s normal on models that switch.
Confirm installed GPUs in System Information
For a fuller list, open System Information (search with Spotlight), then select Graphics/Displays. You’ll see model names, VRAM (if present), and which displays are connected.
How to check your laptop GPU on Linux
On Linux, you can identify GPUs quickly in the terminal. You may see both an iGPU and a dGPU on dual-graphics laptops.
Terminal commands that show the GPU
- lspci:
lspci | grep -E "VGA|3D"lists graphics devices from PCI IDs. - inxi: If installed,
inxi -Gprints GPU and driver details in one view. - glxinfo: With Mesa tools installed,
glxinfo -Bshows the active OpenGL renderer string.
If you’re checking which GPU a game is using, run the game first, then run glxinfo -B in a terminal.
Table of the fastest ways to find your laptop GPU
Use this as a pick-your-path map. Start with the first row for your system, then use one cross-check row to confirm the model string.
| Platform and method | Where to click or run | What you get |
|---|---|---|
| Windows: Task Manager | Ctrl+Shift+Esc → Performance → GPU | GPU model name, live load, dedicated and shared memory |
| Windows: Device Manager | Start menu → Device Manager → Display adapters | Installed GPU list, handy for dual-GPU confirmation |
| Windows: DxDiag | Win+R → dxdiag → Display tab | GPU name, driver info, DirectX feature status |
| Windows: Per-app GPU choice | Settings → Display → Graphics | Preference per app (power-saving vs high performance) |
| macOS: About This Mac | menu → About This Mac → Graphics | GPU shown, often the one active at that moment |
| macOS: System Information | Spotlight → System Information → Graphics/Displays | Installed GPUs, VRAM, and display connection details |
| Linux: lspci | Terminal → lspci | grep -E “VGA|3D” | Hardware device names straight from PCI IDs |
| Linux: glxinfo | Terminal → glxinfo -B | Active renderer string (what’s rendering right now) |
How to read the GPU name so you know what you have
A GPU name can look like alphabet soup. Break it into three parts: maker, family, and suffix.
Maker and family
- Intel UHD and Iris Xe usually mean integrated graphics.
- AMD Radeon Graphics can mean integrated graphics on many Ryzen laptops.
- NVIDIA GeForce GTX/RTX and AMD Radeon RX usually mean discrete graphics.
This is a pattern, not a law. Cross-check by looking for dedicated memory in Task Manager or System Information.
Suffixes that change what you’re buying
These little tags can matter when you compare laptops:
- “Laptop GPU” in an NVIDIA name can mean a mobile variant, not a desktop card.
- “Ti” and “Super” labels often mark a higher tier inside the same family.
- AMD “M” labels on older GPUs often mean a mobile variant.
When you write the GPU down, copy the full string as shown.
What “shared GPU memory” means
Windows may show two memory numbers: dedicated and shared. Shared memory is borrowed from your system RAM. That can be normal even on discrete GPUs, since Windows can spill into shared memory when a workload asks for more than the dedicated pool.
Which graphics card is in my laptop during games and 3D apps
Dual-GPU laptops are common because they balance battery life and performance. The iGPU handles light desktop work, and the dGPU wakes up for heavier 3D tasks.
Common signs the active GPU changed
- Fans spin up and the laptop warms up when a game starts.
- Frame rate jumps when you plug in the charger.
- Task Manager shows load on one GPU while the other stays near idle.
Ways to confirm the active GPU right now
- Windows: Task Manager’s GPU engine column in the Processes tab.
- macOS: Check About This Mac while the app is running, then check again after you quit.
- Linux: Run
glxinfo -Bwhile the app is open and read the renderer line.
If you’re checking for a game, open the game first, then check. Idle checks can mislead you, since the dGPU may sleep when nothing needs it.
Common mismatch problems and quick fixes
Sometimes one screen shows a GPU model, another shows something else. Use this table to narrow it down.
| What you see | Likely reason | What to try next |
|---|---|---|
| Task Manager shows only the iGPU | dGPU is asleep or switching is active | Open a 3D app, then recheck; plug in power if your laptop slows down on battery |
| “Microsoft Basic Display Adapter” appears | GPU driver missing or failed to load | Install the proper driver from your laptop maker or GPU maker, then reboot |
| Game runs on the iGPU | App preference set to power-saving | Windows Settings → Graphics → set the game to high performance, then relaunch |
| External monitor feels laggy | Port wiring limits the path to the display | Try a different port; check your model’s manual for which ports link to which GPU |
| GPU name differs between tools | One tool shows installed hardware, another shows the active renderer | Use Device Manager for installed GPUs, then use Task Manager or glxinfo for active GPU |
| VRAM number looks “wrong” | Shared memory is being counted, or the tool shows max available | Check “Dedicated GPU memory” in Task Manager and compare to the GPU spec sheet |
After you identify the GPU, what to record for later
Once you’ve found the GPU model, jot down three details. This saves you time the next time you install a game, update drivers, or compare laptops.
- Exact GPU name: Copy it as shown, including suffixes like “Laptop GPU” or “Max-Q.”
- Driver version: DxDiag on Windows and System Information on macOS can show this quickly.
- Dedicated memory amount: If you have a discrete GPU, note the dedicated number you see.
If you share specs with someone, give the full GPU string, not just “RTX” or “Radeon.” Small suffixes can point to a different chip or wattage tier.
Quick recap you can trust
To identify your laptop’s graphics card, start with a tool that lists installed hardware, then confirm what’s active with a live view. When both checks line up, you’ve got the answer.
References & Sources
- Microsoft DirectX Developer Blog.“GPUs in the Task Manager.”Describes how Windows Task Manager reports GPU engines and memory data.