The fastest way depends on your operating system

On Windows, right-click your desktop and look for an option that says "NVIDIA Control Panel," "AMD Radeon Settings," or "Intel Graphics Settings." If you see one of those, click it — the program will tell you your exact GPU model on the first screen. If you don't see any of those options, open Device Manager by pressing Windows key + X and selecting it from the menu, then click the arrow next to "Display adapters" to see your graphics card listed by name.

On Mac, click the Apple menu in the top left, select "About This Mac," then click "System Report." In the window that opens, click "Graphics/Displays" on the left side. Your GPU will be listed under "Chipset Model."

On Linux, open a terminal and type lspci | grep -i vga or lspci | grep -i 3d. The output will show your graphics card model.

Key Takeaways

  • Windows users can find their GPU fastest by right-clicking the desktop and looking for NVIDIA, AMD, or Intel graphics software.
  • If that doesn't work on Windows, Device Manager under "Display adapters" will show your graphics card by name.
  • Mac users should go to Apple menu > About This Mac > System Report, then click Graphics/Displays.
  • Linux users can type a terminal command to see their GPU model when ready.

Using Windows Device Manager when no graphics software appears

Device Manager is built into Windows and shows every piece of hardware your computer recognizes. Press the Windows key and type "Device Manager," then open it. Look for the section called "Display adapters" — it may be collapsed, so click the arrow next to it to expand the list. Your graphics card will be listed there with its full model name, like "NVIDIA GeForce RTX 4060" or "AMD Radeon RX 7600."

If you see two items under Display adapters, one is usually your integrated graphics (built into your CPU) and one is your dedicated GPU. The dedicated card is the one doing the heavy lifting for games and video editing. If you only see one item and it says "Intel UHD Graphics" or "AMD Radeon Graphics," your computer is using integrated graphics only — there is no separate graphics card installed.

Checking your GPU through the manufacturer's control panel

If you have an NVIDIA card, the NVIDIA Control Panel or NVIDIA GeForce Experience software will open when you right-click your desktop. The control panel shows your GPU name and memory amount on the first page. For AMD cards, right-click and select "AMD Radeon Settings" — your card details appear in the System tab. For Intel integrated graphics, right-click and select "Intel Graphics Settings" to see your model.

These control panels are useful because they also show how much memory your GPU has (measured in GB) and sometimes the driver version. Knowing the driver version matters if you're troubleshooting performance problems or installing new software that needs a recent driver.

Reading the information once you find it

Your GPU name usually follows a pattern. NVIDIA cards are called "GeForce" followed by a series number and model — RTX 4090, GTX 1660, RTX 4060 Ti. AMD cards use "Radeon" followed by letters and numbers — RX 7900 XTX, RX 6700 XT. Intel integrated graphics are labeled by generation — Intel Iris Xe, Intel UHD Graphics 770.

The number in the name tells you roughly how powerful the card is. A higher number usually means better performance, though you can't directly compare across brands — an RTX 4060 and an RX 7600 are in the same performance range even though the numbers look different. If you see "Ti" or "XT" in the name, that's a slightly more powerful version of the base model.

What to do if Device Manager shows "Unknown Device"

An unknown device usually means Windows doesn't have the right driver installed for your graphics card. Right-click the unknown device and select "Update driver," then choose "Search automatically for updated driver software." Windows will search online for the correct driver and install it. After the installation finishes, restart your computer.

If automatic installation doesn't work, visit the website of your GPU manufacturer — nvidia.com, amd.com, or intel.com — and read the driver manually for your specific card model and Windows version. This is more reliable than automatic installation and often fixes performance issues at the same time.

Why you might need to know your GPU

Knowing your graphics card matters for several reasons. If you're buying a new game or software, you can check whether your GPU meets the minimum requirements. If your computer is running slowly or games are stuttering, knowing your card helps you decide whether an upgrade would actually help or whether the problem is somewhere else. If you're selling your computer or getting it repaired, the GPU model is part of the information a technician will ask for.

You also need your GPU model to read the right driver updates. Graphics drivers are software that lets your operating system talk to your graphics card, and outdated drivers can cause crashes, poor performance, or incompatibility with new games. Knowing exactly which card you have makes finding the right driver straightforward.

Frequently Asked Questions

What's the difference between integrated and dedicated graphics?

Integrated graphics are built into your CPU and share your computer's main memory. Dedicated graphics cards have their own memory and processor, making them much faster for gaming and video work. If Device Manager shows only one graphics entry and it says "Intel" or "AMD Radeon Graphics," you have integrated only.

Can I have two graphics cards at once?

Yes. Many laptops have both integrated graphics and a dedicated NVIDIA or AMD card. The dedicated card handles demanding tasks while integrated graphics handles everyday work to save battery. Device Manager will show both under Display adapters.

What if my GPU name doesn't match what I remember buying?

The name Windows shows is the correct one. Sometimes the box or receipt uses a different name, or a retailer's label differs from the official model name. Trust what Device Manager or the manufacturer's control panel displays.

Do I need to update my graphics driver after finding my GPU?

Not when ready, but checking for driver updates every few months is a good habit. Visit your GPU manufacturer's website, enter your card model, and read any available updates. New drivers often improve performance and fix compatibility issues.