# Time Calculator

Add, subtract, and convert time durations in hours, minutes, and seconds instantly with this free and easy online calculator.

---

- **Canonical URL:** https://dothecalculation.com/calculators/time-calculator
- **Category:** Everyday utilities
- **Publisher:** Do The Calculation (https://dothecalculation.com)
- **Cost:** Free, no account or sign-up required
- **Privacy:** Runs entirely in the browser; inputs are never sent to a server
- **Methodology:** https://dothecalculation.com/methodology
- **Reviewed by:** Dr. Keith Bradley, PhD, PhD in Cryptography & Cybersecurity, ETH Zurich (https://dothecalculation.com/about/team/keith-bradley)

---

## Add, subtract, and convert time durations

Combine hours, minutes, and seconds, convert between time units, and resolve carry-over in base-60 arithmetic.

- Duration addition and subtraction
- Base-60 conversion logic
- Cross-unit time summaries

## Why time arithmetic uses a mixed-radix system

Time arithmetic does not operate purely in base 10. One hour contains 60 minutes and one minute contains 60 seconds, which means carry and borrowing must be handled at 60-unit thresholds rather than 10-unit thresholds. This structure is inherited from historical sexagesimal counting systems and is still central to clocks, schedules, and duration analysis today.

Because of this, 1 hour 45 minutes plus 30 minutes is not represented by ordinary decimal addition. The minutes must be normalized after addition, yielding 2 hours 15 minutes rather than “1.75 hours + 0.30 hours” unless everything is first converted into a common unit.

## Convert everything into a common unit

The safest mathematical method is to convert each duration into seconds or minutes before combining them. For example:

$$\text{Total Seconds} = 3600h + 60m + s$$

Once all values are in one unit, you can add or subtract directly and then convert back into hours, minutes, and seconds using quotient-remainder logic. This prevents carry mistakes and makes the arithmetic consistent across long or complex time expressions.

## Borrowing and carrying in base 60

When subtracting times, if the seconds in the minuend are too small, one minute is borrowed and converted into 60 seconds. If the minutes then become too small, one hour is borrowed and converted into 60 minutes. This is analogous to decimal subtraction borrowing, but the radix is 60. Understanding this difference is essential for reliable manual calculations.

## Duration math in real applications

Time arithmetic appears in payroll, flight schedules, manufacturing timing, athletic pacing, editing software, and operations planning. Mixed-unit outputs are intuitive for human interpretation, while decimal-hour outputs are often preferred by payroll and analytics systems. Good calculators show both when useful.

## How to Use This Time Calculator

Choose Add or Subtract, then enter the hours and minutes of your first duration and your second duration. The result updates instantly as you type.

Subtraction is clamped at zero, so if the second duration is larger than the first, the result shows 0 hours 0 minutes rather than a negative value — use the Time Duration Calculator instead if you need signed results between two clock timestamps.

## Worked Example: Adding 2h 15m and 1h 40m

Adding 2 hours 15 minutes to 1 hour 40 minutes converts both durations to minutes first (135 and 100), sums them to 235 total minutes, then converts back: 3 hours 55 minutes, or 3.92 decimal hours.

This confirms the mixed-radix carry rule in practice — 15 + 40 = 55 minutes stays under the 60-minute threshold, so no additional hour needs to be carried over in this particular example.

## Related Calculators

This calculator is part of a Date & Time Tools cluster. For exact elapsed time between two timestamps, use the [Time Duration Calculator](/calculators/time-duration-calculator). For payroll shift totals with breaks, see the [Hours Calculator](/calculators/hours-calculator) or the [Time Card Overtime Calculator](/calculators/time-card-overtime-calculator).

## Frequently asked questions

### Why does time use 60 instead of 100?

Modern timekeeping inherits a sexagesimal structure in which 60 was historically convenient because it has many divisors.

### How do I add times correctly?

Either convert all durations to seconds first or add unit by unit while carrying every 60 seconds into a minute and every 60 minutes into an hour.

### How do I subtract time durations?

Subtract hours, minutes, and seconds with borrowing whenever lower units are insufficient.

### Why is 90 minutes not 1.90 hours?

Because 90 minutes equals 1.5 hours. Minutes must be divided by 60, not interpreted as decimal digits.

### How do I convert minutes into decimal hours?

Divide minutes by 60 and add the result to the whole-hour part.

### Can a duration exceed 24 hours?

Yes. Duration math is not limited to the 24-hour clock and can represent multiple days of elapsed time.

### What is the difference between clock time and duration?

Clock time identifies a time-of-day position, while duration measures elapsed time between two points.

### Why do payroll systems prefer decimal hours?

Because wages are calculated by multiplying hourly rates by decimal-hour totals.

### When should I use a time calculator instead of a date-time calculator?

Use a time calculator for mixed-unit durations and a date-time calculator when calendar dates also matter.

### What is the biggest error people make with time conversions?

Treating minutes as base-10 decimals instead of fractions of 60.

## Related concepts

- **Sexagesimal system** — The base-60 structure used in time and angle measurement.
- **Decimal hours** — An hour representation where minutes are converted into fractions of an hour.
- **Duration** — Elapsed time measured independently of calendar labels.

## Related guides

- [Time Calculation Guide: Adding, Subtracting, and Converting Durations Correctly](https://dothecalculation.com/blog/math/time-calculation-methods) — Learn how to add and subtract time durations, convert total minutes into hours and decimal hours, and understand what the current DTC time calculator does well and where you should switch to hours or date-based tools.
- [Date Arithmetic Guide: Differences, Deadlines, and Calendar Math](https://dothecalculation.com/blog/math/date-arithmetic-explained) — Learn how date arithmetic works, how the DTC date calculator measures elapsed days, and why calendar intervals, deadlines, and age-style borrowing need clear rules.
- [How to Build a Weekly Class Schedule That Does Not Fall Apart by Week 3](https://dothecalculation.com/blog/templates/how-to-build-a-weekly-class-schedule) — Most class schedules look great on day one and collapse by week three. Here's how to build a weekly schedule that actually holds up, with the study-hour math to back it.

## Related calculators

- [Time Duration & Elapsed Hour Solver](https://dothecalculation.com/calculators/time-duration-calculator) — Calculate the exact duration between two timestamps in days, hours, minutes, and seconds, with a visual timeline bar and decimal hours output.
- [Hours Between Dates Calculator](https://dothecalculation.com/calculators/hours-between-dates-calculator) — Calculate the exact number of hours, minutes, and days elapsed between two dates and times instantly with this free online tool.
- [World Clock & Time Zone Offset Solver](https://dothecalculation.com/calculators/timezone-converter) — Convert a specific date and time across any two IANA time zones and visualize the UTC offset difference on a world clock dial.
- [Hours Calculator](https://dothecalculation.com/calculators/hours-calculator) — Track work hours, calculate break deductions, and total daily or weekly timesheet hours instantly for accurate payroll records.
- [Time Card Calculator](https://dothecalculation.com/calculators/time-card-calculator) — Calculate daily shift hours, subtract unpaid breaks, and convert totals into decimal pay hours instantly to simplify payroll processing.
- [Date Calculator](https://dothecalculation.com/calculators/date-calculator) — Calculate the exact difference between two dates or quickly add and subtract days, weeks, months, and years from any date.

---

_This calculator is for educational and planning purposes only. Calendar rules, payroll conventions, grading systems, and timekeeping policies vary by institution, employer, and jurisdiction. Verify critical dates, hours, and academic calculations with official records._

---

_Source: [Do The Calculation](https://dothecalculation.com/calculators/time-calculator). Quote freely with attribution and a link to this page._
