How Many Pixels Are in an Inch?

There is no single number — an inch holds as many pixels as the pixel density says it does. 96 is the screen standard, 300 the print standard, and phones pack in more than 400.

PPI
in
px

Type in either field — the other one follows instantly.

Result 96 PPI
px

The short answer

How many px in an inch depends on the density: one inch contains 96 pixels in CSS and on a standard desktop display, 300 pixels in professional print, and 72 pixels under the legacy Macintosh convention still found in older design software.

All three are correct at the same time, because a pixel is a unit of information rather than a unit of length. The density — pixels per inch — is what turns a pixel count into a physical measurement.

Why the number changes

A pixel on a billboard can be the size of your thumb. A pixel on a modern phone is smaller than a grain of salt. Both are single pixels; only the density differs.

That is why every honest conversion asks for a PPI or DPI value before it gives an answer. Without one, "how many pixels in an inch" has no more meaning than asking how many words are on a page without saying how big the type is.

What that density looks like

One inch square at 96 PPI

96 × 96 = 9,216 pixels fill this square.

Which density should you use?

Pick the density from the medium, not from habit:

  • 96 PPI — CSS, web layout and general screen work. This is the reference the specification defines.
  • 72 PPI — a legacy default in older Adobe software. Harmless on screen, far too coarse for print.
  • 150 DPI — posters, banners and proofs viewed from a metre or more.
  • 300 DPI — photographs, magazines, brochures and anything held in the hand.
  • 600 DPI and above — fine-art reproduction, line art and text-heavy scans.

Reference table

How many pixels in an inch, by density
DensityPixels in 1 inchSize of one pixelWhere you see it
72 PPI72 px0.0139 inLegacy Adobe defaults
96 PPI96 px0.0104 inCSS and desktop screens
150 DPI150 px0.0067 inPosters and drafts
264 PPI264 px0.0038 iniPad Retina displays
300 DPI300 px0.0033 inPhoto and magazine print
460 PPI460 px0.0022 inRecent iPhone displays
600 DPI600 px0.0017 inFine art and line work

Frequently asked questions

How many pixels are in 1 inch?

96 pixels at the CSS and screen standard, 300 pixels at the print standard, and 72 pixels under the legacy convention. The pixel density decides the answer.

How many pixels is 8.5 x 11 inches?

2550 × 3300 pixels at 300 DPI, 1275 × 1650 at 150 DPI and 816 × 1056 at 96 PPI.

How many pixels per inch is best?

For print, 300 PPI. For screen layout, 96. Higher densities only help if the viewer is close enough to resolve them.

Is 1 inch always 96 pixels?

Only in CSS, where the specification fixes it by definition. On real hardware an inch can hold anywhere from about 80 to more than 500 physical pixels.