Add or subtract hours, minutes, and seconds with exact component output.
This tool provides estimates for informational purposes only and is not a substitute for professional advice. Individual results vary based on personal circumstances and assumptions.
| Item | Value |
|---|
Time arithmetic is fundamentally different from regular arithmetic because time uses a base-60 system for seconds and minutes, and a base-24 system for hours. This means you cannot simply add time values the same way you add regular numbers β you need to handle carries and borrows between seconds, minutes, and hours. A time calculator handles all of this automatically, making it easy to add two time values together, find the difference between them, or convert a result into a different format.
When you add two times together β say 3 hours 45 minutes 20 seconds and 2 hours 30 minutes 50 seconds β the process is:
The calculator performs this automatically. Enter your first time value (hours, minutes, seconds), your second time value, and the result appears instantly in both time format and decimal hours.
Time subtraction works by borrowing in reverse. To subtract 1 hour 45 minutes from 3 hours 20 minutes:
This type of calculation is common for timing events, measuring elapsed time, calculating how long before a deadline, or finding the gap between two moments in a schedule.
Decimal hours are required for payroll, billing, and time tracking in most systems. The conversion is: divide minutes by 60, divide seconds by 3600, then add to whole hours.
To convert decimal back to hours and minutes: take the integer part as hours, multiply the decimal portion by 60 to get minutes. 2.75 hours β 2 hours + 0.75 Γ 60 = 2 hours 45 minutes.
Converting to total seconds is useful for programming, scientific work, and precise timing calculations. The formula: total seconds = (hours Γ 3600) + (minutes Γ 60) + seconds.
Runners and athletes often need to add multiple training session times across a week. If Monday's run was 45:30, Wednesday's was 52:00, and Saturday's was 1:15:00, the total is: 45:30 + 52:00 + 1:15:00 = 2 hours 52 minutes 30 seconds. This calculator adds them correctly without any manual carry operations.
If a meeting runs from 10:15 to 11:45, the duration is 1 hour 30 minutes. If another runs from 14:30 to 15:55, that is 1 hour 25 minutes. Total meeting time in a day: 1:30 + 1:25 = 2 hours 55 minutes.
Video editors work with timecodes (HH:MM:SS:FF format where FF is frames). Adding up clip durations, calculating total project length, or finding the time remaining in a production schedule all require accurate time addition. While this calculator uses HH:MM:SS (without frames), it handles the core time math needed for most planning purposes.
If a flight departs at 09:45 and has a duration of 7 hours 20 minutes, what is the arrival time? Add: 09:45 + 7:20 = 17:05 (5:05 PM local departure time). Remember that if you cross time zones, you need to apply the time zone offset separately β use our Time Zone Calculator for cross-time-zone calculations.
If a roast needs 2 hours 45 minutes and a side dish needs 40 minutes starting 30 minutes before the roast finishes, you can use time math to work backward from your desired serving time to your start times.
The 12-hour format (used primarily in the USA, UK, and Australia) divides the day into AM (midnight to noon) and PM (noon to midnight). The 24-hour format, also called military time, runs from 00:00 (midnight) to 23:59 (one minute before the next midnight), eliminating any ambiguity.
Quick conversions:
This calculator accepts both formats. When entering times, use 24-hour format for unambiguous input (e.g., 14:30 for 2:30 PM).
The international standard ISO 8601 expresses time durations as PT[hours]H[minutes]M[seconds]S. For example, 2 hours 30 minutes is PT2H30M. This format appears in programming contexts, APIs, and machine-readable data. This calculator outputs plain HH:MM:SS for human-readable results.
If you watch three films back-to-back with runtimes of 2:12, 1:58, and 2:35, the total is: 2:12 + 1:58 = 4:10, then 4:10 + 2:35 = 6 hours 45 minutes. Add 10 minutes of break between each for a total event time of 7 hours 5 minutes.
If the current time is 21:15, the time until midnight (24:00 or 00:00) is: 24:00 β 21:15 = 2 hours 45 minutes.
Enter the current time as your first value, enter X hours as your second value, select "add," and the result is your future time. If the result exceeds 24:00, it wraps to the next day.
Minutes: 45 + 30 = 75 minutes = 1 hour 15 minutes (carry 1). Hours: 1 + 2 + 1 = 4 hours. Total: 4 hours 15 minutes.
3 hours and 30 minutes. The decimal 0.5 Γ 60 = 30 minutes.
(2 Γ 60) + 15 = 135 minutes.
Elapsed time refers to the time that has actually passed between two real points in time. Duration typically refers to the length of a planned activity or period. Both are calculated the same way β subtracting the earlier time from the later time.
Disclaimer: Results are for informational purposes. For precision-critical applications (scientific, legal, or safety-related timing), verify with authoritative timekeeping sources.