Screen DPI Test: Check DPR, Viewport, Resolution & Why a Screen Looks Zoomed
Click Screen DPI test Check device pixel ratio, estimated DPI, screen resolution, and viewport size to understand scaling, browser zoom, Retina behavior, and why layouts look different across screens.
Display snapshot
Screen DPI and pixel ratio
Review screen resolution, device pixel ratio, and estimated DPI.
DPI is an estimate based on browser pixel ratio, not a physical measurement.
Display
Viewport
Density
Why run this screen DPI test online
This screen DPI test is most useful when a website looks too zoomed, text feels too small, screenshots look blurry, or the same layout behaves differently across devices. Instead of guessing, you can compare device pixel ratio, estimated DPI, screen resolution, and viewport size in one place. That makes the page useful for designers, frontend developers, QA teams, support agents, and anyone trying to explain why a Retina or HiDPI display renders differently from a standard screen.
What this tool actually measures
The tool reads browser-level values such as window.devicePixelRatio, screen size, viewport size, and color depth. From those values it calculates an estimated DPI using the browser's current scaling context. That is helpful for understanding CSS pixels versus device pixels, but it is not a laboratory measurement of physical panel density. Think of it as a practical scaling and rendering diagnostic, not a hardware calibration tool.
Why layouts, screenshots, and UI can look different
A page can look different because operating system scaling, browser zoom, window size, and display density all change what the browser reports. A high device pixel ratio often makes text and graphics look sharper, but it also changes how screenshots, canvas rendering, image assets, and responsive breakpoints behave. A viewport that looks smaller than expected usually means the browser window, zoom level, or browser chrome is affecting the visible area rather than the raw screen resolution itself.
- A higher device pixel ratio usually means a denser screen and sharper rendering.
- Estimated DPI is only an approximation based on browser-visible values.
- Viewport size changes with window size, browser zoom, orientation, and browser UI.
- Operating system scaling can make the same hardware report different browser-level behavior.
- This tool is strongest for debugging scaling and layout issues, not for certifying exact physical DPI.
What the result can help you diagnose
Use this page to compare a laptop against an external monitor, check why a website looks oversized, understand why a screenshot feels soft on one device and crisp on another, or confirm whether browser zoom and DPR are changing your responsive layout. It runs locally in the browser and does not store personal data.