Comparisons May 3, 2026 9 min read

DPI vs PPI: Understanding Image Resolution for Print and Web

8

8era TeamDocument Engineering Team

The 8era team builds free, privacy-first document and image tools. With expertise in digital imaging and print production, we help users achieve professional-quality results.

DPI and PPI are two of the most commonly misunderstood terms in digital imaging. They are often used interchangeably, but they refer to fundamentally different concepts. Getting them wrong can result in blurry prints, unnecessarily large file sizes, or images that look great on screen but terrible on paper. This guide explains the difference clearly and helps you choose the right resolution for any project.

What Is PPI? (Pixels Per Inch)

PPI refers to the pixel density of a digital image — how many pixels are packed into one inch of the image. A 3000×2400 pixel image printed at 300 PPI produces a 10×8 inch print. The same image displayed on a screen at 72 PPI would appear much larger (about 42×33 inches). PPI is purely a property of the digital image file and has no meaning until the image is displayed or printed at a specific physical size.

Common PPI Values

  • 72 PPI — Standard for web and screen display (though modern Retina displays use 2× or 3×)
  • 150 PPI — Acceptable for large-format prints viewed from a distance (posters, banners)
  • 300 PPI — Standard for high-quality print (magazines, brochures, photos)
  • 600+ PPI — Used for professional photo printing and fine art reproduction

What Is DPI? (Dots Per Inch)

DPI refers to the number of ink dots a printer can place in one inch of paper. This is a hardware property of the printer, not the image. Most consumer printers print at 600–1200 DPI, while professional printers may go up to 2400 DPI or higher. A printer uses many tiny dots of ink to reproduce each pixel of your image, so the DPI is typically much higher than the image's PPI.

The key insight is that PPI and DPI are related but not directly equivalent. A 300 PPI image printed on a 1200 DPI printer means each pixel is reproduced using a 4×4 grid of ink dots (1200 / 300 = 4). This oversampling creates smooth, detailed prints.

Common Myths About DPI and PPI

Myth: "I Can Increase the DPI of an Image to Make It Higher Quality"

This is the most common misconception. Changing the DPI/PPI metadata of an image without adding new pixel data does nothing to improve quality. A 100×100 pixel image at 72 PPI covers 1.4×1.4 inches on screen. Setting it to 300 PPI without resampling makes it cover 0.33×0.33 inches — it is still the same 100×100 pixels, just interpreted at a different physical size. To actually increase resolution, you need to upscale the image using interpolation or AI-based upscaling.

Myth: "Web Images Should Be 72 DPI"

Screen resolution varies enormously — from around 96 PPI on standard monitors to over 400 PPI on modern smartphones. The 72 PPI standard dates back to early Mac displays in the 1980s. Today, images for the web should be sized by pixel dimensions rather than PPI. What matters for web performance is the total pixel count and file size, not the PPI metadata.

How to Choose the Right Resolution

For Web and Screen Use

Focus on pixel dimensions, not PPI. A common full-width website image is 1920×1080 pixels (Full HD) or 3840×2160 pixels (4K for Retina displays). The PPI value embedded in the file is irrelevant — the browser will display the image based on CSS dimensions regardless. Optimise for file size and choose dimensions that match your layout. Use responsive images with srcset to serve appropriate sizes for different screen resolutions.

For Print

Calculate the required pixel dimensions based on your print size and desired PPI. For a 10×8 inch print at 300 PPI, you need an image that is at least 3000×2400 pixels. If your image is smaller, you have two options: print it at a smaller physical size (maintaining quality) or accept a lower PPI (reducing quality). AI-based upscaling tools can help enlarge images while preserving detail.

Upscaling Images: When and How

If your image does not have enough pixels for your intended print size, you may need to upscale it. Traditional interpolation (bilinear, bicubic) adds pixels by averaging neighbouring colours, which results in soft, blurry images. Modern AI-based upscaling uses machine learning models trained on millions of images to intelligently add detail, producing significantly sharper results.

8era's AI-powered image enlarger can upscale images by 2×, 4×, or 8× while preserving sharpness and detail. This is particularly useful for older photos, low-resolution web images that need to be printed, or enlarging small graphics for larger displays.

Resolution Cheat Sheet

Social media: 1080×1080 px (Instagram square). Website hero: 1920×1080 px. Small print (4×6 photo): 1800×1200 px at 300 PPI. Magazine page (8.5×11): 2550×3300 px at 300 PPI. Large poster (24×36): 7200×10800 px at 300 PPI. When in doubt for print, aim for 300 PPI at the final output size.

Conclusion

Understanding the difference between DPI and PPI is essential for anyone working with digital images and print. Remember: PPI is about the pixels in your image, DPI is about the dots from your printer. For web projects, focus on pixel dimensions and file size. For print projects, calculate the pixel resolution you need based on your output size and desired PPI. And if your image falls short, modern AI upscaling tools can help bridge the gap.

Tags

DPI vs PPIimage resolutionprint resolutionscreen resolutionupscaling imagesdigital imaging