What Does 300 DPI Look Like? (And Why Your Screen Can’t Show You)
On screen, a 300 DPI file and a 72 DPI file with the same pixels look identical. DPI only manifests on paper — 300 dots per inch, a dot every 0.085 mm, photo quality at reading distance.
Your screen cannot show you 300 DPI
What does 300 DPI look like? On a monitor: the same as 72 DPI, 96 DPI, or 600 DPI, as long as the pixel width and height are the same. That is not a metaphor. Browsers, Preview, Photos, and Photoshop’s canvas all display pixels. They map image samples to screen samples (and to CSS pixels on the web). They do not consult JFIF density, EXIF XResolution, or PNG pHYs when they decide how large or how sharp the picture appears in a window.
So the ritual of squinting at a file “to see if it looks like 300” cannot work. Zooming in shows you the pixels you already have. Zooming out shows you fewer of them. Neither operation is a print. The density tag is an instruction for a layout program or a RIP: “these N pixels occupy this many inches.” Until something lays those pixels out in physical inches, 300 and 72 are the same picture.
This is also why a phone export tagged 72 does not look softer in Gmail than the same pixels tagged 300, and why “save for web at 72 DPI” never made a website look different. Screens ignore the tag. Printers and preflight software do not. For the vocabulary gap between dots and pixels, see DPI vs PPI.
What 300 DPI means on paper
Three hundred dots per inch means a mark every 1/300 of an inch — about 0.085 mm. At a normal reading distance of 25–30 cm, that spacing sits at or below the resolving limit of a typical eye (on the order of one arcminute, which is roughly 0.07–0.09 mm at that range). The samples blend. Grain, ink spread, and paper texture finish the job. That blend is what people mean by “photo quality.”
Print the same pixels at 72 DPI and the picture becomes about 4.2× larger on each side (300 ÷ 72). Each sample now occupies a much bigger patch of paper. You see the grid. Edges stairstep. A face that looked fine at 6 × 4 in becomes a blurry 25-inch poster. Nothing in the file changed except the instruction for how far apart to put the samples.
At 150 DPI you are halfway: a dot every 0.17 mm. Held in the hand, a 150 DPI photo looks a little soft next to a 300 DPI print of the same scene. Hung as an 18 × 24 on a wall, 150 is the usual spec, because nobody stands 25 cm from a poster. Viewing distance is the hidden half of “what 300 looks like.” The number is a density. The experience is density plus how far away you are. A longer guide by product is DPI for printing; the ladder of standard values is standard DPI settings.
Same file, three print sizes
Take a 1800 × 1200 px image — a common small-camera or cropped phone frame. Change only the DPI tag. The pixels stay put. The claimed paper size does not.
| Tag | Print size | What it looks like |
|---|---|---|
| 72 DPI | 25.0 × 16.7 in | Blurry at arm’s length — the samples are too far apart. A pixelated poster, not a photograph. |
| 150 DPI | 12.0 × 8.0 in | Acceptable for a small poster or a print viewed from a step back. Soft if you hold it like a snapshot. |
| 300 DPI | 6.0 × 4.0 in | Sharp. A standard 4 × 6 photo. This is the “photo quality” the 300 habit is named for. |
Same file. Three physical sizes. One of them looks like 300 DPI because it is 300 samples in each inch of paper. The 72 DPI print of those same 1800 × 1200 pixels is not “a 300 DPI image displayed large”; it is a 72 DPI image, and it looks like one.
Scale the idea up. A 2400 × 3000 px file — enough for an 8 × 10 at 300 — prints 16 × 20 at 150 (poster-fine from a few feet) and 33 × 42 at 72 (a wall of squares). The tag is the only thing that moved. If you need the 8 × 10 to look like 300, you need those 2400 × 3000 pixels and a 300 tag, or a layout that places the image at 8 × 10 so the effective resolution is 300 even if the tag was wrong. Effective resolution is always pixels ÷ printed inches. The tag is the claim; the layout is the truth.
How to check what DPI your image is tagged
Do not trust the number Windows or macOS invents when metadata is missing — they often assume 72 or 96. Read the file. The DPI Checker opens JPEG JFIF/EXIF and PNG pHYs in your browser, shows pixel width and height, and converts to print inches and centimetres at the tagged density. If those structures are absent, it says so instead of pretending the photo is 72 DPI.
Once you know the tag, you still have to do the arithmetic: inches = pixels ÷ DPI. A 1200 × 1800 px image tagged 300 is a 4 × 6. The same pixels tagged 72 claim 16.7 × 25 in. Only one of those prints will look like 300 DPI, and it is the small one.
Make it 300
If the pixels already cover the print you want, rewrite the density tag to 300 and stop. Convert Image to 300 DPI does that losslessly in the browser — no upload, no resample, no second JPEG encode. Coming from a screen default? 72 DPI to 300 DPI is the same engine aimed at that jump.
Changing 72 to 300 does not make the on-screen picture look different. That is the point of this page. It makes the claimed print 4.2× smaller and, if the pixels were there all along, it makes the paper look like 300 DPI instead of like a stretched 72. If the pixels were not there, you now have a very small, correctly tagged print. Get a larger original, or pick a size the file can actually support.