PPI Calculator

Plug in your horizontal resolution, vertical resolution, and screen diagonal to get your display's PPI (Pixels Per Inch), along with total pixels, aspect ratio, physical screen width and height, screen area, and pixel size in millimeters. The screen size comparison draws scaled outlines on a virtual desk surface so physical footprint differences are immediately apparent.

Input Values

Results

Enter values above to see results.

Ever wondered why two panels with the same screen resolution can look completely different in terms of clarity? The answer lies in pixels per inch — and this PPI calculator gives you the exact pixel density figure that determines whether your display delivers crisp, detailed images or soft, indistinct ones. Whether you're choosing a new gaming panel, comparing mobile devices, or evaluating a display device for photo editing, knowing your ppi value puts you in control of an informed decision.

What Is PPI? A Pixels Per Inch PPI Calculator Primer

What Is Pixels Per Inch and Why It Matters for Display Quality

The ppi definition is pixels per inch — specifically, the number of dots packed into one linear inch of a panel. It is a linear assessment, not an area assessment, meaning it tells you how many individual picture elements fit side by side along a single inch of your panel's surface. A higher ppi count means smaller, more tightly packed dots, resulting in sharper images, crisper text clarity, and finer image detail that rewards close-up viewing. Use the resolution checker to confirm your display resolution before comparing displays or running diagnostic tests.

This metric applies across a wide range of visual output contexts: computer screen panels, television sets, mobile phones, slates, portable computers, smartwatches, and even VR headsets. It also applies to printed photographs, where print resolution is similarly assessed in dots per unit length. Critically, ppi is always tied to the actual size of the object being measured — a purely virtual digital image has no fixed ppi because its apparent size changes with zoom level and panel dimensions. Only a physical panel or a printed picture has a fixed actual size from which dot concentration can be meaningfully calculated.

Modern screen technology has pushed ppi values dramatically upward. Where early computer screen panels might have offered 72 or 96 ppi, premium mobile handsets now regularly exceed 400 ppi, and high-end slate devices and MacBook computers push into the 200–250 ppi range, delivering what Apple markets as retina display quality. Understanding this metric is fundamental to comparing panel formats and making smart upgrade decisions.

Common PPI Misconceptions About Screen Resolution and Pixel Density

One of the most pervasive misconceptions in tech forums and spec sheets is that a higher screen resolution automatically means a sharper panel. This is not true. A 4K panel spread across a 75-inch television set can actually have lower dot concentration than a Full HD portable computer panel at 13 inches. What matters is not the raw count of picture elements alone, but how those dots are distributed across the actual size of the panel.

Similarly, a larger panel does not mean better ppi. In fact, increasing panel dimensions while keeping image formats constant reduces ppi, spreading the same dots over more surface area. A third misconception is that ppi and DPI are identical — they are related but serve distinct purposes, a distinction we will explore fully in a later section. Finally, some users assume that elevated ppi is always better. Might not always be the case — beyond the retina threshold, additional dot concentration yields diminishing perceptual returns, particularly for large-format television sets viewed from 2–3 meters away.

PPI Formula and How to Use This PPI Calculator Tool

How to Calculate PPI from Screen Diagonal Using the Pythagorean Theorem

The standard ppi formula uses the diagonal of the panel in both dots and inches. Because most panels report their size as a diagonal dimension in inches, and image format as horizontal dots (width) by vertical dots (height), you combine these using the following two-step process. Use the refresh rate tester to verify your monitor is delivering its rated refresh rate under the current driver settings.

Step 1 — Calculate pixel density and the diagonal length in dots with the right-triangle method:

Given width in pixels \(w\) and height in pixels \(h\), the diagonal in pixels \(d_o\) is:

$$d_o = \sqrt{w^2 + h^2}$$

This applies the geometry of a right triangle to the panel's dot grid. The horizontal dimension and vertical dimension form the two legs, and the diagonal image format forms the hypotenuse. This formula assumes square dots — the standard for virtually all modern panels. If a panel does not use square dots, this ppi approach does not apply.

Step 2 — Now divide: Divide the diagonal dot count by the diagonal in inches \(d_i\):

$$\text{PPI} = \frac{d_o}{d_i}$$

The combined formula to calculate pixel density expressed as a single equation is:

$$\text{PPI} = \frac{\sqrt{w^2 + h^2}}{d_i}$$

