What’s My Graphics Card? | Find The Exact GPU Name

Your GPU name is listed in Windows Task Manager, macOS About, or Linux lspci, and it takes seconds to confirm.

You don’t need a download or a mystery scanner to figure out what graphics card you have. Your computer already knows the model name, the driver it’s using, and whether it’s running an integrated chip or a dedicated card.

This is handy when you’re checking game requirements, picking the right driver, troubleshooting crashes, or listing a PC for sale. It’s also the first detail support teams ask for.

What’s My Graphics Card? Checks By Device

If you want the fastest path, start with the method that shows the GPU name in plain text, then confirm it in a second spot. That avoids mix-ups when a laptop switches between two GPUs.

Windows 11 And Windows 10

Windows gives you several built-in ways to see your GPU model. These are the cleanest ones, in order of speed.

Task Manager

This is the quickest view for most people, and it also shows real-time GPU activity.

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Click Performance.
  3. Select GPU 0 (and GPU 1 if it appears).

You’ll see the GPU name at the top-right of the panel. If your PC has two GPUs, Windows labels them separately. On many laptops, GPU 0 is the integrated graphics and GPU 1 is the dedicated GPU, though the order can vary.

Device Manager

This is the simplest “list of hardware” view, and it’s useful when you suspect a driver issue.

  1. Right-click the Start button.
  2. Click Device Manager.
  3. Expand Display adapters.

The name shown here is the model Windows is detecting right now. If you see something generic like “Microsoft Basic Display Adapter,” Windows is running a fallback driver, not the full vendor driver.

DirectX Diagnostic Tool

DxDiag is a built-in report that also shows driver details. Microsoft’s steps for opening it are on their DirectX support page. DirectX Diagnostic Tool (DxDiag) instructions

  1. Open Windows search and type dxdiag, then run it.
  2. Open the Display tab (or Render on some systems).
  3. Read the Name field for the GPU model.

This is a solid double-check when Task Manager and Device Manager don’t match, or when a laptop is switching GPUs.

macOS

On a Mac, the GPU name is listed in the About screen and in System Report. If your Mac can switch between two GPUs, you may see more than one listed.

About This Mac

  1. Click the Apple menu.
  2. Select About This Mac (or About in System Settings, depending on macOS version).
  3. Look for the Graphics line.

This usually shows the GPU name in one line, like “Apple M2” or a Radeon/NVIDIA model on older Intel Macs.

System Report (System Information)

If you want the deepest detail, open System Report and check the Graphics/Displays section. Apple documents the path to System Report in their Mac help guide. System Report in macOS (System Information)

  1. Open System Settings.
  2. Go to General > About.
  3. Click System Report.
  4. In the left pane, open Graphics/Displays.

This view helps when you need VRAM details, display connections, or you’re sorting out which GPU is tied to which screen.

Why Two Places Can Show Two Different Names

It’s common to see different wording across tools. One app might show a marketing name, another might show a chip family, and a third might show a fallback driver name.

  • Laptops with hybrid graphics: You may have an integrated GPU and a dedicated GPU. Some tools show the one currently active.
  • Fallback drivers: After a fresh Windows install, you might see a generic adapter name until the vendor driver loads.
  • OEM naming: Some prebuilt systems show a slightly different label than retail cards, even when the underlying GPU is the same.

If you’re unsure, match the GPU name across two built-in tools. When two tools agree, you’ve got the right model.

Now that you’ve got the basics, the next section helps you interpret the name you found, especially when it includes letters, “Ti,” “XT,” “Max-Q,” or iGPU labels.

What You See What It Usually Means
NVIDIA GeForce RTX 4060 Dedicated NVIDIA GPU; “RTX” often points to newer feature support and modern drivers.
NVIDIA GeForce GTX 1660 Dedicated NVIDIA GPU from an earlier naming family; still common in many PCs.
AMD Radeon RX 7600 Dedicated AMD Radeon GPU; “RX” is common on gaming-focused cards.
AMD Radeon (Integrated) Integrated graphics on some AMD CPUs or APUs; shared memory is typical.
Intel Arc A750 Dedicated Intel GPU; Arc is Intel’s discrete graphics line.
Intel Iris Xe Graphics Integrated Intel graphics; performance depends heavily on CPU model and system memory.
Apple M1 / M2 / M3 Apple silicon GPU integrated into the chip package; cores vary by model.
Microsoft Basic Display Adapter Generic Windows driver in use; the system may need the vendor driver to show the real model.
“Laptop GPU” or “Max-Q” label Mobile variant; power limits and cooling design affect real-world speed.
Two GPUs listed (GPU 0 and GPU 1) Hybrid setup; one integrated and one dedicated GPU is the usual pairing.

Linux Methods That Work On Most Distros

On Linux, you can identify the GPU with built-in commands. You don’t need a desktop app, though many exist.

lspci

This command lists PCI devices and is often the fastest check.

  • Open Terminal and run: lspci | grep -E “VGA|3D”

You’ll get a line that includes the GPU vendor and model family. On systems with both integrated and dedicated graphics, you may see two entries.

lshw

If you want more detail, lshw can report the driver in use.

  • Run: sudo lshw -c video

Look for fields like product and configuration. The configuration line often lists the kernel driver.

glxinfo

If you have Mesa tools installed, glxinfo can show the renderer string. That’s useful when you want to know which GPU is actually being used by your desktop session.

  • Run: glxinfo | grep “OpenGL renderer”

