The fastest way to check your graphics card

On Windows, right-click on 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 program will show your card's name and model number right away. If nothing appears when you right-click, use the Device Manager method below instead.

On Mac, click the Apple menu in the top left, select "About This Mac," then click "System Report." Look for "Graphics" in the left sidebar and click it. Your card's name will appear in the main window.

On Linux, open a terminal and type lspci | grep -i vga, then press Enter. Your graphics card will appear in the output.

Key Takeaways

  • Windows users can right-click the desktop and open a graphics control panel if one is installed, which shows the card name when ready.
  • If no control panel appears, use Device Manager by pressing Windows key + X, selecting Device Manager, and expanding "Display adapters."
  • Mac users find graphics information in System Report under the Apple menu, in the Graphics section.
  • Your graphics card's name and model number tell you what it is — you do not need to open the computer case.

Using Device Manager on Windows

If right-clicking the desktop did not show a graphics menu, Device Manager will. Press the Windows key and the letter X at the same time. A menu will appear. Click "Device Manager" — it is usually near the top.

In Device Manager, look for a category called "Display adapters" and click the arrow or plus sign next to it to expand it. Your graphics card's name will appear underneath. If you see two items listed — for example, "Intel UHD Graphics" and "NVIDIA GeForce GTX 1650" — you have two cards. Most laptops have both an integrated card (built into the processor) and a dedicated card (a separate chip). Games and heavy programs usually use the dedicated one.

Right-click the card name and select "Properties" if you want more details like the driver version or memory amount. The General tab shows basic information; the Driver tab shows when the driver was last updated.

What the card name actually tells you

Graphics card names follow a pattern that tells you roughly how powerful the card is. NVIDIA cards often have names like "GeForce GTX 1650" or "RTX 4060." The numbers matter: a 4060 is newer and faster than a 1650. AMD cards use names like "Radeon RX 6700" or "Radeon RX 7600." Intel integrated graphics are called "Intel UHD Graphics 630" or "Intel Iris Xe."

You do not need to memorize what each number means. The card name is useful because you can search it online to find out what games it can run, what resolution it supports, or whether it is old enough that driver updates have stopped. If you are troubleshooting a problem, the card name is the first thing support staff will ask for.

Finding your graphics card on a Mac

Click the Apple menu in the very top left corner of your screen. A dropdown will appear. Select "About This Mac." A window will open showing your computer's basic information.

In that window, click the button labeled "System Report." A larger window will open. On the left side, you will see a list of categories. Scroll down until you find "Graphics/Displays" and click it. Your graphics card information will appear on the right side of the window. Most Macs show "Integrated Graphics" because the graphics chip is built into the processor, not a separate card.

Checking graphics card information on Linux

Open a terminal window. The method depends on your desktop environment, but usually you can right-click the desktop and select "Open Terminal Here," or press Ctrl + Alt + T.

Type the following command exactly as shown: lspci | grep -i vga. Press Enter. A line of text will appear showing your graphics card. If you want more detail, type glxinfo | grep "OpenGL renderer" and press Enter instead. This shows what the system sees when running graphics programs.

Why you might have two graphics cards

Many laptops and some desktop computers have two graphics cards working at the same time. One is integrated graphics — a chip built into your processor that handles everyday tasks and uses very little power. The other is a dedicated graphics card — a separate piece of hardware designed for heavy graphics work. Your computer automatically switches between them depending on what you are doing.

When you check Device Manager or System Report, you might see both listed. This is normal. Games, video editing software, and 3D programs use the dedicated card. Web browsing and document editing use the integrated card. If you are having graphics problems with a specific program, the dedicated card is usually the one to focus on.

What to do with the information once you have it

Once you know your card's name, you can search it online to find out what it can do. Search "[card name] specs" to see memory amount, power requirements, and what resolution it supports. Search "[card name] games" to see lists of games and whether they will run on your card. Search "[card name] driver" to find the latest driver update from the manufacturer.

If you are troubleshooting a problem — a game that will not start, a video that will not play, or a program that is running slowly — knowing your card name lets you search for solutions specific to your hardware. Many problems are solved by updating the driver, which you can read from NVIDIA, AMD, or Intel's website using your card name.

Frequently Asked Questions

What if Device Manager shows "Unknown Device" or a question mark?

This usually means the driver is missing or corrupted. Right-click the unknown device and select "Update driver." Choose "Search automatically for updated driver software." Windows will search online and install the correct driver. Restart your computer after the installation finishes.

Can I upgrade my graphics card if I do not like the one I have?

On a desktop computer, yes — you can buy a new card and install it. On a laptop, usually no — the graphics chip is soldered to the motherboard and cannot be removed. Check your laptop's manual or search "[your laptop model] upgrade graphics card" to be sure.

Why does my card have a different name in Device Manager than online?

Device Manager sometimes shows a shortened or generic name. Right-click the card in Device Manager, select Properties, then click the Driver tab. The driver name is usually more specific. You can also search the exact name shown in Device Manager online — you will find the right card.

Do I need to know my graphics card to install a game?

Not to install it, but knowing your card helps you decide if the game will run well. Most games list minimum and recommended graphics cards on their store page. Search your card name on that page to see if it meets the requirements.

What if I have integrated graphics and a dedicated card but only one shows up?

Expand the "Display adapters" category fully in Device Manager — sometimes both cards are listed but one is hidden. If you still see only one, the other may be disabled in BIOS settings. This is usually not a problem; your computer will use whichever card it needs for the task.