Concise answer

Divide pixel width and height by the target PPI. A 6000 × 4000 image prints at 20 × 13.33 inches at 300 PPI, 25 × 16.67 inches at 240 PPI, 30 × 20 inches at 200 PPI, or 40 × 26.67 inches at 150 PPI. “Maximum” only means maximum at the chosen target, not the largest size the image can physically be printed.

Formula

For each axis:

print inches = pixels ÷ target PPI

Then, if needed:

centimetres = inches × 2.54

millimetres = inches × 25.4

Example: 6000 × 4000 pixels

At 300 PPI:

  • width = 6000 ÷ 300 = 20 inches
  • height = 4000 ÷ 300 ≈ 13.33 inches

At 240 PPI:

  • 25 × 16.67 inches

At 200 PPI:

  • 30 × 20 inches

At 150 PPI:

  • 40 × 26.67 inches

These are useful comparisons because they let you trade physical size against image sampling density.

Why “maximum print size” needs a target

There is no mathematical wall at 300 PPI.

A 3000-pixel-wide image can be printed:

  • 10 inches at 300 PPI
  • 12.5 inches at 240 PPI
  • 15 inches at 200 PPI
  • 20 inches at 150 PPI
  • 30 inches at 100 PPI

The physical printer can make the image even larger. The relevant question is how much pixel density is suitable for the intended output and viewing distance.

Therefore, a tool should label results as “maximum size at 300 PPI” or “size at selected target,” not simply “maximum possible.”

Crop before calculating

The original camera dimensions are not always the final dimensions.

Suppose a 6000 × 4000 photo is cropped to a square. The largest centered square is 4000 × 4000.

At 300 PPI, the square crop supports about 13.33 × 13.33 inches, not 20 inches wide.

If you calculate before crop, you may overestimate print capability.

Aspect ratio and standard print sizes

A pixel-based maximum-size calculation preserves the source aspect ratio.

A 6000 × 4000 image is 3:2.

A 20 × 30 print is also 2:3, so it fits proportionally.

An 8 × 10 print is 4:5, so part of the image must be cropped if you want full bleed.

The correct effective PPI for 8 × 10 should use the pixel dimensions left after that crop.

Example: 24-megapixel camera file

A common 24 MP shape is 6000 × 4000.

At 300 PPI it supports 20 × 13.33.

However, common print sizes may require crop:

  • 4 × 6: ratio match
  • 8 × 12: ratio match
  • 12 × 18: ratio match
  • 8 × 10: crop
  • 16 × 20: crop
  • A4: slight crop or border depending on orientation

This is why a print checker that shows crop percentage is more useful than a megapixel chart alone.

How viewing distance affects the decision

Large work is often viewed from farther away.

Current Adobe print guidance notes that lower image resolutions can still work well for large-format prints because the viewer is farther from the image and fine detail is less noticeable.

Do not reduce PPI blindly, though. A 30-inch gallery photograph intended for close inspection may need more source detail than a 30-inch sign viewed from across a room.

What source quality can change

The calculation assumes every source pixel contributes useful detail. Real images vary.

A sharp 16 MP photograph can sometimes print more convincingly than a badly focused 40 MP image.

Other factors include:

  • lens sharpness
  • camera motion
  • subject motion
  • noise
  • demosaicing
  • sharpening
  • compression
  • repeated editing
  • scanning quality

A calculator can tell you density, not subjective sharpness.

Should you resample for a larger print?

Only when there is a production reason.

If the provider accepts 200 PPI and your image naturally reaches 200 at the intended size, upsampling it to 300 PPI may not add meaningful real detail.

If the provider requires a 300-PPI raster, resampling can create the required dimensions, but test the result and understand that interpolation is estimating new pixels.

Example: smartphone image

Suppose your phone photo is 4032 × 3024.

At 300 PPI:

  • 13.44 × 10.08 inches

At 240 PPI:

  • 16.8 × 12.6 inches

At 200 PPI:

  • 20.16 × 15.12 inches

At 150 PPI:

  • 26.88 × 20.16 inches

If you want an 8 × 10 print, the ratio mismatch requires crop, so calculate again after cropping to 4:5.

Convert to centimetres

A 20 × 13.33 inch result is:

  • 50.8 × 33.87 cm

A 30 × 20 inch result is:

  • 76.2 × 50.8 cm

For metric print shops, it is often easier to keep the original pixel count and let a calculator provide inches, centimetres and millimetres together.

Practical decision process

  1. Use the final edited image.
  2. Record pixel dimensions after crop.
  3. Choose a target PPI.
  4. Divide pixels by PPI.
  5. Compare the resulting dimensions with the desired print.
  6. If the desired print is larger, decide whether lower PPI is acceptable.
  7. If not, source a larger original or consider careful resampling.
  8. Confirm with the printer.

Related entities and semantic terms

maximum print size, pixel dimensions, effective PPI, crop, aspect ratio, viewing distance, resampling, megapixels, print resolution.

FAQs

Can I print larger than the size calculated at 300 PPI?

Yes. The image will simply have a lower effective PPI. Whether that looks acceptable depends on the print process, viewing distance and source quality.

Should I use width or height to determine maximum size?

Use both. Each axis has its own pixel count, and aspect ratio must be preserved unless you intentionally crop or distort the image.

Does cropping always lower maximum print size?

If cropping removes pixels and you keep the same target PPI, it reduces the physical size available from those remaining pixels.

Why is “maximum print size” not a fixed property of an image?

Because it depends on the target PPI and quality expectation. The same pixels can be printed at many physical sizes.

Closing section

A pixel file does not have one maximum print size. It has different physical sizes at different target PPI values. Calculate from the final crop, then choose the result that fits the viewing distance and the printer’s specification.

Source and verification notes

Formula and examples are direct arithmetic. Viewing-distance guidance was checked against current Adobe print-resolution documentation.