What is my screen resolution?

What resolution does my screen have – and how much space does a web page really get inside the browser window? All values are measured directly in your browser and update live when you resize the window, zoom or rotate your device.

Your screen resolution (physical pixels)

detected in your browser …

Physical pixels
detected in your browser …
Screen in CSS pixels
detected in your browser …
Aspect ratio
detected in your browser …
Available (without taskbar)
detected in your browser …
Browser window (viewport)
detected in your browser …
Visible area
detected in your browser …
devicePixelRatio (scaling)
detected in your browser …
Colour depth
detected in your browser …
Orientation
detected in your browser …
Colour scheme
detected in your browser …
Animations
detected in your browser …
Bootstrap 5 breakpoint
detected in your browser …
Tailwind CSS breakpoint
detected in your browser …
Viewport class
detected in your browser …

Tip: resize the window, zoom with Ctrl + / Ctrl − or rotate your device – the values update instantly.

Everything stays local: nothing is sent or stored.

Result

How it is calculated

There is more than one correct answer to “what is my screen resolution”: the display’s physical pixels, the CSS pixels the browser works with, and the viewport – the area a web page actually gets. This tool shows all of them side by side.

What the values mean

Common resolutions

NamePixelsRatio
HD (720p)1280 × 72016:9
HD / WXGA1366 × 768≈ 16:9
Full HD (1080p)1920 × 108016:9
WUXGA1920 × 120016:10
QHD / WQHD (1440p)2560 × 144016:9
UWQHD3440 × 1440≈ 21:9
4K UHD3840 × 216016:9

Limitations

Browsers sometimes round CSS pixels down, so physical pixels can be off by one (2561 instead of 2560). With several monitors, the browser reports the screen the window is currently on. Firefox with fingerprinting protection enabled (resistFingerprinting) may deliberately report standard values.

Frequently asked questions

How do I find out my screen resolution?

Just open this page: the resolution in physical pixels is shown at the top, followed by the values in CSS pixels and the size of your browser window. On Windows you can also find it under Settings → System → Display → Display resolution.

Why does my browser show 1536 × 864 instead of 1920 × 1080?

Because Windows is scaled to 125 % (or browser zoom is not at 100 %). The browser then works in CSS pixels: 1920 ÷ 1.25 = 1536. The physical pixels are shown at the top – they are CSS pixels × devicePixelRatio.

What is the difference between screen resolution and viewport?

The screen resolution is the size of the whole display. The viewport is only the inner area of the browser window, without tab bar, address bar and taskbar. For web design and media queries, the viewport is what counts.

What does a devicePixelRatio of 2 or 3 mean?

Your display is high-density (Retina): one CSS pixel consists of 2 × 2 or 3 × 3 physical pixels. Text and images look sharper, while layouts keep the same size.

Is my data stored?

No. All values are read and displayed only in your browser; nothing is sent or stored.

Sources and legal basis

As of:

Related tools