Summing Weekly Freelance Task Durations
You completed three separate client tasks during the day: Task A (2 hrs 45 mins), Task B (3 hrs 30 mins), and Task C (1 hr 15 mins).
(2h 45m) + (3h 30m) + (1h 15m) = 7h 30m Add, subtract, and sum multiple time duration rows. Calculate total hours, minutes, seconds, and decimal equivalents instantly.
Enter hours, minutes, and optional seconds for each row. Select the addition (+) or subtraction (−) operator for each time block.
Click "+ Add Time Row" to add as many duration entries as needed for multi-task, playlist, or shift calculations.
The net sum calculates instantly in human-readable notation (Days, Hours, Minutes, Seconds), Decimal Hours, and Total Seconds.
Net Seconds = ∑ (Operator_i × [(Days_i × 86400) + (Hours_i × 3600) + (Minutes_i × 60) + Seconds_i]) Operator_i = +1 for addition, −1 for subtraction86400 = Seconds in a 24-hour day (24 × 3600)3600 = Seconds in an hour (60 × 60)60 = Seconds in a minuteThe net total seconds are decomposed into days, hours, minutes, and remaining seconds using successive integer division and modulo operations.
Step-by-step breakdown of common real-world time scenarios, work shifts, and duration math.
You completed three separate client tasks during the day: Task A (2 hrs 45 mins), Task B (3 hrs 30 mins), and Task C (1 hr 15 mins).
(2h 45m) + (3h 30m) + (1h 15m) = 7h 30m A worker logged 8 hours 30 minutes on the clock, but had an unpaid lunch of 45 minutes and an unpaid appointment of 30 minutes.
(+ 8h 30m) − (0h 45m) − (0h 30m) = 7h 15m Adding three video track timestamps: Track 1 (14m 22s), Track 2 (8m 45s), and Track 3 (21m 10s).
(14m 22s) + (8m 45s) + (21m 10s) = 44m 17s How professionals and individuals apply this calculation across various industries.
Add up multiple stopwatch entries or time tracker intervals across client deliverables to build accurate invoices.
Calculate total running runtime across video scenes, podcast segments, commercial breaks, and music cues.
Sum mile splits, swimming intervals, and transition periods to determine overall race pacing and split averages.
Balance gross clock-in blocks against unpaid breaks, off-site errands, and team debrief intervals.
Adding and subtracting multiple durations is one of the most common mathematical tasks in project management, audio engineering, athletics, and logistics. If you need to project future completion times or count backwards from a deadline, use our dedicated Add Time Calculator or Subtract Time Calculator. For start-to-end interval calculations, use the flagship Time Duration Calculator.
When performing operations across multiple rows with varied positive and negative signs, the most reliable and deterministic method is converting each row into its atomic equivalent in seconds:
| Time Unit | Conversion Multiplier | Example (Value = 2) |
|---|---|---|
| Days | × 86,400 seconds | 2 days = 172,800 seconds |
| Hours | × 3,600 seconds | 2 hours = 7,200 seconds |
| Minutes | × 60 seconds | 2 minutes = 120 seconds |
| Seconds | × 1 second | 2 seconds = 2 seconds |
If the sum of subtracted durations exceeds the sum of added durations, the resulting duration is negative. In financial and time-tracking audits, negative balances represent a deficit (such as undertime in a weekly contracted quota). For multi-day payroll tracking with automated overtime, explore our Timesheet Calculator.
You can add multiple rows of time (Days, Hours, Minutes, Seconds) and select whether each row is added (+) or subtracted (-). The calculator converts all rows into total seconds, performs the arithmetic, and converts the net result back into standard duration and decimal formats.
Yes. Simply add a row for each video or audio track length in minutes and seconds, and the calculator will provide the exact total playlist running time.
Whenever the sum of seconds reaches 60, 1 minute is carried over. Whenever the sum of minutes reaches 60, 1 hour is carried over. When days are enabled, 24 hours carries over into 1 day.
All calculations on this tool are deterministic and rigorously tested against base-60 modulo arithmetic and US Fair Labor Standards Act (FLSA 29 CFR § 785.48) payroll rounding guidelines.