The DPI/PPI calculator above solves two related but genuinely different problems in one place: how sharp a screen actually is based on its resolution and physical size, and how large you can print a digital image before it starts looking soft or pixelated.
Confusion between these two questions is extremely common, and it's understandable β both use "dots" or "pixels per inch" as the unit, both get thrown around loosely in spec sheets and marketing copy, and both genuinely matter for very different reasons. Arb Digital builds and audits marketing sites where hero images get printed for trade-show banners as often as they're viewed on a phone, so getting this distinction right saves a client from an embarrassing blurry banner at a booth.
What This DPI/PPI Calculator Does
The top section calculates true pixel density (PPI) for a screen: give it the horizontal and vertical resolution in pixels and the physical diagonal size in inches, and it works out the diagonal pixel count using the Pythagorean theorem, then divides that by the diagonal inches to get pixels per inch. The bottom section flips the question around for print: give it an image's pixel dimensions and a target DPI, and it tells you the maximum physical size (in inches and centimeters) you can print that image at before the dots per inch drops below your target and detail starts to soften.
How to Use It
- For screen PPI, enter the screen's native resolution (width and height in pixels) β check the manufacturer spec sheet or your OS display settings.
- Enter the diagonal screen size in inches, the number usually printed right in the product name (e.g. a "27-inch monitor").
- Read the actual PPI in the result panel, along with the calculated physical width and height.
- For print sizing, enter your image's pixel width and height β check "image properties" in any photo viewer or editor.
- Pick a target DPI from the dropdown based on what the print is for, and read the maximum recommended print size below the button.
The Formula / How It's Calculated
Screen PPI starts with the Pythagorean theorem: the diagonal pixel count equals the square root of (width in pixels squared plus height in pixels squared). Divide that diagonal pixel count by the diagonal size in inches, and the result is pixels per inch β a 1920Γ1080 screen with a 24-inch diagonal works out to roughly 92 PPI, because β(1920Β² + 1080Β²) β 2202 pixels, and 2202 Γ· 24 β 91.8. Print size math runs the same relationship in reverse: print inches equals pixel dimension divided by target DPI, so a 3000Γ2000-pixel photo printed at 300 DPI tops out at 10Γ6.67 inches before the density drops below that target. The Nielsen Norman Group and camera manufacturers both publish detailed references on how resolution, density, and viewing distance interact β see Nielsen Norman Group's screen resolution research for the human-factors side of this.
DPI vs PPI β the Honest Difference
Technically, DPI (dots per inch) and PPI (pixels per inch) describe two different physical processes, even though the two terms get used interchangeably in almost every consumer-facing spec sheet, including some sections of this very tool for convenience. PPI is a screen or digital-image concept: it counts how many individual pixels are packed into an inch of a digital display or a digital image file. DPI is technically a printing concept: it counts how many physical ink or toner dots a printer lays down per inch of paper, and a single printed "pixel" of color is often built from several overlapping dots of different ink colors to reproduce it accurately, meaning printer DPI is frequently a noticeably higher raw number than the PPI of the image being printed.
In practice, when a camera spec sheet says "300 DPI," what it almost always means is 300 PPI β the image itself has 300 pixels of source data per inch at its intended print size, and the printer's actual dot output will typically be a multiple of that to render color and tone convincingly. We're honest about this distinction rather than pretending it doesn't exist, because understanding it explains a common point of confusion: doubling your printer's "DPI" setting in software does not just make your photo sharper β the printer needs source pixel data to actually work with, and no dot-doubling can invent detail that was never captured in the original digital image.
Reference Table: Common Devices and Print Standards
A few real-world benchmarks help calibrate what a given PPI or DPI number actually means in practice β these are illustrative industry figures you can compare your own numbers against, not fixed universal rules:
- 72 DPI β the historic "screen resolution" baseline from early Mac displays; still used as a low-quality web/preview export setting today, though modern screens far exceed it.
- 96 PPI β the long-standing default assumption for Windows displays and CSS pixel calculations (this is also why 1px = 0.75pt in most unit conversions).
- 150 DPI β a practical minimum for everyday office and inkjet document printing where photographic sharpness isn't the goal.
- 300 DPI β the standard professional benchmark for photo prints, magazines, and brochures viewed at normal arm's-length distance.
- ~326β460 PPI β the range most modern smartphone screens fall into, viewed much closer to the eye than a monitor, which is why phones need higher PPI to look equally sharp.
- 600+ DPI β fine-art giclΓ©e prints and professional scanning, where the print may be viewed up close or under magnification.
Arb Digital builds fast, high-converting websites and content β check our other free technical tools below, or get in touch if you need help getting brand assets right across every channel.
Try the Px to Rem Converter All Free ToolsHow Screen PPI Affects Web and App Design
PPI matters well beyond photography and printing β it directly shapes how crisp a website or app looks on any given device, and it's a big part of why the same design file can look razor-sharp on one laptop and slightly soft on another. Operating systems handle this with a device pixel ratio: a screen advertised as "2x" or "3x" retina renders each logical CSS pixel using two or three actual physical pixels, which is how a 1x design mockup at 1920x1080 can still look pin-sharp on a 4K display without anyone needing to redraw a single asset. When we build or audit sites at Arb Digital, we always export images at 2x (and often 3x for hero banners) precisely because a plain 1x image gets visibly stretched and blurred on the increasingly common high-PPI screens people browse on today, including nearly every modern phone.
This is also why the PPI calculator above is useful for more than just buying a new monitor β if you're deciding what resolution to export a background image or logo at for a specific display, calculating that display's actual PPI first tells you whether a "high resolution" source file is genuinely high resolution for that screen, or whether it will still look noticeably soft once it's rendered at full size. A 1200-pixel-wide logo that looks perfectly crisp on a 90 PPI monitor can look noticeably fuzzy on a 220 PPI ultrabook, purely because there are more physical pixels available to reveal any softness in the source file.
Common Mistakes to Avoid
- Assuming a bigger screen always means lower PPI. PPI depends on the ratio of resolution to size β a small phone with an enormous pixel count can out-resolve a large monitor with a modest resolution.
- Upscaling a low-resolution image and expecting a higher DPI setting in software to add real detail β it only stretches existing pixels, it can't invent new ones.
- Ignoring viewing distance. A billboard at 30 DPI looks perfectly sharp from across a highway; the same density would look terrible on a phone held six inches from your face.
- Confusing "resolution" (total pixel count) with "density" (PPI) β a 4K image can still have low PPI if it's stretched across a huge physical print.
- Trusting a manufacturer's marketing DPI number instead of calculating actual PPI from the real resolution and screen size, which is exactly what the calculator above verifies independently.
Related Free Tools From Arb Digital
Working across screens and print often means juggling several unit systems β the Px to Rem Converter handles CSS sizing, the Data Storage Converter covers file size math for image exports, and the Bandwidth Converter and Flow Rate Converter round out our conversion toolkit. Check real device rendering with the Viewport Size Checker, or see everything we offer in the free online tools hub.
Frequently Asked Questions
PPI (pixels per inch) measures pixel density on a digital screen or in a digital image file. DPI (dots per inch) technically measures physical ink dots a printer lays down per inch, though the two terms are commonly used interchangeably in consumer spec sheets.
Take the square root of your screen's width in pixels squared plus its height in pixels squared to get the diagonal pixel count, then divide that by the screen's diagonal size in inches. A 1920x1080 screen with a 24-inch diagonal works out to roughly 92 PPI.
300 DPI is the standard benchmark for photo-quality prints viewed at normal arm's-length distance, such as magazines and photo prints. 150 DPI is usually acceptable for everyday office documents, while large-format prints like banners can look sharp at far lower DPI because they're viewed from much farther away.
No. Changing the DPI setting in software without changing the pixel dimensions just tells the printer to spread the same pixels over a different physical size; it does not add real detail. True quality improvement requires more actual pixel data, such as a higher-resolution original capture or scan.
At 300 DPI, a 3000x2000 pixel image prints at a maximum of 10 by 6.67 inches before detail starts to soften. At 150 DPI, the same image could print at up to 20 by 13.3 inches while still looking reasonably sharp.
Phones are typically viewed much closer to the eye than monitors, so manufacturers pack far more pixels into a small physical area to keep individual pixels imperceptible at that closer viewing distance. Many modern phones exceed 400 PPI, while desktop monitors commonly sit between 90 and 160 PPI.
This tool runs entirely in your browser using built-in JavaScript. Nothing you enter is uploaded, stored, or sent to any server.