How to Check the Graphics Card on Your Computer

This is an article showing how to find graphics card information on Windows, Mac and Linux computers.

On Windows

How to Check the Graphics Card on Your Computer Picture 1How to Check the Graphics Card on Your Computer Picture 1

Open Start . Click the Windows icon in the bottom left corner of the screen.

You can also right-click Start to open the advanced options menu.

How to Check the Graphics Card on Your Computer Picture 2How to Check the Graphics Card on Your Computer Picture 2

Open Device Manager. Type device managerStart, then click Device Manager . It's above the search results.

If you right-clicked Start, click Device Manager in the menu that appears.

How to Check the Graphics Card on Your Computer Picture 3How to Check the Graphics Card on Your Computer Picture 3

Look for the "Display adapters" heading. Scroll down until you find this title in the Device Manager window.

The options in the Device Manager window are arranged alphabetically, so you'll see the "Display adapters" heading in the "D" section.

If you see indented options below the "Display adapters" heading, skip to the next step.

How to Check the Graphics Card on Your Computer Picture 4How to Check the Graphics Card on Your Computer Picture 4

Double-click the "Display adapters" heading. This immediately expands the title and shows you the installed graphics card information.

How to Check the Graphics Card on Your Computer Picture 5How to Check the Graphics Card on Your Computer Picture 5

View graphics card information. The name of the installed graphics card displays below the "Display adapters" heading. If you see multiple names here, it means the computer has an additional graphics card installed in addition to the built-in one.

You can search the name of the graphics card online for more details.

On Mac

How to Check the Graphics Card on Your Computer Picture 6How to Check the Graphics Card on Your Computer Picture 6

Open the Apple menu. Click the Apple icon in the top left corner of the screen. A menu will appear here.

How to Check the Graphics Card on Your Computer Picture 7How to Check the Graphics Card on Your Computer Picture 7

Click About This Mac . This is the option at the top of the menu that appears.

How to Check the Graphics Card on Your Computer Picture 8How to Check the Graphics Card on Your Computer Picture 8

Click System Report… (System Report). This is the option below the About This Mac window.

How to Check the Graphics Card on Your Computer Picture 9How to Check the Graphics Card on Your Computer Picture 9

Click to the left of Hardware . This is the option in the left pane of the System Report window.

How to Check the Graphics Card on Your Computer Picture 10How to Check the Graphics Card on Your Computer Picture 10

Click Graphics/Displays . This option is in the middle of the group of options displayed under the Hardware heading in the left pane.

How to Check the Graphics Card on Your Computer Picture 11How to Check the Graphics Card on Your Computer Picture 11

Find the name of the graphics card. This information appears at the top of the right pane.

You can also view the graphics card specifications listed below the graphics card name.

On Linux

How to Check the Graphics Card on Your Computer Picture 12How to Check the Graphics Card on Your Computer Picture 12

Open Terminal. Click the Terminal app with the black box icon, or press Alt+ Ctrl+ Tat the same time to open a new Terminal window.

How to Check the Graphics Card on Your Computer Picture 13How to Check the Graphics Card on Your Computer Picture 13

Update the computer's PCI components list. You need to enter the following command into Terminal, then press ↵ Enter.

sudo update-pciids

How to Check the Graphics Card on Your Computer Picture 14How to Check the Graphics Card on Your Computer Picture 14

Enter password. Enter the password you use to log in to your computer, then press ↵ Enter. This will confirm the command and update the computer's PCI component list.

The password's characters will not be displayed when you type it into Terminal.

How to Check the Graphics Card on Your Computer Picture 15How to Check the Graphics Card on Your Computer Picture 15

Find your computer's PCI components list. You need to enter the following command and press ↵ Enterto open the list of installed and integrated PCI components (including graphics card):

lspci -v | less. less

How to Check the Graphics Card on Your Computer Picture 16How to Check the Graphics Card on Your Computer Picture 16

Find the graphics card. Scroll up the Terminal window until you find the heading "Video controller", "VGA compatible", "3D" or "Integrated graphics; the name of the graphics card appears next to this heading.

How to Check the Graphics Card on Your Computer Picture 17How to Check the Graphics Card on Your Computer Picture 17

Note the graphics card ID number. This is the number displayed to the left of the graphics card title, and usually has the format: 00:00.0

How to Check the Graphics Card on Your Computer Picture 18How to Check the Graphics Card on Your Computer Picture 18

Open a new Terminal window. Press Alt+ Ctrl+ Tagain, or right-click the Terminal app and click New Terminal Window or something similar.

How to Check the Graphics Card on Your Computer Picture 19How to Check the Graphics Card on Your Computer Picture 19

Find graphics card information. Enter the following command into Terminal - remember to replace "00:02.0" with the graphics card ID number and press ↵ Enterto see detailed information of the graphics card:

sudo lspci -v -s 00:02.0
4.5 ★ | 2 Vote