Screens & print

What resolution do I actually need?

Pixels only mean something relative to a size and a viewing distance. The same 12-megapixel image is beautifully sharp on a phone, adequate as an 8×10 print and badly soft on a billboard seen from six feet. Three questions answered here: how dense your screen is, how many pixels your print needs, and what quality setting keeps a JPEG light without visible damage.

US units first: inches for screen diagonals and print sizes Retina threshold at 300 PPI, the usual handheld reading-distance figure JPEG size model calibrated on natural-photo compression ratios Replaces 3 single-purpose calculators

Your situation

Which resolution question is it?

Pick what you are working out. Only the fields that case needs get read — the rest are ignored.

That's not my case

Fine-tune the estimate

The numbers you have

Fill in the fields for the case you picked — everything else is ignored.

px
px
in
in
in
MP

Used to tell you what DPI it would actually print at. Leave at 0 to skip.

MP
/ 100

Estimate based on the numbers you enter. Verify units, assumptions and rounding — file size in particular varies enormously with the content of the image, and this model is calibrated for natural photographs.

How the total adds up

Line by line

Inches and millimetres both shown where it helps, with 1 inch = 25.4 mm exactly, so nothing drifts between the two systems.

The composition behind the result — pixels against physical size, bytes kept against bytes discarded by compression.

    Quick answer

    What applies to you

    PPI = √(width² + height²) ÷ diagonal in inches. A 1920×1080 screen at 24 inches is 92 PPI; the same resolution at 15 inches is 147 PPI. Pixel density in pixels per inch

    Deadline:

    Frequently asked questions

    How do I calculate the PPI of a screen?

    Take the diagonal in pixels — the square root of width squared plus height squared — and divide by the diagonal in inches. A 1920×1080 panel has a 2202-pixel diagonal, so at 24 inches it works out to 92 PPI and at 15 inches to 147 PPI. The resolution alone tells you nothing without the physical size.

    What counts as a Retina display?

    There is no single number, because it depends on viewing distance. The commonly used threshold is 300 PPI for something held about a foot away, which is roughly where a person with normal vision stops resolving individual pixels. A laptop viewed from two feet needs only around 150 PPI to look equally seamless, and a television across a room needs far less again.

    Is a higher PPI monitor always better?

    Not on a desktop. Past about 220 PPI the operating system has to scale the interface, and any application that handles scaling badly ends up blurry or too small to use. The practical sweet spots are around 110 PPI, where nothing needs scaling, and around 220 PPI, where a clean 2× scale factor applies. The range in between is the frustrating one.

    How many megapixels do I need for an 8×10 print?

    7.2 megapixels. At the standard 300 DPI for handheld prints, an 8×10 inch print needs 2400×3000 pixels. A 16×20 poster at the same DPI would need 28.8 megapixels — but posters are viewed from further away, so 150 DPI and 7.2 megapixels is usually plenty for one.

    Is 300 DPI always necessary?

    Only for things you hold. The required resolution falls with viewing distance: 300 DPI for a photo print or brochure, 150 DPI for a poster, around 72 DPI for a trade-show banner and as little as 20 DPI for a billboard. Printing a billboard at 300 DPI would produce a file of tens of gigabytes to display detail no viewer could ever resolve.

    What is the difference between DPI and PPI?

    PPI is pixels per inch and describes an image or a screen. DPI is dots per inch and describes a printing device. They are used interchangeably in casual conversation, but a printer quoting 4800 DPI is describing how finely it can place ink droplets to simulate a colour, not how much image data it can use — feeding it 4800 PPI of image achieves nothing.

    Can I just upscale a small image to print it larger?

    You can, but you cannot create detail that was never captured. Upscaling interpolates new pixels from existing ones, and modern machine-learning upscalers do it convincingly enough for many uses, but the fine texture is invented rather than recovered. For anything examined closely, reshooting at higher resolution beats any amount of upscaling.

    What JPEG quality should I use for the web?

    80 to 85 for photographs. That range typically achieves a 15:1 compression ratio with no difference visible on a screen. Going to 95 can multiply the file size several times for no perceptible gain, and dropping below 70 introduces blocking and halos around edges that no later processing can remove.

    How big will a 12 megapixel JPEG be?

    Around 2.3 MB at quality 85 for a typical photograph, roughly 3.4 MB at quality 90 and about 7 MB at quality 95. Content matters a great deal though: a picture of a clear sky may come in at half those figures while a detailed forest scene comes in above them, at exactly the same setting.

    Should I use WebP or AVIF instead of JPEG?

    Yes, alongside it. WebP typically saves 25–35% over JPEG at matched visual quality and AVIF often more again, and both are supported by every current browser. Serve them through the picture element with a JPEG fallback so older clients still get an image, and let the browser pick.

    Why does my JPEG look worse every time I save it?

    Because JPEG is lossy and generation loss compounds. Each save re-quantises the image and discards a little more detail, permanently. Keep the master in a lossless format — the camera raw file, a PNG or a layered document — and export a fresh JPEG each time rather than editing and re-saving the same one.

    How far away do I need to stand before pixels disappear?

    Roughly the distance at which a pixel subtends less than one arcminute, the limit of normal visual acuity. In practice that works out to about 3,438 divided by the PPI, in inches — so a 92 PPI monitor stops showing pixels beyond about 37 inches, while a 460 PPI phone screen has already crossed the threshold at 7 inches.