Adding Hours and Minutes Calculator

Sum times effortlessly across tasks add rows enter hours and minutes watch automatic carryover convert to decimal hours and total minutes export a tidy report to CSV or PDF use presets clear examples responsive layout optimized for education fieldwork timesheets and productivity planning every day track overtime balance split shifts rounding options and accuracy

Time Entries

Label Hours Minutes (0–59) Total (min) Remove
95
170
55
Total minutes 320

Example Data Table

A small sample illustrating typical daily time slices. Use the button to load these as inputs.

Label Hours Minutes
Standup meeting015
Coding session320
Code review110
Emails025
Planning040

Results

Total (H:MM) 5:20
Decimal hours 5.3333
Total minutes 320
As days + hours 0 d 5 h

# Label Hours Minutes Total (min)
1 Design sprint 1 35 95
2 Client call 2 50 170
3 Documentation 0 55 55
Grand total (min) 320

Options

Uncheck if you want strict 0–59 minutes validation only.

Formula used

Let each entry be Hᵢ hours and Mᵢ minutes.

  1. Convert each to minutes: tᵢ = 60·Hᵢ + Mᵢ.
  2. Sum: T = Σ tᵢ (total minutes).
  3. Convert back to hours and minutes with carry-over: H = ⌊T / 60⌋, M = T mod 60.
  4. Decimal hours: T / 60.
  5. Days + hours: D = ⌊H / 24⌋, remainder hours H % 24.

Example: 1:35 + 2:50 + 0:55 → T = 95 + 170 + 55 = 320 min → H:MM = 5:20; decimal hours = 5.3333.

How to use this calculator

  1. Click Add row to increase the number of entries as needed.
  2. Type hours and minutes (minutes typically 0–59). With Auto-normalize, larger minutes are carried into hours.
  3. Optionally name each entry for clearer reporting.
  4. Press Calculate to update totals and the breakdown table.
  5. Export your results via Download CSV or Download PDF, or use Print.
  6. Use Reset to example or Use example in calculator to preload sample data.
  7. Clear everything with Clear all.

FAQs

Yes, if Auto-normalize is on, the calculator will automatically convert extra minutes into hours. Otherwise the minutes field enforces 0–59.

Absolutely. The result shows total hours and minutes, decimal hours, and a days + hours representation for long time spans.

No, this version is designed for summing non‑negative durations. You can, however, split entries to subtract elsewhere before entering the net result.

Decimal hours are convenient for payroll, billing, timesheets, and spreadsheets. For example, 1:30 becomes 1.5 hours.

Everything runs in your browser and on this page. No entries are sent elsewhere unless you save or share the exported files.

This edition focuses on hours and minutes. For second‑level detail, create a row where seconds are converted to minutes (e.g., 90 seconds as 1 minute).

Yes. Both CSV and PDF exports include the breakdown table with your labels, per‑row hours and minutes, and totals.

Related Calculators

30 Min Calculator90 Day CalculatorAdd Days CalculatorAge in Minutes CalculatorAge in Years CalculatorBirthday Countdown CalculatorCalendar Countdown Calculatorcm to mm Ring Size ConverterCountdown CalculatorCount Hours Calculator

Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.