FixMyDocs
documentsMarch 20, 2026· 5 min read

What 300 DPI Actually Means (Most Guides Get This Wrong)

DPI shows up on every passport photo rejection email, every scan settings menu, and every "file requirements" page for government document submissions. And it causes more confusion than almost any other technical term in this space — mostly because the same three letters mean subtly different things depending on context.

Let's sort it out, because once you understand what DPI actually is, the whole thing becomes much less mysterious.

DPI is print metadata, not image quality

DPI stands for dots per inch. It's a value stored in the file header that tells printers — and software that cares about printing — how densely to place the pixels when outputting on paper. A 300 DPI value on a 600×600 pixel image tells a printer: "Place these 600 pixels across a 2-inch span." The resulting print is 2×2 inches at 300 dots per inch.

Now here's the thing: this DPI value has zero effect on how the image looks on your screen. Screens display pixels at a fixed density determined by the display hardware. Your computer doesn't care what DPI value is in the file header — it just shows the pixels.

Which means: a 600×600 pixel image labelled 72 DPI and a 600×600 pixel image labelled 300 DPI are pixel-for-pixel identical. The only difference is a number in the file header. Change that number, nothing else changes.

Tip

If a portal rejects your photo for "insufficient DPI" but the image looks fine on screen, you probably just need to update the DPI metadata tag. The Make Image 300 DPI tool does exactly that, without touching the actual pixel data.

When the DPI check is actually checking something real

Some portals are smarter — or more pedantic, depending on your perspective. Instead of just reading the DPI tag, they calculate: "If I print this image at 300 DPI, how big would it be?" Then they check whether that size meets the physical dimension requirement.

For a US passport photo: 2×2 inches at 300 DPI requires at least 600×600 pixels. If you submit a 400×400 pixel image — even if it's tagged as 300 DPI — the portal may reject it because the calculated print size at 300 DPI would be only 1.33×1.33 inches, not the required 2×2.

In this case, updating the DPI tag alone isn't enough. You need more pixels. Whether upscaling will get you there depends on the original image quality — modern upscaling handles document photos reasonably well.

Why smartphone photos usually aren't the problem

A typical smartphone photo is 12–50 megapixels. A 600×600 pixel passport photo requirement is absolutely tiny in comparison. The problem is almost never insufficient pixels — it's that the image was saved with a 72 DPI tag (the default for phone cameras and web images) and the portal flags it.

The fix is straightforward: change the tag to 300, don't resize. The image data stays the same. The portal sees 300 DPI and moves on.

Quick reference: which DPI for what

  • 72 DPI — the default for phone cameras and web images. Fine for screen viewing, not for formal document submissions.
  • 150 DPI — acceptable for general printing where quality isn't critical. Some portals reject this.
  • 300 DPI — the standard for virtually every document and passport photo submission. Use this.
  • 600 DPI — high-quality print work: fine art, detailed technical drawings, large-format printing. Not required for standard documents.

For anything you're submitting formally — passport application, visa, ID, official form — 300 DPI is the right answer. The Increase Image DPI tool lets you set any value (150, 300, or 600) depending on what the submission requires.

A note on "high resolution" claims

Marketing copy for cameras, scanners, and phones often conflates DPI with quality in ways that are technically meaningless. "300 DPI scanner" means the scanner hardware captures 300 samples per inch of the physical document — that's a real hardware spec that affects pixel count. "300 DPI photo" usually just means someone set the metadata tag. These are not the same thing.

What actually determines the quality of a scan or photo is pixel count, lens quality, sensor size, lighting, and focus accuracy. DPI is just the file-level instruction for how to print those pixels. It's a useful convention for document workflows, but it's not magic.