The result tells you how many dots fit along any one linear inch of your panel — whether you measure horizontally, vertically, or diagonally, the answer is the same for square-dot panels. This is a key property: because dots are symmetric squares, a horizontal inch, a vertical inch, and a diagonal inch all contain the same number of dots, making the diagonal figure universally applicable as a density measure.

How to Calculate PPI from Screen Width and Height in Inches

If you know your panel's width and height in physical inches (rather than its diagonal dimension), you can still calculate ppi. Let \(w_p\) be width in dots, \(h_p\) be height in dots, \(w_s\) be the horizontal panel dimension in inches, and \(h_s\) be the vertical panel dimension in inches. The formula to calculate pixel density becomes:

$$\text{PPI} = \sqrt{\frac{w_p^2 + h_p^2}{w_s^2 + h_s^2}}$$

This approach uses the same right-triangle geometry — it computes the diagonal internally from both the dot and inch dimensions simultaneously. The aspect ratio must be consistent between the image format and the physical dimensions for this to produce an accurate result.

This tool also derives several additional values from these inputs:

  • Total pixels — the product of horizontal dots and vertical dots (\(w \times h\)), expressed in megapixels (millions of dots, Mpx) — a measure of the dot count across the entire panel surface
  • Pixels per square inch (PPI²) — the square of the linear ppi value, representing the dot tally in one square inch of panel area; this is also expressed as ppi² and sometimes noted as ppcm2 when converted to centimeters
  • Dot pitch — the physical distance between the centers of adjacent dots, expressed in millimeters
  • Diagonal resolution — the diagonal dot tally \(d_o\), which is the diagonal length in dots
  • Pixels per centimeter (PPcm / ppcm) — calculated by substituting centimeters for inches in the formula

The aspect ratio calculation is a useful byproduct: given 1920 pixels wide by 1080 pixels high, the ratio 1920:1080 can be reduced to lowest terms by dividing both values by their greatest common factor (GCF). The GCF of 1920 and 1080 is 120, so 1920 ÷ 120 = 16 and 1080 ÷ 120 = 9, giving the familiar 16:9 aspect ratio. To reduce the ratio to terms of 1, divide both by 1080: the actual ratio is 1.78:1. This common-factor approach is how the aspect ratio function works under the hood.

Worked Examples Using the Pixels Per Inch Calculator

The Science Behind Retina Displays, Megapixels, and PPI Squared

Example 1 — Standard Full HD panel (1920×1080 at 24 inches) The pixel density calculator calculates both PPI and the physical size of each pixel in millimetres for precision display work.

Consider a typical Full HD panel with an image format of 1920x1080 — meaning it is 1920 pixels wide and 1080 pixels high — on a 24-inch panel (measuring the diagonal dimension). This is one of the most common setups in desktop computing.

  1. Calculate the diagonal dot count using the right-triangle method: $$d_o = \sqrt{1920^2 + 1080^2} = \sqrt{3{,}686{,}400 + 1{,}166{,}400} = \sqrt{4{,}852{,}800} \approx 2202.9 \text{ px}$$
  2. Divide by the diagonal panel dimension in inches: $$\text{PPI} = \frac{2202.9}{24} \approx 91.8 \text{ PPI}$$

So the dot concentration of this panel is approximately 91.8 pixels per inch — comfortably in the standard range for a desktop display device used at arm's length. The aggregate dot tally on this panel: 1920 × 1080 = 2,073,600 dots, or approximately 2.07 megapixels.

Example 2 — Quad HD panel at 32 inches (2560×1440)

Now consider a QHD panel with an image format of 2560x1440 on a 32-inch display device. Despite the significantly elevated source image format, the larger diagonal dimension keeps the concentration surprisingly similar:

$$\text{PPI} = \frac{\sqrt{2560^2 + 1440^2}}{32} = \frac{\sqrt{6{,}553{,}600 + 2{,}073{,}600}}{32} = \frac{\sqrt{8{,}627{,}200}}{32} \approx \frac{2937.2}{32} \approx 91.79 \text{ PPI}$$

This is the well-known result: √(2560² + 1440²)/32 ≈ 91.79. Despite quadrupling the dot tally compared to a smaller Full HD panel, the larger panel produces nearly identical dot concentration to the 24-inch Full HD panel. This demonstrates why panel format and image format must always be considered together — image format alone doesn't always tell the full story of perceived clarity. This 32-inch QHD panel has 2560 × 1440 = 3,686,400 dots in aggregate, or approximately 3.69 Mpx. The aspect ratio is again 16:9.

