PPI Calculator
Calculate pixel density from any screen size, check whether your display is Retina at your real viewing distance, or reverse the math to find how many pixels your image needs to print sharply at 300 DPI.
Screen Ruler
What does the PPI calculator do?
The PPI calculator turns a screen's diagonal and pixel resolution into pixels-per-inch — the number that decides whether you see crisp text or visible jagged edges. Enter any inches and width × height (for example 27 inches at 3840 × 2160) and the calculator returns 163 PPI, classifies the screen on a four-tier scale from Standard to Super Retina, and judges whether it crosses the Retina threshold at your actual viewing distance, not just Apple's marketing baseline. A second mode goes the other way: tell it the print size and target DPI and it returns the exact pixel dimensions your file needs. A compare mode places phones, tablets, laptops, and TVs side by side so you can see how 460 PPI on an iPhone really stacks up against 109 PPI on a 24-inch monitor.
How to use the PPI calculator
- Open the calculator. The auto-detect mode reads your current screen's resolution and gives a starting PPI within a second — no input needed.
- Switch to screen mode and enter a diagonal in inches plus the resolution as width × height (paste 1920×1080, 3840×2160, or any common format).
- Slide the viewing-distance control between phone (30 cm) and projector (3 m). The Retina verdict updates live so you can see at what distance the screen actually looks pixel-free.
- For print work, switch to print mode. Enter the physical paper size and a target DPI (300 for magazine quality, 150 for everyday photos) and read the pixel dimensions your image must have.
- Open compare mode to put two to four devices side by side, or click the Use this PPI in Screen Ruler button to feed the result into the on-screen ruler tool with a single click.
Who uses a PPI calculator
- Students: Physics homework on visual acuity, optics projects measuring resolving power, and any class that asks for the math behind why Retina screens look sharp.
- UI & web designers: Specifying icon and image assets at the right pixel density for different breakpoints, choosing a monitor that matches the target user's typical viewing distance, and ensuring designs hold up on both 110 PPI office displays and 220 PPI MacBooks.
- Mobile & app developers: Translating CSS pixels to physical pixels using the device pixel ratio, sizing tap targets that meet Apple's 44 pt minimum, and validating that text on a low-PPI tablet stays readable at the user's grip distance.
- Photographers & print designers: Sizing camera output for prints — knowing that an 8 × 10 inch print at 300 DPI needs 2400 × 3000 pixels saves the embarrassment of soft 200 DPI output at the gallery.
- Shoppers comparing screens: Deciding between 27-inch 4K and 32-inch 4K monitors, comparing tablets across iPad and Galaxy lines, and judging whether a high-end TV's 8K headline number actually translates to a Retina-class pixel density at the couch.
Why this PPI calculator
- Auto-detect mode reads your current screen on page load — you see your own device's PPI before entering anything, including a Retina verdict at typical handheld distance.
- Viewing-distance-aware Retina verdict — most calculators stop at the static 300 PPI threshold; we recompute the threshold for any distance from 20 cm phone-grip to 3 m projector throw.
- Print DPI mode covers the second half of the question: not just "what is my screen's PPI" but "how many pixels does my image need at 300 DPI".
- Side-by-side device compare for two to four screens at once, drawing the actual physical outline so a 6.1-inch phone next to a 13.6-inch laptop is not just a number, it is a picture.
- Cross-tool integration — one click sends the calculated PPI to the Screen Ruler's calibration so the on-screen ruler matches your real device, no credit card needed for measurement.
How accurate is the result?
PPI is computed by Pythagoras on the resolution diagonal divided by the inch diagonal, exactly as manufacturers specify. The Retina threshold formula derives from the one-arcminute visual acuity standard (3437.75 / distance in inches), the same baseline Apple cited when introducing the original Retina iPhone. Print DPI math is straightforward multiplication. The only source of uncertainty is the diagonal you enter — manufacturer spec sheets quote the nearest tenth of an inch, so the resulting PPI is good to within 1 percent.
Frequently asked questions
- What is PPI and why does it matter?
- PPI stands for pixels per inch — the count of physical pixels packed into one inch of screen. It is the headline number for visual sharpness: at 326 PPI on a phone held 30 cm away, the human eye cannot pick out individual pixels; at 100 PPI on a desktop monitor, you can clearly see the pixel grid in fine text. PPI is independent of resolution. A 24-inch 1080p monitor and a 13-inch 1080p laptop have identical pixel counts but very different PPI (92 versus 165), and the laptop will look noticeably sharper.
- What is the difference between PPI and DPI?
- PPI describes screens — pixels per inch on a digital display. DPI (dots per inch) describes print — ink dots per inch laid down by a printer. They are mathematically the same formula but apply to different output stages. For a designer the practical rule is: optimize the source file at the screen's PPI for digital delivery; export at 300 DPI for high-quality print. Confusingly, image editors often label print resolution as PPI in the file metadata; the value is identical to DPI for print purposes.
- What PPI counts as Retina?
- Apple's original Retina claim was 326 PPI on a phone held 25 to 30 cm away — the distance at which one pixel subtends roughly one arcminute, the resolving limit of average human vision. The threshold scales inversely with distance: a 220 PPI laptop held 60 cm away crosses the same threshold, and a 60 PPI TV viewed from 3 m does too. There is no absolute PPI that always counts as Retina; this calculator computes the threshold for whatever distance you actually use the device.
- How many pixels do I need for a 300 DPI print?
- Multiply each print dimension in inches by 300. An 8 × 10 inch photograph at 300 DPI needs 2400 × 3000 pixels. A4 paper (8.27 × 11.69 inches) needs 2481 × 3507 pixels at the same DPI. The print DPI mode in this calculator does the multiplication for you, including for non-standard sizes; switch to it from the mode selector at the top.
- How do I find my screen's actual PPI?
- Three options. First, the auto-detect mode at the top of this page reads it from the browser. Second, look up your model in the manufacturer spec sheet, then plug the diagonal and resolution into screen mode. Third, measure the screen diagonal with a tape measure (precise to 1 mm) and read the resolution from your operating system's display settings. All three should agree to within one or two PPI.
- Why is my screen reported with a different PPI than the spec sheet?
- Browsers can report logical PPI, which is the rendered CSS pixel count divided by the diagonal — typically half or one-third of the physical PPI on Retina displays because of the device pixel ratio. The auto-detect mode here multiplies by the DPR to recover the physical PPI, but on some platforms (older Android, Windows with DPI scaling overrides) the reported number can still drift by 5 to 10 percent. When precision matters, fall back to the manufacturer spec.
- Is higher PPI always better?
- Beyond the Retina threshold for your viewing distance, no — additional PPI is invisible to the eye and just costs battery and rendering time. A 4K phone display drains the battery faster than 1080p without looking any sharper. The sensible target is a PPI that comfortably exceeds the Retina threshold for the distance the device is actually used at, with a small margin for users who lean in. This calculator's tier classification is built around that principle.