On laptops, this can reveal whether your session is running on the integrated GPU even if a dedicated GPU is present.

Browser Checks When You Can’t Install Or Open Tools

If you’re on a locked-down work device or you’re helping someone remotely, a browser check can still reveal the GPU renderer string.

Most modern browsers expose graphics details through WebGL diagnostics pages or internal settings screens. The wording varies by browser version. The renderer string can be vague, so treat it as a clue, then confirm in the OS once you have access.

If it shows “ANGLE” or a generic adapter name, that can point to a fallback path, remote session limitations, or a driver that isn’t fully loaded.

Phones And Tablets

Mobile GPUs are usually listed as part of the system-on-chip (SoC). You’ll often see the GPU family name in device info screens, or in developer menus.

Android

Android varies by manufacturer. Many devices list GPU details under device information or developer menus.

  • Check Settings > About phone for chipset details.
  • If your device has a Developer options section, GPU rendering diagnostics may appear there.

If the settings screen doesn’t show the GPU name, the chipset name (like Snapdragon or Exynos) can still help you identify the GPU family, since many chip lines pair with consistent GPU series.

iPhone And iPad

Apple’s mobile GPUs are tied to the chip generation (A-series or M-series on iPad Pro). You’ll usually identify the chip model first, then match it to the device’s GPU configuration.

For many people, the practical answer is simply “A16 device” or “M2 iPad,” since app requirements are often written around chip families rather than standalone GPU names.

How To Read The GPU Name You Found

Once you have the model, the letters and suffixes tell you a lot about the card’s class and limits. You don’t need to memorize every generation. You just need to know what the name suggests.

Integrated Vs Dedicated

Integrated graphics share system memory and are built into the CPU package (or the Apple silicon chip). They can handle everyday tasks, 4K video playback on many systems, and lighter games.

Dedicated graphics have their own VRAM and are separate hardware. They’re built for heavier 3D loads, video editing pipelines, and high refresh-rate gaming.

VRAM Notes Without Guesswork

People often ask, “How much VRAM do I have?” Many tools show it, but it can be confusing on integrated GPUs since they borrow system memory.

  • On dedicated GPUs, VRAM is a fixed number (like 8 GB) tied to the card.
  • On integrated GPUs, “shared” memory may look huge, since it’s coming from system RAM.

If your goal is compatibility, focus on the GPU model first. Many game requirements list specific GPU models that map to real performance tiers.

Common Suffixes And What They Hint At

Suffixes vary by vendor, but they tend to follow a few patterns.

  • Ti (NVIDIA): A step-up variant in the same general family.
  • Super (NVIDIA): A refreshed model line within a generation.
  • XT (AMD): A higher-tier variant within the same RX line.
  • Mobile/laptop labels: Often tuned for heat and battery limits; performance can vary between laptop models with the same GPU name.

If you’re comparing two systems, treat suffixes as a clue, then check benchmarks for the exact model and power profile.

Device Type Fastest Built-In Check Best Second Check
Windows Desktop Task Manager > Performance > GPU Device Manager > Display adapters
Windows Laptop Task Manager (check GPU 0 and GPU 1) DxDiag Display tab
Mac (Apple silicon) About (Graphics line) System Report > Graphics/Displays
Mac (Intel with dual GPUs) About (lists active GPUs) System Report (maps displays to GPUs)
Linux Desktop lspci | grep VGA glxinfo renderer string
Linux Laptop lspci (may show both GPUs) lshw -c video (driver in use)
Locked-Down Work Device Browser renderer string Confirm later in OS tools
Android Phone Settings > About phone (chip info) Developer options (if available)
iPhone / iPad Identify chip model (A/M series) Match device generation to GPU class

If Your GPU Name Looks Wrong

When the GPU name seems off, the cause is usually simple: a fallback driver, a remote session, or a hybrid laptop using the other GPU at that moment.

Windows Shows “Microsoft Basic Display Adapter”

This label usually means Windows is using a generic driver. That can happen after a fresh install or a driver failure. You can still confirm the hardware by checking DxDiag and Device Manager, then installing the correct vendor driver through standard Windows driver workflows.

Your Laptop Has Two GPUs And Apps Pick The Wrong One

Some apps default to the integrated GPU to save power. If you’re testing performance, check the GPU activity in Task Manager while the app is running. If GPU 1 never shows activity, the app may be using GPU 0.

For a clean check, close the app, reopen it, then watch the GPU graphs. You’ll quickly see which GPU is taking the load.

Remote Desktop Or Virtual Machines

Remote sessions can hide the real GPU and show a virtual adapter. In that case, your best move is to run the GPU check directly on the machine, not through the remote display pipeline.

What To Share When Someone Asks For Your GPU

If you’re sending your GPU info to a game forum, a support ticket, or a buyer, send a short set of details that removes back-and-forth.

  • Exact GPU name (from Task Manager, About, or lspci)
  • Whether you have one GPU or two (common on laptops)
  • Operating system version (Windows 11, macOS version, Linux distro)

If you can also add the driver version from DxDiag or System Report, that helps when the issue smells like a driver mismatch.

One Last Check So You Don’t Get Tricked By Branding

It’s easy to confuse “graphics brand” with “graphics model.” A laptop listing might say “NVIDIA graphics,” while the actual GPU could be a wide range of models.

Use the built-in tools above to grab the exact model name. Once you have that, you can match it to game requirements, driver pages, and benchmark lists with confidence.

References & Sources