← All Tools

Display DPI / PPI Calculator

Compute pixel density (PPI), dot pitch, and the minimum viewing distance at which the human eye stops resolving individual pixels. Useful for picking a monitor, sizing a UI element on a phone, or deciding whether @2x assets are worth shipping.

Minimum viewing distance for "retina" sharpness

A pixel becomes individually invisible when it subtends less than 1 arcminute on the retina (the threshold of 20/20 vision). Below this distance, you can technically resolve the pixel grid; above it, the display looks perfectly smooth.

Distance metricInchesCentimetersNotes

Your current device

In-browser detection. The browser only knows CSS pixels and the device pixel ratio (DPR); the physical PPI requires a known screen size, which the browser can't measure.

Presets

Pick a device to autofill the resolution and diagonal.

Reference: where common PPI values sit

PPI bandExamplesWhat it means
72–96Older monitors, projectors, TVs at couch distancePixel grid visible up close; "1× assets" target.
96–1501080p/1440p desktop monitorsThe historical baseline for Windows / web design.
150–2204K 27" / Apple "Retina" desktops, tabletsSmooth at arm's length; benefits from 2× assets.
220–400Laptops (MacBook), high-end tabletsPixel grid invisible at normal use distance.
400–600+Modern smartphonesEffectively impossible to resolve individual pixels.