Screen Resolution Test
Reads every display property the browser exposes — screen width/height, viewport, device pixel ratio, color depth, color gamut, orientation, and more — and updates live as you resize the window.
All values update live. Resize the window or zoom to watch the viewport and DPR change.
Native pixel resolution
—
Screen resolution
-
Viewport (this tab)
-
Device pixel ratio
-
Color depth
-
Color gamut
-
Orientation
-
Screen aspect ratio
-
Available screen
-
Tip: DPR (device pixel ratio) multiplies CSS pixels to physical pixels. A Retina / 4K phone usually has DPR 2-3. Native resolution = screen × DPR. Browser zoom also changes DPR in modern browsers.
Popular tools
All tools
Screen Resolution Test guide
How to use the Screen Resolution Test accurately
Modern browsers expose every relevant display property through the screen object and the window.devicePixelRatio property.
screen resolution test
what is my resolution
device pixel ratio
dpr test
color depth test
viewport size checker
The color-gamut CSS media query exposes which color gamut the OS and browser advertise. sRGB is the baseline — every display. DCI-P3 is wide-gamut, covering most modern phones, MacBooks, and premium monitors. Rec.
Screen Resolution Test FAQ
Common screen resolution test questions
Checklist
Display checks to confirm
- What This Tool Actually Reads Modern browsers expose every relevant display property through the screen object and the window.devicePixelRatio property.
- CSS Pixels vs Physical Pixels The big source of confusion: when your phone says "1080 × 2400" physical, the browser reports something smaller like "390 × 844" for screen.width / height.
- Color Gamut Detection The color-gamut CSS media query exposes which color gamut the OS and browser advertise. sRGB is the baseline — every display.