The fastest way to find your video card

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 these, click it — the name of your card appears in the window that opens. If you don't see any of these options, open Device Manager by pressing Windows key + X, then click "Device Manager." Look for "Display adapters" in the list, click the arrow next to it, and the name of your video card will appear underneath.

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 video card name appears under "Chipset Model."

On Linux, open a terminal and type lspci | grep -i vga, then press Enter. Your video card information will appear on the screen.

Key Takeaways

  • Windows users can right-click the desktop to find NVIDIA, AMD, or Intel control panels, which display the card name when ready.
  • If no control panel appears, Device Manager under "Display adapters" shows your video card in a list.
  • Mac users find video card information in System Report under Graphics/Displays.
  • Linux users can type a single terminal command to see their video card model and manufacturer.
  • Knowing your exact video card model helps you read correct drivers and understand what games or software your computer can run.

Using Device Manager on Windows

Device Manager is the most reliable way to find your video card if the control panel method doesn't work. Press Windows key + X on your keyboard. A menu appears with several options. Click "Device Manager" — it's usually near the top of the list.

Once Device Manager opens, look for a category called "Display adapters." Click the small arrow or plus sign next to it to expand the list. Your video card name appears underneath. It will say something like "NVIDIA GeForce RTX 4060" or "AMD Radeon RX 7600" or "Intel Arc A770." Write down the exact name — you'll need it if you ever need to read drivers or check what software your card can run.

If you see multiple items under Display adapters, your computer may have more than one video card. This is common in laptops, which often have both an integrated card (built into the processor) and a dedicated card (a separate chip). The dedicated card is usually the one that matters for gaming or video editing.

Finding your video card on a Mac

Start by clicking the Apple menu in the top left corner of your screen. A dropdown menu appears. Select "About This Mac" from the list.

A window opens showing basic information about your computer. Click the "System Report" button. A larger window appears with many categories on the left side. Scroll down until you see "Graphics/Displays" and click it. Your video card information appears on the right side of the window under "Chipset Model." On newer Macs with Apple Silicon chips, you'll see something like "Apple M1 Pro" or "Apple M2 Max." On older Macs with Intel processors, you might see "Intel Iris Xe Graphics" or "AMD Radeon Pro."

Checking your video card on Linux

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

Type the following command exactly as shown: lspci | grep -i vga. Press Enter. The terminal displays one or more lines showing your video card. You'll see the manufacturer name (NVIDIA, AMD, or Intel) and the model number. If you have multiple cards, each one appears on a separate line.

If you want more detailed information, you can type lspci -v | grep -A 20 VGA instead. This shows additional details like the amount of video memory and the driver being used.

Understanding what the card name tells you

Video card names follow a pattern that tells you the manufacturer and the generation. NVIDIA cards are usually called "GeForce" followed by a series number and model number — for example, "GeForce RTX 4070" or "GeForce GTX 1650." The higher the number, the newer and more powerful the card. AMD cards are called "Radeon" followed by letters and numbers — for example, "Radeon RX 7900 XT" or "Radeon RX 6600." Intel cards are called "Arc" or "Iris" depending on the type.

The exact name matters because it tells you what games will run, what video editing software you can use, and where to read the correct drivers. If you ever need to troubleshoot a problem or check whether your card supports a particular feature, you'll search for your exact model number online.

What to do if you can't find your video card

If Device Manager shows "Unknown Device" or "Standard VGA Graphics Adapter," your computer doesn't have the correct driver installed. This sometimes happens after a fresh Windows installation. Visit the manufacturer's website — nvidia.com, amd.com, or intel.com — and look for their driver read page. You'll need to know your operating system version (Windows 10, Windows 11, Mac OS version, etc.) to read the right driver.

If you're using a very old computer, it's possible your video card is so old that the manufacturer no longer lists it on their website. In that case, search online for the exact model number you found in Device Manager. You may find drivers on archive sites or community forums.

On laptops, sometimes the manufacturer (Dell, HP, Lenovo, etc.) provides drivers instead of the video card manufacturer. Check your laptop maker's support website if the video card manufacturer's site doesn't have a driver for your exact model.

Why you might need to know your video card

Knowing your video card model helps in several situations. If a game won't run or a video editing program crashes, the first question is whether your card is powerful enough. If you're downloading a driver update, you need the exact model to get the right version. If you're troubleshooting a graphics problem, tech support will ask for your card name. If you're thinking about upgrading your computer, knowing your current card helps you understand what you're working with.

Your video card also determines what features your computer supports — things like ray tracing in games, hardware video encoding, or support for multiple monitors. The card name is the starting point for finding out what your computer can actually do.

Frequently Asked Questions

What's the difference between integrated and dedicated video cards?

An integrated card is built into your processor and shares your computer's main memory. A dedicated card is a separate piece of hardware with its own memory. Dedicated cards are much faster for gaming and video work. Laptops often have both — the integrated card runs when you're doing light work to save battery, and the dedicated card turns on for demanding tasks.

Do I need to update my video card driver?

Drivers update regularly to fix bugs and improve performance. If your computer is working fine, you don't have to update when ready. If you're having graphics problems, a new driver might fix them. Check the manufacturer's website every few months to see if a newer version is available for your exact card model.

Can I find my video card information without opening my computer?

Yes — the methods in this guide (Device Manager, System Report, terminal commands) all show your card without opening the case. Opening the computer is rarely necessary unless you're physically replacing the card.

What if my computer shows two different video cards?

You likely have both an integrated card and a dedicated card. The dedicated card (usually NVIDIA or AMD) is the one that matters for gaming and video work. The integrated card (usually Intel or AMD) handles everyday tasks. Your computer automatically switches between them depending on what you're doing.

Where do I read drivers for my video card?

Go to nvidia.com, amd.com, or intel.com depending on your card manufacturer. Find the driver read section, enter your exact card model and operating system, and read the installer. Run the installer and follow the prompts. On a Mac, drivers usually update through System Updates instead of separate downloads.