Design & print

DPI, PPI and why your image prints blurry

An image that looks razor-sharp on screen can print like a smudge. The pixels haven't changed — you've just spread them over more inches.

· 8 min read

A photo fills your monitor beautifully. You send it to print at A3 and it comes back soft, slightly pixelated, disappointing. Nothing went wrong at the printer — the file simply never had enough pixels for the size you asked for, and no setting in the print dialog could have fixed it.

Understanding why takes about five minutes, and it saves the "why does this look terrible" conversation permanently.

Pixels have no size until you print them

A digital image is a grid of pixels — say 3000 × 2000. That is the entire truth of the file. It has no inherent physical dimensions. The same 3000 × 2000 image can be a postage stamp or a billboard; what changes is how densely you pack those pixels into each inch of paper.

That density is the resolution, and the arithmetic is a single division:

So a 3000-pixel-wide image at 300 DPI prints 10 inches wide. Ask for it at 20 inches and you are now spreading the same 3000 pixels over twice the distance — 150 DPI — and the individual pixels start becoming visible as softness or blockiness. The file did not degrade. You just stretched it.

This is also why "increase the DPI" in an export dialog does nothing useful on its own. Going from 72 to 300 DPI without changing pixel dimensions simply prints the same image smaller. The only way to get both more inches and more detail is to start with more pixels.

DPI and PPI are not the same thing

The two terms are used interchangeably in casual conversation, and mostly it does not matter — but the distinction explains some confusing printer specs.

PPI (pixels per inch) describes the image: how many pixels of your file land in each printed inch. This is the number that determines whether your photo looks sharp.

DPI (dots per inch) describes the printer: how many droplets of ink it can physically place per inch. Inkjets build each pixel out of many tiny dots of cyan, magenta, yellow and black, because a single droplet can only be one colour. That is why a printer advertising "4800 DPI" is not asking for a 4800 PPI image — it needs several dots to reproduce one pixel's colour, and 300 PPI of image data is plenty to feed it.

In practice: when someone asks for a "300 DPI file," they mean 300 PPI of image data. Nobody will correct you for saying DPI, but knowing the difference stops you being alarmed by printer marketing numbers.

What resolution do you actually need?

The standard answer is 300 PPI, and for anything held in the hand that is right. But it is a rule of thumb derived from viewing distance, not a law — and once you understand the reasoning, the exceptions make sense.

Human visual acuity resolves roughly 300 PPI at about 12 inches. Double the viewing distance and you can halve the resolution with no perceptible difference. That gives a far more useful table than a single number:

OutputViewed fromResolution
Photo book, magazine, business card~12 in300 PPI
Poster on a wall3–6 ft150 PPI
Exhibition banner10 ft+100 PPI
Billboard50 ft+20–30 PPI

This is why billboards are printed from files that would look catastrophic on your desk. At fifty feet, nobody resolves the pixels. Designers new to large format often over-prepare files to 300 PPI at full size, producing multi-gigabyte documents that no RIP wants to process, for detail no viewer will ever see.

The largest size your photo can print

Work backwards from the pixel dimensions of what you already have. Divide each dimension by your target resolution:

Image sizeAt 300 PPIAt 150 PPI
1920 × 10806.4 × 3.6 in12.8 × 7.2 in
3000 × 200010 × 6.7 in20 × 13.3 in
4000 × 300013.3 × 10 in26.7 × 20 in
6000 × 400020 × 13.3 in40 × 26.7 in

A useful reality check: a 12-megapixel phone photo (roughly 4000 × 3000) prints beautifully up to about A4 and is perfectly acceptable as an A3 poster. A screenshot at 1920 × 1080 is a 6-inch print at best — which is why screenshots so often disappoint in printed documents.

Why upscaling isn't a real fix

Every image editor will happily resample a small image to a larger pixel count. What it cannot do is invent detail that was never captured. Traditional interpolation looks at neighbouring pixels and averages between them, which fills the grid but produces softness — you get more pixels carrying the same amount of information.

Machine-learning upscalers are genuinely better, because they have learned what edges, hair and textures usually look like and reconstruct plausible detail rather than blurring. For moderate enlargements of ordinary photographs the results can be very good. But "plausible" is the operative word: the detail is inferred, not recovered. For anything where accuracy matters — product photography, documentation, archival work, anything with fine text — capture at the size you need rather than rescuing it afterwards.

The practical rule: enlarging by 20–30% is usually invisible. Doubling is noticeable. Quadrupling is obvious.

The other things that make prints disappoint

Resolution gets the blame for problems it did not cause. Three others are just as common.

Colour mode. Screens emit light and use RGB; printers lay down ink and use CMYK. The CMYK gamut is smaller, so the most saturated screen colours — vivid oranges, electric blues, pure greens — have no exact ink equivalent and get mapped to the nearest printable colour. A design that glows on screen can look muted on paper. If colour fidelity matters, convert to CMYK and check before committing to a run.

Compression. A heavily compressed JPEG carries visible artefacts — halos around edges, blotchy areas in smooth gradients — that print faithfully alongside everything else. Re-saving a JPEG repeatedly compounds this. Work from the original wherever possible, and prefer PNG or TIFF for anything with text or hard edges.

Bleed. Commercial printing trims the paper after printing, and the trim is never perfect. If your artwork stops exactly at the page edge, a millimetre of drift leaves a white sliver. Extend background artwork about 3 mm past the trim line and keep text at least 3–5 mm inside it.

A short checklist before sending anything to print

Almost every blurry print traces back to the first line on that list. The pixels were always going to be spread too thin, and it was knowable before the file was ever sent.

Tools mentioned in this guide