What Is My Monitor PPI?
Calculate your monitor PPI from screen size and resolution
Your Monitor PPI
Enter your screen size to calculate
Screen Resolution (CSS)
0 x 0
Device Pixel Ratio
1x
Physical Resolution
0 x 0
Formula
PPI = sqrt(02 + 02) / diagonal
How it works
PPI (Pixels Per Inch) is calculated by finding the diagonal pixel count using the Pythagorean theorem on your screen's physical resolution, then dividing by the screen's diagonal size in inches. Your physical resolution is determined by multiplying screen.width and screen.height by the devicePixelRatio. Displays with a DPR greater than 1 are considered Retina or HiDPI displays, meaning they pack more physical pixels into each CSS pixel for sharper rendering.
Embed
Add this tool to your site
Free to embed anywhere — paste this snippet into your HTML and the tool appears right on your page.
It resizes itself automatically. Add data-theme="dark" or data-theme="auto" to match your site.
<script async src="https://whatsmytools.com/embed.js" data-tool="monitor-ppi"></script> More tools
You might also like
FAQ