
Checking your graphics card in a PC is about confirming what hardware Windows actually detects, not what you think is installed. That distinction matters more than most people realize. If Windows does not recognize the GPU correctly, everything from game launches to performance checks can be misleading.
This usually comes up when you are comparing your system against game requirements, troubleshooting a display issue, or validating whether a driver installed properly. In all of these cases, the first step is the same. You need to read what Windows is reporting, not what the box says.
Windows uses multiple labels for the same hardware. You might see graphics card, GPU, video card, or display adapter depending on the tool. That is normal. The goal here is not to memorize terms, it is to find the exact name consistently.
Graphics Card Assumptions
This guide assumes you are on a Windows PC with access to the desktop. You are not opening the case, and you are not using third party tools.
We are identifying the graphics hardware Windows reports. This is not about performance tuning or driver optimization.
If you want to go further after identifying it, you can then check whether your PC can run it against actual requirements.
How To Check Graphics Card On Windows
There are three reliable built in ways to check your graphics card. Each one answers the same question slightly differently.
Device Manager is the fastest way to get the name. The DirectX Diagnostic Tool gives you the name and manufacturer in a structured view. Task Manager shows how Windows is actively labeling GPUs in the current session.
You do not need all three. You only need enough confirmation to trust the result.
Graphics Card Decision Forks

If you only need the graphics card name, go to How To Check Graphics Card Name In Device Manager.
If you want to see GPU 0 or GPU 1, go to How To Check Graphics Card In Task Manager.
If you want the manufacturer name, go to How To Check Graphics Card Manufacturer With DirectX Diagnostic Tool.
If Task Manager shows no GPU entry, go to Why Task Manager Shows No GPU.
If you see Microsoft Basic Display Adapter, go to What Microsoft Basic Display Adapter Means.
How To Check Graphics Card Name In Device Manager
Type: Diagnostic.
This is the most direct method. Device Manager shows exactly what Windows has detected under Display adapters. There is no interpretation layer here. If it appears in this list, Windows recognizes it as a display device.
This is also the method that works even when other tools fail to show GPU data.
- Right click Start
- Select Device Manager
- Expand Display adapters
- Read each listed adapter name
What You Should Notice: You should see one or more adapter names. If there is only one entry, that is the primary GPU Windows is using.
How To Check Graphics Card In Task Manager
Type: Diagnostic.
Task Manager gives you a different perspective. Instead of just listing hardware, it shows how Windows is organizing GPUs during runtime. This matters on systems with multiple GPUs.
The important detail here is that GPU 0 and GPU 1 are labels, not categories. They do not automatically mean integrated or dedicated.
- Right click Start
- Select Task Manager
- Select Performance
- Click GPU 0
- If available, click GPU 1
- Read the GPU name shown
What You Should Notice: You should see one or more GPU entries. The names should match what you saw in Device Manager, but the numbering is just how Task Manager orders them.
How To Check Graphics Card Manufacturer With DirectX Diagnostic Tool
Type: Diagnostic.
The DirectX Diagnostic Tool is useful when you want confirmation plus more context. It shows the adapter name and manufacturer in one place, which makes it easier to verify you are looking at the correct device.
It also separates each adapter into its own Display tab, which is useful on multi GPU systems.
- Right click Start
- Select Run
- Type dxdiag.exe
- Select OK
- Open the Display tab
- Read Name in the Device section
- Read Manufacturer in the same section
- Check additional Display tabs if present
What You Should Notice: You should see the graphics card name and manufacturer clearly listed. Multiple tabs usually mean multiple detected adapters.
How To Check If You Have Multiple Graphics Cards
Type: Diagnostic.
Many systems show more than one graphics adapter, especially laptops. One is often built into the processor, while another is a separate graphics card.
The key here is not guessing. You confirm it by counting entries.
- Open Device Manager
- Expand Display adapters
- Count the number of entries
- Read each adapter name
- Optionally confirm in Task Manager under Performance
What You Should Notice: Two entries usually means a mix of integrated GPUs and a dedicated GPU. One entry usually means a single active adapter.
What Microsoft Basic Display Adapter Means
Type: Root Cause.
This is not a normal result. If you see Microsoft Basic Display Adapter, Windows is using a generic driver instead of the actual GPU driver.
This does not change the physical hardware. It changes how Windows identifies and uses it.
- Open Device Manager
- Expand Display adapters
- Look for Microsoft Basic Display Adapter
- Run dxdiag.exe if you want confirmation
- Check the Display tab for the same name
What You Should Notice: If this appears, the real GPU name is not being shown properly. This usually points to a missing or incorrect driver.

Why Task Manager Shows No GPU
Type: Diagnostic.
If Task Manager does not show any GPU section, it does not mean the PC has no graphics hardware. It usually means Task Manager cannot read it properly due to driver limitations.
The next step is not guessing. It is checking the driver model.
- Open Task Manager
- Go to Performance
- Check for any GPU entry
- If none appears, run dxdiag.exe
- Open the Display tab
- Find Driver Model
What You Should Notice: If the driver model is older than WDDM 2.0, Task Manager may not show GPU data. In that case, rely on Device Manager or dxdiag instead.
How To Check Graphics Card Name In PowerShell
Type: Diagnostic.
This is a cleaner output method. Instead of navigating menus, you ask Windows directly for the video controller name.
It is useful when you want a quick copyable result.
- Open PowerShell
- Run Get-CimInstance Win32_VideoController | Select-Object Name
- Read the output
What You Should Notice: You should see one line per detected video controller. Multiple lines mean multiple adapters.
Conclusion
Checking your graphics card in a PC is not complicated, but using the right method matters. Device Manager gives you the fastest answer, dxdiag confirms it with more detail, and Task Manager shows how Windows is actively labeling GPUs.
You do not need to use every method. You only need enough confirmation to trust what Windows is reporting.
FAQs
How do I check my graphics card on Windows 10 or 11?
Use Device Manager, Task Manager, or dxdiag. All three are built into Windows. Device Manager is usually the fastest and most reliable starting point.
What is the fastest way to check a graphics card in a PC?
Device Manager is the quickest method for most users. Open Display adapters and read the listed name.
How do I check only the graphics card name?
Use Device Manager if you only need the name. It shows exactly what Windows detects under Display adapters.
How do I check my graphics card manufacturer?
Run dxdiag and open the Display tab. Look at the Device section for the Manufacturer field.
Why do I see two graphics cards in my PC?
Some systems include both processor graphics and a dedicated GPU. Windows will list each detected adapter separately.
Why does Task Manager show GPU 0 and GPU 1?
These are labels used by Task Manager to separate GPUs. They do not directly mean integrated or dedicated.