Best Apps to Add Hours and Minutes

Most tools cannot add hours and minutes directly. Your phone's calculator works in base 10, so 8.15 + 7.45 returns 15.60 instead of 16:00. The three things that handle H:MM properly are a dedicated time calculator app such as Hours, a spreadsheet formatted as [h]:mm, or a web time calculator.

Disclosure: we make Hours, so treat this as a comparison written by an interested party. Every claim below is something you can check yourself in about a minute, and we have not invented ratings, download counts, or reviews for anyone.

Why can't most apps add hours and minutes?

Because minutes run in base 60 and calculators run in base 10. A calculator sees 8:15 and, if it accepts the colon at all, treats it as 8.15 — eight and fifteen hundredths. But 15 minutes is not 0.15 of an hour, it is 0.25. The formats look similar and behave completely differently.

The clearest single example: 8:15 + 7:45. The minutes add to 60, which is a whole extra hour, so the answer is 16:00. A base-10 calculator gives 15.60 — not just a different number, but not a valid time at all, since no clock reading has 60 minutes in it.

So the real question is not "which time app is best" but "which tools understand that 60 minutes make an hour". That is a much shorter list than the app stores suggest, and it is what the table below is actually measuring.

Which tools actually add H:MM?

ToolTypeAdds H:MM directly?Sign-upWorks offlineCost
Hours: Time Card CalculatorPhone appYes — add, subtract, multiply, divide in H:MMNot requiredYesFree
Built-in iPhone / Android calculatorPhone appNo — base 10 only, no time modeNot requiredYesFree
Excel or Google SheetsSpreadsheetYes — with the [h]:mm number formatAccount for Sheets and Microsoft 365Desktop Excel yes; Sheets needs offline set up firstFree tier or paid
Calculator.net time calculatorWeb pageYes — days, hours, minutes, secondsNot requiredNoFree
Redcort free timecard calculatorWeb pageYes, but only in a weekly time card gridNot requiredNoFree
Clockify / Toggl TrackTime trackerTotals time it recorded; not a free-form calculatorRequiredLimitedFree tier, paid upgrades

Two columns are missing on purpose: star ratings and download counts. We cannot verify anyone else's, so printing them would be decoration rather than information.

What happens to a real week in each tool?

Here is one week of worked time, the kind that comes off a schedule or a paper card:

Mon 7:20 · Tue 8:45 · Wed 6:35 · Thu 9:10 · Fri 7:50

Add the minutes first: 20 + 45 + 35 + 10 + 50 = 160 minutes, which is 2 hours 40 minutes. Add the hours: 7 + 8 + 6 + 9 + 7 = 37. Carry the two hours across and the week is 39:40.

Check it in decimal, which should agree: 7.3333 + 8.75 + 6.5833 + 9.1667 + 7.8333 ≈ 39.6667 hours. And 0.6667 of an hour is 40 minutes, so both methods land on 39:40. Good.

ToolWhat you typeWhat you getCorrect?
Hours7:20 + 8:45 + 6:35 + 9:10 + 7:5039:40, or 39.67 with the decimal toggleYes
Phone calculator7.20 + 8.45 + 6.35 + 9.10 + 7.5038.60No — 64 minutes short
Spreadsheet, [h]:mm=SUM(B2:B6)39:40Yes
Spreadsheet, default format=SUM(B2:B6)15:40No — wrapped past 24 hours
Web time calculatorEach pair of values, one at a time39:40 after four additionsYes, with more steps

The phone-calculator row is the expensive one. The true week is 39.6667 hours; typing the clock readings as decimals gives 38.60, which is 38:36 — 64 minutes missing. At $22.00 an hour that is $872.67 of real pay reported as $849.20, a gap of $23.47 in a single week.

The spreadsheet row is the sneaky one. The arithmetic is right; the display is wrong. Without the square brackets in [h]:mm, a total over 24 hours rolls over like a clock, so 39:40 shows as 15:40 and nobody notices until payroll does.

Which app is best for adding hours and minutes on a phone?

If the times are already written down and you just need the total, a calculator built for H:MM is the right category, and that is what Hours is. You type 7:20 + 8:45 and get 16:05, because the 65 minutes carry properly. It adds, subtracts, multiplies and divides hours and minutes; it handles overnight shifts and negative totals without a 24-hour ceiling; it flips to decimal hours in one tap; it applies an hourly rate to turn time into pay; it keeps a saved history; and it exports a timesheet to CSV or PDF. It is free, has no ads, no tracking and no sign-in, and it runs offline. It has been on the iPhone App Store since 2015 and is now on Android too.

