If you've ever tried to print a photo only to get a blurry result, or had a file rejected by Amazon KDP with an error about "insufficient resolution," you've run into a DPI problem. This guide explains what DPI actually is — without jargon.
DPI Stands For "Dots Per Inch"
DPI describes how many dots of ink a printer places within one inch of paper. A printer set to 300 DPI will lay down 300 individual ink dots in every inch — horizontally and vertically. More dots per inch = more detail = sharper print.
This is a physical measurement. It describes the output of a printer, not the digital image file itself.
PPI — The Digital Version
Your digital image has pixels, not dots. So the correct term for digital images is PPI (pixels per inch). However, in everyday usage — and in software tools, print services, and camera specs — "DPI" is used to mean both. Don't worry about the distinction for practical purposes; they're treated the same.
What Does "72 DPI" vs "300 DPI" Actually Mean?
Here's where it gets interesting. An image file stores DPI information as metadata — a small tag embedded in the file that says "when printing, use this many pixels per inch." It's an instruction to the printer, not a property of the pixels themselves.
Consider a 1500 × 1500 pixel image:
- At 72 DPI → prints at ~20.8 × 20.8 inches (each pixel is large)
- At 300 DPI → prints at 5 × 5 inches (each pixel is small and sharp)
The pixel count is identical. The only difference is the intended print size. This is why changing DPI without resampling doesn't change image quality — it only changes how the printer interprets the file.
Why Cameras Default to 72 DPI
Most cameras save JPEGs at 72 DPI by default. This traces back to a 1984 Mac convention where 72 DPI matched screen resolution. For screen display, DPI is irrelevant — monitors show pixels at their native size regardless of the DPI tag. But printers respect it, which is why camera JPEGs often get rejected by print services.
When Does DPI Actually Matter?
| Context | DPI matters? | Why |
|---|---|---|
| Viewing on screen | No | Monitors ignore DPI metadata |
| Emailing or web use | No | Same as above |
| Printing at a print shop | Yes | Printer software reads DPI to determine print size |
| Uploading to Amazon KDP | Yes | KDP enforces a 300 DPI minimum and rejects lower values |
| Printing at home via system dialog | Sometimes | Depends on print software settings |
The Two Ways to "Increase DPI"
There's an important distinction here:
- Change metadata only — Update the DPI number in the file header. No pixels added or removed. File size stays the same. Print size changes. This is what our tool does.
- Resample the image — Actually add new pixels using interpolation algorithms (upscaling). This can add detail but may soften or blur the image. Requires Photoshop, Lightroom, or similar software.
For most print service requirements, changing the metadata is all you need. If a print service says "your image is 72 DPI," they usually mean the metadata tag says 72 — not that the image fundamentally lacks detail.
How to Check Your Image's DPI
Three ways:
- Use our tool — Check Image DPI reads the metadata instantly in your browser
- Windows — Right-click → Properties → Details → "Horizontal resolution"
- macOS — Open in Preview → Tools → Show Inspector (⌘I)
How to Change DPI
Use our DPI Converter. Drop your file, type 300, click convert. Done in seconds. If you need multiple files changed, batch mode handles them all and packages the results in a ZIP.
Summary
- DPI = how many dots per inch a printer places
- For digital files, DPI is stored as metadata in the file header
- Changing the DPI tag does NOT change pixel count or quality
- 300 DPI is the standard for quality printing; 72 DPI is fine for screen
- Most print service errors about "low DPI" can be fixed by updating the metadata