← maistrelis.com / tools

Live detection

Your screen resolution

Everything is read right now, from your own device, inside the browser. Resize the window and watch what updates.

Screen resolution

× pixel (logical)
Total DPR Ratio

Screenlogical pixel

Width

Height

Available area

Orientation

Render surfacedevice pixel

screen × DPR

The surface the browser renders to (screen × DPR). Under scaling it is NOT guaranteed to be the panel's real pixels, it can even exceed them.

Browser windowcss pixel

Visible area (viewport)

Visual viewport (visualViewport)

Pinch zoom (visualViewport)

Offset (visualViewport)

Color & touch

Colour depth

Pixel depth

Touchscreen

The kinds of pixel

pixelWhat it isLengthDo we have it?
css pixelthe browser's logical unit for layout1 / CSS ppi1
logical pixelOS logical pixel (point / DIP)= css (at 100% zoom)
device pixelthe surface the browser renders to (css/logical × DPR)css ÷ DPR2
hardware pixelthe hardware dot, the screen's native resolutiondot pitch3

1 css pixel: we measure it at /tools/monitor_dpi/ · 2 device pixel: computed, not the panel itself · 3 hardware pixel: no access, we don't measure it