How to Check What Monitor You Have

Knowing exactly what monitor you have matters more than you might think. Whether you're troubleshooting a display issue, installing the right driver, checking compatibility with a new graphics card, or simply curious about your panel's specs, finding accurate monitor information takes less than a minute once you know where to look. Here's how to do it across every major platform.

Why You Might Need to Know Your Monitor's Details

Your monitor model number unlocks a surprising amount of useful information: the exact panel type (IPS, TN, VA, or OLED), native resolution, refresh rate, response time, color gamut coverage, and supported input types. This matters when:

  • Updating or reinstalling display drivers — some monitors need specific drivers for full feature support
  • Calibrating color accuracy — panel type and manufacturer data affect calibration profiles
  • Diagnosing display problems — support forums and technicians need your exact model
  • Checking compatibility — connecting to a new GPU, docking station, or KVM switch often requires knowing your monitor's input specs

Check the Physical Monitor First 🖥️

The fastest method doesn't require touching your computer at all. Look at:

  • The back or bottom bezel of the monitor — manufacturers almost always print the model number and serial number on a sticker or embossed label here
  • The original box, if you still have it — model and spec information is usually printed prominently
  • The OSD (on-screen display) — press the physical buttons on the monitor itself and navigate to an "Information" or "About" section; many modern monitors display model number, resolution, and refresh rate directly on screen

The label on the back is typically your most reliable source. It usually includes the full model name, a serial number for warranty claims, and sometimes a manufacture date.

How to Check Your Monitor on Windows

Windows gives you several ways to pull monitor information without touching the hardware.

Using Settings

  1. Open Settings → System → Display
  2. Scroll down and click Advanced display settings
  3. Under your active display, you'll see the monitor name as Windows recognizes it (e.g., "Dell U2722D" or "LG 27UK850")

This name reflects what Windows reads from the monitor's EDID (Extended Display Identification Data) — a small block of data your monitor broadcasts to your computer describing its capabilities.

Using Device Manager

  1. Right-click the Start menu and select Device Manager
  2. Expand the Monitors section
  3. Your monitor's name will appear listed here

If it shows "Generic PnP Monitor" instead of a brand name, the monitor's EDID isn't being read correctly, which can itself be diagnostic information.

Using DirectX Diagnostic Tool

  1. Press Windows + R, type dxdiag, and hit Enter
  2. Go to the Display tab
  3. You'll see the monitor name, driver version, and current display mode

Using System Information

  1. Press Windows + R, type msinfo32, and hit Enter
  2. Navigate to Components → Display
  3. This view shows the adapter and connected display information, though detail level varies

How to Check Your Monitor on macOS 🍎

Apple makes this straightforward:

  1. Click the Apple menuAbout This Mac
  2. Select System Report (or System Information on older versions)
  3. Under Hardware, click Graphics/Displays
  4. Your connected monitor(s) appear here with model name, resolution, color depth, and refresh rate

Alternatively, go to System Settings → Displays — the display name usually appears at the top of each display's settings panel.

How to Check on Linux

On most Linux distributions, you can query monitor information from the terminal:

  • xrandr lists connected displays and their supported resolutions and current mode
  • inxi -G provides GPU and display information in readable format
  • cat /sys/class/drm/*/edid can expose raw EDID data (requires parsing tools like edid-decode)

Desktop environments like GNOME and KDE also surface basic monitor information under Settings → Displays.

What the Model Number Tells You

Once you have your monitor's model number, searching it on the manufacturer's website reveals the full specification sheet. Key specs to look for:

SpecWhat It Affects
Panel type (IPS, TN, VA, OLED)Color accuracy, viewing angles, contrast
Native resolutionSharpness and pixel density
Refresh rateMotion smoothness (60Hz, 144Hz, 240Hz, etc.)
Response timeMotion blur in fast-moving content
Color gamut (sRGB, DCI-P3)Suitability for color-critical work
HDR supportCompatibility with HDR content
Input typesHDMI version, DisplayPort, USB-C support

The model number format varies by brand — Dell might use something like U2722D, LG uses formats like 27UK850-W, and Samsung often uses formats like S27A700NWN. Each segment of the name typically encodes size, series, and feature tier.

When Windows Shows "Generic PnP Monitor"

This is a common situation and worth addressing separately. If Windows can't read your monitor's EDID data properly, it falls back to a generic driver. This can happen when:

  • The monitor driver isn't installed — some monitors ship with a driver disc or downloadable .inf file that tells Windows the exact capabilities
  • You're using a display adapter or KVM switch — these can interrupt the EDID handshake
  • The cable or port doesn't fully support EDID passthrough — some older or lower-quality adapters have this limitation

In these cases, the physical label on the back of the monitor becomes your primary source of truth.

The Variables That Shape What You Find

The information available to you — and how useful it is — depends on several factors specific to your setup. How your monitor connects (HDMI, DisplayPort, USB-C, DVI) affects whether Windows, macOS, or Linux can read its full EDID data. Whether you're using an adapter or hub adds another layer of potential interruption. The age of the monitor matters too: older displays may not broadcast complete EDID information, and some budget monitors use generic identifiers.

The operating system you're running, your GPU drivers, and even which version of a driver you have installed all influence what your system reports back. A monitor spec that appears limited in one setup may report fully in another simply by changing a cable or updating a driver.

Your exact combination of monitor, connection type, operating system, and hardware — and what you're actually trying to accomplish with that information — determines which method works best and what to do with the result once you have it.