Detect Graphics Card: How to Check GPU on PC

Muhib Nadeem / April 3, 2026 / 18 min read
Note: This article reflects technical best practices from the writer’s perspective and does not necessarily reflect the views of Hone.

Maybe you are trying to install the right driver. Maybe you bought a used PC and want to verify the hardware. Maybe a game is running terribly and you need to know whether Windows is even seeing the right GPU. Whatever the reason, guessing your graphics card from a sticker, a sales page, or a laptop model name is how people troubleshoot the wrong problem.

This guide shows how to detect graphics card on PC using built in Windows tools that actually exist today. You will learn how to check GPU in Task Manager, Device Manager, DirectX Diagnostic Tool, Advanced Display, System Information, and PowerShell, plus how to read systems that show two GPUs instead of one.

Windows Graphics Card Detection

How To Check What GPU You Have On PC

You do not need to open the case, install random third party scanners, or trust a vague store listing. Windows already gives you several real ways to detect your graphics card, and each method is good at something different.

  • Task Manager
  • Device Manager
  • dxdiag
  • Advanced Display
  • System Information
  • PowerShell
Fastest Answer
Device Manager For The Exact Adapter Name
Best Live View
Task Manager For Real GPU Usage And Memory Activity
Best Support Snapshot
dxdiag For Driver Details And A Text Report

Why Checking Your GPU The Right Way Matters

If all you want is the graphics card name, one method is enough. If you want to know which GPU is actually active, whether Windows is using a generic display driver, or why a laptop shows two different adapters, the answer gets more specific fast. That is where most short guides fall apart. They give you one screenshot, one path, and zero explanation for what you are actually looking at.

A good GPU check answers four different questions. What is the adapter name? Is Windows using the correct driver? Is the GPU actually active under load? Is this system using integrated graphics, discrete graphics, or both? Once you know those answers, it becomes much easier to troubleshoot FPS drops, figure out whether a simple temperature problem is dragging performance down, or decide if a light GPU undervolt is even worth your time.

Choose The Best Way To Check GPU On PC

You do not need to use every tool every time. Pick the method that matches what you are trying to confirm, then use the others only if you need more detail.

Choose The Fastest GPU Check For Your Goal

Tap a tab, then follow the exact Windows path shown below.

Best First Check

Device Manager

Fastest built in answer for the actual adapter name Windows has installed right now.

Exact Path
Right Click Start → Device Manager → Display Adapters
What You Get
  • The exact display adapter name or names Windows detects.
  • A quick way to spot a generic driver like Microsoft Basic Display Adapter.
  • The cleanest answer to “what graphics card do I have?”
Best For Monitoring

Task Manager

Best method when you want to see which GPU is actually doing work right now.

Exact Path
Right Click Start → Task Manager → Performance → GPU
What You Get
  • Live usage graphs for GPU 0, GPU 1, and other adapters if present.
  • Dedicated and shared memory activity.
  • A quick way to tell whether a game is using the GPU you expected.
Best For Support

DirectX Diagnostic Tool

Best built in method for driver model, adapter name, DirectX context, and shareable text output.

Exact Path
Search dxdiag → Open DirectX Diagnostic Tool → Check Display Tab Or Tabs
What You Get
  • The adapter name shown next to Name in the device area.
  • Driver model details that help explain missing GPU monitoring.
  • A Save All Information button for a plain text report.
Best For Multi Monitor Setups

Advanced Display

Use this when you need to know which adapter is tied to a specific display, dock, or refresh setup.

Exact Path
Start → Settings → System → Display → Advanced Display
What You Get
  • Display information for the selected monitor.
  • Current resolution and refresh rate.
  • Quick access to Display Adapter Properties for that display.

How To Check GPU In Task Manager

If you want the fastest live answer, start here. Task Manager is the best way to check which GPU is actually active while a game, browser, editor, or render app is running. That makes it more useful than a static hardware list when you are trying to confirm real usage instead of just installed hardware.

Open it by right clicking Start and selecting Task Manager. You can also press Ctrl + Shift + Esc. On Windows 11, select Performance from the left pane, then click GPU. On Windows 10, open the Performance tab at the top, then select GPU.

Task Manager GPU Check

Best For Live Activity
1
Open Task Manager

Right click Start and select Task Manager, or press Ctrl + Shift + Esc.

2
Go To Performance

Pick Performance, then click GPU 0, GPU 1, or the available GPU entry.

3
Read The Right Fields

Check the adapter label, engine activity, and dedicated versus shared memory behavior.

