raatools/

Screen DPI / PPI Calculator

Calculate screen pixel density from resolution and display size.

109
PPI
3,686,400
Total Pixels
3.7 MP
Megapixels
0.233 mm
Dot Pitch
Low (72 PPI) Retina (220+) High (400+ PPI)
Low density

Common Devices

What is screen DPI?

DPI (Dots Per Inch) or PPI (Pixels Per Inch) measures the pixel density of a display โ€” how many pixels are packed into each inch of screen. Higher DPI means sharper text and images. A 4K monitor has more pixels than a 1080p monitor of the same physical size, resulting in higher DPI and crisper visuals.

This tool calculates DPI from your screen's resolution and physical size. It also helps determine the ideal viewing distance and whether a display is considered 'Retina' or 'HiDPI' โ€” where individual pixels are too small to see at normal viewing distance, creating a smooth, print-like visual experience.

How to use this tool

Enter your screen's resolution (width x height in pixels) and physical diagonal size (in inches). The tool calculates the DPI/PPI value and tells you the actual pixel dimensions per inch. It also shows how your display compares to common standards and at what distance pixels become invisible to the human eye.

Common display DPI values

  • 96 DPI โ€” traditional Windows standard, typical for older monitors.
  • 110-140 DPI โ€” typical for modern 24-27 inch monitors at 1080p-1440p.
  • 220-260 DPI โ€” Retina/HiDPI displays (MacBook, iPhone, flagship Android phones).
  • 300+ DPI โ€” premium smartphones and tablets. Individual pixels are invisible at any normal distance.

DPI in design and development

Designers must account for varying DPI when creating digital assets. An image that looks sharp on a standard 96 DPI monitor may appear blurry on a Retina display. This is why web developers serve 2x and 3x resolution images using srcset. CSS uses device-pixel-ratio media queries to adapt styles. Understanding DPI is essential for creating assets that look crisp on all displays.

Frequently asked questions

What is the difference between DPI and PPI?

PPI (Pixels Per Inch) refers to screen displays โ€” the number of pixels per inch. DPI (Dots Per Inch) technically refers to printing โ€” the number of ink dots per inch. In practice, the terms are often used interchangeably when discussing screens, though PPI is technically correct for displays. This tool uses both terms for clarity.

What DPI is considered 'Retina' quality?

Apple coined 'Retina display' for screens where pixels are indistinguishable at typical viewing distance. For phones (held at ~10 inches), this is about 300+ PPI. For tablets (~15 inches away), about 264 PPI. For laptops (~20 inches), about 220 PPI. For desktop monitors (~28 inches), about 110-140 PPI can appear sharp. The threshold depends on viewing distance โ€” farther away, lower PPI still looks sharp.