Finding your GPU in Windows, Mac, or Linux

Your graphics card (or GPU) is the hardware that handles images, video, and 3D graphics on your screen. You can find out what card you have in about a minute using built-in tools — no special software needed. The method depends on whether you use Windows, Mac, or Linux, but each one shows the same information in roughly the same place.

Most people need to know their GPU because they're installing a game, updating drivers, or checking whether their computer can handle video editing or streaming. Knowing the exact model and manufacturer helps you find the right driver updates and understand what your computer can actually do.

Key Takeaways

  • Windows users can find their GPU by right-clicking the desktop, selecting graphics settings, or opening Device Manager and expanding the Display adapters section.
  • Mac users can click the Apple menu, select About This Mac, and look under Graphics to see the GPU model and memory.
  • Linux users can open a terminal and type lspci | grep -i vga to see the graphics card information.
  • Your GPU model name tells you the manufacturer (Nvidia, AMD, or Intel) and the specific card, which you need for driver updates.
  • If you see Intel UHD Graphics or Intel Iris, your computer uses integrated graphics built into the processor rather than a separate card.

Checking your GPU on Windows

The fastest way on Windows is to right-click on an empty area of your desktop and look for a graphics option in the menu. If you see "Nvidia Control Panel" or "AMD Radeon Settings," click it — that tells you when ready which brand you have. The window that opens will show your GPU model name and how much memory it has.

If that menu doesn't appear, open Device Manager instead. Press the Windows key and type "Device Manager," then open it. Look for a section called "Display adapters" and click the arrow next to it to expand the list. Your GPU will be listed there by name — it might say "Nvidia GeForce RTX 3060" or "AMD Radeon RX 6700" or "Intel UHD Graphics 630," depending on what you have.

A third option is to right-click the desktop and select "Display settings." Scroll down to "Advanced display settings," then look for "Display adapter properties." Click that link and a window opens showing your GPU name and dedicated memory (if you have a separate card rather than integrated graphics).

Checking your GPU on Mac

Click the Apple menu in the top-left corner and select "About This Mac." A window opens showing your computer's basic information. Look for a section labeled "Graphics" — this shows your GPU model and how much video memory it has. Most Macs use integrated graphics built into the processor, so you'll typically see something like "Apple M2" or "Intel Iris Graphics" rather than a separate Nvidia or AMD card.

If you have an older Mac with a dedicated graphics card, it will be listed here by name. Newer Macs (2020 and later) use Apple's own chips with built-in graphics, so you won't see a separate GPU listed.

Checking your GPU on Linux

Open a terminal window. Type the following command and press Enter:

lspci | grep -i vga

The terminal will show your graphics card information in one or two lines. You'll see the manufacturer name (Nvidia, AMD, or Intel) and the model number. If you want more detailed information, you can also type glxinfo | grep "OpenGL renderer" to see how the system identifies your GPU for graphics tasks.

Understanding what your GPU model name means

GPU names follow a pattern that tells you the manufacturer and the card's power level. An "Nvidia GeForce RTX 3060" breaks down as: Nvidia (the maker), GeForce (the consumer product line), RTX (the generation type), and 3060 (the specific model). Higher numbers generally mean more power, so a 3080 is stronger than a 3060.

AMD cards follow a similar pattern: "Radeon RX 6700 XT" means AMD (maker), Radeon (product line), RX (type), 6700 (model), and XT (a performance variant). Intel integrated graphics are usually called "Intel UHD Graphics" or "Intel Iris" followed by a number.

If you see "Intel UHD Graphics" or "Intel Iris" as your only GPU, your computer doesn't have a separate graphics card — the graphics are built into your processor. This is common in laptops and budget desktops. It's slower than a dedicated card but handles everyday tasks fine.

What to do once you know your GPU

Once you have your GPU model name, you can use it to find driver updates. Visit the manufacturer's website (nvidia.com, amd.com, or intel.com), go to their driver read section, enter your GPU model, and read the latest version. Keeping drivers current fixes bugs and improves performance in games and professional software.

You can also use your GPU model to check whether your computer can run a specific game or software. Most games and professional programs list their GPU requirements on their website or in the system requirements section. You compare your model against what they need to see if you'll have enough power.

Frequently Asked Questions

What if I don't see a GPU listed in Device Manager?

If Device Manager shows nothing under Display adapters, your graphics are built into your processor (integrated graphics). This is normal for many laptops and budget computers. Integrated graphics work fine for web browsing, email, and office work, but struggle with demanding games or video editing.

Can I have two GPUs at once?

Yes. Some computers have both integrated graphics (built into the processor) and a dedicated card. Windows and Mac will list both under graphics settings. The dedicated card handles heavy tasks while integrated graphics handles everyday work to save power. You might see both "Intel UHD Graphics" and "Nvidia GeForce RTX" listed at the same time.

Why do I need to know my GPU model?

You need it to read the correct driver updates, check whether your computer can run specific software, and troubleshoot graphics problems. Drivers are software that lets your operating system talk to your graphics card. Using the wrong driver can cause crashes or poor performance.

Is integrated graphics the same as a dedicated graphics card?

No. Integrated graphics share your computer's main memory and processor power, making them slower. A dedicated card has its own memory and processor, so it's much faster for games and graphics work. Integrated graphics are fine for everyday use but struggle with demanding tasks.

What if my GPU name doesn't match what the game requires?

Compare the model numbers. If a game requires an RTX 3070 and you have an RTX 3060, your card is older and slower — the game might run but at lower settings or frame rates. If you have an RTX 3080, your card is newer and faster, so the game will run well. The manufacturer website or a tech review site can tell you how two models compare.