Where it is not the answer: there is no start/stop timer, so it will not record time while you work. There is no project structure, no team dashboard, no approvals, and no invoicing or payroll filing. If you need to approve someone else's hours, you need a different category of tool entirely — the time card calculator app comparison covers those.

Can a spreadsheet add hours and minutes?

Yes, and on a laptop it is often the fastest option — as long as you set the format. The steps:

  1. Type each duration as a normal clock value: 7:20, 8:45, 6:35, 9:10, 7:50.
  2. Total them with =SUM(B2:B6).
  3. Format the total cell as [h]:mm. In Excel and Google Sheets this is the custom number format that lets hours run past 24 instead of wrapping. The result reads 39:40.
  4. For payroll, convert with =SUM(B2:B6)*24, which gives 39.6667 decimal hours. Spreadsheets store a day as 1, so multiplying by 24 turns the fraction into hours.
  5. For pay, multiply the decimal total by the rate: 39.6667 × $22.00 = $872.67.

Where spreadsheets lose is portability. Nobody opens Excel at 5:58 a.m. on a job site to check whether they have hit forty hours, and a formatting mistake is invisible until the number is already in an email.

Are free web time calculators good enough?

For a one-off, yes. The Calculator.net time calculator adds and subtracts values in days, hours, minutes and seconds with no sign-up, and it has an expression mode for strings like 1d 2h 3m + 4h 5m. The Redcort timecard calculator takes a whole week of start times, stop times and break deductions in one grid.

The limits are the ordinary limits of a web page: you need a connection and the right URL, the layout is fixed to whatever the page decided, and adding five values usually means four separate two-value additions. Nothing is saved for next week either, which matters more than it sounds — see calculating a weekly timesheet for why a running record beats a one-off total.

Do time trackers add hours and minutes?

Not in the way people mean when they search for this. Clockify and Toggl Track record time as it happens — press start, work, press stop — and total what they recorded, against a project or a client, in a cloud account. That is genuinely useful if you invoice from the record.

But a tracker cannot help with time that has already passed. If Tuesday's shift is written on a schedule and you need its total now, there is nothing to start a timer on. You need arithmetic, not recording.

How do I pick in thirty seconds?

  1. Are the times already written down? Then you want a calculator, not a tracker.
  2. Are you on a phone, away from a desk? A phone app that speaks H:MM beats a web page you have to load and a spreadsheet you have to format.
  3. Are you already in a spreadsheet? Stay there — just format the total as [h]:mm and multiply by 24 for decimal.
  4. Is this a one-time total? A free web time calculator is fine, and there is nothing to install.
  5. Do you need the number again later? Then saved history and a CSV or PDF export are what turn "I think I worked 40" into something you can send to someone.

Whatever you pick, apply one rule: add in H:MM, convert to decimal once at the very end. Converting each day and rounding as you go is how a 40-hour week quietly becomes 39.99 — the mechanics are in how to add hours and minutes and what are decimal hours.

A calculator that speaks H:MM

Hours adds and subtracts time in hours and minutes, handles overnight shifts and negative totals, flips to decimal in one tap, applies your hourly rate, keeps a saved history, and exports a timesheet to CSV or PDF. Free, offline, no ads, no sign-in.

Download Hours free

Frequently asked questions

What is the best app to add hours and minutes?

On a phone, a calculator built for H:MM — it treats 60 minutes as an hour instead of 100. Hours does that, converts to decimal in one tap, and is free, offline and account-free. On a computer, a spreadsheet formatted as [h]:mm does the same job well.

Can the iPhone calculator add hours and minutes?

No. It has no time mode, so it reads 8:15 as 8.15. 8.15 + 7.45 = 15.60, which is not a time. The correct answer is 16:00.

How do I add hours and minutes in Excel or Google Sheets?

Enter durations as 7:20, sum the range, and format the total as [h]:mm so it does not wrap at 24 hours. Multiply by 24 for decimal hours: 39:40 becomes 39.6667.

Is there a free app that adds hours and minutes offline?

Yes — Hours runs entirely on the device, with no ads, no tracking and no sign-in. Web calculators need the page to load, and cloud trackers expect a connection to sync.

Do I need a time tracking app just to add up hours?

Usually not. Trackers record time as it happens; they cannot help with a shift that finished yesterday and is written on a schedule.

How much does adding time as decimals actually cost?

A week of 7:20, 8:45, 6:35, 9:10 and 7:50 is 39:40, or 39.6667 hours. Typed as decimals it comes out as 38.60 — 64 minutes short, which at $22.00 an hour is $23.47 of pay.