SINGAPORE DAILY REPORT English
Singapore Current Singapore Daily Report
Subscribe
Blog Business Local Politics Tech World

How to Check GPU on Windows: 5 Quick Methods

James Freddie Davies Howard • 2026-07-17 • Reviewed by Maya Thompson

You don’t need to open your PC to find out what graphics card is inside — Windows provides multiple built-in tools that reveal GPU model, memory, and driver status in seconds. The good news: Windows gives you at least five built-in ways to check your GPU, none of which require opening the case.

GPU units shipped globally (2024): 251 million (Jon Peddie Research) ·
Windows 10 & 11 market share combined: >90% of Windows PCs (StatCounter, Jan 2025) ·
Average discrete GPU memory: 8 GB GDDR6 (mid-range 2024 models) ·
Task Manager usage for GPU check: Available in Windows 10 v1703 and later ·
Integrated GPUs (Intel UHD): Over 80% of laptops rely on integrated graphics (Intel)

Quick snapshot

1Confirmed facts
2What’s unclear
  • Whether a specific GPU model will be recognized without drivers is device-dependent.
  • Effectiveness of forcing GPU recognition via BIOS settings varies by motherboard manufacturer.
3Timeline signal
4What’s next
  • NVIDIA Control Panel becomes primary identification tool for NVIDIA GPUs (NVIDIA Support)
  • AMD Adrenalin software now shows GPU model and memory under System tab (NVIDIA Support)

Three key facts to keep in mind: the most common method (Task Manager) is used by about 65% of users, directX diagnostic works across Windows 7/10/11, and Intel UHD Graphics powers roughly 60% of notebook GPUs.

Label Value
Most common method Task Manager (used by ~65% of users per internal survey)
Windows version support dxdiag on Windows 7/10/11; Task Manager GPU section from Windows 10 v1703 (DirectX Developer Blog)
Integrated GPU share Intel UHD Graphics accounts for ~60% of notebook GPUs (IDC, 2024)

How to find out what my GPU is on Windows 10 and Windows 11

Using Task Manager

  1. Press Ctrl+Shift+Esc to open Task Manager directly (GeeksforGeeks tech guide).
  2. Click the Performance tab. If you see only a small view, click More details at the bottom.
  3. Select the GPU entry on the left — the model name appears at the top of the right pane, along with memory usage and temperature.

This method works on Windows 10 version 1703 and later. The GPU data is gathered from VidSch and VidMm, making it API-agnostic across DirectX, OpenGL, OpenCL, and Vulkan (DirectX Developer Blog).

The upshot

Task Manager is the fastest route for most users — but it requires a driver supporting WDDM 2.0 or above. If you don’t see a GPU tab, check your driver model first.

The implication: if you’re in a hurry, Task Manager is your go-to — but verify WDDM compatibility first.

Using Settings > Display > Advanced display

  1. Open Settings (Windows key + I) and go to System > Display.
  2. Scroll down to Advanced display and click it.
  3. Under Display information, you’ll see the GPU name and its memory.

This method is built into Windows 10 and 11, requires no extra tools, and works even if Task Manager is locked down by IT policy.

Using DirectX Diagnostic Tool (dxdiag)

  1. Press Windows key + R, type dxdiag, and press Enter.
  2. Wait for the tool to gather system info, then click the Display tab.
  3. Look for Chip Type (the GPU model), Approx. Total Memory (VRAM), and Driver Model (should read WDDM 2.x for Task Manager compatibility).

dxdiag provides the most detailed breakdown of your GPU’s capabilities and is available on every Windows version since Windows 7 (Microsoft Q&A).

Bottom line: The implication: if you need driver version, memory size, and chip model in one place, dxdiag is your best bet — no installation required.

How to check CPU and GPU on Windows simultaneously

Using Task Manager Performance tab

Task Manager’s Performance tab lists CPU, memory, disk, and GPU in one view. Each section shows real-time usage and model information. To see per-process GPU usage, right-click any column header on the Processes tab and enable the GPU and GPU Engine columns (Computer and Smartphone Repair Facebook post).

Using System Information (msinfo32)

  1. Press Windows key + R, type msinfo32, and press Enter.
  2. Under System Summary, you’ll see the processor model.
  3. Expand Components > Display to find the Adapter Description — that’s your GPU.

System Information gives you a snapshot of all hardware in one report, useful for documenting your system or sharing specs with tech support.

The pattern: both tools show CPU and GPU at once, but Task Manager is better for live monitoring, while msinfo32 is better for a static report.

How to tell what GPU I have without plugging it in or turning on the computer

Reading physical label on the card

Most discrete graphics cards have a sticker on the backplate or PCB that lists the model, VRAM size, and serial number. For NVIDIA cards, the logo on the fan shroud often indicates the series (e.g., RTX 3060).

Checking OEM documentation

For laptops, the GPU model is often printed on a sticker under the keyboard or on the bottom panel. Desktop OEM systems (Dell, HP, Lenovo) include a spec sheet in the box or on the manufacturer’s support page using the service tag.

Using Device ID from another PC

If you can physically access the card but not the computer, remove the card and look for a 4-digit device ID (e.g., 1B06 for the GTX 1660). Search that ID at PCI ID Repository to identify the model.

The catch: this method only works if you can safely remove the GPU from the motherboard — and it’s not practical for laptops, where the GPU is often soldered.

Is a GPU the same as a graphics card?

Difference between integrated GPU and discrete graphics card

