You can see your video card by opening system display or graphics tools and checking the GPU name, model, and memory details.
When you ask “How do I see my video card?”, you usually want a clear answer for one of three things: can this machine run a game or app, do I have the right driver, and is an upgrade worth it. The good news is that every major desktop and laptop platform has built-in tools that show your graphics card without extra software.
This guide walks through simple steps for Windows, macOS, and Linux, plus a quick way to tell which GPU is active on dual-graphics systems. You will see where the video card name lives, how much graphics memory you have, and what to do with that information once you find it.
What Seeing Your Video Card Actually Tells You
Finding your video card is not just a trivia check. That small line of text with a GPU name answers several real questions about performance, features, and future upgrades for your computer.
- Check Game And App Requirements — Match the video card name against game or software requirements so you know if your system falls short or meets the recommended level.
- Verify Drivers And Updates — Knowing the exact GPU model helps you grab the correct driver from NVIDIA, AMD, Intel, or your laptop maker.
- Diagnose Performance Problems — If a game stutters or a video editor feels slow, confirming which GPU is working can show whether the system uses integrated graphics instead of a stronger card.
- Plan Upgrades — On desktops, video card details tell you whether a newer GPU will fit your slot, power supply, and resolution needs.
Once you know where to read that GPU line, checking a new laptop, a second-hand tower, or a family computer takes only a minute.
How To See Your Video Card Details In Windows
Windows 10 and Windows 11 both include several ways to see your video card: Settings, Task Manager, Device Manager, and System Information. Microsoft also outlines these routes in its own Windows GPU check steps, and the methods below follow the same tools.
Method 1: Use Settings And Advanced Display
This path is friendly for newer Windows users and works on most recent laptops and desktops.
- Open Settings — Press the Windows key, type
Settings, then press Enter or click the Settings app. - Go To Display — In the left sidebar, choose
System, then in the right pane selectDisplay. - Open Advanced Display — Scroll down until you see
Advanced display, then select it. - Read The Display Information Line — Under
Display information, look for a line that includes your monitor and the phraseDisplay adapteror the GPU name itself. That text usually shows something like “NVIDIA GeForce RTX 3060” or “Intel UHD Graphics”. - Switch Displays If Needed — If your system has multiple screens or GPUs, use the display drop-down at the top of this page to switch and read the adapter for each one.
Method 2: Use Task Manager On Windows 10 And 11
Task Manager shows both the video card model and real-time usage, which is handy when you want to see which GPU is actually working.
- Open Task Manager — Right-click the taskbar and choose
Task Manager, or pressCtrl+Shift+Esc. - Switch To The Performance Tab — In compact view, click
More details, then pick thePerformancetab along the top. - Select GPU Entries — On the left side, look for
GPU 0,GPU 1, and so on. Each entry has the GPU name next to it, such as “GPU 0: Intel Iris Xe” or “GPU 1: NVIDIA GeForce RTX 4060”. - Check Which GPU Is Active — Watch the graphs for each GPU. The one with higher usage during a game or 3D app is usually the active video card.
Method 3: Use Device Manager Or System Information
Device Manager and System Information show more detail about the video card, such as driver version and exact hardware ID. Intel describes this route in its Windows graphics identification article, and the steps below mirror that flow.
- Open Device Manager — Press
Windows+Xand chooseDevice Managerfrom the menu. - Expand Display Adapters — In the Device Manager window, double-click
Display adapters. You should see one or more entries such as “Intel UHD Graphics” or “NVIDIA GeForce GTX 1650”. These are your video cards. - Open Properties For More Detail — Double-click a GPU entry to open its properties. The
Generaltab shows the basic name, whileDriverandDetailsreveal driver dates and hardware IDs. - Use System Information For A Full List — Press
Windows+R, typemsinfo32, and press Enter. In the left pane, expandComponentsand selectDisplay. The right pane lists each video card, memory, and driver data.
How To See Your Video Card On Mac
On a Mac, video card details live in About This Mac and in the System Information app. Apple describes this on its graphics processor help page, and you can follow the same steps on both Intel and Apple silicon models.
Method 1: Use About This Mac
- Open The Apple Menu — Click the Apple icon in the top-left corner of the screen.
- Choose About This Mac — Pick
About This Macfrom the menu. - Read The Graphics Line — In the window that appears, look for the line labeled
GraphicsorGraphics & Displays. You will see the GPU name, such as “Apple M2 Pro” (with built-in graphics) or “AMD Radeon Pro 560X”. - Click More Info On Newer macOS Versions — On newer releases, you may need to click
More InfoorSystem Reportto see detailed information, including display resolution and connected monitors.
On Apple silicon Macs, the graphics unit sits inside the main chip, so you will see the SoC name instead of a traditional separate video card. The principle is the same: that line still tells you how powerful the GPU is meant to be.
Method 2: Use System Information For Extra Detail
- Open System Information — Click the Apple icon, hold the Option key if needed, and choose
System Information. You can also search forSystem Informationin Spotlight. - Select Graphics/Displays — In the left sidebar, under
Hardware, selectGraphics/Displays. - Check GPU And Display Entries — The right pane lists each GPU, VRAM amount, and every connected display. On dual-GPU Macs, you will see both integrated and discrete entries here.
How To See Your Video Card On Linux
Linux distributions present hardware details in many ways, but the fastest method to see your video card is still the terminal. Utilities such as lspci and lshw list PCI devices and display controllers. Intel recommends commands based on these tools in its Linux graphics detection article.
Method 1: Use lspci To List PCI Display Devices
- Open A Terminal — Launch your distribution’s terminal emulator from the app menu or with the usual shortcut.
- Run lspci With A Filter — Enter
lspci | grep -E "VGA|3D|Display"and press Enter. Lines that mention “VGA compatible controller” or “3D controller” usually include the GPU vendor and model. - Read Vendor And Model — In the output, watch for names like “NVIDIA Corporation”, “Advanced Micro Devices”, or “Intel Corporation”, followed by the video card model string.
Method 2: Use lshw Or GUI Tools Where Available
- Install lshw If Needed — On many systems, you can install
lshwwith your package manager, such assudo apt install lshwon Debian-based distributions. - Run The Display Class Query — Use
sudo lshw -C displayto list display devices, including GPU names, bus info, and driver modules. - Use Desktop Info Apps — Desktop environments such as GNOME and KDE often ship system information tools that include a graphics entry under hardware tabs.
The commands might look technical at first, yet the key part is simple: scan the output for vendor names and the GPU model string. Once you spot that line, you know which video card you are dealing with.
Quick Reference Table For Checking Your Video Card
This table gives you a fast reminder of where to look on each platform when you need to see your video card in a hurry.
| Platform | Built-In Tool | Quick Path |
|---|---|---|
| Windows 10/11 | Settings / Task Manager | Settings > System > Display > Advanced display |
| Windows 10/11 | Device Manager / System Information | Windows + X > Device Manager > Display adapters |
| macOS | About This Mac | Apple menu > About This Mac > Graphics |
| macOS | System Information | Hardware > Graphics/Displays |
| Linux | Terminal Tools | lspci | grep -E "VGA|3D|Display" |
How To Check Which Video Card Is Active
Many laptops and some desktops ship with both integrated graphics and a dedicated video card. That setup saves power on light tasks and switches to a stronger GPU for games or 3D work. The trouble comes when the wrong GPU stays active, so it helps to confirm which one handles your workload.
Check Active GPU On Windows With Task Manager
- Open Task Manager Again — Use
Ctrl+Shift+Escto open Task Manager. - Start A Game Or GPU-Heavy App — Launch the app you care about, such as a game, video editor, or 3D tool, and keep it running in a window.
- Watch GPU Usage Graphs — On the
Performancetab, compare the usage forGPU 0,GPU 1, and any others. If the integrated GPU shows high usage while the dedicated card stays nearly idle, the app might not be using the stronger video card. - Adjust Graphics Preferences If Needed — In Windows Settings, under
System > Display > Graphics, you can assign a specific GPU for certain apps so that games use the dedicated video card when available.
Check Active GPU On Mac
macOS usually handles GPU switching automatically. Still, you can confirm which video card is in use.
- Use About This Mac During Load — Open a graphics-heavy app, then open
About This Mac. TheGraphicsline shows the GPU currently in use on many dual-GPU Intel models. - Use Activity Monitor’s Energy Tab — On some systems, the
Energytab in Activity Monitor includes a column that hints at whether an app triggers the discrete GPU.
Check Active GPU On Linux
- Use lspci And Driver Tools — Commands such as
lspcicombined with driver utilities (for example NVIDIA tools) show which GPU has active drivers. - Use Desktop Info Panels — Some desktop environments show the active GPU in their system information tools or specific graphics switcher applets when hybrid graphics packages are installed.
The exact steps for GPU switching differ between vendors and laptop models, yet the pattern stays the same: launch a heavy app, then read the activity graphs or system panels to see which video card responds.
What To Do After You Find Your Video Card
Knowing how to see your video card is only half the story. Once you have the GPU name and memory size, you can make smarter choices about software, upgrades, and daily use.
- Check Against Game And App Requirements — Visit the system requirements page for your game or creative app and compare the listed GPUs with your card’s name and VRAM amount.
- Download The Correct Driver — Go to the NVIDIA, AMD, Intel, or laptop-maker site, pick your GPU model, and install the latest stable driver that matches your operating system.
- Note VRAM For Future Purchases — Write down both the GPU model and VRAM figure so you can judge new games or tools without sitting in front of the PC.
- Plan Desktop Upgrades — On a desktop, confirm your motherboard slot type and power supply rating, then match that against the requirements of any new video card you want to buy.
- Take A Screenshot Of The GPU Info — Capture the Settings page, Task Manager GPU tab, or About This Mac window so you can share details quickly with friends, forums, or repair services.
Once these habits become normal, checking video card details turns into a quick routine before installing games, buying hardware, or troubleshooting performance problems.
Common Mistakes When Checking Your Video Card
Even experienced users sometimes misread system panels or grab the wrong detail. A few common missteps come up again and again, and avoiding them saves time.
- Confusing Integrated Graphics With Discrete GPUs — Many laptops list both Intel or AMD integrated graphics and a dedicated NVIDIA or AMD card. Make sure you know which one your game or app needs to use.
- Reading Monitor Names Instead Of GPU Names — Some panels show monitor model numbers right next to graphics information. Double-check that you are reading the video card entry, not the screen brand.
- Ignoring Driver Dates — A video card might have the right name yet run on an outdated driver. Check the driver tab or tool version, especially after a big game release or operating system upgrade.
- Assuming All Connectors Use The Same GPU — On desktops, different video outputs can connect to different GPUs. If a monitor plugs into the motherboard instead of the dedicated card, the system may use integrated graphics.
If you slow down for a moment when you read those system panels, you will avoid confusion and see your video card details for what they are: a clear snapshot of the graphics hardware under the hood.