# Dew Point Calculator > Calculate the dew point temperature from current air temperature and relative humidity. Page: https://askcalculators.com/calculator/dew-point-calculator/ Definition: https://askcalculators.com/calculator/dew-point-calculator/definition.json JSON Schema: https://askcalculators.com/calculator/dew-point-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/dew-point-calculator/?temp=25&humidity=50 ## Inputs - temp: Temperature (°C); type=number; optional; default=25 - humidity: Relative Humidity (%); type=number; optional; default=50 ## Outputs - result: Result; format=text; primary ## Formula Dew point uses the Magnus relation from temperature and relative humidity. ## Rules - Empty optional inputs are undefined, not zero. - Hidden conditional inputs are ignored. - Do not invent missing required inputs.