Built and fact-checked by the DocNectar team — see our editorial standards
Key Features
Instant Calculation
Get accurate results in real time with our optimized algorithm.
Mobile Friendly
Fully responsive design. Works on all devices & screen sizes.
Privacy Focused
Your data stays on your device. We don't store any inputs.
100% Free
No hidden costs. This tool is completely free forever.
A pixel has no fixed physical size of its own — unlike an inch or a centimeter, which always mean the same real-world distance, a pixel's printed or displayed size depends entirely on the resolution it's rendered at, expressed as DPI (dots per inch) for print or PPI (pixels per inch) for screens. This is exactly why a 1200×800 pixel image can print as a small, sharp 4×2.67-inch photo at 300 DPI, or blow up to a much larger but blurrier 12.5×8.33-inch print at 96 DPI — the pixel count never changed, only the resolution assumption did. This trips up a lot of people moving between design software, printers, and web development, since each context tends to assume a different default resolution: web and screen work traditionally assumes 96 DPI (the long-standing CSS and Windows reference resolution), while professional print work typically requires 300 DPI for sharp results. This tool converts pixels to inches (or inches back to pixels) at whatever DPI/PPI resolution you specify, so you can move between screen and print contexts with the correct assumption for each.
How it works
The conversion is a simple division: inches = pixels ÷ DPI (dots per inch). The default resolution is 96 DPI, the long-standing reference used by CSS and Windows displays, but you can override it with any DPI value relevant to your context — commonly 300 DPI for print-quality output, or a specific PPI value matching your printer or monitor's actual specification. The reverse direction (inches to pixels) simply multiplies instead: pixels = inches × DPI.
- Enter value.
- Enter dPI (dots per inch).
- Enter conversion direction.
- Click Calculate to see your results.
Examples
A standard print photo
At 300 DPI (print quality), 1800 pixels equals exactly 6 inches.
The same pixel count at screen resolution
The same 1800 pixels at 96 DPI (a typical screen resolution) equals 18.75 inches — nearly three times larger than the print-quality result, illustrating why using the wrong DPI assumption can produce a wildly incorrect physical size estimate.
Working backward from a target print size
To print a 5×7 inch photo at 300 DPI, you need an image that's 1500×2100 pixels (5 × 300 by 7 × 300) — converting inches to pixels this way is a common step before resizing an image for print.
Who should use it
- Figuring out what print size a digital image will produce at a given DPI.
- Setting up print-ready dimensions in design software.
- Calculating the pixel dimensions needed for a specific target print size.
Industry applications
- Graphic design and print production
- Photography
- Web design
Advantages
- Works in both directions (pixels to inches and inches to pixels).
- Fully customizable DPI, not locked to one resolution.
- Useful for both print and screen/web contexts.
Limitations
- Requires knowing the correct DPI for your specific use case — the conversion is meaningless without it.
Common mistakes to avoid
- Using a screen resolution (96 DPI) to estimate print size — print output typically needs 300 DPI for sharp results.
- Assuming an image's pixel dimensions alone determine its print quality, without checking whether the DPI is set appropriately for the target print size.
- Confusing DPI and PPI as if they always mean exactly the same physical measurement in every context.
Best practices
- Always check your printer or design software's target DPI before converting, since the same pixel dimensions will print at very different physical sizes depending on it.
- For professional print work, use 300 DPI as your target unless a print shop specifies otherwise.
- When designing for both screen and print, keep the original high-resolution image and generate lower-resolution screen versions separately, rather than trying to use one file for both.
Tips
- For web/screen work, 96 DPI is the standard CSS reference; for print, use your printer's specified DPI (commonly 300).
- When in doubt about a print shop's requirements, ask for their exact DPI specification before resizing your image.