PX to Inches Converter
Convert pixels to inches based on screen or print DPI
This PX to Inches Converter instantly translates pixel values into real-world inch measurements for any DPI setting.
Designers and developers waste time manually doing this math. This tool eliminates that.
Key features:
-
DPI presets covering screen (72, 96, 120 DPI), low-res print (150 DPI), and professional print (300, 600 DPI)
-
Custom DPI input for any nonstandard display or output target
-
Bidirectional conversion -- type px or inches, either direction
-
Batch mode -- paste comma-separated pixel values and get a full results table at once
-
Fraction output alongside decimal inches (e.g. 1 3/8") for print and physical layouts
-
Quick reference grid for common pixel sizes at the current DPI
-
Screen size presets from iPhone SE to 4K, showing both pixel and inch dimensions
-
One-click copy on every result
Works entirely in the browser. No installs, no sign-up, no server calls.
What is a PX to Inches Conversion
PX to inches conversion is the process of translating pixel values into their physical inch equivalent, based on a screen or print medium's pixel density.
A pixel has no fixed physical size. Its actual dimensions depend entirely on the PPI (pixels per inch) of the device displaying it.
This is why the same 100px element looks different on a phone, a 4K monitor, and a printed page.
How Many Pixels Are in an Inch
There's no single answer. The number of pixels in one inch depends on the PPI value of your output medium.
For web and CSS, the standard is 96 PPI. For print, 300 PPI is the norm. For older design tools and screen-ready assets, 72 PPI still shows up.
Same pixel count. Completely different physical sizes.
PX to Inches at 96 PPI (Web Standard)
96 PPI is the CSS baseline, defined by the W3C specification. Every browser uses this as the default reference for CSS pixel calculations.
Formula: inches = pixels ÷ 96
|
Pixels |
Inches |
|---|---|
|
1px |
0.0104 in |
|
16px |
0.1667 in |
|
96px |
1.0000 in |
|
100px |
1.0417 in |
|
1920px |
20.000 in |
PX to Inches at 72 PPI
72 PPI comes from early desktop publishing standards. Still used in some design tools, especially for screen-ready exports and older print workflows.
Formula: inches = pixels ÷ 72
1px at 72 PPI = 0.0139 in. A 720px image = 10 inches.
PX to Inches at 300 PPI (Print/High Resolution)
300 PPI is the standard for high-quality print output. At this density, pixel-to-inch values are much smaller.
Formula: inches = pixels ÷ 300
A 300×300px image at 300 PPI = a 1×1 inch print. A full A4 page at 300 PPI = 2480×3508px.
How to Convert PX to Inches
Divide the pixel value by the PPI of your medium. That's it.
The PPI value is the only variable that changes the result.
The PX to Inches Formula
inches = pixels ÷ PPI
-
48px at 96 PPI → 48 ÷ 96 = 0.5 inches
-
600px at 300 PPI → 600 ÷ 300 = 2 inches
-
144px at 72 PPI → 144 ÷ 72 = 2 inches
Manual Calculation vs. Using a Converter
Manual calculation works fine when you know your PPI and you're doing a one-off conversion.
A converter is faster when you're working across multiple PPI values or need a full conversion chart without doing repeated math.
PX to Inches Conversion Table
Reference table for common pixel values across the three most-used PPI settings.
|
Pixels |
72 PPI |
96 PPI |
300 PPI |
|---|---|---|---|
|
1px |
0.0139 in |
0.0104 in |
0.0033 in |
|
8px |
0.1111 in |
0.0833 in |
0.0267 in |
|
12px |
0.1667 in |
0.1250 in |
0.0400 in |
|
16px |
0.2222 in |
0.1667 in |
0.0533 in |
|
24px |
0.3333 in |
0.2500 in |
0.0800 in |
|
32px |
0.4444 in |
0.3333 in |
0.1067 in |
|
48px |
0.6667 in |
0.5000 in |
0.1600 in |
|
64px |
0.8889 in |
0.6667 in |
0.2133 in |
|
96px |
1.3333 in |
1.0000 in |
0.3200 in |
|
100px |
1.3889 in |
1.0417 in |
0.3333 in |
|
120px |
1.6667 in |
1.2500 in |
0.4000 in |
|
150px |
2.0833 in |
1.5625 in |
0.5000 in |
|
200px |
2.7778 in |
2.0833 in |
0.6667 in |
|
300px |
4.1667 in |
3.1250 in |
1.0000 in |
|
400px |
5.5556 in |
4.1667 in |
1.3333 in |
|
600px |
8.3333 in |
6.2500 in |
2.0000 in |
|
720px |
10.000 in |
7.5000 in |
2.4000 in |
|
1024px |
14.222 in |
10.667 in |
3.4133 in |
|
1080px |
15.000 in |
11.250 in |
3.6000 in |
|
1280px |
17.778 in |
13.333 in |
4.2667 in |
|
1440px |
20.000 in |
15.000 in |
4.8000 in |
|
1920px |
26.667 in |
20.000 in |
6.4000 in |
What Does PPI Mean for PX to Inches Conversion
PPI is the controlling variable in every pixel-to-inch calculation. Change the PPI, and the physical size changes completely, even if the pixel count stays the same.
Most conversion errors come from using the wrong PPI for the context, not from bad math.
Screen PPI vs. Print PPI
Screen content defaults to 96 PPI in CSS and web contexts. Print content typically uses 150–300 PPI depending on quality requirements.
A 960px layout at 96 PPI = 10 inches on screen. That same 960px image sent to a 300 PPI printer = 3.2 inches. Know your output medium before you convert.
How to Find Your Screen's PPI
Divide your screen's horizontal pixel resolution by its physical width in inches.
For example: a 1920px-wide monitor that measures 20.9 inches across = 1920 ÷ 20.9 ≈ 91.9 PPI.
Most modern laptops sit between 96–227 PPI. Retina displays and high-DPI screens go higher, which is why CSS handles the viewport separately from physical screen pixels using the device pixel ratio.
PX to Inches in CSS and Web Design
In CSS, 1px is always 1/96 of an inch - regardless of the physical screen. This is a defined standard, not a measurement.
The CSS pixel is an abstract unit. Physical pixels on the screen are a separate layer handled by the device pixel ratio.
CSS Pixels vs. Physical Pixels
A CSS pixel and a hardware pixel are not the same thing on high-density screens.
On a Retina display with a device pixel ratio of 2, one CSS pixel maps to 4 physical pixels (2×2). The layout stays the same size visually; the sharpness doubles.
Font Sizes in PX and Inches
|
Font Size (px) |
Inches (96 PPI) |
|---|---|
|
12px |
0.125 in |
|
14px |
0.1458 in |
|
16px |
0.1667 in |
|
18px |
0.1875 in |
|
24px |
0.25 in |
|
32px |
0.3333 in |
16px is the browser default body font size - exactly 1/6 of an inch at 96 PPI.
Responsive typography scales these values across breakpoints using media queries, so the physical inch equivalent shifts depending on the screen's pixel density.
PX to Inches for Print Design
Print and screen use different PPI baselines. A pixel count that looks fine on a monitor can produce a blurry, undersized print if you don't account for the output resolution.
300 PPI is the standard for professional print. 150 PPI works for large-format prints viewed from a distance.
Setting Up a Print Document in Pixels
Multiply your target print size in inches by the PPI to get the required pixel dimensions.
-
8.5 × 11 inches at 300 PPI → 2550 × 3300px
-
4 × 6 inches at 300 PPI → 1200 × 1800px
-
5 × 7 inches at 300 PPI → 1500 × 2100px
Common Print Sizes in Pixels
|
Print Size |
150 PPI |
300 PPI |
|---|---|---|
|
Business card (3.5×2 in) |
525×300px |
1050×600px |
|
A4 (8.27×11.69 in) |
1240×1754px |
2480×3508px |
|
US Letter (8.5×11 in) |
1275×1650px |
2550×3300px |
|
A3 (11.69×16.54 in) |
1754×2481px |
3508×4961px |
PX to Inches on Different Devices
The same pixel value produces a different physical size on every device. PPI varies significantly across device categories.
There's no universal answer. Always check the PPI of the target device.
Mobile Screen PX to Inches
Modern smartphones have some of the highest pixel density values of any consumer device.
-
iPhone 15 Pro: 460 PPI
-
Samsung Galaxy S24: 416 PPI
-
Budget Android phones: 250–300 PPI
At 460 PPI, 100px = 0.217 inches. Much smaller than the same element on a standard monitor.
Desktop Monitor PX to Inches
Standard 1080p monitors at 24 inches sit around 92 PPI. 4K monitors at the same screen size reach 185 PPI.
At 92 PPI, 100px ≈ 1.087 inches. At 185 PPI, that same 100px ≈ 0.54 inches - half the physical size.
TV and Large Display PX to Inches
Large TVs have high pixel counts but low PPI because the screen area is so much bigger.
A 65-inch 4K TV runs at roughly 68 PPI. 100px on that screen = about 1.47 inches - larger than on most desktop monitors despite the 4K resolution.
Inches to PX Conversion
Reverse the formula: pixels = inches × PPI
-
2 inches at 96 PPI → 2 × 96 = 192px
-
3.5 inches at 300 PPI → 3.5 × 300 = 1050px
-
1 inch at 72 PPI → 1 × 72 = 72px
|
Inches |
72 PPI |
96 PPI |
300 PPI |
|---|---|---|---|
|
0.5 in |
36px |
48px |
150px |
|
1 in |
72px |
96px |
300px |
|
2 in |
144px |
192px |
600px |
|
3 in |
216px |
288px |
900px |
|
5 in |
360px |
480px |
1500px |
|
8.5 in |
612px |
816px |
2550px |
|
11 in |
792px |
1056px |
3300px |
Related Conversions
Working with pixel dimensions often means converting to other units too, depending on the context.
For web and CSS layouts:
-
CSS Clamp Calculator - convert fixed px values into fluid clamp() ranges for responsive sizing
-
PX to EM/REM - relative units based on a root font size, usually 16px
-
PX to VW/VH - viewport-relative units; 1vw = 1% of the viewport width in pixels
For color and design tools:
-
RGB to HEX Converter - when working across design tools that use different color formats
-
RGB to CMYK converter - converting screen colors to print-ready CMYK values
For file and format work:
-
PX to MM - common in print specs that use metric measurements
-
PX to PT (points) - used in typography; 1pt = 1/72 inch = 1.333px at 96 PPI
-
converting PNG to SVG - when you need a resolution-independent format that scales without pixel constraints
-
difference between SVG and PNG - understanding when pixel-based formats reach their limits