Pixels to Inches Converter

Convert pixels to inches and cm at any DPI/PPI. Includes print size calculator, screen PPI reference, and typography unit conversion.

px
dpi
Pixels
1,920.00 px
At 96 DPI
Inches
20.00 in
At 96 DPI
Centimeters
50.80 cm
inches × 2.54
Millimeters
508.00 mm
inches × 25.4
Points
1,440.00 pt
inches × 72 (typography)
Picas
120.00 pc
inches × 6 (typography)

Print Size Calculator

Enter image dimensions to see print sizes at different DPI:

px
px
QualityDPIWidth (in)Height (in)Width (cm)Height (cm)
Web/Screen7226.6715.0067.7038.10
Windows Screen9620.0011.2550.8028.60
Low-res Print15012.807.2032.5018.30
Standard Print3006.403.6016.309.10
High-res Print6003.201.808.104.60
Professional12001.600.904.102.30

Common Screen PPI Reference

DeviceWidth (px)SizePPI1" = px
iPhone 15 Pro1,179.006.1"460460 px
iPad Pro 13"2,064.0013"264264 px
MacBook Pro 14"3,024.0014.2"254254 px
24" 1080p Monitor1,920.0024"9292 px
27" 4K Monitor3,840.0027"163163 px
32" 4K Monitor3,840.0032"138138 px

Key Formulas

px → inches
inches = pixels ÷ DPI
Core formula
inches → px
pixels = inches × DPI
Reverse
px → cm
cm = pixels ÷ DPI × 2.54
Via inches
72 DPI
1 pt = 1 px
Legacy screen standard
96 DPI
1 in = 96 CSS px
Web CSS standard
300 DPI
1 in = 300 px
Print quality standard
Planning notes, formulas, and examples

About the Pixels to Inches Converter

The pixels to inches converter translates between digital pixels and physical dimensions based on DPI (dots per inch) or PPI (pixels per inch). This is essential for anyone working with digital images that need to be printed, or designing layouts that must work at specific physical sizes.

Pixels are resolution-dependent — 1920 pixels can span 20 inches on a 96 DPI screen or just 6.4 inches when printed at 300 DPI. This converter handles bidirectional conversion (pixels→inches and inches→pixels) at any DPI setting, plus converts to centimeters, millimeters, typographic points, and picas.

The built-in print size calculator shows how large a given image will print at standard DPI values from screen (72/96) to professional print (300/600/1200), and the screen PPI reference table lists common devices from iPhones to 4K monitors. It helps designers and content teams verify image dimensions before publishing, exporting, or sending files to print vendors. This prevents sizing mistakes that can delay launches or increase printing costs.

When This Page Helps

Mismatched DPI assumptions cause pixelated prints, oversized designs, and wasted paper. Photographers preparing images for print, designers creating mixed-media layouts, and developers building responsive interfaces all need precise pixel-to-physical-size conversion. This converter handles it with built-in DPI presets and print size tables. It reduces production surprises and helps teams approve assets confidently across digital and print workflows.

How to Use the Inputs

  1. Select direction: Pixels→Inches or Inches→Pixels.
  2. Enter the value (pixels or inches).
  3. Set the DPI/PPI for your target output.
  4. Read all conversions (inches, cm, mm, points, picas).
  5. Use the print size calculator for image dimension planning.
  6. Reference the screen PPI table for device-specific conversion.
  7. Check presets for common screen and print scenarios.
Formula used
Pixels to Inches: inches = pixels ÷ DPI. Inches to Pixels: pixels = inches × DPI. Additional: cm = inches × 2.54; mm = inches × 25.4; points = inches × 72; picas = inches × 6.

Example Calculation

Result: 20 inches (50.8 cm)

1920 pixels at 96 DPI = 1920 ÷ 96 = 20 inches. At 300 DPI for print, the same 1920 pixels would only be 6.4 inches wide.

Tips & Best Practices

  • Web standard: CSS uses 96 dpi as the reference. 1 CSS inch = 96 CSS pixels.
  • Print standard: 300 DPI is the minimum for quality photo prints. 150 DPI is acceptable for large posters viewed from distance.
  • Retina displays: Apple "Retina" screens use 2× or 3× pixel density. A "logical" pixel may be 2-3 physical pixels.
  • For social media: platforms compress and resize images. Design at 2× your target display size for sharpness.
  • Typography: 72 points = 1 inch, 12 points = 1 pica, 6 picas = 1 inch. At 72 DPI, 1 pt = 1 px.
  • To find your monitor PPI: divide horizontal pixels by screen width in inches.

Understanding DPI, PPI, and Resolution

Digital images are grids of pixels with no inherent physical size. The DPI/PPI setting determines how those pixels map to inches when displayed or printed. A 3000×2000 pixel image at 300 DPI prints at 10×6.67 inches; the same image at 72 DPI would be 41.67×27.78 inches. The pixel count stays the same — only the physical mapping changes.

Screen Resolution and Pixel Density

Modern displays vary enormously in pixel density. A standard 24-inch 1080p monitor has ~92 PPI, while an iPhone 15 has 460 PPI. This means the same 100-pixel icon appears ~5× larger (physically) on the monitor than on the phone. CSS and design tools use "logical pixels" (at 96 DPI reference) alongside device pixels to handle this variation.

Preparing Images for Print

To determine the print size of a digital image: divide pixel dimensions by your target DPI. For a quality print, ensure the result meets your desired physical dimensions. If the image is too small, you have three options: reduce print size, accept lower quality at reduced DPI, or use AI upscaling software. Never simply increase DPI in image editing software without adding actual pixel data — this just changes the metadata without improving quality.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • Divide pixel count by DPI. For screen use, DPI is typically 96 (Windows) or 72 (legacy Mac). For print, DPI is your printer setting (usually 300). Example: 3000 pixels ÷ 300 DPI = 10 inches.