Image Resolution, DPI, and PPI Explained
7 min read · Updated 2026-06-08
DPI. PPI. Resolution. These terms appear everywhere in photography, graphic design, and print production — and they are frequently used incorrectly, even by professionals. Understanding what they actually mean (and what they do not mean) will help you produce images that look right whether they end up on screen or in print.
Pixels: The Foundation
A digital image is a grid of pixels (picture elements). Each pixel is a single colored square. A 1920×1080 image contains 1,920 columns and 1,080 rows of pixels — about 2.07 million pixels total. The number of pixels in an image is its absolute resolution, and it is fixed at the moment the image is captured or created.
PPI: Pixels Per Inch (Screen)
PPI (pixels per inch) describes how many pixels fit in one inch of a display. A standard office monitor might have 96 PPI. An iPhone 16 display has about 460 PPI. A higher PPI means the pixels are smaller and the display appears sharper.
For images displayed on screen, PPI is determined by the output device — the display hardware — not by the image file. A 300 PPI JPEG displayed on a 96 PPI monitor does not look better than a 72 PPI JPEG; both are displayed at the monitor's native resolution. The PPI metadata in the image file is irrelevant for screen display.
The DPI/PPI number stored in an image file's metadata only matters when printing. For web and screen use, only pixel dimensions matter — you can safely ignore the DPI metadata.
DPI: Dots Per Inch (Print)
DPI (dots per inch) is technically a print term. Printers lay down tiny dots of ink; DPI describes how many dots per inch the printer can produce. A typical inkjet printer might print at 300–1200 DPI. A laser printer is typically 600–1200 DPI.
When people refer to image DPI in the context of print, they really mean PPI — pixels per inch in the image at the intended print size. The convention has become so blurred that DPI and PPI are used interchangeably in most everyday contexts.
Why 300 DPI Matters for Print
When you print an image, each pixel in the image maps to a small area on the paper. If you print a 300-pixel-wide image at 1 inch wide, the printer needs to render 300 pixels in 1 inch — a 300 DPI requirement. If you print that same image at 10 inches wide, you are asking for 30 pixels per inch — far too few, and the image will look blocky.
The standard recommendation for print quality is 300 DPI. This means: for every inch of print output, you need 300 pixels of image data. So for an 8×10 inch print at 300 DPI, you need an image with at least 2400×3000 pixels.
What DPI Is Required for Common Print Sizes
- 4×6 inch print at 300 DPI: requires 1200×1800 pixels minimum
- 8×10 inch print at 300 DPI: requires 2400×3000 pixels minimum
- A4 (8.3×11.7 inch) at 300 DPI: requires 2480×3508 pixels minimum
- Letter (8.5×11 inch) at 300 DPI: requires 2550×3300 pixels minimum
- Billboard (viewed from 10+ feet): 30–72 DPI is sufficient because of the viewing distance
Upscaling and AI Upscaling
What if your image does not have enough pixels for the print size you need? Traditional upscaling (interpolation) adds pixels by averaging neighboring pixel values. The result is softer than the original and can look blurry at large sizes.
AI-based upscaling uses neural networks trained to recognize patterns in images and synthesize plausible detail when enlarging. The results are significantly sharper than traditional interpolation and can be convincing for moderate enlargements (up to 4×). For very large enlargements or low-quality source images, even AI upscaling has limits.
Checking and Changing Image DPI
On Windows, right-click any image, choose Properties > Details and look for Horizontal resolution and Vertical resolution. On Mac, open in Preview and go to Tools > Adjust Size to see the resolution and dimensions.
Changing the DPI metadata without resampling just changes the label — not the actual pixels. For example, telling an image editor to "set DPI to 300" without resampling on a 1000-pixel-wide image just means it will print at 3.33 inches instead of a different size. The pixel count stays the same. To actually increase the number of pixels, you need to upsample.
Frequently asked questions
Does changing DPI in Photoshop without resampling improve print quality?
No. Changing the DPI metadata without resampling does not add any pixels — it only changes how large the image prints. A 1000-pixel image with DPI set to 300 will print at 3.33 inches. To print larger at 300 DPI, you must add pixels through resampling (upscaling).
What DPI should I use for images on a website?
For web images, DPI is irrelevant. Browsers render images based on pixel dimensions and the display's native resolution, not the DPI metadata embedded in the file. Focus on pixel dimensions that match your layout requirements.
Why do some images look sharp on screen but blurry when printed?
An image that looks fine at screen resolution (72–96 PPI) may not have enough pixels to print at 300 DPI. For example, a 500×400 pixel image looks sharp on a 96 PPI monitor but would only print clearly at about 1.7×1.3 inches at 300 DPI.
What is the highest DPI a human eye can perceive in print?
At normal reading distance (about 12 inches), the human eye can distinguish detail up to roughly 300–350 PPI. Printing at resolutions higher than 300 DPI on a standard size print viewed at reading distance provides no visible benefit.
Can AI upscaling replace a high-resolution original photo?
Not perfectly. AI upscaling is impressive for moderate enlargements (2× to 4×) and can recover detail that traditional interpolation cannot. However, it synthesizes plausible detail rather than recovering actual captured information. For critical applications like large-format printing, always try to use the highest-resolution original available.
Related tools
Keep reading
- How to Compress Images Without Losing QualityLarge image files slow down websites and fill up storage. This guide explains the practical techniques for making images smaller while keeping them looking sharp.
- JPG vs PNG: Which Image Format Should You Use?JPG and PNG are the two most common image formats on the web, but they serve very different purposes. Learn which one to use for photos, logos, screenshots, and more.