Pixels to Inches Converter

Convert pixels to physical inches using pixels per inch (PPI), or switch directions to calculate how many pixels are needed for a given size in inches.

Last updated: August 2026 | By Workshelve Team

Default: 96 PPI. Use 96 for CSS absolute-unit conversion, or replace it with the intended image, print, or display density for physical-size calculations.

Formula
inches = pixels ÷ PPI
Enter a value to convert

PPI supplies the physical scale

Pixels are a digital count; inches are a physical length. Pixels per inch (PPI) is the scale that connects them.

Convert in either direction

Divide pixels by PPI to get inches. Multiply inches by PPI to calculate the pixel count needed at that resolution.

96 px/in has a specific CSS meaning

CSS defines 1in as 96 CSS px for absolute-unit conversion. That does not mean every display or image physically contains 96 hardware pixels per inch.

What Does “Pixel” Mean in This Converter?

In this calculator, a pixel is one element of a digital image dimension. An image that is 1920 pixels wide contains 1920 image pixels across that dimension, but that number alone does not tell you how many physical inches wide the image should be.

Physical size appears only after you choose a pixel density. If the same 1920-pixel dimension is used at 96 PPI, it corresponds to 20 inches. At 300 PPI, it corresponds to 6.4 inches. The stored pixel count is unchanged; the assumed physical scale is different.

This is why “one pixel equals a fixed number of inches” is not generally true for digital images or hardware displays. The 96 px-per-inch relationship used by CSS is a defined unit relationship for CSS layout, not a universal measurement of physical display pixels.

How to Convert Pixels to Inches

Pixels → Inches

inches = pixels ÷ PPI

Example: 1080 pixels at 96 PPI is 1080 ÷ 96 = 11.25 inches.

Inches → Pixels

pixels = inches × PPI

Example: an 8-inch dimension at 300 PPI needs 8 × 300 = 2400 pixels.

How Many Pixels Are in an Inch?

At 96 PPI
96 px = 1 in

Useful for CSS absolute-unit conversion and any image calculation where 96 PPI is intentionally chosen.

At 300 PPI
300 px = 1 in

If an image is sized at 300 pixels per inch, every physical inch corresponds to 300 image pixels.

On a physical screen
Depends on density

To convert actual hardware pixels to physical inches, use that display's physical pixel density rather than assuming 96.

Pixels to Inches Reference Table

Pixels
At 96 PPI
At 300 PPI
100 px
1.04166667 in
0.33333333 in
300 px
3.125 in
1 in
600 px
6.25 in
2 in
1080 px
11.25 in
3.6 in
1920 px
20 in
6.4 in
2400 px
25 in
8 in
3000 px
31.25 in
10 in

Practical Example: 1080 Pixels to Inches

The answer changes with PPI, which is why the calculator asks for resolution instead of returning one universal physical size.

1080 ÷ 96
1080 px = 11.25 in at 96 PPI
1080 ÷ 300
1080 px = 3.6 in at 300 PPI

Both results are mathematically correct because they describe the same pixel count at different physical scales.

Image PPI, Display Pixels, and Printer DPI

PPI describes pixels per inch and is the relevant scale for this converter. When working with a raster image, it tells you how densely image pixels are assigned to a physical length.

DPI means dots per inch and is traditionally associated with printer output. A printer can use multiple ink or toner dots to reproduce one image pixel, so DPI and PPI should not be treated as universally identical measurements even though the terms are sometimes used loosely.

For a physical display, the appropriate density is the display's actual hardware pixel density if your goal is a real-world measurement. For CSS layout, use the CSS unit relationship instead: 1 CSS inch equals 96 CSS pixels.

Pixels to Inches FAQs

How do I convert pixels to inches?

Divide the pixel count by the PPI. For example, 1200 pixels at 300 PPI is 1200 ÷ 300 = 4 inches.

How many inches is 1080 pixels?

At 96 PPI, 1080 pixels is 11.25 inches. At 300 PPI, it is 3.6 inches. A PPI value is required because pixels do not have one universal physical size.

How many pixels make one inch?

It equals the chosen PPI. At 300 PPI, one inch corresponds to 300 image pixels. In CSS absolute-unit conversion, one CSS inch equals 96 CSS pixels.

Why does this calculator default to 96 PPI?

96 is useful because CSS defines 1in as 96 CSS px. It is a convenient starting value, not a claim that every image, printer, or physical display has a density of 96 PPI.

Is PPI the same as DPI?

No. PPI describes pixels per inch; DPI traditionally describes printer dots per inch. They can be discussed together in print workflows but are not inherently the same measurement.

Does changing PPI change the number of pixels in my image?

Not in this calculator. It changes the physical-size calculation for the existing pixel count. Resampling is the separate process that actually changes image pixel dimensions.

How many pixels do I need for an 8-inch image at 300 PPI?

Multiply 8 inches by 300 PPI. You need 2400 pixels along that dimension.

Can I enter decimal pixel values?

Yes for unit calculations. Fractional CSS pixel lengths and calculated values can be meaningful, but stored raster image dimensions are ordinarily whole pixel counts.

Can I use this for both image width and image height?

Yes. Convert each dimension separately using the same intended PPI. For example, 2400 × 3000 pixels at 300 PPI corresponds to 8 × 10 inches.

Related Tools