The fastest way to find your graphics card

Your graphics card is the hardware that handles images and video on your screen. On Windows, the quickest route is to right-click on your desktop, look for an option like "NVIDIA Control Panel" or "AMD Radeon Settings," and open it — the card name and memory appear in the main window. If that menu does not show up, open Device Manager by typing it into your Windows search bar, expand "Display adapters," and read the name listed there. On Mac, click the Apple menu, select "About This Mac," go to the "Graphics" tab, and you will see the card name and memory. On Linux, open a terminal and type lspci | grep -i vga to see your graphics hardware listed by name.

If you need the exact driver version or more technical details, the method changes slightly depending on your operating system and card manufacturer. The sections below walk through each path so you can find not just the card name, but the information you actually need.

Key Takeaways

  • On Windows, right-click your desktop and look for NVIDIA or AMD control panels, or open Device Manager and expand "Display adapters."
  • On Mac, go to Apple menu > About This Mac > Graphics to see your card name and memory in one place.
  • On Linux, open a terminal and run lspci | grep -i vga to list your graphics hardware.
  • If you need the driver version, Windows Device Manager shows it under the card's properties, and Mac shows it in System Report.
  • Integrated graphics (built into your CPU) appear the same way as dedicated cards but use system RAM instead of their own memory.

Finding your graphics card on Windows

The easiest method on Windows is to check if your card manufacturer has a control panel on your desktop. Right-click anywhere on your desktop background and look for "NVIDIA Control Panel," "AMD Radeon Settings," or "Intel Graphics Settings." If one of these appears, click it and the main window will show your card model and how much memory it has. This works because most graphics card drivers install these panels automatically.

If you do not see a control panel option, open Device Manager instead. Press the Windows key, type "Device Manager," and press Enter. Look for a section called "Display adapters" and click the arrow next to it to expand the list. Your graphics card will be named there — it might say "NVIDIA GeForce RTX 4060" or "AMD Radeon RX 7600" or "Intel Iris Xe Graphics," depending on what you have. Right-click the card name and select "Properties" to see the driver version, which appears under the "Driver" tab.

If Device Manager shows "Unknown device" or a card with a yellow warning triangle, your graphics drivers may not be installed. You can find the correct driver by visiting NVIDIA.com, AMD.com, or Intel.com, entering your card model, and downloading the latest driver for your Windows version.

Finding your graphics card on Mac

On Mac, the information is built into the system settings. Click the Apple menu in the top-left corner, select "About This Mac," and then click the "Graphics" tab. You will see the card name (such as "Apple M2" or "AMD Radeon Pro") and the amount of memory it has. This is the fastest way to get the core information.

If you need more detail, click "System Report" instead of closing the window. This opens a more detailed view where you can see the driver version, the card's bus type, and whether it is a dedicated card or integrated graphics. For most people, the Graphics tab alone is enough — it tells you what you have and how much memory is available to it.

Finding your graphics card on Linux

On Linux, you will use the terminal to list your hardware. Open a terminal window (usually by pressing Ctrl+Alt+T or searching for "Terminal" in your applications menu) and type the following command:

lspci | grep -i vga

Press Enter, and the terminal will show your graphics card by name and manufacturer. You might see something like "NVIDIA Corporation GP104 [GeForce GTX 1080]" or "Advanced Micro Devices [AMD/ATI] Navi 22 [Radeon RX 6700]." If you want more detail, you can run glxinfo | grep "OpenGL renderer" to see how the system recognizes the card for graphics tasks, or nvidia-smi (for NVIDIA cards only) to see memory usage and driver version in real time.

Understanding integrated versus dedicated graphics

Your computer may have integrated graphics, which means the graphics processor is built into your CPU and shares your system RAM. It may have a dedicated graphics card, which is a separate piece of hardware with its own memory. Both will appear in Device Manager, About This Mac, or lspci the same way — the difference is in the name and how much memory is listed.

Integrated graphics usually have names like "Intel UHD Graphics 630" or "AMD Radeon Vega" (on Ryzen CPUs). Dedicated cards have names like "NVIDIA GeForce RTX 4070" or "AMD Radeon RX 7900 XT." If your computer has both, Device Manager and lspci will list both — the dedicated card is the one you use for gaming or video editing, while integrated graphics handles everyday tasks like web browsing when the dedicated card is not needed.

What to do if your graphics card does not appear

If Device Manager shows no graphics card, or shows only "Standard VGA Graphics Adapter," your drivers are not installed. This usually happens after a fresh Windows installation or after a major system update. Visit the manufacturer's website (NVIDIA.com, AMD.com, or Intel.com), find the driver read page, enter your card model and Windows version, and read the latest driver. Run the installer and restart your computer.

If you do not know your card model, you can find it by opening Device Manager, right-clicking on "Standard VGA Graphics Adapter," selecting "Properties," and checking the "Details" tab. Look for "Hardware IDs" — this code identifies your card even without drivers installed. You can search this code on the manufacturer's website to find the correct driver.

On Mac or Linux, missing graphics information is rare because these systems usually detect hardware automatically. If you see nothing, restart your computer first. If the problem persists on Linux, run sudo lshw -C display to see if the hardware is detected at all.

Why you might need this information

Knowing your graphics card model and memory helps you understand whether your computer can run specific games, video editing software, or 3D applications. It also tells you which driver version you have, which matters if you are experiencing display problems or want to update to the latest version for performance improvements. If you are troubleshooting a graphics issue, support staff will ask for this information first.

The memory amount (usually 2 GB to 24 GB on modern cards) determines how much data the card can hold at once. More memory helps with high-resolution gaming, working with large video files, or running machine learning software. Knowing this number helps you decide whether an upgrade would help with the tasks you do.

Frequently Asked Questions

Can I have two graphics cards at the same time?

Yes, some computers have both integrated graphics (in the CPU) and a dedicated card. Device Manager, About This Mac, and lspci will list both. Your system usually uses the dedicated card for demanding tasks and the integrated card for everyday use to save power. You can check which one is active by looking at memory usage in the graphics control panel.

What if my graphics card name looks like a long string of numbers?

That is the hardware ID, which means your drivers are not installed. Search that number on the manufacturer's website (NVIDIA, AMD, or Intel) to find the correct driver for your card. Once you install the driver and restart, the card name will change to something readable like "GeForce RTX 4060" or "Radeon RX 7600."

Does the amount of graphics memory matter for everyday use?

For web browsing, email, and office work, even 2 GB is enough. Memory becomes important if you play games, edit video, or work with 3D models. If you do those tasks, 4 GB or more is better. Check your software's requirements to see what it recommends.

How do I know if my graphics drivers are up to date?

On Windows, right-click your graphics card in Device Manager and select Properties, then check the driver version under the Driver tab. Visit NVIDIA.com, AMD.com, or Intel.com, enter your card model, and compare the version number shown there to what you have. If the website shows a newer version, read and install it.

Can I upgrade my graphics card myself?

On a desktop computer, yes — you can remove the old card and install a new one if you have an available slot. On a laptop, usually no — the graphics hardware is soldered to the motherboard. If you are unsure, check your computer's manual or contact the manufacturer.