How to Find the Resolution of Your Monitor

Knowing your monitor's resolution is one of those basic tech tasks that comes up more often than you'd expect — whether you're troubleshooting display issues, installing a new game, configuring a second screen, or just satisfying your curiosity. The good news: finding it takes about 30 seconds on any major operating system.

What "Resolution" Actually Means

Before diving into the steps, it's worth being clear on what you're looking at. Screen resolution describes the number of pixels displayed horizontally and vertically on your screen, expressed as width × height (for example, 1920×1080 or 2560×1440).

More pixels generally means a sharper, more detailed image — but the picture quality you actually see depends on both the resolution and the physical size of the display. A 1080p image looks crisp on a 24-inch monitor but noticeably soft on a 40-inch TV. That relationship between resolution and screen size is measured as pixel density, expressed in pixels per inch (PPI).

Common resolution tiers you'll encounter:

NameResolutionCommon Use
HD1280×720Older monitors, budget displays
Full HD (1080p)1920×1080Most mainstream monitors
QHD / 2K2560×1440Mid-range gaming, productivity
4K UHD3840×2160High-end displays, content creation
5K5120×2880Professional creative work

How to Check Monitor Resolution on Windows 🖥️

Windows makes this straightforward through the Display Settings panel.

Windows 10 and Windows 11:

  1. Right-click on an empty area of your desktop
  2. Select Display settings
  3. Scroll down to the Scale & layout section
  4. Look for Display resolution — it will show your current active resolution in the dropdown menu

The setting shown here is what your system is currently outputting, not necessarily the maximum your monitor can handle. If you click the dropdown, you'll see all supported resolutions your graphics hardware and monitor combination can produce.

What "Recommended" means: Windows flags one option as Recommended — this is typically the monitor's native resolution, the resolution the display was physically designed to run at. Running below native resolution is possible but usually results in a softer image.

You can also check through Device Manager → Monitors, though Display Settings is faster for most people.

How to Check Monitor Resolution on macOS

On a Mac:

  1. Open the Apple menu (top-left corner)
  2. Go to System Settings (macOS Ventura and later) or System Preferences (earlier versions)
  3. Click Displays
  4. Your current resolution appears under the display name — either as a direct resolution value or as a Looks like descriptor if you're using a Retina display

A note on Retina displays: Apple's Retina screens use HiDPI scaling, which means the physical pixel count is much higher than what macOS reports as the "resolution." A MacBook Pro might show "Looks like 1440×900" even though the panel is physically 2880×1800. This is intentional — macOS renders at a scaled resolution for UI clarity. If you need the true physical panel resolution, check the manufacturer's spec sheet for your specific model.

How to Check Monitor Resolution on Linux

Most Linux desktop environments follow a similar path. On GNOME (used by Ubuntu and Fedora by default):

  1. Open Settings
  2. Navigate to Displays
  3. Your active resolution is shown for each connected screen

Alternatively, open a terminal and run:

xrandr 

This outputs detailed information about all connected displays, including their native resolution (marked with an asterisk *) and all supported modes.

Checking Resolution Without Going Into Settings

A few alternative methods work across platforms:

  • GPU software: NVIDIA Control Panel, AMD Radeon Software, and Intel Graphics Command Center all display current and available resolutions under their display configuration sections. These tools also show refresh rate alongside resolution.
  • Monitor's OSD (On-Screen Display): Many monitors have a physical menu button that brings up settings — some display the active input resolution directly on screen.
  • System information tools: Apps like CPU-Z, HWiNFO (Windows), or System Information (macOS) list connected display specs including resolution. 🔍

The Difference Between Current Resolution and Native Resolution

This distinction trips people up regularly. Your operating system can output at many different resolutions, but your monitor has one native resolution — the grid of physical pixels it was manufactured with.

  • Running at native resolution: Sharpest possible image, each software pixel maps to one physical pixel
  • Running below native: The monitor has to scale the image up, which can introduce softness or a slightly blurry appearance
  • Running above native: Not generally possible without specialized display tech — your OS won't typically offer this option

If you want to confirm your monitor's native resolution (rather than what Windows or macOS is currently set to), the most reliable source is the manufacturer's product page or the documentation that came with the display.

When Resolution Settings Don't Match What You'd Expect

There are situations where the resolution Windows or macOS reports doesn't match what you expected:

  • Scaling is active: High-DPI displays often use scaling, so the reported "resolution" is a scaled value, not the raw panel resolution
  • Wrong cable or adapter: Older HDMI versions or certain DisplayPort adapters can limit maximum supported resolutions — if 4K isn't showing up as an option, the cable may be the bottleneck
  • Driver issues: Outdated or missing graphics drivers sometimes restrict available resolutions; updating drivers often restores the full list
  • Multi-monitor setups: Each screen has independent resolution settings — make sure you're checking the right display in settings if you have more than one connected

What Affects the Resolution That's Right for Your Setup

Finding your current resolution is simple. Deciding whether it's the right resolution for how you use your monitor is where things get personal. The variables that matter most:

  • Monitor size and physical panel resolution — bigger panels benefit more from higher resolutions
  • Viewing distance — sitting further from the screen reduces the perceptual benefit of very high resolutions
  • Graphics hardware capability — running 4K at high framerates demands significantly more GPU power than 1080p
  • Use case — video editing and design work favor sharpness; competitive gaming sometimes favors lower resolution for higher refresh rates
  • Scaling needs — smaller text and UI elements at 4K on a 24-inch screen can be uncomfortable without proper HiDPI scaling support

Whether the resolution your monitor is currently running is the right one for your work, your eyes, and your hardware is a question only your own setup can answer.