This method is especially useful on laptops and multi GPU systems. If the PC has integrated graphics and a discrete graphics card, Task Manager often shows both as GPU 0 and GPU 1. Click each one. The adapter under load is usually the one that matters for gaming, rendering, or playback right now.

Use Task Manager when you want to answer questions like these: Is my game using the right GPU? Is the GPU actually being stressed? Am I running out of dedicated memory? It is less useful when you need clean driver troubleshooting, because Device Manager and dxdiag expose that context more directly.

What Task Manager Is Best At

Task Manager tells you what the GPU is doing, not just what is installed. That makes it the best first stop when performance is the problem and the cleanest way to verify whether the system is hitting the integrated GPU, the discrete GPU, or both.

How To Find Your Graphics Card In Device Manager

If you just want the installed graphics card name, Device Manager is still the cleanest answer. Right click Start, select Device Manager, then expand Display Adapters. Whatever is listed there is what Windows currently sees as your display adapter hardware.

This is the method most people should use first because it is fast, direct, and hard to misread. If you see one entry, you probably have one active graphics adapter. If you see two entries, that is usually normal on a laptop with integrated and discrete graphics. If you see Microsoft Basic Display Adapter, Windows is using the generic display driver instead of the proper manufacturer driver.

What A Device Manager Result Usually Means

What You See What It Usually Means What To Do Next
One Display Adapter One active GPU, or one adapter exposed to Windows right now. Use Task Manager if you also want live load and memory activity.
Two Display Adapters Common on laptops with integrated graphics plus a discrete GPU. Check Task Manager and dxdiag to see how each adapter is being used.
Microsoft Basic Display Adapter The generic Windows display driver is active, not the proper vendor driver. Install the correct graphics driver, then recheck the adapter list.

Device Manager is also where a lot of bad tutorials start going off the rails. Once you can see the adapter name, you do not need a random “driver updater” or browser scanner to detect the card for you. Windows already identified it. From there, the real job is just verifying that the right driver is installed and that the system is using the GPU you expect.

How To Check GPU With DirectX Diagnostic Tool

DirectX Diagnostic Tool, usually called dxdiag, is the best built in option when you want more than just a name. It is the method to use when you need the adapter name, the driver model, and a text report you can save or send to somebody else.

Search for dxdiag, or press Win + R, type dxdiag, and press Enter. Once it opens, go to the Display tab. On systems with more than one adapter, check every Display tab or display related tab the tool provides. In the Device section, look at Name. That is the adapter name the tool is reporting. If you want a report, use Save All Information.

What To Read In dxdiag

Area Field To Check Why It Matters
Display Tab Name Shows the display adapter name the system is using for that entry.
Drivers Section Driver Model Useful when Task Manager does not show GPU monitoring the way you expect.
System Tab DirectX Version Helpful for compatibility questions and support tickets.
Bottom Of Window Save All Information Exports a plain text report you can keep, paste, or send.

dxdiag is especially good when a short guide tells you to “check your GPU” but you actually need driver context, not just the model name. It also gives you a second opinion that is independent of Device Manager, which is useful when a system is behaving strangely after a bad driver install.

When dxdiag Beats Everything Else

Use dxdiag when you are about to post on a support forum, send specs to a developer, or compare one adapter against another on a laptop. The saved text report is much easier to share than a stack of screenshots.

How To See Your Graphics Card In Windows Settings

The Settings app is not the best way to list every GPU in your PC, but it is extremely useful for checking the graphics adapter tied to a specific display. Go to Start → Settings → System → Display → Advanced Display. There you can inspect the selected monitor’s display information, current resolution, and refresh rate. From that page, you can also open Display Adapter Properties.

This method matters most when you are using multiple monitors, a gaming laptop with an external screen, or a dock. It helps you answer a different question from Device Manager. Instead of asking “what GPU is installed,” you are asking “which adapter is involved with this display right now?” Those are not always the same question on modern laptops.

Use Advanced Display For Per Monitor Checks

If your internal laptop panel, external monitor, or docked screen is acting differently, Advanced Display is one of the fastest places to sanity check the display path. It is not the richest hardware page, but it is one of the most practical ones.

How To Check GPU In System Information

System Information is the broad overview tool. Open it by searching for System Information or pressing Win + R, typing msinfo32, and pressing Enter. Once inside, expand Components and select Display. That section is useful when you want a wider system snapshot instead of just a quick GPU label.

This is a good method for documentation, inventory, or support conversations where you also care about the rest of the machine. It is less useful than Task Manager for live usage and less focused than Device Manager for a clean adapter name, but it gives you context in one place. Think of it as the general purpose hardware snapshot rather than the best dedicated GPU detector.