Example 3 — PPI² (pixels per square inch)

Using the 91.79 ppi result from Example 2, calculate ppi² — the pixels per square inch metric that measures area dot concentration:

$$\text{PPI}^2 = 91.79^2 \approx 8{,}425 \text{ pixels per square inch}$$

This value represents the dot tally in one square inch of panel area. For comparison, in print and photography contexts, an image of 1800 × 2800 ≈ 5 Mpx output at 6 inches diagonal would need to be compared against the printer's DPI capability. If your ink printer supports 300 DPI and the image's dot concentration at that print size is 554.8 PPI, some detail loss is inevitable in the output process. For the best print quality, set printer DPI to a whole-number fraction or whole-number multiple of the source image's dot concentration to avoid interpolation artifacts — this is the principle of matching integer ratios to the original dot concentration of the image.

Apple's retina display threshold is based on angular acuity of approximately 1 arcminute — the human eye's angular resolution limit. At arm's length of roughly 60cm, a panel needs around 300 ppi to reach retina quality, where individual picture elements are effectively invisible to the human eye. At a typical desktop separation of 60–80cm, a retina-class threshold of approximately 130 ppi is sufficient. This explains why the iPhone XR (326 PPI) needs higher concentration than an iMac 5K panel (218 ppi) — the separation distance for each device differs dramatically. The distance from panel to eye determines dot visibility and whether individual picture elements can be resolved by human vision.

For virtual reality headsets, standard ppi is less relevant — what matters is pixels per degree after lens processing, since the lenses of the headset magnify the panel and alter the effective angular acuity perceived by the eye. A VR headset may have very high panel concentration in absolute terms, but the lens system determines whether the screen-door effect is visible during immersive viewing.

What Is a Good PPI Value? Screen Quality by Use Case with a DPI Calculator Perspective

PPI Categories by Display Quality

The following table shows standardised ppi categories derived from Android's density classification system and broader industry usage, giving you a practical framework for evaluating any panel:

PPI RangeQuality CategoryTypical DeviceRecommended Use Case
Below 100 PPI (low density)LDPI / LowLarge 4K set, basic panelsTelevision viewing at 2–3 meters; media consumption
100–160 PPI (120 ppi / MDPI)Medium / Standard densityCommon desktop panels, budget portablesGeneral desktop work, text work, play
160–213 PPI (160 ppi / TVDPI)Medium-HighMid-range slate devices, notebooksOffice tasks, desktop work at 50–60cm
213–240 PPI (213 ppi / HDPI / HiDPI)High densityPremium slate devices, portablesImage editing, content creation, extended reading
240–320 PPI (240 ppi / XHDPI)Extra HighTop-tier desktop panels, MacBook portablesDesign work, photo/video editing, detailed visual work
320–480 PPI (320 ppi / XXHDPI)Extra Extra HighPremium handsets, high-end slate devicesClose-up mobile use at 20–30cm
480–640 PPI (480 ppi / XXXHDPI)Ultra high densityFlagship handsets, VR headsetsMobile photography, VR at very close distances
640+ PPI (640 ppi)ExtremeSpecialised VR headsets, research panelsVR, medical imaging, specialised digital imaging

If your phone or panel was manufactured within the last three years, it almost certainly falls into a good ppi tier. As technology evolves and advances in panel manufacturing continue, elevated and even ultra high density panels are becoming widely adopted, with low ppi and medium ppi panels gradually fading out of the premium segment — though large-format television sets with lower dot concentration remain widespread due to their typical separation distance.

Gaming vs Productivity: Choosing the Right PPI for Your Screen

When selecting a panel for play, ppi is important but not the only consideration. Competitive play panels — particularly those with 144Hz or higher refresh rate and 1ms response time — often prioritise speed over concentration. A 24-inch Full HD play panel at approximately 92 ppi is entirely standard for competitive play because the performance priority is refresh rate, not perceived clarity. However, if you can achieve both, a QHD panel at 27 inches delivers approximately 163 ppi and offers a noticeably sharper image for both play and work tasks. For competitive play, 100+ ppi is generally sufficient.

