How to Check Your Screen Resolution on Any Device
Knowing your screen resolution is more useful than it might seem. Whether you're troubleshooting a blurry display, configuring a second monitor, optimizing a game, or just satisfying your curiosity, finding that number takes less than a minute — once you know where to look. The steps differ depending on your operating system and device type, and what you find there tells you more than just two numbers.
What Screen Resolution Actually Means
Screen resolution describes how many pixels fit across and down your display, expressed as width × height (for example, 1920×1080). More pixels generally means a sharper, more detailed image — but the physical size of your screen and the density of those pixels matter just as much as the raw numbers.
Common resolution labels you'll encounter:
| Resolution | Dimensions | Common Label |
|---|---|---|
| 1280 × 720 | HD | 720p |
| 1920 × 1080 | Full HD | 1080p |
| 2560 × 1440 | Quad HD | 1440p / 2K |
| 3840 × 2160 | Ultra HD | 4K |
| 5120 × 2880 | 5K | 5K |
These are standard reference points — your device may report something slightly different depending on its manufacturer or display panel.
How to Check Resolution on Windows
On Windows 10 and Windows 11, the fastest path is:
- Right-click anywhere on your desktop
- Select Display settings
- Scroll to Display resolution
The current resolution is shown in a dropdown menu. Windows usually marks the recommended option, which is typically the display's native resolution — the number of physical pixels actually built into the screen. Running below native resolution makes everything look softer.
You can also navigate there through: Settings → System → Display → Display resolution
🖥️ If you have multiple monitors connected, you'll need to select each display separately at the top of the Display settings page to check each one individually.
How to Check Resolution on macOS
Apple handles resolution display a little differently. On a Mac:
- Click the Apple menu (top-left)
- Go to System Settings (macOS Ventura and later) or System Preferences (earlier versions)
- Select Displays
What you see here may say something like "looks like 1920 × 1200" rather than the actual pixel count — this is because Retina displays use HiDPI scaling, where the physical pixel count (say, 3840 × 2400) is doubled up to render sharper text and graphics at a scaled resolution.
To see the true pixel dimensions, you can check System Information (under the Apple menu → About This Mac → System Report → Graphics/Displays), which shows the full native resolution without scaling applied.
How to Check Resolution on a Smartphone 📱
On Android, the path varies slightly by manufacturer, but the general route is:
- Settings → Display → Screen resolution (or Display size and text)
Some Android devices let you switch between resolution tiers (like FHD+ and QHD+) to trade sharpness for battery life.
On iPhone, Apple doesn't surface resolution settings directly. To find your iPhone's native display resolution, you typically need to look it up by model — Apple publishes this information in their technical specifications for each device. iOS manages display scaling automatically and doesn't expose a resolution control panel to the user.
How to Check Resolution in a Game or Application
Many games display or allow you to set resolution inside their own settings menus, independent of your operating system's desktop resolution. It's common for a system to run at 1920×1080 on the desktop while a game renders at a lower resolution for performance, or at a higher one using techniques like supersampling.
If you're checking resolution for a specific game:
- Look under Settings → Video or Settings → Graphics
- Some games also show the current rendering resolution in an overlay or performance menu
This is a separate value from your monitor's native resolution and can be adjusted for performance or quality trade-offs.
How to Check Resolution on Linux
On most Linux distributions using a graphical desktop environment:
- GNOME: Settings → Displays
- KDE Plasma: System Settings → Display and Monitor
You can also use the terminal. The command xrandr (for X11 systems) outputs detailed information about connected displays and their current resolution. Wayland-based systems may use different tools depending on the compositor.
What the Numbers Mean for Your Situation
Checking your resolution is rarely the end of the story — it's usually the starting point for answering a follow-up question.
Resolution and display sharpness depend on pixel density, measured in PPI (pixels per inch). A 4K panel on a 27-inch monitor looks noticeably sharper than the same resolution on a 55-inch TV, because the pixels are packed more tightly together.
Scaling settings in Windows and macOS can make the interface look like it's running at a lower resolution while the system renders at full native resolution behind the scenes. This is why a MacBook Pro might report a "scaled resolution" of 1440×900 while the screen physically has more than 5 million pixels.
External monitors and TVs connected via HDMI or DisplayPort may not automatically default to their highest available resolution — especially if the cable, port, or graphics driver doesn't support it. If your connected display looks softer than expected, checking and manually setting the resolution in Display settings is usually the right first step.
Refresh rate is a related value that appears alongside resolution in the same settings panel. A high resolution at a low refresh rate (like 60Hz) may or may not be what you actually want, depending on what you're using the display for.
The resolution your display reports, what your GPU is rendering, what your application or game is outputting, and what the panel is physically capable of are four different things — and they don't always match. Understanding which one you're actually looking at is where most of the complexity lives.