What is my screen resolution

Your screen resolution, window size and pixel ratio. The numbers update as you resize the window or drag it to another screen.

Screen resolution not checked yet

Not checked yet

Screen resolution in device pixels: the screen's CSS size times its pixel ratio.

Screen, CSS pixels
--
Browser window, CSS pixels
--
Pixel ratio
--
Scaling, page zoom included
--
Color depth
--
Color gamut
--
HDR
--
Orientation
--
Screens
--

A web page can't tell your screen's size in inches. Enter the diagonal from the spec sheet in the PPI calculator to get the width, height and pixel density.

Screen

Resolution, window size and pixel ratio

Screen resolution is how many pixels your screen has, across and down, such as 1920 × 1080. Websites never get that number directly. They get the screen's size in CSS pixels, which your computer or phone enlarges on sharp screens, plus a pixel ratio: how many real pixels make one CSS pixel, as MDN defines it. The big figure above multiplies the two.

  • Screen and window Screen is the whole display, taskbar included. Browser window is the space this page fills.
  • Pixel ratio and scaling A ratio of 1 is what Windows calls 100% scaling, the 96 DPI baseline in Microsoft's high-DPI guide, so 1.5 is 150%. Zooming the page changes the ratio too; pinch zoom doesn't.
  • Color depth Bits per pixel: 24 means 8 each for red, green and blue.
  • Gamut and HDR Whether your screen shows wide color and HDR. Browsers don't agree on what these two answers mean, and the HDR test explains what yours means by them.

Why the numbers differ from your settings

  • Scaling At 150%, Windows makes everything half again as large, so a 1920 × 1080 screen shows up as 1280 × 720 CSS pixels.
  • Rounding On Windows, Chrome rounds the scaled size up to a whole pixel, per Chromium's code: 2560 ÷ 1.5 is 1706.67, which Chrome gives as 1707.
  • Page zoom Chrome and Edge count page zoom in the pixel ratio but not in the screen size, per Chromium's code, so at 110% zoom a 1920 pixel wide screen comes out as 2112. WebKit's current code also counts zoom in the ratio, so Safari may do the same. Ctrl+0 resets the zoom.
  • Mac scaled modes On a Mac, Chrome gets the "looks like" size from macOS and, on a Retina screen, a ratio of 2. Multiplied, they give the size macOS renders at, which matches the panel only when "looks like" is exactly half its resolution.
  • Privacy In Private Browsing, Safari gives the window size as the screen size, WebKit's blog says.

Common resolutions

Resolution names and their pixel counts, as YouTube and Samsung use them
NameWidth × height, pxAlso called
720p1280 × 720HD
1080p1920 × 1080Full HD, FHD
1440p2560 × 1440QHD; 2K on YouTube
2160p3840 × 21604K, UHD
5K5120 × 2880
4320p7680 × 43208K
UWQHD3440 × 1440Ultra WQHD, sold as 21:9
Dual QHD5120 × 144032:9

Size

Screen size in inches

In CSS one inch is always 96 CSS pixels, whatever the screen, MDN's CSS reference notes. So an inch on a web page may not match an inch on your ruler. For the real size, measure the diagonal of the lit area or find it on the spec sheet.

Method

How the screen resolution check works

We use only what any website can see without asking: the screen and window sizes, devicePixelRatio, screen.colorDepth, two media queries and the orientation. None of it leaves your device. The link to the PPI calculator carries your resolution after a # in its address, a part browsers never send to a server, as our privacy page explains.

  • Exact or approximate. We call the figure exact only when the pixel ratio is a whole number, the page isn't zoomed, the screen size differs from the window size, and you're not on macOS, whose scaled modes a page can't see. Otherwise it says "about". We round it down, which undoes Chrome's round-up whenever that added less than one device pixel.
  • Zoom. Chrome measures the window before zoom and the page after it, per Chromium's code, so when the two widths differ by more than 5%, the page is probably zoomed. An open side panel also widens the gap, and the note under the figure says so.
  • Which screen. With two monitors, MDN says, you usually get the one holding the middle of the window.

Browsers don't give websites your refresh rate at all, so the refresh rate test times your screen's frames instead.

Questions

How do I check my screen resolution?

Open this page on that screen: the big number at the top is its resolution. In Windows 11, Microsoft puts the setting under Settings > System > Display > Display resolution. On a Mac, Apple's guide goes to Apple menu > System Settings > Displays. If you see thumbnails there, Control-click them and choose Show List to see the numbers.

How do I tell if my monitor is 1080p or 720p?

1080p is 1920 × 1080 pixels and 720p is 1280 × 720. Compare those with the big number at the top of this page, not with the CSS size, which scaling makes smaller.

Is 2560x1440 considered 2K or 4K?

It's 1440p, also called QHD, and YouTube labels it 2K. 4K means 3840 × 2160, which has 2.25 times as many pixels.

Why does 2560x1440 look blurry?

One cause is a screen that isn't running at its native resolution: a 4K panel set to 2560 × 1440 has to stretch the picture, and Microsoft notes that a resolution below native makes text less sharp. On a Mac, Apple says the default resolution can look sharper than a scaled one. A native 1440p panel is also less dense than a 4K one of the same size, so its text is softer up close.

What is the screen size of 1920x1080?

1920 × 1080 is a pixel count, so it has no size of its own. A 24-inch and a 32-inch monitor can both be 1920 × 1080, with bigger pixels on the larger one. Enter a diagonal in the PPI calculator to get the width and height.

How do I identify my screen size?

Measure the lit picture area on a slant, from a top corner to the far bottom corner, in inches, or find the diagonal on the model's spec sheet. A web page can't measure it for you.

What is my resolution on Android?

Open this page on the phone: the big number is the resolution your phone runs at. Google's Pixel help puts the Display size slider under Settings > Display & touch > Display size and text, where it makes the items on the screen smaller or larger.

Should I use 1920x1080 or 2560x1440?

On the screen you have, keep the resolution Windows marks (Recommended), which Microsoft says is usually best. When buying, 2560 × 1440 is sharper at the same size, as the PPI calculator shows, but your graphics card has more pixels to render in every frame.