For work use — spreadsheets, document editing, coding — text clarity becomes crucial. 150 ppi or higher is recommended for comfortable extended reading without eye strain. A high-resolution panel at 27 inches delivers approximately 163 ppi, which is the de facto standard for professional work setups. Top-tier professional panels at this specification strike the ideal balance between visual acuity, ergonomics, and performance. Note that OS scaling (for example, 150% scaling under Windows or macOS scaling on Retina panels) can affect how content appears — Windows scaling and macOS scaling translate logical dots to physical dots, so a 4K panel at 27 inches running 150% scaling may display content at an effective image format similar to a Full HD computer screen in terms of usable desktop area, while still benefiting from sharper rendering of fonts and graphics.

For content creation, image editing, and videography, 200+ ppi is ideal. Accurate output quality preview and color accuracy are paramount, and higher dot concentration ensures fine image detail is faithfully represented on the multimedia panel. MacBook portables and similar devices with Retina panels typically offer 220–250 ppi, which is excellent for these creative workflows.

Optimal Viewing Distance and When PPI Stops Mattering

The science of separation distance from a computer screen is anchored in human vision limits: the human eye can resolve approximately 1 arcminute (1/60th of a degree) of angular acuity. This determines the minimum dot visibility distance — the closest point at which individual picture elements become invisible. The optimal separation for any panel can be estimated using the relationship between dot size and this angular threshold:

$$\text{Distance} = \frac{\text{Pixel Size}}{\tan(1 \text{ arcminute})}$$

Practical optimal separation recommendations by device type, based on this human eye acuity science and ergonomics:

  • Smartphone (6-inch phone): 20–30cm (20-30cm) — requiring 300+ ppi for invisible dots
  • Laptop / notebook (14-inch laptop): 50–60cm (50-60cm) — 200+ ppi optimal; comfortable reading distance
  • Desktop panel (24-inch desktop): 60–80cm (60-80cm) — 130 ppi to 163 ppi is the retina zone
  • Large panel (32-inch panel): 80–100cm (80-100cm) — 100 ppi to 130 ppi sufficient; prevents neck strain
  • Television set (55-inch TV): 2–3 meters (2-3 meters) — a large 4K set at 55 inches offers approximately 80 ppi, which is perfectly sharp at sofa-distance for immersive viewing

Comparison tools — including a size calculator, a scale calculator, and an aspect ratio calculator — complement this ppi calculator by letting you compare dot concentrations across different panel sizes and image formats. Use them together to future-proof your panel selection.

Dot Pitch, DPI, and How They Differ from PPI — Beyond the DPI Calculator

Dot Pitch Definition and the Dot Pitch Formula

The dot pitch concept describes the physical distance in millimeters between the centers of two adjacent dots on a panel. It is essentially the reciprocal of ppi — or more precisely, the inverse of ppi — expressed in physical units. The dot pitch formula calculates this from the diagonal in inches and diagonal dot count:

$$\text{Dot Pitch} = \frac{d_i}{d_o} \times 25.4 \text{ mm}$$

where 25.4 mm is the number of millimeters per inch. This gives you mm per dot — or equivalently, millimeters per picture element. The pixel pitch formula is identical in meaning; pixel pitch and dot pitch mm are effectively synonymous for modern panels. For a panel diagonal of 15.4 inches with 3396 diagonal dots, the diagonal inter-dot spacing calculates as (15.4 / 3396) × 25.4 ≈ 0.1152 mm. Similarly, the 160 ppi example from the worked example above gives an inter-dot spacing of 1/160 inch = 0.00625 inches per dot = 0.1588 mm. Also expressible as 0.307 mpx total image size for that 640 × 480 dot, 5-inch panel.

Inter-dot spacing was once the primary metric for comparing CRT panels, where distance between picture elements was a tangible, meaningful measure. As modern panels now pack thousands of dots into just a few inches, the inter-dot spacing values become tiny fractions of a millimeter — hard to intuit and difficult to compare meaningfully. This metric is therefore fading out of common usage, replaced by ppi as the new de facto standard. The dot pitch concept survives primarily in professional panel specifications and data sheets, where diagonal inter-dot spacing and pixel pitch still appear alongside ppi.

It is also worth noting inches per dot as an alternative expression: at 91.79 ppi, each dot occupies 1/91.79 ≈ 0.0109 inches. The center of one dot to the center of the adjacent dot is therefore 0.0109 inches, or about 0.277 mm — consistent with the inter-dot spacing shown by this tool for a QHD 32-inch panel.

