b2KIT

Print Size Calculator

Calculate maximum print size at various DPI from image pixel dimensions.

Tested tool guide Tested browser tools Checked August 16, 2026

What Print Size Calculator does, with a checked example

Enter the pixel width and height of a digital image and this tool returns the largest print dimensions it supports at each DPI setting, from screen-grade 72 DPI up to photo-quality 300 DPI and beyond. The math is one division per axis: pixels divided by DPI gives inches. The thing people most often get backwards: an image file has a fixed number of pixels, and DPI is a print-time parameter, not a quality knob in the file. Re-tagging an image as 600 DPI in an editor adds no detail, and this calculator works purely from the pixels that actually exist.

Worked example

A concrete input and expected output from the current implementation.

Input

Width: 6000 px, Height: 4000 px

Expected output

300 DPI: 20.0 x 13.3 inches
150 DPI: 40.0 x 26.7 inches
72 DPI: 83.3 x 55.6 inches

Each axis is divided by the DPI value: 6000 / 300 = 20 inches wide and 4000 / 300 = 13.3 inches tall, so a 6000 x 4000 image prints at photo quality up to 20 x 13.3 inches, and double that at 150 DPI.

How the result is produced

1

One division per axis

Print width and height come from dividing the pixel dimensions by the DPI value: inches = pixels / DPI. Both axes share the same divisor, so the printed image always keeps the source's aspect ratio; only the scale changes. The tool repeats this calculation across its list of DPI settings and shows every resulting size side by side.

2

Why DPI sets the quality ceiling

The number of dots a printer places per inch decides how fine the printed detail looks. At 300 DPI the dots are dense enough for photo prints held at arm's length; at 150 DPI the same pixels spread over twice the area, which suits posters viewed from a distance. The image's pixel count is an absolute ceiling: fewer pixels cannot cover a larger area at the same density, whatever the printer.

Good uses

  • Before ordering prints, checking the largest photo-quality size (300 DPI) that a phone or camera file actually supports.
  • Finding how big a poster or canvas can go from an old scanned snapshot or a screen grab before detail visibly breaks down at low DPI.
  • Working backwards to choose a capture or scan resolution: a 16 x 20 inch print at 300 DPI needs 4800 x 6000 pixels, so the source image must supply at least that.

Limits and checks

  • The result is a native maximum, not a guarantee. Printing larger is possible by upscaling in software, but interpolation invents pixels and softens detail; how visible that is depends on viewing distance.
  • Sizes are at the image's own aspect ratio. A 6000 x 4000 image at 300 DPI is 20 x 13.3 inches, which is not a standard frame, so ordering a 20 x 16 inch lab print would crop the image, not stretch it.
  • Megapixels alone are not enough; the calculator needs both width and height. The DPI tag stored inside the file is also irrelevant to the math: two files with identical pixel counts give identical results even if one claims 72 DPI and the other 300.

Common questions

If I set the DPI to 600 in Photoshop, can I print twice as large?

No. The DPI number stored in a file is metadata, a hint about intended print size, not a measure of detail. The image still has the same pixels, so it still covers the same area at the same density. Only resampling, which actually creates new pixels, changes what a print can be, and that is interpolation, not free resolution.

What DPI should I pick for a print?

There is no universal answer, but 300 DPI is the conventional standard for photographic prints viewed up close, and 150 DPI or less is common for large posters and banners, where viewers stand farther back and the eye cannot resolve the dots. Compare the biggest size you want against the DPI you can live with.

References and verification

The example and behavioral notes were checked against the browser implementation. Standards and primary references below define the relevant format, formula, or platform behavior.

Related Tools