Finding your GPU in Windows, Mac, or Linux
Your GPU (graphics processing unit) is the chip that handles images, video, and 3D graphics on your screen. The fastest way to find it depends on your operating system. On Windows, you can open Device Manager and look under Display adapters. On Mac, click the Apple menu, choose About This Mac, and select System Report — your GPU appears under Graphics. On Linux, open a terminal and type lspci | grep -i vga to see your graphics hardware listed by name.
Each method takes less than a minute and shows you the exact model of your graphics card. This matters because some programs, games, or video editing software need a certain GPU to run well, and knowing what you have tells you whether your machine can handle them.
Key Takeaways
- Windows users can find their GPU by opening Device Manager, right-clicking the Start button, and looking under Display adapters for the graphics card name.
- Mac users should go to Apple menu > About This Mac > System Report and find Graphics under the Hardware section.
- Linux users can type lspci | grep -i vga in a terminal to see the graphics card model and manufacturer.
- Your GPU model name tells you how much memory it has and how powerful it is, which determines what software will run smoothly.
- If you see "Microsoft Basic Display Adapter" on Windows, your computer is using built-in graphics rather than a dedicated graphics card.
Checking your GPU on Windows
Right-click the Start button in the bottom left corner and select Device Manager from the menu. A window will open showing different categories of hardware. Look for Display adapters and click the arrow next to it to expand the list. Your graphics card will be listed by name — it might say NVIDIA GeForce, AMD Radeon, or Intel Iris, followed by a model number.
If you see only "Microsoft Basic Display Adapter," your computer is using integrated graphics built into the processor rather than a separate graphics card. This is common on laptops and budget desktops. If you want more detail about your GPU, right-click the name and select Properties. A window shows the driver version and other technical information, though the model name in Device Manager is usually all you need.
Checking your GPU on Mac
Click the Apple menu in the top left corner and select About This Mac. A window appears showing your computer's basic information. Click the System Report button. A larger window opens with different categories on the left side. Click Graphics/Displays under the Hardware section. Your GPU appears in the main panel — you will see the name (like Apple M1, AMD Radeon Pro, or Intel Iris), the amount of memory it has, and sometimes the driver version.
Macs with Apple silicon chips (M1, M2, M3, and newer) have graphics built into the processor itself, so you will see the chip name rather than a separate card model. Older Macs with Intel processors or dedicated AMD cards will show the separate graphics card name instead. Either way, the information shown here is what you need to know about your GPU.
Checking your GPU on Linux
Open a terminal window. Type the command lspci | grep -i vga and press Enter. The terminal will display your graphics card by manufacturer and model — for example, "NVIDIA Corporation GM204 [GeForce GTX 970]" or "Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 [Radeon RX 5700 XT]." This command searches your hardware list for graphics devices and shows the exact model your system detected.
If you want more detailed information, you can also type glxinfo | grep "OpenGL renderer" to see how your GPU identifies itself to graphics programs. Different Linux distributions may show slightly different output, but both commands work on most systems and give you the information you need to understand your graphics hardware.
Understanding what the GPU name tells you
GPU names follow a pattern that tells you roughly how powerful the card is. NVIDIA cards use names like GeForce GTX 1660, RTX 3060, or RTX 4090 — the bigger the number, the more powerful. AMD cards use names like Radeon RX 6600, RX 6700, or RX 7900 — again, higher numbers mean more power. Intel integrated graphics use names like Intel Iris Xe or Intel UHD Graphics 630.
The number in the name matters because it tells you what software will run smoothly on your machine. A game or video editing program might require "RTX 2060 or better" or "Radeon RX 5700 or better" — knowing your exact model lets you check whether you meet that requirement. The GPU name also tells you how much memory it has, which you can usually find by searching the model number online if it is not shown in your system information.
What to do if you cannot find your GPU
If Device Manager on Windows shows no graphics card at all, or if your GPU name looks generic like "Standard VGA Graphics Adapter," your graphics driver may not be installed or may be outdated. Drivers are software that let your operating system talk to your hardware. You can read the correct driver from NVIDIA, AMD, or Intel by searching for your GPU model on their support website.
On Mac, if System Report shows no graphics information, restart your computer and try again — sometimes the information does not load on the first check. On Linux, if the terminal command shows nothing, your system may not have graphics hardware detected, which is rare but can happen on very old or minimal installations. In all cases, restarting your computer is the first step to try.
Why you might need to know your GPU
Software makers list GPU requirements because graphics cards vary widely in power. A video game might need a certain GPU to run at playable speeds. Video editing software like Adobe Premiere or DaVinci Resolve may require a dedicated graphics card to work smoothly. Some machine learning programs use the GPU to speed up calculations. Knowing your GPU model lets you check whether your computer can handle the software you want to use before you install it.
Your GPU also affects how many monitors you can connect, how fast your screen refreshes, and how smoothly video plays. If your computer feels slow when watching video or playing games, knowing your GPU helps you understand whether the problem is your graphics hardware or something else like your processor or memory.
Frequently Asked Questions
What is the difference between integrated and dedicated graphics?
Integrated graphics are built into your processor and share your computer's main memory. Dedicated graphics cards have their own memory and processor, so they are faster but cost more. Most laptops use integrated graphics. Gaming computers and workstations often have dedicated cards. Both show up in Device Manager or System Report the same way — the name tells you which type you have.
Can I upgrade my GPU?
On desktop computers, yes — you can usually buy a new graphics card and install it in an empty slot. On laptops, integrated graphics cannot be upgraded because they are part of the processor. Some laptops have dedicated cards that can be replaced, but this is rare and requires opening the laptop. Check your computer's manual or search your exact model online to see if upgrades are possible.
Why does my GPU name include numbers like GTX 1660 or RX 6700?
The numbers indicate the generation and power level of the card. Higher numbers are newer and more powerful. The first digit usually shows the generation (GTX 10-series, 20-series, 30-series, etc.), and the remaining digits show the tier within that generation. This naming helps you compare cards — a GTX 1080 is more powerful than a GTX 1660, and an RTX 4090 is more powerful than an RTX 4070.
What if my computer shows two graphics cards?
Some computers have both integrated graphics and a dedicated card. Windows or Mac may use one or the other depending on what you are doing — integrated graphics for everyday tasks to save power, and the dedicated card for demanding programs. Both will appear in Device Manager or System Report. The dedicated card is the one that matters for gaming or video work.
How much GPU memory do I need?
For everyday use like web browsing and video watching, 2 GB is enough. For gaming or video editing, 4 GB is a reasonable minimum, though 6 GB or 8 GB is better for newer games or 4K video. Professional work may need 12 GB or more. You can usually find your GPU's memory amount by searching the model number online, or it may appear in your system information window.