PPI vs. DPI: Understanding the Dots and Pixels Distinction

The terms ppi vs. dpi are frequently used interchangeably, but the distinction matters in several practical contexts. PPI vs. DPI is a comparison between a panel metric and a print metric. DPI — standing for dots per inch — is rooted in print technology, specifically the concentration of ink dots an ink printer deposits per linear inch. The DPI definition describes printer output density, not panel dot concentration.

On modern panels, the distinction is minimal: each picture element corresponds to one dot in the image, making the DPI figure equivalent to ppi for panel-to-panel comparisons. However, this does not always hold in cross-medium contexts. A Windows setting of 96 DPI — the legacy scale factor used since early versions of the OS — does not reflect the actual physical ppi of your panel. It is a logical scaling value for fonts and UI elements, and DPI versus ppi diverge here significantly.

Where the distinction becomes most practically important is in output to paper. If you have a digital image and want to print it, the image's ppi at the desired print dimensions must be matched against the printer's DPI capability. Sub-elements add further complexity: each picture element on an LCD or OLED panel is actually composed of three color components — red, green, and blue — emitting their respective color wavelength. On a PenTile matrix panel, these color components are not all the same size, which means the apparent clarity may be lower than the nominal ppi figure suggests. This is where a meaningful distinction between ppi and DPI matters beyond pure semantics.

A useful mental model: ppi describes the dot concentration on a physical panel; DPI describes ink dot density from printers. A DPI converter or a combined dpi calculator tool is helpful when translating between print output density and panel metrics, especially for photography, videography, and print quality workflows. For dots-to-paper-size calculations — determining the physical dimensions at which a given image can be printed at a target output density — you need to divide the aggregate dot tally along each dimension by the target DPI.

The image format of a source file is a fixed dot count; the panel's ppi determines how large or small those dots appear on the panel. Matching source image format to panel format as a whole-number fraction or whole-number multiple avoids interpolation and produces the sharpest possible output. This principle — integer scaling relative to the original dot concentration of the image — is the cornerstone of clean scale practices in both digital imaging and paper output. Achieving this avoids the blurriness that arises from non-integer scaling and ensures your panel or paper output preserves the maximum possible visual clarity and image acuity.

Common Display Resolutions and Their PPI Across Noteworthy Display Sizes

When evaluating panel specifications, it helps to understand how widely-used image formats perform across the range of common panel formats. The following examples cover the most noteworthy panel sizes for desktop units, PCs, notebooks, slates, handsets, smartwatches, and headsets tracked by hardware analysts and tech communities:

At the low end, a QVGA (320x240) panel at 5 inches delivers approximately 64 ppi — very low dot concentration by modern standards. A VGA (640x480) panel at the same size would yield approximately 160 ppi — already mid-range for a small device. Moving up through PAL square (768×576), SVGA (800x600), and qHD (960x540), each image format class has historically been associated with specific device generations.

In the portable and slate segment, XGA (1024x768) on a 10-inch slate yields approximately 128 ppi — adequate for general use. HDTV / 720p (1280x720) on a 14-inch notebook gives around 105 ppi. SXGA (1280x1024) on a 17-inch panel delivers roughly 96 ppi. The popular 1366x768 portable image format at 15.6 inches produces approximately 100 ppi. SXGA+ (1400x1050) and WSXGA (1440x900) occupy similar territory.

At the HD+ and FullHD tier: 1600x900 (HD+, 900p) at 24 inches gives about 76.8 ppi. UXGA (1600x1200) at 20 inches reaches approximately 100 ppi. WSXGA+ (1680x1050) and WXGA++ (1680x945) are legacy widescreen standards still found on older hardware. FullHD / Full HD (1920x1080) at 24 inches — our worked Example 1 — delivers approximately 91.8 ppi. WUXGA (1920x1200) at 24 inches reaches approximately 94 ppi.