One caution, do not treat System Information as your final word on every memory value. It is excellent for overview work, but if you are trying to understand real time graphics memory behavior, Task Manager and vendor tools are better places to look.

How To Check GPU With PowerShell

If you want a copyable text result instead of clicking through menus, PowerShell is the clean advanced option. This is especially useful for remote support, logging, scripting, or just pasting your GPU details into a message without taking screenshots.

Get-CimInstance Win32_VideoController | Select-Object Name, DriverVersion, PNPDeviceID

This command returns the GPU name, the installed driver version, and the Windows Plug and Play device identifier. For most people, Name is the field that answers the basic question. DriverVersion is useful when you are checking whether a driver update really changed anything. PNPDeviceID is more technical, but it becomes handy when you need exact device identification for driver work or support.

PowerShell is also the right replacement for old guides that still tell you to use wmic. Those guides are dated. Modern Windows documentation has already moved away from WMIC, so if you want a command line method that still makes sense going forward, PowerShell is the one worth keeping.

Skip Old WMIC Tutorials

If a guide tells you to use wmic to check your graphics card, treat it as old advice. WMI still exists in Windows, but WMIC is being phased out. PowerShell gives you the same class data in a way that actually fits current Windows.

Which GPU Counts On Laptops And Multi GPU PCs

This is where people get confused. Seeing two GPUs in Windows does not automatically mean something is wrong. Many laptops ship with integrated graphics for lighter work and a discrete GPU for heavier tasks. Windows can show both because both exist and both matter.

What matters is the context. If you want the installed hardware list, Device Manager showing two adapters is normal. If you want the GPU handling a heavy game or workload, Task Manager under load is the better judge. If you want to understand the display side of the system, Advanced Display helps connect the dots for a specific monitor.

How To Read Single GPU And Dual GPU Systems

Use the tabs to match what your PC looks like in Windows.

What You Usually See

Device Manager usually lists one display adapter. Task Manager usually shows one main GPU entry. dxdiag usually gives you one clear display adapter path to read.

What You Usually See

One adapter is integrated, the other is discrete. The integrated GPU often handles lighter tasks. The discrete GPU takes over for heavier work. Seeing both in Windows is normal, not a problem by itself.

What You Usually See

The installed adapter list may stay the same, but the display path can vary by monitor, dock, or connection. That is why Advanced Display is useful alongside Device Manager and Task Manager.

The easiest rule is this. Use Device Manager to identify what is installed. Use Task Manager to see what is active. Use Advanced Display when the question is tied to a specific monitor. Once you separate those three jobs, dual GPU systems become much less confusing.

What To Do If Windows Shows Microsoft Basic Display Adapter

If Device Manager or dxdiag shows Microsoft Basic Display Adapter, Windows is using the generic fallback display driver. That does not mean the PC has no GPU. It means the proper manufacturer driver is missing, broken, or not currently being used.

This matters because a generic display driver can make the system look like it “has graphics,” while still hiding the real adapter capabilities you actually care about. Live monitoring, acceleration features, proper resolutions, or expected performance may not behave normally until the correct driver is installed.

What This Usually Means

Windows found a display adapter, but it is not currently using the vendor specific graphics driver. This often happens after a fresh Windows install, a failed driver update, or a broken driver package.

What To Do Next

Install the correct graphics driver for your system, then recheck Device Manager and dxdiag. Do not stop at “driver installed successfully.” Verify that the generic label is gone and the real adapter name is now present.

What Not To Assume

Do not assume the GPU is dead just because you see Microsoft Basic Display Adapter once. The label is about the driver state, not a final hardware diagnosis.

The GPU Details That Actually Matter

Not every GPU detail matters equally. A lot of guides mix together adapter names, render activity, driver versions, and display paths like they are the same thing. They are not. If you are trying to check your graphics card correctly, these are the fields worth caring about.

Which Tool Tells You Which GPU Detail

Detail Best Built In Tool Why It Matters
GPU Model Name Device Manager The cleanest answer to what graphics card is installed.
Live GPU Usage Task Manager Tells you which GPU is actually busy under load.
Driver Version PowerShell Or dxdiag Useful when checking whether an update really changed anything.
Driver Model dxdiag Helpful for troubleshooting missing GPU monitoring and driver state.
Per Display Adapter Path Advanced Display Best when one monitor behaves differently from another.
Whole System Snapshot System Information Useful for support, inventory, and broad hardware context.

Once you know the exact GPU model, the next level is understanding whether the issue you are chasing is actually GPU limited. If performance still looks wrong after confirming the card, it helps to separate graphics load from memory pressure. That is where understanding the gap between system RAM and VRAM can save you from diagnosing the wrong bottleneck in the first place. If that is the problem you are chasing, this breakdown of RAM versus VRAM for gaming is the next place to look.

