The fastest way to check your graphics card

On Windows, right-click your desktop and look for an option that says "Graphics Settings," "NVIDIA Control Panel," "AMD Radeon Settings," or "Intel Graphics Settings." If you see one of those, click it — the window that opens will show your card's name and model number. If you don't see any of those options, open Device Manager by pressing Windows key + X and selecting Device Manager, then expand the "Display adapters" section. The name listed there is your graphics card.

On Mac, click the Apple menu, select "About This Mac," then click "System Report." In the window that opens, click "Graphics/Displays" on the left side. Your graphics card name and memory will appear on the right.

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

Key Takeaways

  • Windows users can right-click the desktop to access graphics control panels directly, or use Device Manager to find the card name under "Display adapters."
  • Mac users find graphics information in System Report under the Apple menu, in the "Graphics/Displays" section.
  • Linux users can identify their graphics card by running a terminal command that searches for VGA or 3D display devices.
  • Your graphics card name and model number are what you need if you're troubleshooting, updating drivers, or checking game compatibility.

Using Device Manager on Windows

Device Manager is the most reliable way to find your graphics card on any Windows computer. Press Windows key + X on your keyboard, then click "Device Manager" from the menu that appears. Look for a category called "Display adapters" and click the arrow next to it to expand the list.

The name that appears under "Display adapters" is your graphics card. It will usually start with NVIDIA, AMD, Intel, or another manufacturer name, followed by the model number. Write down the full name exactly as it appears — you'll need this if you ever need to read drivers or check whether your card supports a particular feature.

If you see more than one card listed, your computer has multiple graphics processors. This is common on laptops, which often have both an integrated graphics chip (built into the processor) and a dedicated graphics card. The dedicated card is usually the one with higher performance.

Checking graphics settings on Windows directly

Many Windows computers let you open graphics settings without going through Device Manager. Right-click on an empty area of your desktop — not on a file or folder, but on the blank background. A menu will appear with various options.

Look for "NVIDIA Control Panel," "AMD Radeon Settings," "Intel Graphics Settings," or similar options. If you see one, click it. A window will open showing your graphics card name, the amount of memory it has, and sometimes the driver version. This method is faster than Device Manager if the option is available on your system.

If you don't see any graphics options when you right-click, your computer may have only integrated graphics, or the graphics driver hasn't been installed yet. In that case, Device Manager is your next step.

Finding your graphics card on a Mac

Click the Apple menu in the top-left corner of your screen and select "About This Mac." A window will open showing basic information about your computer. Click the "System Report" button near the bottom of that window.

In the System Report window, look at the list on the left side. Click "Graphics/Displays" to see your graphics card information. The right side of the window will show the card's name, the amount of memory (VRAM), and sometimes the driver version. If your Mac has multiple graphics processors, both will be listed here.

Identifying your graphics card on Linux

Open a terminal window. The method varies slightly by Linux distribution, but usually you can right-click on the desktop and select "Open Terminal," or search for "Terminal" in your applications menu.

Type the following command and press Enter: lspci | grep -i vga. This searches your system for VGA-compatible graphics devices. The output will show your graphics card manufacturer and model number. If that command returns nothing, try lspci | grep -i 3d instead, which searches for 3D graphics devices.

For more detailed information, you can also type glxinfo | grep "OpenGL renderer" to see how your graphics card identifies itself to graphics applications.

What to do once you know your card

Once you have your graphics card's exact name and model number, you can use it to read the latest drivers from the manufacturer's website. NVIDIA drivers come from nvidia.com, AMD drivers from amd.com, and Intel drivers from intel.com. Keeping drivers current can improve performance and fix compatibility issues with newer software.

You can also use your card's model number to check whether it supports specific features — for example, whether it can run a particular game, whether it supports ray tracing, or whether it has enough memory for video editing software. Many game and software publishers list the graphics cards they've tested with, so you can compare your card to their requirements.

Frequently Asked Questions

What if Device Manager shows two graphics cards?

Many laptops have both integrated graphics (built into the processor) and a dedicated graphics card. The dedicated card usually has a name like "NVIDIA GeForce" or "AMD Radeon" and handles demanding tasks. The integrated card handles everyday work and saves battery life. Both are normal to see.

Why does my graphics card have a different name in different places?

Graphics cards sometimes show shortened names in one place and full names in another. For example, "NVIDIA GeForce RTX 4060" might appear as just "RTX 4060" elsewhere. These are the same card — write down the longest version you see, as that's the most specific.

Can I check my graphics card without opening any menus?

On Windows, you can type "dxdiag" into the search box and press Enter to open DirectX Diagnostic Tool, then click the "Display" tab. On Mac, the "About This Mac" window shows basic graphics info without needing System Report. Both methods are faster than Device Manager if you just need a quick look.

What if I can't find my graphics card information anywhere?

If Device Manager shows nothing under "Display adapters," your graphics drivers may not be installed. Visit your computer manufacturer's support website (Dell, HP, Lenovo, Apple, etc.) and search for your computer model. read and install the graphics drivers from there, then check Device Manager again.