What is my screen resolution

Your screen's real resolution, pixel ratio and viewport, live.

-

Physical pixels: CSS size times pixel ratio

-CSS screen size
-Pixel ratio
-Viewport now
-Available screen size
-Color depth
-Orientation

How to check your screen resolution

  1. Open this page on the device you want to check.
  2. Read the resolution and pixel ratio in the boxes below.
  3. Resize the window or rotate your device to see the numbers update.

Screen resolution checker FAQ

Why does this show a different number than my display settings?

Windows and macOS list the resolution you chose in display settings, which can be lower than the panel's native resolution when scaling is on. This page reports what the browser sees, multiplied by the pixel ratio.

What is devicePixelRatio?

It is the ratio between physical pixels and CSS pixels. A ratio of 2 means each CSS pixel is drawn with 4 physical pixels, which is typical for phone screens and most modern laptops.

Why is the viewport smaller than the screen size?

The viewport is the visible area inside the browser window, so it leaves out the taskbar, browser toolbar and any other windows on screen.

Does this work on my phone or tablet?

Yes. Open the page in any mobile browser and rotate the device to see both the portrait and landscape numbers.

Related tools