← Back to Tools

Average Time Calculator

Find the mean of multiple durations or times — total, entry count, shortest and longest included. Works over 24 hours, with results in HH:MM:SS, decimal hours and total minutes.

Need the time between two clock times? Use the Hours Calculator. Need to add or subtract times? Use the Time Addition & Subtraction Calculator.

Quick answer the average time is found by adding all the times together and dividing by the number of times: Average Time = Total Time ÷ Number of Times. For example, 1 hour, 1 hour 30 minutes and 2 hours average to 1 hour 30 minutes.

HoursMinutesSeconds

Tip: minutes and seconds over 59 are normalized automatically — 150 minutes counts as 2 hours 30 minutes. Leave a row empty to skip it. All calculations run locally in your browser.

Enter at least one time.
  1. Enter your times — hours, minutes and seconds in each row. The calculator starts with three rows; press + Add Row for more.
  2. Values over 59 are fine — type 90 minutes and it counts as 1 hour 30 minutes automatically.
  3. Leave a row empty to skip it — only rows with a value are averaged.
  4. Read the result — the average in HH:MM:SS, decimal hours and total minutes, plus total, entry count, shortest and longest. Copy it with one click.

How to Calculate Average Time — Step by Step

Whether you are learning how to calculate time average by hand or just need the average of a few durations, the math is always the same: Average Time = Total Time ÷ Number of Times. Convert every duration to seconds, add them up, divide by the count, then convert back to hours, minutes and seconds. Here is the classic pace example (07:15, 07:45, 08:10):

StepWhat to doExample
1. CountCount how many time values you have (the sample size).3 pace times: 07:15, 07:45, 08:10
2. SumConvert each time to seconds, then add: seconds + minutes × 60 + hours × 3,600.15+45+10 = 70 s; (7+7+8)×60 = 1,320 s; total 1,390 s
3. DivideDivide the total seconds by the count, then convert back to HH:MM:SS.1,390 ÷ 3 = 463.3 s ≈ 7 min 43 s per lap

Common mistakes: forgetting to multiply minutes by 60, counting an empty row in the sample size, or forgetting to convert the average back into hours/minutes/seconds. The calculator does all of this automatically.

Worked Examples

ExampleTimesAverage
Everyday durations (timedifference example)1 hour, 1 hour 30 minutes, 2 hours01:30:00 (1.50 hours)
Running pace (inchcalculator example, MM:SS)07:15, 07:45, 08:10 (enter as 0:07:15 etc.)00:07:43 per lap
Over 24 hours (calculator.academy example)30:15:00, 10:00:0020:07:30

Common Uses

ScenarioExample
Race timesAverage lap times, mile pace or race splits across multiple runs.
Sports trainingAverage sprint times, swim laps or cycling segments.
ProductivityAverage task completion time or handling time for a batch of work.
GamingAverage speedrun attempt or level completion times.
Scientific measurementsAverage experiment timing data across several trials.

Call-center average handle time (AHT) is a weighted formula — (Talk + Hold + After-call work) ÷ Calls — not a simple average. If you have a set of call durations, this tool gives their arithmetic average; for the full AHT metric use a dedicated call-center tool.

Handy Conversion Reference

To convert durations to seconds by hand, remember these equivalents:

DurationSeconds
1 minute60 seconds
1 hour3,600 seconds
1 day86,400 seconds

Average Time Calculator — FAQ

How do you calculate average time?

Add all the times together (converting each to seconds first) and divide by the number of times, then convert back to HH:MM:SS. Average Time = Total Time ÷ Number of Times. For example, 1 hour, 1 hour 30 minutes and 2 hours average to 1 hour 30 minutes.

Can the average be more than 24 hours?

Yes — this tool works with durations, not clock times, so entries over 24 hours are valid. 30:15:00 and 10:00:00 average to 20:07:30, and three 20-hour shifts average to 20 hours.

What happens if I leave a row empty?

Empty rows are skipped — only rows with at least one value are counted. For example 1 hour, an empty row and 2 hours give an average of 1 hour 30 minutes (2 entries).

Can I enter minutes or seconds over 59?

Yes — values over 59 are normalized automatically, so 150 minutes counts as 2 hours 30 minutes. Single fields are capped at 59,999; beyond that the row shows an error. The normalized total can exceed 999 hours, which is mathematically valid.

How many times can I average?

At least 2 rows are kept and up to 100 rows can be added. Use the + Add Row button; the delete button is disabled once only 2 rows remain.

Do I need to click Calculate?

No — results update instantly as you type (live results). There is no Calculate button.

Is my data sent anywhere?

No — all calculations happen in your browser. Your times never leave your device and nothing is stored or tracked.

Can I average pace times like 07:15?

Yes — enter pace times with hours = 0, so 07:15 becomes 0 hours, 7 minutes, 15 seconds. Three laps of 07:15, 07:45 and 08:10 average to 00:07:43 per lap.

How do I average times in Excel?

The AVERAGE function works directly on time values: =AVERAGE(A1:A3). To get decimal hours instead, use =AVERAGE(A1:A3)*24.

Can it calculate the average of clock times like 10 PM and 2 AM?

No — this tool averages durations, not clock times of day. A plain arithmetic average of 10 PM and 2 AM gives 12:00 noon (12 PM), which is wrong — the expected midpoint is midnight. Circular averaging over midnight has no reliable answer, so clock-time averaging is not supported.

Why is the result rounded to whole seconds?

Results are rounded to the nearest whole second for display (the standard precision for this type of tool). A fractional average like 463.333 seconds shows as 00:07:43.

What's the difference between average time and average speed?

Average time is the mean of several durations. Average speed is a physical quantity — distance divided by time. For speed, distance and time problems, use the Speed Distance Time Calculator.

Privacy & Accuracy

Privacy

All calculations happen in your browser — no data is sent to any server. Your times never leave your device and nothing is stored or tracked.

Accuracy

Values are rounded to the nearest second for display. Durations over 24 hours are fully supported.

Disclaimer

This tool is for general estimation. Always verify important figures with an official timekeeper or payroll system. Reviewed by the TimeCalculator.day team.