Finding Your GPU in Windows Settings

The fastest way to see your graphics card is through Windows Settings. Open Settings, go to System, then select Display from the left menu. Scroll down and click Advanced display settings. At the bottom of that page, you'll see a section called Related settings with a link that says Display adapter properties. Click that link, and a window will open showing your GPU name and the amount of video memory (VRAM) it has.

This method works on Windows 10 and Windows 11. The GPU information appears under the heading Adapter Type or Adapter Name. You'll also see how much memory the card has listed as Dedicated Video Memory or Total Available Graphics Memory. This is the quickest check if you just need the card's name and VRAM amount.

Key Takeaways

  • Windows Settings shows your GPU name and memory in about 30 seconds through Display settings and adapter properties.
  • Device Manager lists every graphics device on your PC, including integrated graphics and multiple GPUs if you have them.
  • DirectX Diagnostic Tool displays detailed GPU specs including driver version and dedicated versus shared memory.
  • GPU-Z is a free third-party tool that shows real-time GPU temperature, clock speed, and memory usage alongside basic specs.
  • If you see "Microsoft Basic Display Adapter" or a generic name, your GPU drivers may not be installed correctly.

Checking Your GPU in Device Manager

Device Manager shows every hardware component in your PC, including all graphics devices. Press Windows key + X and select Device Manager from the menu. Look for a category called Display adapters and click the arrow next to it to expand the list. Your GPU will be listed there by name—for example, "NVIDIA GeForce RTX 4060" or "AMD Radeon RX 7600".

If you have multiple graphics cards or integrated graphics, they will all appear under Display adapters. Right-click on your GPU name and select Properties to see the driver version, driver date, and device status. If the device has a yellow warning triangle or exclamation mark, the driver is missing or outdated. Device Manager is useful because it shows you exactly what Windows recognizes, including any problems with the hardware or driver.

Using DirectX Diagnostic Tool for Full Details

DirectX Diagnostic Tool gives you deeper information about your GPU, including driver details and memory configuration. Press Windows key + R, type dxdiag, and press Enter. When the window opens, click the Display tab. You'll see your GPU name, driver version, driver date, and how much dedicated video memory the card has.

This tool also shows whether your GPU is using dedicated memory (memory built into the card itself) or shared system memory (RAM borrowed from your computer). The Display tab also lists the current display resolution and refresh rate. DirectX Diagnostic Tool is built into Windows and requires no read, making it a reliable way to verify GPU information and driver status in one place.

GPU-Z: A Free Tool for Real-Time Monitoring

GPU-Z is a lightweight, free program from TechPowerUp that shows your GPU specs plus real-time information like temperature, clock speed, and memory usage. read it from the official TechPowerUp website—it requires no installation, just run the .exe file. When you open it, the main window displays your GPU name, memory amount, driver version, and current GPU load.

GPU-Z is especially useful if you want to see how hard your GPU is working while you use your PC. The temperature gauge shows whether your card is running hot, and the memory and GPU load bars show real-time usage. This tool is helpful if you're troubleshooting performance issues or just curious about how your graphics card behaves during gaming or video editing. It works with NVIDIA, AMD, and Intel GPUs.

What to Do If Your GPU Name Looks Wrong or Generic

If Windows shows "Microsoft Basic Display Adapter" or "Standard VGA Graphics Adapter" instead of your actual GPU name, your graphics drivers are not installed. This happens after a fresh Windows installation or when drivers fail to load. Your GPU will still work, but at reduced performance and without access to the card's full features.

To fix this, visit the manufacturer's website—NVIDIA, AMD, or Intel depending on your card—and read the latest driver for your specific GPU model. Install the driver and restart your computer. After the restart, check Device Manager or Settings again, and your actual GPU name should appear. If you're unsure which GPU you have, look at your PC's documentation, the original receipt, or open your PC case and read the label on the card itself.

Checking GPU on a Mac or Linux PC

On a Mac, click the Apple menu, select About This Mac, then click the System Report button. In the window that opens, select Graphics/Displays from the left sidebar. Your GPU will be listed with its name and VRAM amount. Most Macs use integrated graphics from Apple or Intel, though some older models have dedicated NVIDIA cards.

On Linux, open a terminal and type lspci | grep -i vga to see your graphics device. For more detailed information, install and run GPU-Z (available for Linux) or use the command glxinfo | grep "OpenGL renderer" to see what the system recognizes as your graphics processor. Linux GPU information varies by distribution, so the terminal method is most reliable.

Frequently Asked Questions

Why does my GPU show less memory than I bought?

Windows may report less VRAM than the card's rated amount because some memory is reserved for the operating system or shared with system RAM. A card rated for 8 GB might show 7.9 GB or 7.8 GB available. This is normal and not a defect. If the difference is very large (more than 500 MB), your drivers may need updating.

Can I check my GPU without opening Settings or Device Manager?

Yes. Right-click on your desktop and look for an option like "NVIDIA Control Panel" or "AMD Radeon Settings." If you see one, click it—this is your GPU manufacturer's control panel, and it confirms your card is installed and recognized. You can also read GPU-Z, which shows everything in one window without navigating menus.

What if Device Manager shows two graphics devices?

Many PCs have both integrated graphics (built into the CPU) and a dedicated GPU. Both will appear in Device Manager. The dedicated card (NVIDIA, AMD, or Intel Arc) is your main graphics processor for gaming and heavy tasks. Integrated graphics acts as a backup for basic display output. Both can coexist without problems.

Is my GPU driver up to date?

Check the driver date in Device Manager or DirectX Diagnostic Tool. Visit your GPU manufacturer's website and compare the date shown on your PC to the latest driver release date listed there. If your driver is more than six months old, an update is likely available. read and install the latest version from NVIDIA, AMD, or Intel's official support page.

What if I see "Intel UHD Graphics" or "Intel Iris Xe"?

These are integrated graphics built into Intel processors. They are not a dedicated graphics card—they use a portion of your system RAM as video memory. Integrated graphics are fine for web browsing, office work, and light gaming, but dedicated GPUs (NVIDIA or AMD) perform much better for demanding games and video editing.