Detect Your Graphics Card In Under A Minute

If you want the shortest possible version, use this sequence. It covers the name, the usage, and the driver context without wasting time.

Step 1
Open Device Manager

Expand Display Adapters to get the actual installed GPU name.

Step 2
Open Task Manager

Check Performance → GPU to see which adapter is active.

Step 3
Open dxdiag

Read the Display tab for driver context and save a report if needed.

Step 4
Check Advanced Display

Use this only if your question is tied to a specific monitor or dock.

Step 5
Use PowerShell If Needed

Copy the GPU name and driver version as plain text for support or notes.

After You Find Your GPU, What Next

Once you know what graphics card is actually in the PC, the rest of your troubleshooting gets cleaner. You can compare performance expectations more honestly, install the correct driver, and stop wasting time on fixes meant for the wrong hardware tier. If your system is still underperforming after that, a more complete pass through PC optimization for gaming or a tighter Windows FPS tune up makes a lot more sense than random guesswork.

And if the machine is a laptop, knowing whether you are on integrated graphics or a discrete GPU changes how you read everything else. A weak integrated GPU behaving like a weak integrated GPU is not a bug. A strong discrete GPU sitting idle while the wrong adapter does the work absolutely is.

Conclusion

The best way to detect graphics card on PC depends on what you need. Device Manager is the fastest way to get the actual adapter name. Task Manager is the best way to see live GPU activity. dxdiag is the best built in method for driver context and shareable reports. Advanced Display helps when the question is tied to a specific screen. System Information gives you the broader hardware picture. PowerShell is the clean advanced option when you want the result as text.

If you only remember one thing, remember this: checking your GPU is not one question, it is three. What is installed, what is active, and what driver is Windows using. Once you separate those, GPU detection on PC becomes simple.

Optimize Your Whole PC With Hone

If you want a cleaner, more consistent gaming experience without constant manual tweaking, Hone can help optimize performance across your system.

Try Hone Free

FAQ

These answers are written for the same Windows methods covered above, so they match the article instead of introducing extra tools out of nowhere.

What is the fastest way to check GPU on PC

The fastest way to check GPU on PC is opening Device Manager and expanding Display Adapters. That gives you the actual graphics adapter name Windows currently detects without needing any extra software.

How do I see what graphics card I have on Windows 11

On Windows 11, right click Start, open Device Manager, and expand Display Adapters. You can also open Task Manager, go to Performance in the left pane, and select GPU for a live view of the adapter and its usage.

Why does my PC show two GPUs

Many laptops and some other systems show two GPUs because they use integrated graphics for lighter work and a discrete GPU for heavier tasks. Seeing both in Device Manager or Task Manager is usually normal.

What does Microsoft Basic Display Adapter mean

Microsoft Basic Display Adapter means Windows is using the generic fallback display driver instead of the proper manufacturer graphics driver. The PC still has a display adapter, but the correct driver likely needs to be installed or repaired.

Is Task Manager or Device Manager better for checking graphics card

Device Manager is better for identifying the installed graphics card name. Task Manager is better for seeing live GPU usage, memory activity, and which adapter is actually active while an app or game is running.

Why is my GPU not showing in Task Manager

If your GPU is not showing in Task Manager, check Device Manager and dxdiag next. Missing GPU graphs usually point to a driver state problem, an older driver model, or Windows falling back to a generic display driver instead of the correct vendor driver.

How do I check my GPU driver version on PC

You can check your GPU driver version with PowerShell using Get-CimInstance Win32_VideoController | Select-Object Name, DriverVersion, or by opening dxdiag and checking the driver information in the Display section.

Can I detect graphics card on PC without opening the case

Yes. You can detect graphics card on PC entirely through Windows using Device Manager, Task Manager, dxdiag, Advanced Display, System Information, or PowerShell. Opening the case is not necessary for normal identification.

Should I use WMIC to check GPU on PC

No. Old WMIC based tutorials are outdated. PowerShell is the better modern command line method for checking GPU information on Windows, especially with the Win32_VideoController class.

Full Performance,
No Cost

Kick off an exciting adventure for free! Just download the app, create your account, and enjoy up to 20 optimizations at no cost.

Muhib Nadeem

Muhib Nadeem

I grew up on frame drops, boss fights, and midnight queues. Now I write about games with the same energy I once saved for ranked.

Level Up
Your FPS

Kills background lag

Instant FPS boost

One-click setup

Table of Contents

You may also like