Hours Worked Calculator

The Hours Worked Calculator computes hours worked from the relation hours = (end_minutes - start_minutes - break_minutes) / 60, wrapping past midnight. It takes 5 inputs (start hour (0 to 23) in h, start minute in min, end hour (0 to 23) in h, end minute in min, unpaid break in min) and returns the hours worked. Because this is a pure mathematical or physical formula rather than a jurisdiction-specific rule, the result never changes over time: the same inputs always produce the same answer, so you can rely on it whether you are checking homework, sizing a design, or sanity-checking another tool. Enter your values in the fields below and the result updates instantly; you can also share a permalink that pre-fills the exact calculation, which is useful for teaching, reports, or collaboration. For example, with start hour (0 to 23) = 8 h, start minute = 30 min, end hour (0 to 23) = 17 h, end minute = 0 min, unpaid break = 30 min, the hours worked works out to 8, and the worked example further down the page shows every step so you can follow the arithmetic and reproduce it by hand. The method is the standard form documented by CalculatorHub methodology, and the figure above each result carries the date it was last verified. This tool is general information and is not a substitute for professional engineering, medical, financial, or scientific advice; always check critical results against the primary source and your own judgement.

With Start hour (0 to 23) = 8 h, Start minute = 30 min, End hour (0 to 23) = 17 h, End minute = 0 min, Unpaid break = 30 min, the result is 8.

Formula: hours = (end_minutes - start_minutes - break_minutes) / 60, wrapping past midnight. Source: CalculatorHub methodology, as at 2026-06-23.

Hours Worked8

Applies to: any numeric inputs. Method source: CalculatorHub methodology, checked 2026-06-23.

The formula

hours = (end_minutes - start_minutes - break_minutes) / 60, wrapping past midnight

Worked example

With Start hour (0 to 23) = 8 h, Start minute = 30 min, End hour (0 to 23) = 17 h, End minute = 0 min, Unpaid break = 30 min:

  1. Worked minutes = 1020 - 510 - 30 = 480
  2. Hours worked = 480 / 60 = 8
  3. Hours Worked = 8

This worked example is one of the automated golden-value tests this calculator must pass before it can publish.

What this assumes

  • Inputs are real numbers in the units shown.
  • The result is the exact value of hours = (end_minutes - start_minutes - break_minutes) / 60, wrapping past midnight; general information, not professional advice.

Frequently asked questions

What formula does this use?

hours = (end_minutes - start_minutes - break_minutes) / 60, wrapping past midnight, the standard form documented by CalculatorHub methodology.

Does the result ever change over time?

No. This is a pure formula with no external rate, so the same inputs always give the same result.

Official sources and verification

Reviewed by the CalculatorHub team, edited by James Graham, 2026-06-23. See our methodology. General information, not professional advice.