PPI Calculator
Enter your screen resolution and diagonal size to calculate pixels per inch (PPI).
What is pixels per inch (PPI)?
Pixels per inch (PPI) measures how many pixels fit into one inch of a display. It is a practical way to describe pixel density, which affects perceived sharpness. A higher PPI usually means smoother text, cleaner icons, and less visible pixel structure.
PPI does not tell the whole story of image quality, but it is one of the most useful numbers when you want to compare displays of different sizes and resolutions.
The formula for calculating PPI
To calculate PPI, first find the diagonal resolution in pixels, then divide by the diagonal size in inches:
PPI = √(width² + height²) ÷ diagonal size (inches)
Step-by-step example
For a 24-inch display at 1920 × 1080:
- Diagonal pixels = √(1920² + 1080²) = √4,852,800 ≈ 2202.91
- PPI = 2202.91 ÷ 24 ≈ 91.79
So this screen has approximately 91.8 PPI.
Why PPI matters in real use
The effect of PPI depends on viewing distance. A phone is held close to your eyes, so high density matters more. A desktop monitor is farther away, so moderate PPI can still look very good.
- Reading text: Higher PPI usually improves text edge smoothness.
- Photo editing: Better fine detail visibility and less jaggedness.
- Gaming: Higher PPI can improve clarity, though GPU load depends on total pixels rendered.
- UI scaling: Very high PPI often requires operating system scaling for comfortable text size.
PPI vs DPI vs resolution
PPI (display density)
Used for screens. It describes how tightly packed pixels are on a display panel.
DPI (print dots per inch)
Used in printing. It describes how many ink dots a printer places per inch. People often mix DPI and PPI in conversation, but they are not the same measurement.
Resolution (pixel dimensions)
Resolution is the number of pixels in width and height (for example, 2560 × 1440). Resolution alone is incomplete without physical size; the same resolution on a smaller screen gives higher PPI.
What is a “good” PPI?
There is no single perfect value, but these rough ranges are useful:
- Below 100 PPI: Pixels may be visible on desktop use.
- 100–140 PPI: Good for many monitors and office tasks.
- 140–220 PPI: Very sharp for productivity and media.
- 220+ PPI: Extremely sharp, common in modern smartphones and premium tablets.
Common mistakes when calculating pixel density
- Using width/height in inches instead of diagonal inches.
- Comparing resolutions without considering screen size.
- Assuming higher PPI is always better regardless of viewing distance.
- Confusing DPI (print) with PPI (display).
Extra metrics you can derive
Once you have PPI, you can estimate pixel pitch (distance between pixel centers):
Pixel pitch (mm) = 25.4 ÷ PPI
Lower pixel pitch means denser pixels. Designers and engineers often use this when evaluating readability and panel quality.
Final takeaway
If you want a fair comparison between displays, always compute PPI. Resolution by itself can be misleading. Use the calculator above to quickly evaluate monitors, laptops, tablets, phones, or any custom panel.