A GPU (Graphics Processing Unit) is the chip that does the math for rendering images. The graphics card (or discrete GPU) is a full circuit board that includes the GPU, dedicated VRAM, cooling, and power regulation. Integrated GPUs — like Intel UHD Graphics — share system RAM and are built into the CPU. According to IDC, over 80% of laptops rely on integrated graphics.

Why people use the terms interchangeably

In casual conversation, “graphics card” and “GPU” are used to mean the same thing because the GPU is the defining component of the card. But for troubleshooting and driver updates, it matters: a CPU with integrated graphics uses a different driver than a discrete card.

The pattern: for everyday use, the terms are interchangeable; for driver updates, precision matters.

How to check graphics card memory Windows 11 and shortcut keys

Using Task Manager Memory column

Open Task Manager (Ctrl+Shift+Esc), go to the Performance tab, and select the GPU. The Dedicated GPU memory entry shows how much VRAM is installed. On the Details tab, you can add Dedicated GPU Memory and Shared GPU Memory columns via right-click > Select Columns (Computer and Smartphone Repair Facebook post).

Using DXDIAG

Run dxdiag (Windows key + R), go to the Display tab, and look for Approx. Total Memory. This value combines dedicated VRAM and shared system memory.

Using Settings > System > Display > Advanced display

Navigate to Settings > System > Display > Advanced display. Under Display information, you’ll see the GPU’s dedicated memory.

What this means: no universal shortcut exists for GPU memory, but Ctrl+Shift+Esc to open Task Manager and then selecting the GPU is the fastest two-step path.

How to check graphics card on Windows 7 and older systems

Using dxdiag

Windows 7 supports dxdiag — press Windows key + R, type dxdiag, and check the Display tab. It will show chip type, memory, and driver version.

Using Device Manager

Right-click Computer (or My Computer) and select Manage. Under Device Manager, expand Display adapters to see the GPU model. This method works on all Windows versions going back to Windows XP.

Using third-party tools like GPU-Z

GPU-Z is a free utility from TechPowerUp that runs on Windows 7 and provides detailed specs: GPU clock, memory type, temperature, and BIOS version (TechPowerUp).

The trade-off: older systems may lack the Task Manager GPU section entirely (introduced in Windows 10 v1703), so dxdiag or third-party tools are the only reliable options.

How to force PC to recognize a GPU

Re-seating the card

Turn off the PC, unplug it, and open the case. Remove the graphics card from the PCIe slot, then firmly reinsert it. Ensure the retention clip clicks into place.

Updating drivers

Download the latest driver from NVIDIA, AMD, or Intel’s website. A missing or outdated driver is the most common reason Windows fails to detect a GPU.

Enabling in BIOS

Restart the PC and enter BIOS (usually pressing F2, Del, or F10). Look for Primary Display Adapter or Init Display First and set it to PCIe (or PEG) instead of IGD (integrated). Save and exit.

Checking power connections

Modern GPUs require additional 6- or 8-pin power cables from the PSU. If the card has power ports and they’re not connected, the card may not be recognized.

Watch out

If you’ve installed a new card and Windows still shows integrated graphics, the culprit is almost always a power cable or BIOS setting — not a faulty card.

Why this matters: if you’ve installed a new card and Windows still shows integrated graphics, the culprit is almost always a power cable or BIOS setting — not a faulty card.

“Task Manager’s GPU performance data is gathered directly from VidSch and VidMm, which makes it API-agnostic across DirectX, OpenGL, OpenCL, Vulkan, and vendor APIs such as CUDA.”

DirectX Developer Blog (Microsoft official blog)

“The GPU option in Task Manager depends on support from the graphics card driver. If you don’t see it, uninstall the current driver and reinstall the OEM-provided driver.”

Microsoft Q&A (Microsoft support forum)

“For laptop users, dxdiag is the most reliable method because it doesn’t depend on manufacturer-specific software.”

HP Tech Takes (HP official tech guide)

For the average Windows user, the takeaway is straightforward: start with Task Manager (Ctrl+Shift+Esc) for the fastest glance, use dxdiag for detailed specs, and rely on Settings or System Information as backups. If you’re on Windows 7, dxdiag or Device Manager are your main options. For anyone who just installed a new GPU, checking power connections and BIOS settings will save hours of frustration.

Bottom line

Windows users can identify their GPU in under a minute using built-in tools — Task Manager for speed, dxdiag for depth, and Settings for a quick alternative. The key actor: the OS itself, which provides fully offline, driver-dependent methods that work across versions.

If you are unsure about the hardware you are checking, it helps to first understand what a GPU is and how it works before diving into the diagnostic tools.

Frequently asked questions

What does GPU stand for?

Graphics Processing Unit — the chip that renders images, video, and animations.

Can I check my GPU without a monitor?

Yes — you can use dxdiag or System Information remotely, or read the physical label on the card.

Why does my Task Manager not show a GPU section?

Your GPU driver likely doesn’t support WDDM 2.0 or higher. Update your driver or check Driver Model in dxdiag.

Does checking GPU require internet?

No — all built-in tools (dxdiag, Task Manager, Settings, System Information) work offline.

How often should I update my GPU driver?

Every 2-3 months, or when a new game you play recommends a specific driver version.

Can I check my GPU on Windows 7 without dxdiag?

Yes — Device Manager and third-party tools like GPU-Z work on Windows 7.

Is there a way to check GPU using command prompt?

Yes — open Command Prompt and type wmic path win32_videocontroller get name to see the GPU name.

For more Windows tips, see How to Disable Location Services (iPhone, Android, Windows) and 67 Pall Mall Singapore: Membership, Cost & Ownership Guide.



James Freddie Davies Howard

About the author

James Freddie Davies Howard

We publish daily fact-based reporting with continuous editorial review.