DPI / Dots Calculator

Calculate PPI for screens and DPI for print — find the right resolution in seconds.

Ad placeholder (leaderboard)
Enjoying the tools? Go Pro for £4.99 (one-time) and remove all ads — forever, on this device. Remove ads — £4.99

Understanding dots per inch is one of those invisible skills that separates a polished visual result from a blurry disappointment. Whether you are checking that a display qualifies as Retina, working out whether your photo will hold up at A3, or figuring out exactly how large you can print an image from your phone — this calculator gives you a single place to do all three.

How it works

The tool has three modes that each solve a different direction of the same core relationship:

DPI = pixels ÷ inches

Screen PPI mode uses the diagonal pixel count formula. A screen does not have a single horizontal or vertical pitch that tells the whole story — diagonal PPI captures both axes at once:

PPI = √(width² + height²) / diagonal_inches

A 1920 × 1080 monitor on a 24-inch panel produces a diagonal resolution of √(3,686,400 + 1,166,400) = 2,202 px, divided by 24 = 91.8 PPI. The calculator also derives the dot pitch (millimetres per pixel) and DPCM (dots per centimetre).

Print size from DPI mode inverts the formula: given an image’s pixel dimensions and a chosen DPI, it calculates the physical print size in both inches and centimetres. A 3000 × 2000 px image at 300 DPI will print at exactly 10 × 6.67 inches (25.4 × 16.9 cm).

Required DPI for size mode solves for the unknown on the other side: enter the print dimensions you want (in centimetres) and the pixel count of your image, and it tells you the effective DPI on each axis and flags the limiting axis (the lower of the two). This is the most practical mode when you have a fixed canvas size — such as an A4 poster or a banner — and need to know whether your image file is good enough.

Example: preparing a photo for a magazine cover

Suppose you have a 4500 × 6000 px photograph and a magazine page that is 21 × 28 cm (A4 portrait).

Using the Required DPI mode:

  • Width axis: 4500 px ÷ (21 ÷ 2.54) = 4500 ÷ 8.27 ≈ 544 DPI
  • Height axis: 6000 px ÷ (28 ÷ 2.54) = 6000 ÷ 11.02 ≈ 544 DPI

Both axes come out above 300 DPI, so the photo is well above professional print quality. The quality badge reads Photo-quality / fine art. If you only had a 1500 × 2000 px file, you would get ≈ 181 DPI — above the 150 DPI draft threshold but below the 300 DPI print threshold, flagged as Acceptable print (fine for a large-format display, borderline for a magazine).

Image sizePrint at A4Effective DPIRating
1000 × 1414 px21 × 29.7 cm~121 DPIDraft
1754 × 2480 px21 × 29.7 cm~212 DPIAcceptable
2480 × 3508 px21 × 29.7 cm~300 DPIHigh-quality
4961 × 7016 px21 × 29.7 cm~600 DPIPhoto-quality

Formula note

All three modes use the single identity DPI = pixels / inches. The screen mode adds the Pythagorean step to reduce a two-dimensional resolution to a single diagonal metric, which is the industry-standard way manufacturers quote display sharpness. Dot pitch (mm) is then simply 25.4 ÷ PPI, and DPCM is PPI ÷ 2.54. No network requests are made — every calculation runs instantly in your browser.

Ad placeholder (rectangle)