PPI & DPI Calculator Guide: Screen Resolution and Print Quality Explained
Quick Answer
- *PPI (pixels per inch) measures screen pixel density. DPI (dots per inch) measures print dot density. They're related but not the same.
- *PPI formula: √(width² + height²) ÷ diagonal screen size. A 27” 4K monitor is 163 PPI.
- *For print: 300 DPI for photo quality, 150 DPI for documents, 72 DPI for large posters viewed from distance.
- *Max print size at 300 DPI: pixel width ÷ 300 = inches. A 4000px-wide image prints 13.3” wide at full quality.
PPI vs DPI: What's the Actual Difference?
These terms get used interchangeably, but they describe fundamentally different things:
- PPI (pixels per inch) is a property of a digital display. It describes how tightly pixels are packed on screen. A higher PPI means sharper text and images. You can't change a screen's PPI — it's determined by the resolution and physical size.
- DPI (dots per inch) is a property of a printer or printed output. It describes how many ink dots the printer places per inch. Higher DPI means finer detail and smoother gradients in print. You can change DPI in your print settings.
The confusion started in the early desktop publishing era when Macintosh displays were 72 PPI — matching the 72 points-per-inch typographic standard. Software like Photoshop used “DPI” for both screen and print settings, and the conflation stuck. Adobe didn't fully separate the terms in their UI until the 2010s.
How to Calculate PPI
The formula requires three values: horizontal resolution, vertical resolution, and diagonal screen size.
PPI = √(width² + height²) ÷ diagonal size (inches)
Common Display PPI Values
| Display | Resolution | Size | PPI |
|---|---|---|---|
| iPhone 15 Pro | 2556 × 1179 | 6.1” | 460 |
| MacBook Pro 14” | 3024 × 1964 | 14.2” | 254 |
| iMac 24” (4.5K) | 4480 × 2520 | 23.5” | 218 |
| Dell U2723QE (4K) | 3840 × 2160 | 27” | 163 |
| LG C3 OLED TV | 3840 × 2160 | 55” | 80 |
| Standard 1080p 24” | 1920 × 1080 | 24” | 92 |
Notice the TV's low PPI. That doesn't mean it looks bad — you sit 6–10 feet away from a TV but only 18–24 inches from a monitor. Viewing distance is the key variable in perceived sharpness.
The Retina Threshold
Apple coined “Retina display” in 2010 for the iPhone 4 at 326 PPI. The concept: when pixel density exceeds the resolving power of the human eye at a given distance, individual pixels become invisible.
The human eye can distinguish about 300 pixels per inch at 10–12 inches (normal phone viewing distance). At arm's length (18–24 inches), the threshold drops to roughly 200–220 PPI. At TV distance (8–10 feet), even 40 PPI appears sharp.
This is why Apple uses different PPI thresholds for different products: 326 PPI for iPhones, 264 PPI for iPads, and 218–254 PPI for Macs. Samsung's Galaxy S24 Ultra pushes to 505 PPI— well past the perceptual threshold, but useful for VR applications where lenses magnify the display.
DPI for Print: What You Actually Need
The “always use 300 DPI” advice is a simplification. The right DPI depends on the print type and viewing distance.
| Print Type | Recommended DPI | Viewing Distance |
|---|---|---|
| Photo prints (4×6 to 8×10) | 300 | 12–18 inches |
| Magazine / book pages | 300 | 12–18 inches |
| Business cards | 300–350 | 8–12 inches |
| Posters (18×24 to 24×36) | 150–200 | 2–4 feet |
| Trade show banners | 100–150 | 4–8 feet |
| Billboards | 15–30 | 30+ feet |
A billboard at 15 DPI would look like a pixelated mess up close. But from 100 feet away, it looks perfectly sharp. The outdoor advertising industry standard is 12–20 DPIfor large-format billboards (Outdoor Advertising Association of America). This is why a single 20-megapixel image can fill a 48×14-foot billboard.
Calculating Maximum Print Size from Pixel Dimensions
This is the most practical question designers face: “How big can I print this image?”
Max print size (inches) = Pixel dimension ÷ Target DPI
| Camera / Source | Pixels (W × H) | Max at 300 DPI | Max at 150 DPI |
|---|---|---|---|
| iPhone 15 (12 MP) | 4032 × 3024 | 13.4” × 10.1” | 26.9” × 20.2” |
| Sony A7R V (61 MP) | 9504 × 6336 | 31.7” × 21.1” | 63.4” × 42.2” |
| 1080p screenshot | 1920 × 1080 | 6.4” × 3.6” | 12.8” × 7.2” |
| 4K screenshot | 3840 × 2160 | 12.8” × 7.2” | 25.6” × 14.4” |
| Web image (800px wide) | 800 × 600 | 2.7” × 2.0” | 5.3” × 4.0” |
According to a 2024 Adobe survey of professional photographers, 78% consider 240 DPI the minimum acceptable quality for client prints. The 300 DPI standard provides a safety margin and matches the capabilities of most professional inkjet printers (Epson, Canon, and HP photo printers natively output at 300 or 360 DPI).
Why “72 DPI for Web” Is a Myth
You'll still see advice to “save images at 72 DPI for the web.” This is meaningless. Browsers render images based on pixel dimensions only— they completely ignore the DPI metadata embedded in the file.
A 1000×800 pixel image saved at 72 DPI and the same image saved at 300 DPI will render identically in a browser. The file size is the same. The display is the same. The DPI tag only matters when the image goes to a printer.
The 72 DPI convention dates back to the original Macintosh (1984), which had a 72 PPI screen where 1 screen pixel = 1 typographic point. Modern displays range from 80 to 500+ PPI, making the 72 DPI convention a historical artifact. Google's Web Fundamentals documentation confirms that DPI metadata has no effect on web rendering.
Device Pixel Ratio and Responsive Design
Modern screens complicate things with device pixel ratios (DPR). A “Retina” MacBook with 2x DPR uses 4 physical pixels (2×2) to render 1 CSS pixel. This is why web developers serve 2x or 3x resolution images for sharp display on high-DPI screens.
- 1x displays: Standard density (92–110 PPI). Older monitors, budget laptops.
- 2x displays: 200–260 PPI. MacBook Pro, most modern smartphones, 4K 27” monitors.
- 3x displays: 400–500+ PPI. iPhone Pro models, Samsung Galaxy S series.
According to StatCounter (March 2026), 72% of global web traffic comes from devices with a DPR of 2x or higher. Serving only 1x images means most of your audience sees slightly blurred graphics.
Calculate PPI and print sizes for any image
Use our free PPI & DPI Calculator →Frequently Asked Questions
What is the difference between PPI and DPI?
PPI (pixels per inch) measures the pixel density of a digital screen. DPI (dots per inch) measures the ink dot density of a printed output. PPI is a fixed property of a display. DPI is a setting on a printer. They are often used interchangeably, but technically PPI refers to screens and DPI refers to print.
How do you calculate PPI for a screen?
PPI = diagonal resolution in pixels ÷ diagonal screen size in inches. First calculate the diagonal resolution: √(width² + height²). For a 27-inch 4K monitor (3840 × 2160): diagonal resolution = √(3840² + 2160²) = 4406 pixels. PPI = 4406 ÷ 27 = 163 PPI. Our PPI & DPI calculator handles this math instantly.
What DPI should I use for printing?
For high-quality photo prints, use 300 DPI. For standard documents and everyday printing, 150–200 DPI is sufficient. For large format prints (posters, banners) viewed from a distance, 72–150 DPI works fine because the viewing distance compensates for lower density. Billboard prints often use just 15–30 DPI.
What PPI is Retina display?
Apple defines Retina as any display where individual pixels are indistinguishable at normal viewing distance. For iPhones (viewed at 10–12 inches), this is 326 PPI. For iPads (viewed at 15 inches), it is 264 PPI. For MacBooks (viewed at 18–24 inches), it is 220–254 PPI. The threshold depends on viewing distance, not a single number.
How large can I print a 12-megapixel photo?
A 12-megapixel image (4000 × 3000 pixels) can be printed at 13.3 × 10 inches at 300 DPI for gallery-quality results, or 27.8 × 20.8 inches at 144 DPI for acceptable poster quality. For a standard 8×10 print, 12 megapixels provides 375 DPI — more than enough for excellent quality.