Work and time

Real hourly rate calculator

Your real hourly rate is monthly pay divided by all recurring time committed to the job—not only the hours printed on the contract.

Live model

Change an assumption.
Read the consequence.

The page is statically rendered and crawlable. The editor below loads Continuum’s production evaluator and stores nothing.

Production modelLoading live evaluator
Editable source
# Real hourly rate
salary_monthly = 4500 in usd
work_hours_daily = 8
commute_hours_daily = 1
overhead_hours_daily = 1.5
workdays_monthly = 22
committed_hours_daily = work_hours_daily + commute_hours_daily + overhead_hours_daily
committed_hours_monthly = committed_hours_daily * workdays_monthly
real_hourly_rate = salary_monthly / committed_hours_monthly

Inputs

What the model needs

Monthly salary
Use gross or net consistently across every option.
Work hours
The typical hours spent actively working each day.
Commute
Door-to-door travel time for a normal workday.
Overhead
Preparation, mandatory availability, admin, or recurring recovery time.
Workdays
The number of working days represented by the monthly salary.

Method

Formulas stay visible

committed_hours_daily = work_hours + commute_hours + overhead_hourscommitted_hours_monthly = committed_hours_daily × workdaysreal_hourly_rate = monthly_salary / committed_hours_monthly

Continuum keeps the authored source canonical. The full production template adds interpretation and a richer preview without hiding these relationships.

Worked example

The cost of a 10.5-hour workday

  • $4,500 monthly salary
  • 8 hours working
  • 1 hour commuting
  • 1.5 hours overhead
  • 22 workdays
Result231 committed hours produce a real hourly rate of about $19.48.

Removing one hour of daily commute would raise the time-adjusted rate without changing salary. Time is part of compensation.

01

Stress-test it

  • Use an average across several representative weeks.
  • Compare remote, hybrid, and office schedules with the same salary basis.
  • Add recurring unpaid availability only when it genuinely constrains your time.
02

Use it when

  • Comparing roles with different schedules or commutes
  • Deciding whether a raise compensates for longer hours
  • Understanding the time cost of a return-to-office policy
03

Know the boundary

  • Benefits, taxes, career growth, and job security require separate assumptions.
  • Not every personal activity around work should automatically be counted as overhead.
  • The result measures time economics, not whether a role is worthwhile overall.

Questions

Should commute time count as work time?

For a personal decision model, it counts as time the role requires from your day even if an employer does not classify or pay it as work.

Should I use gross or net salary?

Either can be useful. Use the same basis when comparing roles and label it clearly so the result is not mistaken for after-tax pay.

What belongs in work overhead?

Include recurring time such as preparation, required admin, or mandatory availability. Avoid padding the model with occasional events unless you average them.

Keep the reasoning

Turn this example into
your living model.

The full template opens as a local Continuum document. Edit every assumption, use the production preview, and keep the source.

Open real hourly rate calculator