How to Check the Resolution of Your Monitor
Knowing your monitor's resolution is one of those basic system checks that comes up more often than you'd expect — whether you're troubleshooting a blurry display, adjusting settings for a new app, or just trying to understand what your screen is actually capable of. The good news is that every major operating system gives you this information in just a few clicks.
What Monitor Resolution Actually Means
Resolution describes the number of pixels your monitor displays, expressed as width × height. A monitor with a resolution of 1920×1080 displays 1,920 pixels across and 1,080 pixels tall. More pixels generally means a sharper, more detailed image — but the physical size of your screen matters too. A 27-inch monitor at 1080p looks noticeably less sharp than a 24-inch monitor at the same resolution, because the pixels are spread over more physical space.
Common resolutions you'll encounter:
| Resolution | Common Name | Typical Use Case |
|---|---|---|
| 1280×720 | HD / 720p | Older or budget monitors |
| 1920×1080 | Full HD / 1080p | Most common desktop standard |
| 2560×1440 | QHD / 1440p | Mid-range gaming, design work |
| 3840×2160 | 4K / UHD | High-end displays, video production |
| 5120×2880 | 5K | Professional creative monitors |
There's also an important distinction between your monitor's native resolution (what the hardware is physically built to display) and your current display resolution (what your OS is actively rendering). These can differ — and when they do, text and images often look soft or slightly off. Checking both is worth doing.
How to Check Monitor Resolution on Windows 🖥️
Windows makes this straightforward:
- Right-click anywhere on your desktop
- Select Display settings
- Scroll down to Display resolution
The current resolution is shown in the dropdown. Windows also flags the recommended setting, which typically matches your monitor's native resolution. If yours is set lower, that's often worth noting.
For more detail, scroll further down on the same page and click Advanced display settings. This shows your active signal resolution, refresh rate, and which display adapter is in use — useful if you're running multiple monitors or trying to diagnose a display issue.
On Windows 10 and 11, the path is nearly identical. Older versions of Windows (7, 8) used a slightly different route: right-click desktop → Screen Resolution.
How to Check Monitor Resolution on macOS
On a Mac:
- Click the Apple menu (top-left corner)
- Go to System Settings (macOS Ventura and later) or System Preferences (earlier versions)
- Select Displays
You'll see your current resolution listed. macOS sometimes shows "Default for display" rather than a raw pixel count, especially on Retina screens. That's because Apple uses HiDPI scaling — a 2560×1600 panel might render at a scaled resolution of 1280×800 to keep interface elements readable. To see the actual pixel dimensions, look for the Scaled option or check the monitor's spec sheet.
If you want the precise native resolution without hunting through menus, hold Option while clicking Scaled in Display settings — this reveals the full list of available resolutions including the true native option.
How to Check Monitor Resolution on Linux
The method varies slightly by desktop environment, but the general path on most distributions:
- GNOME: Settings → Displays
- KDE Plasma: System Settings → Display and Monitor
- Command line: Run
xrandrin a terminal — this outputs your current and available resolutions for each connected display
The xrandr output is particularly useful because it shows every resolution your system and monitor support, with an asterisk (*) marking the currently active one.
Checking Resolution Directly on the Monitor
Many monitors — especially gaming or professional-grade displays — have an on-screen display (OSD) menu accessible via physical buttons on the panel itself. Navigating to Information or System Info within that menu often shows the input signal resolution the monitor is currently receiving. This is independent of your OS settings and reflects what's actually being sent from your GPU.
Why Your Current Resolution Might Not Match Native 🔍
Several factors can cause a mismatch:
- Driver issues — outdated or missing GPU drivers sometimes cap available resolutions
- Cable limitations — older HDMI versions or VGA cables can restrict maximum resolution
- Scaling settings — OS-level scaling (especially on high-DPI displays) means the rendered resolution differs from the physical panel resolution
- Multiple display configurations — extended or mirrored display setups sometimes apply resolution compromises across screens
- New hardware — a freshly connected monitor may not be immediately recognized at its full native resolution
Identifying which of these applies to your setup requires looking at the full picture: your GPU model, the cable type in use, your OS version, and whether any scaling or display profiles are active.
The Detail That Changes Per Setup
Checking your resolution is simple — but interpreting what you find depends on context. A 4K monitor running at 1080p might be an intentional scaling choice, a cable bottleneck, or a driver gap. A "recommended" resolution flagged by Windows might be the native spec, or it might reflect your GPU's current output rather than the panel's true capability.
Whether your current resolution is actually right for how you're using the display — that depends on your screen size, how close you sit, what software you run, and what your GPU can comfortably handle at your target refresh rate. Those variables sit entirely within your own setup.