Change Image DPI
Set a photo's DPI to 300, 150, 96 or any custom value without touching a single pixel - only the metadata header changes, so quality cannot degrade. Print shops and application portals that demand "300 DPI" accept the result. Free, instant, and performed wholly on your computer with no transfer step.
Loading the tool…
How it works
- Drop in the image whose DPI you need to change.
- Enter the target DPI or choose a preset (72, 150, 300, 600).
- Check the computed print size shown for your pixel dimensions.
- Download the file with its new density header.
Worth knowing
DPI is the most misunderstood number in imaging, and the confusion is profitable for tools that pretend otherwise. An image is a grid of pixels - say 3000x2000 - and that grid is all the picture data there is. DPI (dots per inch) is a note in the file header suggesting how densely to lay those pixels onto paper. At 300 DPI, 3000 pixels span 10 inches; retag the same file to 150 DPI and the identical pixels span 20 inches. Nothing about the image itself changed - only the printing suggestion.
In a JPEG, that suggestion lives in the JFIF header as a pair of density fields - two bytes each for the X and Y values, plus a units flag. PNG stores the equivalent in a small chunk called pHYs, expressed as pixels per meter. Changing DPI means rewriting those few bytes and nothing else, which is why this tool finishes instantly, why the file size barely moves, and why "quality loss" is impossible here by construction.
So why do portals and printers demand 300 DPI? It is shorthand for a real requirement they phrase badly: enough pixels for the intended print size. A 4x6 inch print at 300 DPI needs 1200x1800 pixels. If you have those pixels, tagging the file 300 DPI makes every automated checker happy. If you do not - if a form wants a 2-inch 300 DPI photo and your image is 300 pixels wide - retagging cannot conjure the missing 300 pixels; resize (upward, with interpolation) first, then set the DPI.
A final source of confusion: screens ignore DPI entirely. A 96 DPI and a 300 DPI copy of the same image render identically in every browser and viewer, because displays map image pixels to screen pixels without consulting the header. DPI matters at exactly two moments - printing, and passing a metadata check.
The DPI value in a JPEG occupies just two bytes per axis in the JFIF header - changing 72 DPI to 300 DPI rewrites those bytes and leaves every one of your millions of pixels untouched.
What this tool will not do
- It will not add resolution - a 640x480 image tagged 300 DPI is still 640x480 and prints small or soft; resize first if you need more pixels.
- It will not change how the image looks on any screen; displays ignore the DPI field completely.
- It will not guarantee a portal accepts your file if the portal actually checks pixel dimensions rather than the DPI tag.
Print size produced by common pixel dimensions at each DPI setting
| Pixel dimensions | At 300 DPI | At 150 DPI | At 72 DPI |
|---|---|---|---|
| 600x600 | 2 x 2 in | 4 x 4 in | 8.3 x 8.3 in |
| 1200x1800 | 4 x 6 in | 8 x 12 in | 16.7 x 25 in |
| 1800x2400 | 6 x 8 in | 12 x 16 in | 25 x 33.3 in |
| 2480x3508 | 8.3 x 11.7 in (A4) | 16.5 x 23.4 in (A3) | 34.4 x 48.7 in |
| 3000x2000 | 10 x 6.7 in | 20 x 13.3 in | 41.7 x 27.8 in |
| 4000x6000 | 13.3 x 20 in | 26.7 x 40 in | 55.6 x 83.3 in |
Questions people ask
How do I convert an image to 300 DPI?
Drop it in, type 300, download. The density header is rewritten while pixels stay identical. If a print size is also specified, verify you have enough pixels: inches times 300 in each direction.
Does changing DPI change image quality?
No. DPI is a two-byte print-density note, not image data. Quality changes only when pixels are added, removed or re-encoded, and this tool does none of those.
Why does a form reject my photo for being 72 DPI when it looks fine?
Automated checkers read the header field literally. Your image likely has plenty of pixels but carries the default 72 DPI tag most phones and screenshots use. Retag to the demanded value and resubmit.
What DPI do I need for printing photos?
300 DPI is the standard for handheld viewing distance; 150 DPI still looks good for posters viewed from a few feet. Work backward: desired inches times DPI gives the pixels you need.
Is DPI the same as PPI?
Colloquially yes - image files store pixels-per-inch, while DPI strictly describes printer ink dots. Forms and printers use the terms interchangeably, and the header field this tool edits is what they all read.
Will 300 DPI make my image sharper on screen?
No - monitors map image pixels straight to screen pixels and never read the DPI field. Two copies differing only in DPI are pixel-for-pixel identical on any display.
Usually the next step
More in Resize & Crop
This page processed nothing on any server — there is no server. The technical explanation.