# Pixel Density (PPI) Calculator > Calculate the Pixels Per Inch (PPI) of a display based on resolution and diagonal size. **Category:** Photography **Keywords:** ppi, dpi, density, screen, resolution, calculator, display **URL:** https://complete.tools/ppi-calculator ## How it calculates The Ppi Calculator uses a straightforward formula: PPI = √(Width² + Height²) ÷ Diagonal Size. Here, Width and Height refer to the pixel dimensions of your image, while Diagonal Size is how big the image is in inches. By calculating the square root of the sum of the squares of Width and Height, you get the total pixel count along the diagonal. Dividing this number by the diagonal size gives you the PPI, which indicates how densely packed the pixels are in your image—crucial for assessing image quality. ## Who should use this This tool is perfect for graphic designers checking image quality for print, photographers who need to figure out the right resolution for their prints, and web developers looking to optimize images for different devices. It’s also beneficial for printing professionals who want to ensure that images meet high-quality standards. ## Worked examples Example 1: Imagine a photographer with an image that measures 4000 pixels wide and 3000 pixels high, planning to print it at a diagonal size of 10 inches. To find the diagonal pixel count, you’d calculate: √(4000² + 3000²) = √(16,000,000 + 9,000,000) = √25,000,000 = 5000. Then divide by the diagonal size: PPI = 5000 ÷ 10 = 500 PPI. That’s a high-resolution image, perfect for professional prints. Example 2: Now, picture a graphic designer with an image that’s 1920 pixels wide and 1080 pixels high, set for a 24-inch diagonal screen display. You’d calculate: √(1920² + 1080²) = √(3,686,400 + 1,166,400) = √4,852,800 ≈ 2205. So, PPI = 2205 ÷ 24 ≈ 92.7 PPI. This PPI is good for most digital displays but might not cut it for high-quality prints. ## Limitations While the Ppi Calculator is handy, it does have some limitations. It assumes that your width and height inputs are accurate and in the same unit (pixels). If the physical size you enter is incorrect or doesn’t match the pixel dimensions proportionally, the results can be off. Plus, the tool doesn’t account for differences in display technology, which can impact how an image looks, even if the PPI is the same. You might also run into precision issues with very small or large images, where rounding can affect the final PPI value. ## FAQs **Q:** How does changing the physical size of an image affect the PPI? **A:** If you increase the physical size while keeping the pixel dimensions the same, the PPI goes down, reducing image resolution. On the flip side, making the physical size smaller increases the PPI, enhancing sharpness. **Q:** Can PPI values differ for different output mediums? **A:** Absolutely! PPI values can vary depending on the medium. For print, you typically want 300 PPI or higher for quality, while for digital displays, 72 PPI or 96 PPI often suffices. **Q:** What does a high PPI value signify? **A:** A high PPI indicates a greater density of pixels, which means more detail and clarity in your image—especially important for high-quality prints. **Q:** Does PPI affect the file size of an image? **A:** While PPI itself doesn’t directly influence file size, higher PPI images usually contain more pixels, which can lead to larger file sizes if the image resolution is increased. --- *Generated from [complete.tools/ppi-calculator](https://complete.tools/ppi-calculator)*