guide
DPI vs PPI
A practical explanation of DPI, PPI, pixel dimensions, print size, and why resolution metadata does not add real detail by itself.
Last checked: 2026-05-01
Quick answer
Copy-ready answer
PPI describes how many image pixels print per inch. DPI is usually a printer output term. For image sizing, the useful formula is pixels = inches x PPI; changing PPI metadata alone does not add detail unless you also resample the image.
Dimensions and specs
| Core formula | pixels = inches x PPI | |
|---|---|---|
| Common print target | 300 PPI for close-viewed photo and print work | |
| PPI | Pixels per inch for image print density | |
| DPI | Dots per inch for printer output, often used loosely | |
| Metadata warning | Changing PPI alone does not add pixels |
Formula
How to calculate this size
Convert physical size to inches, then multiply each side by the target PPI.
Match the target aspect ratio before exporting to avoid unexpected crop or padding.
Add bleed to both sides of each dimension before calculating the final canvas.
Common mistakes
Avoid these dpi vs ppi problems
Confirm whether the final output is print, upload, screen, or a template.
A size mismatch creates crop, padding, or distortion at export.
Confirm sources, limits, and output settings before sending the file onward.
For print planning, multiply the physical size by the target PPI. An 8 x 10 in print at 300 PPI needs 2400 x 3000 px. The same file could print larger at a lower PPI, but it may look softer when viewed up close.
DPI is often used casually to mean image resolution, but technically it describes printer dots per inch. In day-to-day image prep, clients and printers may still ask for a 300 DPI file. In most cases they mean an image with enough pixels for the final print size at about 300 PPI.
Resampling is the step that changes pixel dimensions. Increasing PPI without resampling changes the print-size metadata, not the image detail. Increasing pixel dimensions with resampling can make a file larger, but it cannot fully replace missing original detail.
Workflow
Use DPI vs PPI in a finished file
Start with where the file will be printed, uploaded, displayed, or delivered.
Use the dimensions, pixel target, aspect ratio, and formula before building the file.
Preview the final file against the required size, crop behavior, and source notes.
Related
Related pages and tools
Same branch
Nearby pages
FAQ
Common questions
Is DPI the same as PPI?
Not exactly. PPI is image pixels per inch. DPI is printer dots per inch. People often say DPI when they mean PPI, especially in upload requirements.
Does changing 72 PPI to 300 PPI improve quality?
No, not by itself. If the pixel dimensions stay the same, the file has the same amount of image detail. It will just be interpreted as a smaller print size.
How many pixels do I need for a print?
Multiply the print size in inches by the target PPI. For example, 10 inches at 300 PPI needs 3000 pixels on that side.
When is 300 PPI necessary?
It is a strong default for photos and print viewed up close. Posters, banners, and large-format graphics can often use lower effective PPI because they are viewed farther away.
References
Sources and references
Reviewed against Adobe Photoshop image size and resolution documentation, which defines dimensions as total pixel count, resolution as pixels per inch for print quality, and resampling as adding or removing pixels.
-
Adobe Photoshop image size and resolution
Used for pixel dimensions, image resolution, resampling, and print PPI concepts.
-
W3C CSS Values and Units Module
Used for CSS unit definitions, absolute unit relationships, and CSS px behavior.
-
MDN Web Docs: Window.devicePixelRatio
Used for CSS pixels, device pixels, display scaling, and high-DPI screen behavior.
Last checked: 2026-05-01