Time & Date

Hours and Minutes Calculator

Add hours and minutes. Free online Hours and Minutes Calculator. Calculate hours and minutes online — fast, accurate, mobile-friendly, no signup needed.

Total
4h 15m

Derivation

  1. ├── 01Givenh1 = 2, m1 = 45, h2 = 1, m2 = 30
  2. ├── 02Formula{const t=60 × e.h1+e.m1+(60 × e.h2+e.m2);return"".concat(floor(t / 60),"h ").concat(t%60,"m")}
  3. ├── 03Substitute{const t=60 × e.2+e.45+(60 × e.1+e.30);return"".concat(floor(t / 60),"h ").concat(t%60,"m")}
  4. └── 04Compute Total
Did you know?

Every calculator here runs 100% in your browser — nothing is sent to a server or stored in a database.

§01What is

Understanding the Hours and Minutes Calculator

The Hours and Minutes Calculator computes Total from 4 inputs: hours 1, min 1, hours 2, min 2. Add hours and minutes.

Time calculations span everything from calculating how much a freelancer bills for a multi-timezone project to estimating how old someone will be on a specific future date. The math is simple but the edge cases (leap years, DST, month lengths) trip people up. The Hours and Minutes Calculator sits in that toolkit — it add hours and minutes. Enter your numbers above and the result updates instantly; every step of the math is shown in the Derivation panel so you can see exactly how the answer was reached.

§02The Formula

How it’s calculated

{const t=60 × e.h1+e.m1+(60 × e.h2+e.m2);return"".concat(floor(t / 60),"h ").concat(t%60,"m")}

Where

h1
Hours 1
m1
Min 1
h2
Hours 2
m2
Min 2
§03Practical Example

Step-by-step walkthrough

Scenario

Apply the formula to a realistic set of inputs: Hours 1 = 2, Min 1 = 45, Hours 2 = 1, Min 2 = 30.

  1. 01Start by noting the input — Hours 1: 2.
  2. 02Start by noting the input — Min 1: 45.
  3. 03Start by noting the input — Hours 2: 1.
  4. 04Start by noting the input — Min 2: 30.
  5. 05Substitute these values into the formula: {const t=60 × e.h1+e.m1+(60 × e.h2+e.m2);return"".concat(floor(t / 60),"h ").concat(t%60,"m")}
  6. 06Compute Total: the calculator returns 4h 15m.
  7. 07Cross-check the answer by opening the Derivation panel above — every line of math is shown so you can follow the computation end-to-end.
§04FAQ

Frequently asked questions

Yes. The calculator implements the standard formula as documented and returns exact floating-point results. No approximations are used unless noted in the formula.
Your feedback

How useful was this calculator?

Your ratings stay in your browser — they help us learn which tools people actually rely on.

Rate it
Was this helpful?