Time Calculator
Add two time spans. Enter hours and minutes for each. Result is total minutes.
Time Calculator
Total Minutes
375
How it works
Converts each to minutes (hours×60 + minutes), adds them, returns total minutes.
Frequently asked questions
Divide total minutes by 60 for hours; remainder is minutes. E.g. 375 min = 6h 15m.
Embed this calculator
Copy the code below to embed this calculator on your site.
<iframe src="https://smartcalculators.tools/embed/time-calculator" title="Time Calculator" width="100%" height="400" frameborder="0"></iframe>