# Pixel Density > Calculate the PPI (Pixels Per Inch) and evaluate the sharpness of any display based on resolution and size. Page: https://askcalculators.com/calculator/pixel-density-calculator/ Definition: https://askcalculators.com/calculator/pixel-density-calculator/definition.json JSON Schema: https://askcalculators.com/calculator/pixel-density-calculator/schema.json Version: 7.0.0 Maintained by: AskCalculators (software project; not a credentialed reviewer) Qualified review: pending. Automated checks do not establish professional approval. Page status: Live Review status: Pending ## Use Open the calculator page and enter values. Query-string parameters can restore and bookmark a calculation. Example: https://askcalculators.com/calculator/pixel-density-calculator/?width=1920&height=1080&inches=24 ## Inputs - width: Width (px); type=number; optional; default=1920 - height: Height (px); type=number; optional; default=1080 - inches: Diagonal Size (inches); type=number; optional; default=24 ## Outputs - result: Result; format=text; primary ## Formula Pixels per inch = √(horizontal pixels² + vertical pixels²) ÷ diagonal inches. ## Rules - Empty optional inputs are undefined, not zero. - Hidden conditional inputs are ignored. - Do not invent missing required inputs.