How to Find the Screen Resolution on Any Device

Screen resolution is one of those specs that sounds technical but is genuinely useful to know — whether you're troubleshooting a display issue, configuring an external monitor, or just curious why your screen looks sharper than a friend's. Here's how to find it across the most common devices and operating systems, and what the numbers actually mean once you have them.

What Screen Resolution Actually Means

Screen resolution refers to the number of pixels displayed on your screen, expressed as width × height. A resolution of 1920×1080, for example, means 1,920 pixels across and 1,080 pixels tall. More pixels generally means a sharper, more detailed image — but that relationship depends heavily on screen size, which we'll get to.

Two related terms worth knowing:

  • Native resolution — the physical pixel count built into the display hardware. This is the resolution your screen looks best at.
  • Scaled resolution — what the operating system reports after applying display scaling. On high-DPI screens (like Apple's Retina displays), the OS often shows a lower logical resolution to keep text and icons a readable size.

How to Find Screen Resolution on Windows 🖥️

Windows 10 and Windows 11:

  1. Right-click on the desktop
  2. Select Display settings
  3. Scroll down to Display resolution

The currently active resolution is shown in the dropdown. If you see a label like "(Recommended)" next to one option, that's your screen's native resolution.

You can also navigate via: Settings → System → Display → Display resolution

For more detail — including refresh rate and color depth — click Advanced display settings at the bottom of the Display page.

How to Find Screen Resolution on macOS

On any modern Mac:

  1. Open Apple menu → System Settings (or System Preferences on older macOS versions)
  2. Go to Displays

Here's where it gets nuanced. Macs with Retina displays don't show you the raw pixel count by default — they show a scaled resolution. For example, a MacBook Pro with a 2560×1600 physical display might be set to show content "as if" it were 1280×800, making everything sharper without being tiny.

To see the true native resolution, you can use a utility like System Information (About This Mac → More Info → System Report → Graphics/Displays) or a third-party app like Display Menu.

How to Find Screen Resolution on iPhone or iPad

Apple doesn't surface resolution in iOS settings directly. To find it:

  • Look up your specific model on Apple's website or a spec database (like GSMArena or Apple's own tech specs pages)
  • Search for "[your iPhone model] screen resolution" — Apple lists exact pixel dimensions per model

Alternatively, go to Settings → Display & Brightness, but note this only shows brightness and text size options — not the raw resolution number. The actual resolution is a hardware spec, not something iOS exposes in-settings.

How to Find Screen Resolution on Android

Android devices vary by manufacturer, but a common path is:

  1. Open Settings
  2. Go to Display
  3. Look for Screen resolution or Display size and text

On Samsung Galaxy devices running One UI, you'll often find a Screen resolution toggle that lets you switch between FHD+, QHD+, and sometimes lower options to save battery. The resolution setting here reflects what's currently active, which may differ from the panel's maximum capability.

On stock Android (like Pixel phones), resolution isn't always listed explicitly — similar to iOS, you may need to check the manufacturer's spec sheet.

How to Find Screen Resolution on Linux

Open a terminal and run:

xrandr 

This lists all connected displays and their available resolutions, with the current active resolution marked with an asterisk (*). If you're using a Wayland session instead of X11, try:

wlr-randr 

or check via Settings → Displays in GNOME or KDE Plasma, which show resolution similarly to Windows.

What the Numbers Look Like in Practice

ResolutionCommon NameTypical Use Case
1280×720HDOlder laptops, budget monitors
1920×1080Full HD / 1080pMost mainstream monitors and laptops
2560×1440QHD / 1440pGaming monitors, premium laptops
3840×21604K UHDHigh-end monitors, large screens
2560×1600Retina (MacBook)Apple laptops (scaled display)

These are general categories — actual panel resolutions vary by manufacturer and model within each tier.

The Part That Depends on Your Setup

Knowing your current resolution is the easy part. What it means for you — whether you should change it, whether an external monitor would display correctly, or whether a higher-resolution upgrade is actually worth it — depends on factors specific to your situation. 🔍

Your screen size matters enormously: 1080p looks crisp on a 24-inch monitor but noticeably soft on a 32-inch panel at the same viewing distance. Your GPU's output capability matters if you're connecting external displays. Your OS scaling settings matter if you're on a high-DPI screen. And your eyes and workflow matter — some people need larger text regardless of resolution.

The resolution number you find is the starting point. What you do with it comes down to how your display, your hardware, and your own preferences all fit together.