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.
Type in either field — the other one follows instantly.
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
| Density | Pixels in 1 inch | Size of one pixel | Where you see it |
|---|---|---|---|
| 72 PPI | 72 px | 0.0139 in | Legacy Adobe defaults |
| 96 PPI | 96 px | 0.0104 in | CSS and desktop screens |
| 150 DPI | 150 px | 0.0067 in | Posters and drafts |
| 264 PPI | 264 px | 0.0038 in | iPad Retina displays |
| 300 DPI | 300 px | 0.0033 in | Photo and magazine print |
| 460 PPI | 460 px | 0.0022 in | Recent iPhone displays |
| 600 DPI | 600 px | 0.0017 in | Fine 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.