A phone spec sheet describes its screen with three numbers: a diagonal in inches, a resolution in pixels, and a density in pixels per inch. A typical listing might read 6.1 inches, 2556 by 1179, 460 PPI. Each number answers a different question, and understanding how they interlock tells you more than any marketing name for the display ever will.
The diagonal tells you physical size, the resolution tells you how many dots the picture is made of, and PPI tells you how tightly those dots are packed. Only the third one describes sharpness.
How the three numbers connect
PPI is computed from the other two. Take the pixel width and height, combine them with the Pythagorean theorem to get the diagonal in pixels, then divide by the diagonal in inches. For the example above, the diagonal is about 2815 pixels, and 2815 divided by 6.1 gives about 461 PPI.
This is why resolution alone is misleading. A 1080p panel is impressively dense on a 5.5-inch phone at about 400 PPI, decent on a 13-inch laptop at about 165 PPI, and coarse on a 27-inch monitor at about 82 PPI. The same pixel count spreads thinner as the glass grows.
How much density can you actually see?
Visual acuity sets a ceiling on useful PPI. At a typical phone-holding distance of about 30 cm, a person with normal vision stops resolving individual pixels somewhere around 300 PPI, which is roughly why that figure became the benchmark for sharp phone screens over a decade ago. Modern flagships at 450 to 550 PPI are comfortably past the threshold; the extra density mainly benefits fine text rendering and virtual-reality use, where the screen sits much closer to the eye.
Viewing distance is the hidden variable. A living-room TV can look tack sharp at 80 PPI because you sit meters away, while a watch screen benefits from very high density because you hold it close. Density requirements scale with the inverse of distance, which is why PPI comparisons only make sense between devices used the same way.
Why software thinks in logical pixels
If apps positioned buttons using raw hardware pixels, a button designed for an old 160 PPI screen would shrink into an untappable speck on a 480 PPI one. Operating systems therefore expose logical pixels, and the phone scales the interface by a factor of two, three or more onto the physical grid. Web developers meet this as the device pixel ratio, and designers export icons at multiple scales for exactly this reason. The physical PPI stays a hardware fact, while software works in stable, size-preserving units on top of it.
When you compare phones, glance past the resolution headline, check the PPI, and remember that anything comfortably above 300 will look sharp at arm’s length.
Loading comments…