How to Convert Pixels to Inches
The conversion is straightforward once you know one key number: the PPI (pixels per inch) of your screen or print output. Divide the number of pixels by the PPI and you get inches.
For example, if you have an image that's 300 pixels wide and your display runs at 96 PPI, that image is about 3.125 inches wide. Change the PPI and the physical size changes too, even though the pixel count stays the same.
Here's a quick process to follow:
- Find out the PPI of your screen, printer, or target output.
- Take the pixel dimension you want to convert (width, height, or both).
- Divide pixels by PPI to get the size in inches.
That's really it. The tricky part is usually just knowing the right PPI to use, which is why the sections below dig into that more.