Pixel Converter

Pixels to Inches Converter

Convert pixels to inches at a chosen resolution. At the 96 DPI CSS reference, 96px equals 1 inch.

Pixels per inch — 96 for screen, 150–300 for print.

Result

0.1667in

Formula

inches = px ÷ DPI (default 96)

Conversion table

px → in at resolution (dpi) = 96.

pxin
24px0.25in
48px0.5in
72px0.75in
96px1in
120px1.25in
144px1.5in
192px2in
240px2.5in
288px3in
384px4in
480px5in
576px6in
768px8in
960px10in

About the Pixels to Inches conversion

An inch is a physical length. On screen, the number of pixels per inch depends on the resolution (DPI/PPI). CSS defines a reference of 96 pixels per inch, which is the default this converter uses.

To convert pixels to inches you divide the pixel count by the DPI. At 96 DPI, 96px is 1 inch, 48px is 0.5 inch, and 192px is 2 inches. For print, set the DPI to your export resolution — often 150 or 300.

This pixels to inches converter is useful when preparing screen assets for print, sizing physical layouts, or checking the real-world dimensions of an image at a given resolution.

Related converters

Pixels to Inches Converter FAQs

Divide the pixel count by the DPI. At the 96 DPI CSS reference, inches = px / 96 — so 96px = 1 inch and 192px = 2 inches.
It depends on the resolution. The CSS reference is 96 pixels per inch. Print work often uses 150 or 300 pixels per inch — set the DPI field to match.
Most print work uses 300 DPI for high quality; 150 DPI is acceptable for larger formats viewed at a distance. Enter your export DPI to get accurate physical inches.
Pixels are counts, not lengths. A higher DPI packs more pixels into each inch, so the same pixel count spans fewer inches. That is why DPI is required for an accurate conversion.