ToolNimba

๐Ÿ“ Pixels to Inches Converter

By ToolNimba Editorial Team ยท Updated 2026-06-20

Formula: inches = pixels ÷ DPI. 1 inch = 2.54 cm.

This pixels to inches converter turns a pixel measurement into inches (and centimeters) at the resolution you choose, and works in reverse too. Pixels have no fixed physical size on their own, so the result always depends on the DPI or PPI, which is why the tool puts a resolution selector front and center. Pick 96 for on-screen sizing or 300 for print, type a value, and read the converted result instantly.

What is the Pixels to Inches Converter?

A pixel is a single dot in a digital image or on a screen. By itself a pixel has no physical width, so the only way to express a pixel count in inches is to say how many pixels are packed into each inch. That packing density is called DPI (dots per inch) for print or PPI (pixels per inch) for screens. Once you fix the density, the conversion is simple division: inches = pixels divided by DPI.

The default of 96 DPI matches the long-standing CSS reference resolution, where 1 CSS inch is defined as exactly 96 pixels. That is why a 96 px box is treated as 1 inch in browser layout math, regardless of the true dot pitch of the physical monitor. For print, the density is much higher: 300 DPI is the common standard for sharp photos and graphics, so the same 96 pixels would only span about 0.32 inches on paper.

Because the answer changes with resolution, the same pixel value can map to very different physical sizes. A 600 by 400 pixel image is roughly 6.25 by 4.17 inches at 96 DPI but only 2 by 1.33 inches at 300 DPI. Neither image has more or fewer pixels; the print version simply squeezes them tighter so the result looks crisp. Choosing the right DPI for your context is therefore the most important step in any pixel to inch conversion.

This tool also reports centimeters and millimeters alongside inches, using the fixed relationship that 1 inch equals 2.54 centimeters. It converts in both directions, so you can start from a pixel count to find a physical size, or start from a target size in inches to find how many pixels you need at your chosen resolution.

When to use it

  • Working out how large a web image will print on paper by converting its pixel dimensions to inches at 300 DPI.
  • Sizing an element in a design tool that uses pixels when a client has asked for a measurement in inches.
  • Checking that a photo has enough pixels for a desired print size before sending it to a print shop.
  • Translating screen mockup dimensions into physical inches or centimeters for signage, badges or packaging proofs.

How to use the Pixels to Inches Converter

  1. Choose your resolution from the DPI / PPI menu (96 for screens, 300 for quality print), or pick Custom to type your own.
  2. Enter a value in the Pixels box to convert to inches, or type into the Inches box to convert back to pixels.
  3. Read the result panel for the equivalent inches, centimeters and millimeters at that resolution.
  4. Use the preset buttons for common pixel values, or press Clear to start a new conversion.

Formula & method

inches = pixels / DPI. To reverse it: pixels = inches * DPI. Centimeters = inches * 2.54, and millimeters = inches * 25.4. The DPI (or PPI) value sets how many pixels fill one inch, so the physical result changes whenever the resolution changes.

Worked examples

Convert 600 pixels to inches for a screen layout at 96 DPI.

  1. inches = pixels / DPI
  2. inches = 600 / 96
  3. inches = 6.25

Result: 600 px = 6.25 in (about 15.875 cm) at 96 DPI

Find the pixel width needed for a 4 inch wide photo printed at 300 DPI.

  1. pixels = inches * DPI
  2. pixels = 4 * 300
  3. pixels = 1200

Result: 4 in needs 1,200 px at 300 DPI

Pixels to inches at common resolutions

Pixels72 DPI96 DPI150 DPI300 DPI
96 px1.333 in1.000 in0.640 in0.320 in
150 px2.083 in1.563 in1.000 in0.500 in
300 px4.167 in3.125 in2.000 in1.000 in
600 px8.333 in6.250 in4.000 in2.000 in
1080 px15.000 in11.250 in7.200 in3.600 in

Inches to pixels needed at each resolution

Inches72 DPI96 DPI300 DPI
0.5 in36 px48 px150 px
1 in72 px96 px300 px
2 in144 px192 px600 px
4 in288 px384 px1,200 px
8 in576 px768 px2,400 px

Common mistakes to avoid

  • Converting pixels to inches without setting a DPI. Pixels have no physical size on their own, so there is no single inch answer for a pixel value. You must choose a resolution first. Using 96 when you meant 300, or the reverse, can make your result off by more than three times.
  • Assuming more DPI adds detail to an existing image. Raising the DPI of a fixed image does not create new pixels; it only packs the same pixels into a smaller physical area. To make a print larger without losing sharpness you need more pixels, not just a higher DPI label.
  • Mixing up DPI and PPI. PPI (pixels per inch) describes screens and image files, while DPI (dots per inch) describes printer output. For this conversion they are used the same way, but do not confuse a monitor PPI spec with a printer DPI setting when planning a job.
  • Forgetting that browsers use 96 as the reference, not your real screen. CSS defines 1 inch as 96 pixels no matter how dense your actual display is. A high-resolution phone may pack 400 or more real pixels per inch, so a CSS inch will not measure a true inch with a ruler on that device.

Glossary

Pixel (px)
The smallest addressable dot in a digital image or on a screen. It has no fixed physical size until a resolution is applied.
DPI (dots per inch)
How many dots a printer places in one inch. Higher DPI means finer, sharper output and a smaller physical size for the same pixel count.
PPI (pixels per inch)
How many pixels fit in one inch on a screen or in an image file. It is the screen-side equivalent of DPI for this conversion.
Resolution
The pixel or dot density used to map pixels onto physical space. It is the number you pick in the DPI menu.
Inch
An imperial unit of length equal to exactly 2.54 centimeters. The standard physical unit this tool converts pixels into.
CSS reference pixel
The web standard that fixes 1 inch at 96 pixels for layout math, independent of the physical display density.

Frequently asked questions

How do I convert pixels to inches?

Divide the pixel count by the resolution: inches = pixels / DPI. For example, 96 pixels at 96 DPI is 1 inch, and 600 pixels at 300 DPI is 2 inches. Enter your pixel value above and pick a DPI to get the answer instantly.

How many pixels are in one inch?

It depends on the resolution you choose. At the standard screen value of 96 DPI there are 96 pixels in an inch. At 72 DPI there are 72, and at 300 DPI there are 300 pixels per inch.

Should I use 96 or 300 DPI?

Use 96 DPI for on-screen and web work, since that matches the CSS standard where 1 inch equals 96 pixels. Use 300 DPI for print, which is the common standard for sharp photos and graphics on paper.

Why does the same pixel value give different inches?

Because pixels have no built-in physical size; the inches depend entirely on the DPI. The same 600 pixels are 6.25 inches at 96 DPI but only 2 inches at 300 DPI, since the higher resolution packs the pixels tighter.

How do I convert inches back to pixels?

Multiply the inches by your DPI: pixels = inches * DPI. For instance, a 4 inch wide print at 300 DPI needs 1,200 pixels. Type a value into the Inches box above and it fills in the pixels for you.

How does this tool give centimeters?

It first converts pixels to inches at your chosen DPI, then multiplies by 2.54 because 1 inch equals exactly 2.54 centimeters. Millimeters are just ten times the centimeter figure.