Advanced Air Quality Index Calculator

Measure air quality across major pollutants, compare AQI standards, review health advice, analyze hourly trends, and export clear reports for safer decisions every day.

Pollutant concentrations

Leave unused pollutants blank. The largest valid sub-index becomes the overall AQI.


Current-condition NowCast

Reverse AQI lookup


Measurement and conversion settings

Custom breakpoint editor

Provide a JSON object keyed by pollutant code. Each breakpoint uses: AQI low, AQI high, concentration low, concentration high.


Batch CSV processing

Use headers such as PM25, PM10, O3, CO, SO2, NO2, and NH3. Up to 500 rows are processed.

Formula used

Each pollutant concentration is converted into its standard unit. Required precision rules are then applied before interpolation.

I = ((IHigh − ILow) / (BPHigh − BPLow)) × (C − BPLow) + ILow

The highest pollutant sub-index becomes the overall AQI. Results are capped at 500 when inputs exceed configured ranges.

How to use this calculator

  1. Select an AQI standard and calculation direction.
  2. Enter one or more pollutant concentrations.
  3. Choose the correct unit and averaging period.
  4. Set temperature and pressure for gas conversions.
  5. Optionally add hourly PM readings or a CSV file.
  6. Press Calculate AQI and review the dominant pollutant.
  7. Export results as CSV, JSON, print, or PDF.

JSON API endpoint

Send a POST request with Content-Type: application/json to this same PHP file.

{
  "standard": "US_EPA",
  "temperature_c": 25,
  "pressure_kpa": 101.325,
  "values": {"PM25": 21.4, "O3": 0.062},
  "units": {"PM25": "ug_m3", "O3": "ppm"},
  "periods": {"PM25": "24h", "O3": "8h"}
}

Important limitations

Use validated regulatory data for official reporting. Low-cost sensors can require humidity correction, calibration, and quality review.

Health guidance is general information, not medical advice. Follow local authorities during smoke, industrial releases, or emergency conditions.

Related Calculators

Average Calculator StatisticsGeometric Mean CalculatorInter Quartile Range CalculatorLower Quartile CalculatorMaximum CalculatorMean Calculator StatisticsMedian Calculator StatisticsMidhinge Calculator StatisticsMid Range Calculator StatisticsMode Calculator Statistics

Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.