At the higher-resolution tiers: QXGA (2048x1536) on a 9.7-inch slate yields around 264 ppi — well into the retina-class range. UW-UXGA (2560x1080) is an ultrawide standard. WQHD / QHD (2560x1440) at 27 inches gives approximately 109 ppi, and at 32 inches our worked Example 2 gives 91.79 ppi. WQXGA (2560x1600) appears on high-end slates. QHD+ (3200x1600) and UW-QHD (3440x1440) serve ultrawide panel users seeking wider proportions. UW-QHD+ (3840x1600) and QFHD / 4K / UltraHD / UHD-1 (3840x2160) are now widely adopted in premium panels and television sets. WQUXGA (3840x2400) serves high-end professional panels. DCI 4K (4096x2160) is the motion picture standard. 5K2K / UW5K (5120x2160), high-resolution 5K (5120x2880), and the iMac 5K panel (which delivers approximately 218 ppi at 27 inches) represent the current pinnacle for desktop computing. DUHD (7680x2160), 8K UHD / UHD-2 (7680x4320), and WHUXGA (7680x4800) are emerging standards for ultra-high-resolution panels in broadcasting, motion pictures, and advanced computing. The aggregate dot tally in an 8K panel — 7680 × 4320 = 33.2 million dots — is staggering, and the width-squared and height-squared values in the diagonal formula become enormous numbers, illustrating why the square root step is essential to arrive at a meaningful linear dot measurement.

For context on dots per square centimeter and ppcm²: to convert ppi to dots per cm, divide by 2.54 (since 1 inch = 2.54 cm). A 91.79 ppi panel delivers approximately 36.1 dots per cm, or PPcm. The PPcm calculation follows the same logic as ppi but with centimeter substituted for inch in all formulas. The pixel pitch formula can similarly be expressed as 25.4 mm ÷ ppi to give mm per dot, or equivalently as 10 mm ÷ PPcm.

Understanding dot concentration across the full spectrum of device formats — from a tiny smartwatch at sub-1-inch diagonal to a cinema-scale 8K television set — illustrates why ppi remains the essential multimedia metric for any panel comparison. Whether you're evaluating a panel upgrade, a new display device, or simply verifying the specifications of a new purchase, this tool helps you calculate screen resolution and pixel density to give you the precise, unambiguous figure that resolves all ambiguity in panel selection.

Frequently Asked Questions

What is PPI (Pixels Per Inch)?
PPI stands for Pixels Per Inch, a measure of pixel density on a display. It describes how many pixels fit into one inch of screen space. A higher PPI means more pixels are packed into the same area, resulting in a sharper and more detailed image.
How do I calculate PPI from screen resolution and diagonal size?
First, calculate the diagonal resolution in pixels using the Pythagorean theorem: diagonal_px = √(width² + height²). Then divide by the physical diagonal size in inches: PPI = diagonal_px ÷ diagonal_inches. For example, a 2560×1440 screen on a 32-inch display gives approximately 91.79 PPI.
How many pixels per inch is a good PPI value?
It depends on the device and viewing distance. For desktop monitors, 90–120 PPI is typical and acceptable. Laptops generally benefit from 150–200 PPI. Smartphones feel sharp at 300+ PPI (often called 'Retina' quality). At 400+ PPI, displays are considered ultra-high density, common in premium phones and VR headsets.
What is dot pitch and how is it different from PPI?
Dot pitch is the physical distance between the centers of adjacent pixels, usually measured in millimeters. It is essentially the inverse of PPI — a lower dot pitch means pixels are closer together and the display appears sharper. Dot pitch = 25.4 mm ÷ PPI.
What is the difference between PPI and DPI?
PPI (Pixels Per Inch) refers to the pixel density of digital screens and displays. DPI (Dots Per Inch) originally described the resolution of printers, indicating how many ink dots are printed per inch. While the terms are sometimes used interchangeably in everyday conversation, they technically refer to different technologies — screens use PPI and printers use DPI.
Does screen PPI affect image quality?
Yes — higher PPI generally means sharper text, smoother edges on icons, and finer image detail. However, beyond a certain threshold (roughly 300 PPI at normal viewing distance), the human eye can no longer distinguish individual pixels, so further increases offer diminishing returns for typical users.
Can I enter screen dimensions in centimeters instead of inches?
Yes — this calculator supports both inches and centimeters for the diagonal screen size. Simply select your preferred unit from the dropdown, and the calculation will automatically convert the value to produce accurate PPI and dot pitch results.
What does PPI² (pixels per square inch) mean?
PPI² refers to the total number of pixels in a one-square-inch area of the screen. It is calculated by squaring the PPI value (PPI × PPI). This metric gives a better sense of total pixel density in two dimensions rather than just along a single line.