# Screen Resolution & PPI Calculator

Calculate pixel density, dot pitch, aspect ratio, and physical panel size from a resolution and diagonal.

---

- **Canonical URL:** https://dothecalculation.com/calculators/screen-resolution-ppi-calculator
- **Category:** AI & Tech Development
- **Publisher:** Do The Calculation (https://dothecalculation.com)
- **Cost:** Free, no account or sign-up required
- **Privacy:** Runs entirely in the browser; inputs are never sent to a server
- **Methodology:** https://dothecalculation.com/methodology

---

## Calculate Screen PPI and Pixel Density

Turn a resolution and a diagonal measurement into pixel density, dot pitch, aspect ratio, real panel dimensions, and the distance at which pixels stop being visible.

- PPI, dot pitch, and aspect ratio from any resolution and screen size
- Physical width and height in inches and centimetres, which spec sheets omit
- The one-arcminute viewing distance behind every 'retina' claim

## Quick Answer — How Do You Calculate PPI?

Pixel density is the pixel diagonal divided by the physical diagonal: \(\text{PPI} = \frac{\sqrt{w^2 + h^2}}{d}\), where \(w\) and \(h\) are the horizontal and vertical resolution in pixels and \(d\) is the advertised diagonal in inches. Because display pixels are square, the same figure describes density horizontally and vertically too.

**Worked example:** a 27-inch 1920×1080 monitor. Diagonal pixels = √(1920² + 1080²) = 2,202.9. PPI = 2,202.9 ÷ 27 = **81.59 PPI**.

Common configurations, all computed with this calculator:

• **24″ 1920×1080** — 91.79 PPI, 0.2767 mm dot pitch, 20.92″ × 11.77″ panel

• **27″ 1920×1080** — 81.59 PPI, 0.3113 mm dot pitch, 23.53″ × 13.24″ panel

• **27″ 2560×1440** — 108.79 PPI, 0.2335 mm dot pitch, same 23.53″ × 13.24″ panel

• **27″ 3840×2160** — 163.18 PPI, 0.1557 mm dot pitch, same panel again

• **32″ 3840×2160** — 137.68 PPI, 0.1845 mm dot pitch, 27.89″ × 15.69″ panel

• **15.6″ 3840×2160** — 282.42 PPI, 0.0899 mm dot pitch, 13.60″ × 7.65″ panel

• **6.1″ 2556×1179** — 461.44 PPI, 0.0550 mm dot pitch, 5.54″ × 2.56″ panel

The three 27-inch rows make the useful point: identical physical panel, three densities. Resolution alone tells you nothing about how sharp a screen looks — density does.

## How to Use This Calculator: A 27-Inch 1080p Monitor

Enter the native resolution and the advertised diagonal. For a 27-inch 1920×1080 display: diagonal pixels = √(1920² + 1080²) = √(3,686,400 + 1,166,400) = √4,852,800 = **2,202.91 px**, so PPI = 2,202.91 ÷ 27 = **81.59**.

Everything else follows from that density. Physical width = 1920 ÷ 81.59 = **23.53 inches** (59.8 cm); physical height = 1080 ÷ 81.59 = **13.24 inches** (33.6 cm). Dot pitch = 25.4 ÷ 81.59 = **0.3113 mm**. Total pixels = 1920 × 1080 = **2.07 megapixels**. Aspect ratio reduces to **16:9**.

The last output is the one people are usually really asking about: individual pixels stop being resolvable beyond 1 ÷ (81.59 × tan(1 arcminute)) = **42.1 inches**, about 3.5 feet. Most people sit closer than that to a 27-inch monitor, which is exactly why 1080p looks soft at this size and 1440p does not.

## A Second Example: A 15.6-Inch 4K Laptop Panel

Shrink the panel and hold the resolution and the density explodes. For 3840×2160 on a 15.6-inch laptop screen: diagonal pixels = √(3840² + 2160²) = **4,405.81 px**, so PPI = 4,405.81 ÷ 15.6 = **282.42** — three and a half times the density of the 27-inch 1080p monitor above, from a panel with less than a third of its area.

Physical width = 3840 ÷ 282.42 = **13.60 inches**; height = **7.65 inches**. Dot pitch drops to **0.0899 mm**, and the one-arcminute threshold falls to **12.2 inches**. Since almost nobody uses a laptop from closer than about 20 inches, the pixels on this panel are genuinely invisible in normal use — which is the real argument for a high-density laptop screen, and equally the reason a 4K panel on a 32-inch desktop monitor (137.68 PPI, threshold 25.0 inches) is a much more marginal upgrade at typical desk distance.

It is also why such a panel almost always ships with display scaling switched on. At 282 PPI, unscaled interface text renders at roughly a third the physical size it would occupy on the 81.59 PPI monitor.

## PPI, Dot Pitch, and Aspect Ratio: Three Views of the Same Panel

Dot pitch is pixel density inverted — millimetres per pixel instead of pixels per inch — and is what most display datasheets publish, since the panel industry works in metric. Convert either way with 25.4 ÷ PPI: 0.31 mm and 81.6 PPI describe exactly the same screen, and lower dot pitch means higher density.

Aspect ratio is the resolution reduced by its greatest common divisor, which is why 1920×1080, 2560×1440, and 3840×2160 all reduce to 16:9 and are interchangeable for full-screen content. Phone panels frequently do not reduce cleanly — 2556×1179 comes out as 284:131, not any recognisable named ratio — because the resolution is designed around a specific physical panel and cutout rather than a standard. If aspect ratio is all you need, the [aspect ratio calculator](/calculators/aspect-ratio-calculator) handles resizing and ratio reduction without the physical-dimension arithmetic.

Physical width and height are worth calculating in their own right. Manufacturers publish the diagonal and the bezel-inclusive case dimensions, but the active panel size — the part that matters for a monitor arm, a recessed mount, or fitting three screens across a desk — usually has to be derived, and the density figure gives it to you directly.

## Limitations

This calculator computes exact geometry from the resolution and diagonal you enter, and it assumes square pixels and a flat rectangular panel. On a curved monitor the advertised diagonal is measured along the curve, so the derived flat width will run slightly wide. Some ultra-wide and phone panels also have rounded corners or a notch, which the raw pixel dimensions ignore.

Density is not sharpness. Two panels at the same PPI can look markedly different depending on subpixel layout — RGB stripe against a PenTile arrangement, where the vendor's stated resolution counts subpixels that are not evenly distributed — as well as anti-glare coating, contrast, and how the operating system renders text. PPI tells you how much detail the panel can hold, not how well it renders any particular content.

The viewing distance figure is a single acuity convention (one arcminute per pixel, roughly 20/20 vision) and nothing more. Real visual acuity varies widely between people and some can resolve detail finer than that threshold, so treat the number as a comparison point between displays rather than a hard limit on what anyone can see.

## Related Calculators

For proportional resizing and ratio reduction without the physical measurements, use the [Aspect Ratio Calculator](/calculators/aspect-ratio-calculator). If you are working with footage at the resolution you just checked, the [Video File Size Calculator](/calculators/video-file-size-calculator) turns bitrate and running time into gigabytes, and the [Data Storage Calculator](/calculators/data-storage-calculator) sizes a whole photo or video library. To find out what connection speed streaming at a given resolution actually needs, the [Bandwidth Calculator](/calculators/bandwidth-calculator) works from concurrent streams and per-stream bitrate.

## Frequently asked questions

### How do I calculate PPI from resolution and screen size?

Take the square root of (width² + height²) to get the diagonal in pixels, then divide by the diagonal screen size in inches. For a 27-inch 1920×1080 monitor: √(1920² + 1080²) = 2,202.9 pixels, ÷ 27 = 81.59 PPI.

### What is a good PPI for a monitor?

For a desktop monitor viewed at arm's length, roughly 90–110 PPI is comfortable without scaling and around 140–160 PPI looks noticeably sharper with scaling enabled. A 27-inch 1440p panel lands at 108.79 PPI, which is why that combination is so common; the same 27-inch panel at 1080p is only 81.59 PPI and looks visibly soft at desk distance.

### Why do two screens with the same resolution have different PPI?

Because density depends on physical size as well as resolution. A 3840×2160 panel is 163.18 PPI at 27 inches, 137.68 PPI at 32 inches, and 282.42 PPI on a 15.6-inch laptop — identical pixel counts spread across very different areas.

### What is dot pitch and how does it relate to PPI?

Dot pitch is the centre-to-centre distance between pixels in millimetres, and it is simply the inverse of PPI: dot pitch = 25.4 ÷ PPI. A 0.2767 mm pitch is the same thing as 91.79 PPI. Display datasheets tend to quote pitch; consumer marketing tends to quote PPI. Lower pitch means higher density.

### How far away do pixels become invisible?

At the standard one-arcminute acuity threshold, roughly 3438 ÷ PPI inches. That is 42.1 inches for an 81.59 PPI monitor, 21.1 inches for a 163.18 PPI 27-inch 4K panel, and 12.2 inches for a 282.42 PPI laptop screen. Compare it against how far you actually sit — if your viewing distance already exceeds the threshold, more pixels will not look sharper.

### Should I enter my scaled resolution or the native one?

Always the native panel resolution. Display scaling changes how large interface elements are drawn, not how many physical pixels exist. A 4K display running a 1080p-equivalent desktop scale is still a 4K panel and still has 4K density.

### Why does my phone's aspect ratio come out as an odd number like 284:131?

Because phone resolutions are designed around a specific physical panel, camera cutout, and corner radius rather than a standard ratio. The calculator reduces the resolution by its greatest common divisor and reports what it finds, so an unusual ratio is a correct answer, not an error.

### Does higher PPI always look better?

Only up to the point your eyes can resolve it at your actual viewing distance, and only if other factors hold. Subpixel layout, panel coating, contrast, and text rendering all affect perceived sharpness independently of density — two panels at the same PPI can look quite different.

## Related concepts

- **Pixel Density (PPI)** — How many pixels occupy one inch of screen. It combines resolution and physical size into the single figure that actually predicts perceived sharpness.
- **Dot Pitch** — The millimetre spacing between adjacent pixel centres, equal to 25.4 ÷ PPI. The same measurement as density, expressed the way display datasheets publish it.
- **One-Arcminute Threshold** — The viewing distance at which a single pixel subtends one arcminute of visual angle — the conventional point beyond which a person with 20/20 vision stops resolving individual pixels.

## Related guides

- [How to Use Do The Calculation Calculators: A Practical Step-by-Step Guide](https://dothecalculation.com/blog/site-guides/how-to-use-calculators) — Learn the fastest reliable workflow for using Do The Calculation calculators, reading results, checking formulas, and using save, print, share, and export actions correctly.
- [Understanding Calculator Formulas: How DTC Turns Inputs into Results](https://dothecalculation.com/blog/site-guides/understanding-calculator-formulas) — Understand how Do The Calculation formulas are presented, what the explanation blocks mean, and how to verify calculator logic before using a result in a real decision.

## Related calculators

- [Compression Ratio Calculator](https://dothecalculation.com/calculators/compression-ratio-calculator) — Convert between compression ratio and space saved, and price the storage and transfer time it buys.
- [B-Tree/LSM Index RAM & Disk Overhead Calculator](https://dothecalculation.com/calculators/database-indexing-overhead-calculator) — Calculate indexing overhead size, storage requirements, and RAM block caches for B-Tree and LSM database engines instantly.
- [Docker Image Layer Size Optimizer](https://dothecalculation.com/calculators/docker-image-optimizer-calculator) — Model Docker container layer sizing, registry storage needs, and deployment transfer time overhead for image optimization planning.
- [Internet Download/Upload Time Calculator](https://dothecalculation.com/calculators/internet-download-time-calculator) — Calculate download or upload time from file size and connection speed, with the bits-vs-bytes conversion made explicit.
- [LLM Quantization VRAM & Perplexity Estimator](https://dothecalculation.com/calculators/llm-quantization-vram-calculator) — Estimate LLM serving memory footprint, factoring in model parameters, quantization precision, system overhead, and KV cache size.
- [Video File Size & Bitrate Calculator](https://dothecalculation.com/calculators/video-file-size-calculator) — Estimate video file size from bitrate and duration, or find the bitrate that fits a target file size.

---

_This calculator computes exact geometry from the native resolution and diagonal you enter, assuming square pixels and a flat rectangular panel — curved displays and screens with notches or rounded corners will deviate slightly. Pixel density describes how much detail a panel can hold, not how sharp it looks: subpixel layout, coating, contrast, and text rendering all affect perceived quality independently of PPI._

---

_Source: [Do The Calculation](https://dothecalculation.com/calculators/screen-resolution-ppi-calculator). Quote freely with attribution and a link to this page._
