Calibration Curve Calculator

Fit a linear calibration curve, review its equation and R squared value, and convert an unknown instrument signal into concentration.

Calibration data
Enter matching comma-separated concentration and signal values, then provide the signal measured for the unknown.

About calibration curves

A calibration curve links a known analyte concentration to the response produced by an analytical instrument. Laboratories prepare a series of standards, measure each standard under the same conditions, and fit a mathematical relationship to the paired observations. This calculator uses ordinary least-squares linear regression, the common model for methods whose response is proportional to concentration. Concentration is treated as x and measured signal as y, producing the equation y = mx + b. The slope describes sensitivity: it is the signal change expected for one unit of concentration. The intercept estimates the response when concentration is zero, which may reflect a blank response, background absorption, or a small systematic offset. Once slope and intercept are known, an unknown signal is rearranged to x = (y - b) / m. The calculator reports that concentration in the same units used for the standards, so standards entered in milligrams per liter produce an unknown result in milligrams per liter. R squared summarizes how closely the observed standard responses follow the fitted line. A value near one indicates that the model explains most of the variation in signal, but it does not by itself prove that a method is valid. Analysts should inspect residuals, use enough independently prepared standards, include appropriate blanks, and confirm that the unknown lies inside the validated calibration range. Extrapolation beyond the lowest or highest standard can amplify error and should be avoided unless the method has been specifically validated there. Good calibration practice starts with accurate volumetric preparation and consistent instrument settings. Standards should span the working range and should not all cluster at one end. Replicate measurements help reveal random variation, while quality-control samples can identify drift after calibration. If the response curves at high concentration, dilution or a different regression model may be more appropriate than forcing a straight line. This tool is useful for spectrophotometry, chromatography, fluorescence, electrochemical sensors, and many other quantitative methods. It performs the arithmetic transparently and quickly, but the reported precision should still reflect the quality of the standards and measurement process. Record units separately, round only after calculation, and follow the laboratory method's requirements for acceptance criteria, blank correction, weighting, and significant figures.

Calibration curve examples

These examples show linear responses with different slopes and intercepts.

Standards and unknownCalculated resultInterpretation
x: 0, 1, 2, 3; y: 0.1, 2.1, 4.1, 6.1; unknown y: 5.1x = 2.5; y = 2x + 0.1A perfectly linear response with a small blank offset.
x: 1, 2, 3; y: 3, 5, 7; unknown y: 9x = 4; y = 2x + 1The unknown is one interval above the highest standard.
x: 0, 5, 10; y: 0, 10, 20; unknown y: 12x = 6; y = 2xA zero-intercept calibration converts signal twelve to concentration six.

How to calculate an unknown concentration

  1. Enter standard concentrations in ascending order, separated by commas.
  2. Enter the matching measured signals in exactly the same order.
  3. Enter the instrument signal measured for the unknown sample.
  4. Select Calculate concentration and review the concentration, equation, and R squared value.

Calibration curve FAQ

What does the slope of a calibration curve mean?

The slope measures analytical sensitivity, or signal change per concentration unit. A larger slope means the instrument response changes more strongly for the same concentration change.

What is a good R squared value?

Values close to one usually indicate strong linear agreement. The acceptable threshold depends on the method, and residual patterns and quality controls should also be assessed.

Can I use an unknown outside the standard range?

The equation can calculate an extrapolated value, but uncertainty usually increases outside the calibrated range. Diluting or concentrating the sample into the validated range is safer.

Do the concentration units matter?

All standards must use the same concentration unit. The calculated unknown automatically has that same unit because regression preserves the x-axis scale.

Why include a blank standard?

A blank helps quantify background signal and anchors the low end of the curve. Whether the blank belongs in regression should follow the validated analytical method.