PPI vs DPI Explained: Image Resolution for Web and Print (2026)

Published: July 8, 2026

AE
AdBorder Editorial Team

Reference guides on image resolution, print production, and digital publishing standards.

Few pairs of terms in digital imaging are confused as often as PPI and DPI. Design software labels one when it means the other. Photo lab order forms ask for "300 DPI files" even though the files themselves contain no dots. Bloggers repeat the phrase "72 DPI for the web" long after the guideline stopped meaning anything. The result is a persistent fog around what should be a simple technical distinction.

The two terms describe genuinely different things. Using the wrong one, or worse, treating them as interchangeable, leads to two predictable failures: prints that come back blurry because the pixel count was too low, and web files that are needlessly heavy because someone chased a metadata number that has no effect on how the image displays. This guide explains what each term actually measures, where the confusion comes from, and how to make practical decisions about resolution for screens and for paper.

What is PPI?

PPI stands for Pixels Per Inch. It is a measure of pixel density in digital images and on digital displays. Every raster image is built from a grid of tiny colored squares called pixels, and every screen is built from a physical grid of light-emitting elements. PPI simply describes how many of those elements or squares are packed into one linear inch of the grid.

A useful analogy is a tile floor. Imagine two bathrooms of identical size. One is paved with 100 large tiles; the other is paved with 10,000 small tiles. Standing across the room, both floors look like solid surfaces, but the second floor can reproduce a much more detailed mosaic pattern because each square inch holds many more tiles. Screens work the same way. A modern smartphone display might pack 460 pixels into every inch of its surface, while an older desktop monitor might only pack 96. The higher-density display can render finer detail because it has more units of color to work with per inch.

PPI can describe two related but distinct things. First, the pixel density of a physical display, which is a fixed hardware property. Second, the pixel density an image will have when reproduced at a given physical size, which is a calculated value: total pixels divided by inches. A 3000-pixel-wide image displayed across 10 inches has an effective density of 300 PPI. Displayed across 30 inches, the same image drops to 100 PPI. For a deeper technical treatment, the Wikipedia article on pixel density covers the underlying math in detail.

What is DPI?

DPI stands for Dots Per Inch. It originated as a printing term and describes how many individual ink or toner dots a printer physically deposits within one linear inch of paper. It is a property of the printing device and the printing process, not of the digital file being sent to the printer.

Inkjet and laser printers do not lay down continuous color. They build up the appearance of continuous tones by placing tiny dots of a limited set of inks, typically cyan, magenta, yellow, and black, in patterns that the human eye blends into smooth gradients when viewed from a normal distance. A consumer inkjet might advertise a resolution of 1440 by 720 DPI, meaning it can place up to 1440 dots across each horizontal inch and 720 dots down each vertical inch. Commercial offset presses use different terminology (lines per inch, or LPI) but the underlying idea is the same: physical dots on paper.

Crucially, DPI is about the output device, not the source image. Two printers producing the same image from the same file can print at different DPIs depending on their hardware. A file does not "have" a DPI in the same physical sense that a printer does. What the file has is a stored preference for how many source pixels should map to each printed inch, which is a different measurement even though it is often labeled "DPI" in software menus.

The confusion

The confusion between PPI and DPI is largely a legacy of how design software has labeled its own controls. Photoshop, InDesign, Illustrator, and countless other applications have historically used "DPI" in dialog boxes where the value being edited is really PPI. When Photoshop's Image Size dialog offers a "Resolution" field measured in "pixels per inch," but the same figure is casually called "DPI" in almost every tutorial and print-shop instruction, it becomes almost impossible for the two terms to stay separate in everyday speech.

The rule to remember is straightforward: digital files do not contain dots. A file on a hard drive is a grid of pixels, nothing more. When someone talks about "the DPI of a JPEG," they are almost always talking about a metadata tag that specifies the intended print density, which is really a PPI value. Dots only exist when the file is physically printed. A screen never produces dots; it produces pixels.

In practice, most people use "DPI" as a loose synonym for image resolution, and the world keeps turning. But when the distinction matters, especially when troubleshooting why a print looks soft or why a web image is oversized, keeping the terms straight is what makes the problem solvable.

Does DPI actually matter for a digital image?

For any image that will only ever be viewed on a screen, the DPI value stored in the file is meaningless. Web browsers, social media apps, and every kind of screen-based viewer read only the pixel dimensions of an image. A 1000 by 1000 pixel photograph tagged as 72 DPI looks identical to the same 1000 by 1000 pixel photograph tagged as 300 DPI when displayed on Instagram, in a browser, or on a phone. The two files are visually indistinguishable because the DPI tag is not consulted at all.

What matters for screen display is pixel dimensions: the total number of pixels wide and tall. An image that is 1080 pixels wide will occupy a 1080-pixel-wide region on a screen (before any browser or app scaling), whatever the metadata claims. This is why the old advice to "save for web at 72 DPI" has no practical effect on how the image looks or on how large the file is. Reducing the pixel dimensions or adjusting compression is what reduces file size; changing the DPI tag alone does not.

DPI does matter when an image is destined for print. There, the tag tells the printer or layout program how large to reproduce each pixel on paper. A 3000 by 3000 pixel image tagged at 300 DPI will print at 10 by 10 inches. The same file tagged at 150 DPI will print at 20 by 20 inches, spreading the same pixels across a larger area and halving the effective sharpness. This is the only situation where the DPI number in a file has real consequences.

Resolution requirements by use case

The table below summarizes typical resolution requirements for common outputs. For screen destinations, the DPI column is not applicable because the value has no effect on how the image is displayed. For print destinations, 300 DPI is the conventional standard, with lower densities acceptable for large formats viewed from a distance.

