How to Tell What Resolution Your Monitor Is
Knowing your monitor's resolution sounds like a simple spec lookup — and often it is. But depending on your operating system, hardware setup, and what you're actually trying to do with that information, the answer can get more nuanced than expected. Here's how to find it, what the numbers mean, and why two monitors with the same resolution number don't always behave the same way.
What Monitor Resolution Actually Means
Resolution describes the number of pixels your monitor displays, expressed as width × height (for example, 1920×1080). More pixels generally means a sharper, more detailed image — but only up to the point where your eyes and your viewing distance can tell the difference.
Common resolutions you'll encounter:
| Resolution Name | Pixel Dimensions | Common Use |
|---|---|---|
| HD | 1280×720 | Older monitors, budget displays |
| Full HD (FHD) | 1920×1080 | Standard desktop and laptop screens |
| Quad HD (QHD) | 2560×1440 | Mid-range gaming and productivity |
| 4K (UHD) | 3840×2160 | High-end monitors, creative work |
| 5K | 5120×2880 | Professional creative displays |
These are the native resolutions — meaning the panel's actual physical pixel count. Your system can also run at lower resolutions than native, though the image will appear softer.
How to Check Your Monitor Resolution on Windows
The most direct method on Windows 10 or 11:
- Right-click on the desktop
- Select Display Settings
- Scroll to Display Resolution
The resolution shown with (Recommended) next to it is your monitor's native resolution. If you're running at a different setting, that's what you'll see selected instead.
🖥️ You can also check System > About > Device specifications or look up your monitor model number on the manufacturer's website for confirmed native specs.
For multiple monitors: Windows lists each display separately. Click on a specific display in the diagram at the top of Display Settings before reading the resolution shown below.
How to Check Your Monitor Resolution on macOS
On a Mac:
- Open Apple Menu > System Settings (or System Preferences on older macOS)
- Go to Displays
- Your connected displays appear with their resolution options
Macs often show resolution in terms like "Default for display" or offer a slider with options from "Larger Text" to "More Space." The actual pixel dimensions aren't always shown upfront, which can be confusing.
To see the raw resolution:
- Hold Option while clicking on Scaled in Displays settings — this reveals exact pixel dimensions on some macOS versions
- Or check Apple Menu > About This Mac > System Report > Graphics/Displays for confirmed hardware specs
Retina displays add another layer here. A 13-inch MacBook Pro Retina screen might show a resolution of 2560×1600 natively, but macOS renders at a scaled resolution (like 1280×800) for readability. You're getting the sharpness of the higher pixel count without everything becoming tiny — but the "resolution" you see in settings may not match the raw panel specs.
How to Check on Linux
In most Linux desktop environments:
- GNOME: Settings > Displays
- KDE Plasma: System Settings > Display and Monitor
- Command line: Run
xrandrin a terminal — it lists all connected displays, their native resolution (marked with an asterisk or+), and available modes
Reading the Number Correctly 🔍
One thing that trips people up: display resolution and display scaling are separate.
- Native resolution = the actual pixel grid of the panel
- Scaled resolution = what the OS renders to, adjusted for readability
- Effective resolution = what you experience day-to-day
On high-DPI screens (like 4K panels or Retina displays), the OS often scales up so that UI elements don't become microscopic. A 4K monitor running at 200% scaling will feel like a 1080p display in terms of usable screen space — but text and images will look sharper because of the higher underlying pixel density.
This is why checking the display settings alone doesn't always give you the full picture. A resolution listed as 1920×1080 in settings could mean:
- You have a 1080p native panel running at native resolution
- You have a 4K panel running at a scaled lower resolution
- You have a 4K panel and Windows has set its scaling to 200%, making it read as 1080p equivalent
Why the Physical Panel Specs Sometimes Tell a Different Story
If you're trying to determine your monitor's hardware resolution — not just what your OS is currently outputting — the most reliable approach is to:
- Find the model number (usually on a sticker on the back of the monitor)
- Search it on the manufacturer's site or a spec database
- Look for native resolution or panel resolution in the spec sheet
This matters when you're connecting a monitor to a new machine, buying adapters, or troubleshooting why a display looks blurry. Your GPU, your cable type (HDMI version, DisplayPort version), and your driver settings all influence what resolution your system can actually output to a given monitor.
Variables That Affect What You'll See
- OS and display scaling settings — the same monitor looks different across Windows, macOS, and Linux depending on default scaling
- GPU capabilities — older graphics cards may not support 4K output at all, or only at lower refresh rates
- Cable bandwidth — HDMI 1.4 vs HDMI 2.1 determines whether 4K at high refresh rates is possible
- Multi-monitor setups — each display is independent; one 4K and one 1080p screen behave as separate outputs
- Remote desktop or VM sessions — resolution may be limited by the session software, not the hardware
What your monitor can do and what it's currently doing are often two different things — and which one matters depends entirely on what you're trying to figure out.