Pixels to Inches Converter
At 300 DPI, 2550 pixels equals 8.5 inches, or 21.59 cm. This pixels to inches converter shows how large an image will appear in the real world once you pair its pixel count with a DPI or PPI value. It also works in reverse, so you can start with a print size like 5.5 inches, 8.5 inches, 11 inches, or 24 inches and calculate the pixel dimension needed before you export, scan, upload, or print. Enter the measurement you already know, choose the density you plan to use, and the tool returns the matching inches plus centimeters. That makes it useful for print layouts, poster sizing, scan checks, web graphics, and screen mockups where pixels alone do not tell you the physical size.
Quick answer
Pixels turn into inches only after you choose a DPI or PPI value. Without that density, a pixel count describes resolution, not physical size.
Assumes square pixels and one constant DPI or PPI.
Result
20 in
Centimeters
50.8 cm
Using
96 DPI/PPI
What this tells you
- •Pixels turn into inches only after you choose a DPI or PPI value. Without that density, a pixel count describes resolution, not physical size.
- •For pixels to inches, divide the pixel count by the density. A larger DPI makes the same image print smaller because more pixels fit into each inch.
- •For inches to pixels, multiply the inch measurement by the density. A higher DPI means you need more pixels to keep the same physical width or height.
- •The centimeter value comes from the inch result times 2.54, which gives you a quick metric check without doing a second conversion.
- •This tool handles one dimension at a time. If you need both width and height, run the calculation once for each edge of the image.
- •Results assume square pixels and one constant density across the file, display, or print job you are planning around.
How to Use
- 1Choose Pixels to inches if you already know the image dimension in pixels and want to see how wide or tall it will be at a chosen density.
- 2Choose Inches to pixels if you know the physical size you want first and need the matching export or scan dimension in pixels.
- 3Enter the value for one edge only, such as 1920 pixels, 8.5 inches, or 24 inches. Repeat the process for the other edge if you are sizing a full image.
- 4Enter the DPI or PPI you plan to use. Common examples include 72 for older screen layouts, 96 for many web design assumptions, 150 for larger posters, and 300 for sharper print work.
- 5Read the main result and the centimeter value below it. The centimeter line is the physical size equivalent, not a separate resolution setting.
- 6If the number will drive a print order, crop, or export preset, keep extra decimals until the end and round only when you need a final whole-pixel file size.
How It Works
Formula
inches = pixels / DPI, pixels = inches × DPIUse inches = pixels / DPI when you already have a pixel dimension and want the matching physical size. Use pixels = inches × DPI when you know the print or display size you want and need the required resolution. In the formula code, px-to-in mode sets inches to value divided by dpi, while in-to-px mode keeps the entered inch value and multiplies it by dpi for the pixel result. Centimeters always come from inches × 2.54, so the metric output is tied to the same physical measurement. The tool rounds the displayed answer for readability, but it starts from the exact numbers you type. Because the sizing logic treats DPI and PPI the same here, the math works for print planning, scan targets, export presets, and rough screen-size checks as long as the density assumption is the one you actually plan to use.
Calculation note: values are processed in the order shown above, using the current input units.
Worked Examples
Prepare an 8.5-inch flyer at 300 DPI
Multiply 8.5 inches by 300 to get 2550 pixels. The same 8.5-inch width is 21.59 centimeters because 8.5 × 2.54 = 21.59. This is a common print setup for a letter-width layout or a photo print that needs crisp detail.
Check a 1920 px mockup at 96 PPI
Divide 1920 by 96 to get 20 inches. Converting 20 inches to metric gives 50.8 centimeters. This kind of check helps when a screen-size graphic needs a rough physical estimate for signage, kiosk work, or a design review.
Size a 5.5-inch postcard edge at 600 DPI
Multiply 5.5 inches by 600 and you get 3300 pixels. The physical width stays 5.5 inches, which is 13.97 centimeters. This is useful for high-resolution print pieces where you want plenty of detail for small text or sharp edges.
Review a 2400 px scan at 300 DPI
Divide 2400 pixels by 300 to get 8 inches. That same width is 20.32 centimeters after multiplying by 2.54. This is an easy way to confirm whether a scanned photo or art print will cover the physical size you expect.
Plan a 24-inch poster edge at 150 DPI
Multiply 24 inches by 150 to get 3600 pixels. The physical width is also 60.96 centimeters because 24 × 2.54 = 60.96. This lower density target is common for larger posters that will be viewed from farther away.
Estimate a 1080 px graphic at 72 PPI
Divide 1080 by 72 and the result is 15 inches. In metric terms, 15 inches equals 38.1 centimeters. This quick check is helpful when an older web graphic or presentation asset needs a rough print-size comparison.
Common Pixels and Inches Examples
Quick checks for common print and screen sizing cases that come up in exports, scans, and layout reviews.
| Pixels | DPI / PPI | Inches | Centimeters |
|---|---|---|---|
| 1080 px | 72 | 15 in | 38.1 cm |
| 1920 px | 96 | 20 in | 50.8 cm |
| 2550 px | 300 | 8.5 in | 21.59 cm |
| 3300 px | 300 | 11 in | 27.94 cm |
| 3600 px | 150 | 24 in | 60.96 cm |
| 4800 px | 300 | 16 in | 40.64 cm |
Pixels describe resolution, not physical size by themselves. The DPI or PPI assumption is what turns them into inches or centimeters, which is why the same pixel count can look very different across print and screen contexts.
Common mistakes
- Treating a pixel count as a fixed real-world size before choosing a DPI or PPI. A 2400 px image can be 8 inches wide at 300 DPI or 25 inches wide at 96 PPI.
- Mixing export resolution, monitor density, and printer settings as if they always match. The converter is only accurate for the density value you actually plan to use.
- Entering width once and assuming the full image is handled automatically. If you need both dimensions, calculate width and height separately.
- Rounding too early when you are checking bleed, trim, or tight layout space. Small rounding changes can matter when a print size must fit precisely.
- Ignoring app scaling, printer scaling, or CSS zoom. Those settings can change the final displayed or printed size even when the base math is correct.
Embed this calculator on your site
Drop this single line where you want the calculator to appear. It is responsive, mobile-friendly, resizes automatically, and is free to use with attribution.
<script src="https://calctide.com/embed.js" data-tool="pixels-to-inches-converter" async></script>Preview the embed at /embed/pixels-to-inches-converter/.