Average Time Calculator: Mean, Median and Weighted Time

Average time calculator

Average multiple durations without converting each one by hand. Calculate the arithmetic or weighted mean, median, total, minimum, maximum, range and population standard deviation.

Enter one value per line, or separate values with commas or semicolons. Use a period for decimals.
Enter one positive weight per duration. Leave blank when every duration counts equally.
Arithmetic mean
Weighted mean
Median
Total time
Minimum
Maximum
Range
Population standard deviation


Average-time formulas

arithmetic mean = sum of all durations ÷ number of durations

weighted mean = Σ(duration × weight) ÷ Σ(weight)

population standard deviation = √[Σ(duration − mean)² ÷ count]

Every duration is converted internally to seconds before calculation. The output then converts seconds back to hours, minutes and seconds. The median is the middle sorted duration, or the mean of the two middle durations for an even count.

Checked examples

DurationsFormatResult
1:00:00 and 2:00:00H:MM:SSMean 1:30:00
30:00 and 45:00M:SSMean 37:30
10 and 20; weights 1 and 3Decimal minutesWeighted mean 17:30
10:00, 12:00, 20:00M:SSMedian 12:00
10:00, 12:00, 20:00, 30:00M:SSMedian 16:00
0:59:30 and 1:00:30H:MM:SSMean 1:00:00
1:02:30, 0:58:15, 1:05:45, 1:00:00H:MM:SSTotal 4:06:30; mean 1:01:37.50

How to use the calculator

  1. Select the format used by every duration.
  2. Enter up to 1,000 durations, one per line or separated by commas.
  3. Optionally enter one positive weight for each duration.
  4. Select the displayed seconds precision.
  5. Calculate and compare the mean with the median and range before interpreting the result.
Interpretation: All inputs must be nonnegative durations in one selected format. This tool does not average clock-of-day values such as 11:50 PM and 12:10 AM; those require a circular or date-aware method. The population standard deviation describes the entered set and is not the sample standard deviation.

Frequently asked questions

Can I mix 1:30 with 1:02:30?

No. Select one format for the entire list. In H:MM:SS mode, three components are required; in M:SS mode, two are required.

Can minutes exceed 59 in M:SS mode?

Yes. A value such as 90:00 represents ninety minutes. Seconds must remain below 60.

When should I use weights?

Use weights when some durations represent more observations, units or importance. For example, a duration observed three times can receive weight 3.

Why can mean and median differ?

A few long durations can pull the arithmetic mean upward. The median depends only on the sorted middle position and can better describe a skewed set.

Does rounding change the calculations?

No. Calculations use the parsed seconds before display rounding. The precision control changes only the formatted result.

Planning a book, article or study session? Use the Reading Time Calculator to estimate reading duration, breaks, daily targets and a completion date.