Use case Recommended pixel dimensions Print DPI
Instagram post (portrait) 1080 × 1350 N/A
Twitter / X post 1600 × 900 N/A
Facebook cover photo 851 × 315 N/A
Small print photo (4 × 6") 1200 × 1800 300
Large print photo (8 × 10") 2400 × 3000 300
Poster (24 × 36", close viewing) 7200 × 10800 300
Poster (24 × 36", distant viewing) 3600 × 5400 150

The pattern is worth noting: for large-format prints, the conventional 300 DPI can be relaxed because viewers stand further away, and the eye simply cannot resolve fine detail at a distance. A billboard printed at 20 DPI can look perfectly sharp from across a street.

How to check and change resolution

In Adobe Photoshop, resolution settings live under Image → Image Size. The dialog shows both the pixel dimensions and the "Resolution" value (labeled in PPI or DPI depending on the version). A critical checkbox in this dialog is Resample. When Resample is unchecked, changing the resolution value only changes the metadata tag and the resulting print size; the actual pixel count stays the same. When Resample is checked, Photoshop adds or removes pixels to match the new dimensions, which changes the file's real content.

In GIMP, the equivalent controls are under Image → Print Size (for changing the DPI tag without resampling) and Image → Scale Image (for actually resizing the pixel grid). Splitting the two operations into separate menus makes the distinction clearer than Photoshop's combined dialog.

In macOS Preview or Windows Photos, the metadata can be inspected but is rarely editable directly. On macOS, opening a file in Preview and choosing Tools → Adjust Size exposes both the pixel dimensions and the resolution tag.

The key point across all tools is the same: changing the DPI value on an existing file without resampling does not add sharpness. If a file has 800 pixels across, no metadata change can make it print sharply at 8 inches wide. The pixels have to come from somewhere, either from a higher-resolution original or from a careful upscaling process (which, at best, produces smoothed detail rather than genuine new information).

Common resolution mistakes

The same handful of misunderstandings appear again and again in support forums and print-lab returns. Recognizing them prevents almost every avoidable resolution problem.

1. Uploading enormous 4K or 8K images to Instagram. The platform will downscale everything to its own display size, so the extra pixels do nothing except slow the upload. Resizing to the platform's recommended dimensions gives the uploader control over the quality of that downscaling instead of leaving it to the platform's algorithm. The right pixel dimensions matter far more than a high DPI tag.

2. Printing a small web image and expecting sharpness. A 600-pixel-wide image saved from a web page has 600 pixels no matter what its metadata says. Printed at 6 inches wide, it produces 100 PPI on paper, well below the threshold where pixels become visible. The fix is not to open the file and "change it to 300 DPI"; that alone would shrink the print to 2 inches. The fix is to find a version of the image with more actual pixels.

3. Upscaling a small image and expecting sharpness back. Enlarging an image to more pixels does not recover detail that was never captured. Modern AI upscalers can synthesize plausible detail, but they are inventing content, not recovering it. A photograph shot at low resolution will always look softer than one shot at high resolution, regardless of how much upscaling is applied afterward.

4. Saving every JPEG at maximum quality. Quality 100 JPEGs are barely smaller than the uncompressed original and provide no visible benefit over quality 90 or 95 for most photographs. Choosing an appropriate compression level, and matching it to the destination, keeps files lean without hurting perceived quality. This ties into a broader question of picking the right image format for the job.

5. Confusing document dimensions with pixel dimensions. A layout program set up as a 10 by 10 inch document at 72 DPI holds only 720 by 720 pixels. Sent to a print shop, that document prints tiny or blurry despite looking correct on screen. Always check both the physical dimensions and the pixel count when preparing files for print, and cross-reference against the correct aspect ratio for the final output.

Have a photo ready to frame? Add a beautiful border in seconds. Open AdBorder Free.

Frequently Asked Questions

Is 72 DPI the same as web resolution?

No. 72 DPI is a legacy tag left over from early Macintosh displays and does not describe modern web resolution. On the web, what matters is the pixel dimensions of the image, not the DPI value stored in its metadata. A 1000 by 1000 pixel image displays identically at 72 DPI or 300 DPI in any browser, because the browser only reads the pixel count.

Why is 300 DPI the standard for print?

300 DPI became the print standard because it exceeds the resolving power of the human eye at typical reading distances of 25 to 30 centimeters. Below 300 DPI, individual dots become visible on close inspection, especially in fine detail and small text. Above 300 DPI, the improvement is imperceptible to most viewers, so 300 became the widely accepted sweet spot between quality and file size.

Can I change the DPI of an image to make it print better?

Changing the DPI tag alone does not improve print quality. Print sharpness is determined by the total pixel count divided by the physical print size. A 600 by 600 pixel image tagged as 300 DPI will still print at only 2 by 2 inches, no matter what number appears in the metadata. To print larger without softness, the image needs more actual pixels, which requires either a higher-resolution source or careful upscaling.

Does DPI matter for Instagram or other social media?

DPI does not matter for social media. Instagram, Facebook, X, and every other social platform display images on screens, which are pixel-based devices. The platforms read only the pixel dimensions of an upload and ignore the DPI metadata entirely. Focusing on the correct pixel dimensions for each platform is what produces sharp, correctly sized uploads.

What resolution do I need for a large poster print?

For a large poster, resolution requirements depend on viewing distance. A 24 by 36 inch poster viewed up close needs roughly 7200 by 10800 pixels at 300 DPI. A poster meant to be viewed from several feet away can drop to 150 DPI, or about 3600 by 5400 pixels, without visible loss of quality. Print shops often accept 150 to 200 DPI for large-format work because the eye cannot resolve finer detail at typical viewing distances.