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.
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
| Durations | Format | Result |
|---|---|---|
| 1:00:00 and 2:00:00 | H:MM:SS | Mean 1:30:00 |
| 30:00 and 45:00 | M:SS | Mean 37:30 |
| 10 and 20; weights 1 and 3 | Decimal minutes | Weighted mean 17:30 |
| 10:00, 12:00, 20:00 | M:SS | Median 12:00 |
| 10:00, 12:00, 20:00, 30:00 | M:SS | Median 16:00 |
| 0:59:30 and 1:00:30 | H:MM:SS | Mean 1:00:00 |
| 1:02:30, 0:58:15, 1:05:45, 1:00:00 | H:MM:SS | Total 4:06:30; mean 1:01:37.50 |
How to use the calculator
- Select the format used by every duration.
- Enter up to 1,000 durations, one per line or separated by commas.
- Optionally enter one positive weight for each duration.
- Select the displayed seconds precision.
- Calculate and compare the mean with the median and range before interpreting the result.
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.
Related calculators: Average Calculator, Hours Calculator, Time Card Calculator and Pace Calculator.
Planning a book, article or study session? Use the Reading Time Calculator to estimate reading duration, breaks, daily targets and a completion date.