Knowing exactly what graphics card is driving your display is essential for troubleshooting performance issues, verifying game settings, or simply understanding your system's capabilities. In Windows 10, this information is readily available through several intuitive methods that require nothing more than navigating the operating system's built-in tools.
Using the Settings App
The Settings app provides a clean, modern interface for accessing your system's specification details, including graphics information. This method is ideal for users who prefer a guided, visual approach without opening additional programs.
Step-by-Step Guide
- Press the Windows key + I on your keyboard to launch Settings.
- Click on the "System" category.
- In the left-hand menu, scroll down and select "Display."
- Scroll down to the "Multiple displays" section and click on the "Advanced display settings" link.
- Here, you will see information about your display resolution and refresh rate. Crucially, click on the "Display adapter properties" link that appears below.
- A new window will pop up showing the full name of your graphics card, alongside details regarding the driver, dedicated memory, and supported resolutions.
Leveraging the DirectX Diagnostic Tool
The DirectX Diagnostic Tool (DxDiag) is a powerful utility that provides a comprehensive snapshot of your system's graphics and audio functionality. It is particularly useful for diagnosing issues and viewing detailed technical specifications that are not immediately visible elsewhere.

How to Access DxDiag
- Press the Windows key + R to open the Run dialog box.
- Type dxdiag and press Enter.
- You may see a prompt asking if you want to allow the app to make changes; click "Yes."
- The tool will load, presenting tabs for "System," "Display," and "Sound."
- Select the "Display" tab to view the core information about your video card, including the name, manufacturer, and current driver date.
Task Manager for Quick Glances
For users who need a rapid overview without diving deep into settings, the Task Manager offers a streamlined solution. While it primarily monitors performance, the summary view provides a clear label of your graphics hardware.
Checking via Performance Tab
- Right-click the Taskbar and select "Task Manager," or press Ctrl + Shift + Esc.
- If the interface opens in a compact view, click "More details" at the bottom.
- Navigate to the "Performance" tab.
- In the left-hand column, locate and click on "GPU."
- The top section of the page will display the name of your dedicated graphics processing unit, along with real-time usage metrics.
Command Line for Tech-Savvy Users
Windows Management Instrumentation Command-line (WMIC) offers a precise method for retrieving hardware data. This approach is efficient for scripting or for users who prefer working within the command line environment to extract specific data.
Executing WMIC Queries
- Press the Windows key + X and select "Windows Terminal (Admin)" or "Command Prompt (Admin)."
- Type the following command and press Enter:
wmic path win32_videocontroller get name
- The system will return the exact name of your installed graphics card. You can append
/valueto the command for more verbose details, including driver version and current status.
Device Manager for Driver Verification
Device Manager is the central hub for managing hardware drivers. While it is often used to troubleshoot malfunctions, it serves as an excellent repository for identifying the active graphics device and its driver integrity.

Navigating the Display Adapters
- Right-click the Start button and choose "Device Manager."
- Expand the "Display adapters" section by clicking the arrow next to it.
- You will see the name of your graphics card listed here. A yellow exclamation mark or warning icon indicates a driver issue that needs attention.
- Right-clicking the device allows you to update the driver, roll back to a previous version, or uninstall the device entirely.
Physically Inspecting the Hardware
While software methods are convenient, there are times when verifying the physical hardware is necessary, such as when building a new PC or confirming an upgrade took correctly.
Visual Confirmation
- Shut down your computer completely and unplug the power cable.
- Ground yourself to prevent static discharge by touching a metal part of the case.
- Open the side panel of your desktop case.
- The graphics card is a vertical expansion card connected to the motherboard via a PCIe slot. It will have ports (HDMI, DisplayPort, etc.) on the back panel that align with the computer case's rear I/O window.
- Look for the model name and manufacturer printed directly on the card's printed circuit board (PCB) or cooler shroud.
Third-Party System Information Tools
For users who require exhaustive details or are auditing multiple machines, dedicated system information utilities provide a depth of data that Windows defaults cannot match. These tools generate easy-to-read reports.
Recommended Applications
- Speccy: Developed by Piriform, this tool provides a clean summary of vital statistics, including GPU name, temperature, and dedicated memory.
- GPU-Z: A lightweight tool specifically designed for video cards. It displays the core clock, memory clock, and shader model with exceptional accuracy.
- HWiNFO: A highly technical tool that logs every aspect of your system, making it perfect for diagnosing bottlenecks or verifying overclocks.






















