SOLVETUTORMATH SOLVER

Instrument MI-02-084 · Finance

California Overtime Calculator

Enter your hourly rate and the hours you worked in one day. The instrument splits that shift into regular, 1.5x and 2x pay the way California law actually counts it.

Instrument MI-02-084
Sheet 1 OF 1
Rev A
Verified
Type 02 — Payroll SER. 2026-02084

Total pay for the day

$220.00

regular = min(hours,8) × rate

$160.00 Regular pay (up to 8 hrs)
$60.00 Overtime pay (8-12 hrs, 1.5x)
$0.00 Double-time pay (over 12 hrs, 2x)
The working Every figure verified twice
  1. regularPay = clamp(10, 0, 8)·20 = 160.00
  2. otPay = clamp(10 − 8, 0, 4)·20·1.5 = 60.00
  3. dtPay = max(0, 10 − 12)·20·2 = 0.00
  4. totalPay = 160 + 60 + 0 = 220.00
Worksheet log
  1. No entries yet — change an input to log a scenario.

How this instrument works

Most of the country pays overtime by the week: work under 40 hours and every hour is straight time, no matter how long any single shift ran. California Labor Code Section 510 works differently — it counts hours inside a single workday. Cross 8 hours in one day and the next hours pay at 1.5x, whether or not the week ever reaches 40. Cross 12 hours in that same day and the rate doubles. This instrument prices exactly that: one workday, three tiers.

The formula reads the shift in bands rather than one lump total. The first 8 hours price at the plain hourly rate. Hours 9 through 12 — up to 4 of them — price at 1.5 times that rate. Anything past hour 12 prices at double. Stacking the bands this way, rather than applying one multiplier to the whole shift, matches how a California pay stub itemizes a long day: regular, overtime, and double-time appear as separate lines because state law treats them as separate obligations, not one blended average.

Payroll clerks at California employers, hourly workers checking a stub against a schedule, and managers pricing out a long shift before it happens all reach for a calculation like this one. It covers a single non-exempt employee's single workday only — it does not track a weekly 40-hour total, the separate rule covering a seventh consecutive workday, or whether a job even qualifies as non-exempt in the first place. Those are real limits on what one day's arithmetic can tell you.

Regular=min(h,8)×r\text{Regular} = \min(h,\,8) \times rOvertime=clamp(h8,0,4)×r×1.5\text{Overtime} = \text{clamp}(h-8,\,0,\,4) \times r \times 1.5Double time=max(0,h12)×r×2\text{Double time} = \max(0,\,h-12) \times r \times 2Total=Regular+Overtime+Double time\text{Total} = \text{Regular} + \text{Overtime} + \text{Double time}
h — hours worked that day · r — Hourly rate, $. clamp(h−8, 0, 4) caps the 1.5x band at 4 hours, matching the 8-to-12-hour window; max(0, h−12) counts only whatever remains past hour 12.
  • Enter your straight-time pay in Hourly rate, $ — the rate before any premium is applied.
  • Enter the hours actually worked that single calendar day in Hours worked in the day.
  • Read Regular pay (up to 8 hrs) for the first eight hours, priced at the plain rate.
  • Check Overtime pay (8-12 hrs, 1.5x) and Double-time pay (over 12 hrs, 2x) for the premium bands.
  • Total pay for the day adds the three together — the full wage that shift earned.

Worked example — a 10-hour shift at $20 an hour

Set Hourly rate, $ to 20 and Hours worked in the day to 10. The first 8 hours fall in the Regular pay (up to 8 hrs) band and price at $20 flat, giving $160.00. The remaining 2 hours sit inside the 8-to-12-hour window, so they price at 1.5x — $30 an hour — for $60.00 in Overtime pay (8-12 hrs, 1.5x). The shift never reaches hour 12, so Double-time pay (over 12 hrs, 2x) reads $0.00.

Total pay for the day comes to $220.00. A worker logging that identical 10-hour day under a purely weekly overtime rule — the standard most other states and the federal Fair Labor Standards Act apply — would see no overtime at all unless the week's total passed 40 hours. California's daily threshold pays the extra $60 the same day it is earned, two hours worth of premium pay that a weekly-only calculation would not surface until, and unless, the week ran long.

Questions

Why does California count overtime by the day instead of the week?

State law adds a daily threshold on top of the federal weekly one. Labor Code Section 510 sets 1.5x pay past 8 hours worked in a single day and 2x pay past 12, regardless of the week's running total. Federal law and most other states look only at whether a week crosses 40 hours. A worker can clear a daily threshold on Tuesday and still finish a light week under 40 hours — California still owes the premium for Tuesday.

I work four 10-hour days — do I get overtime every day?

Only without a valid alternative workweek schedule. Employers can adopt a 4/10 or similar schedule through a formal process under Labor Code Section 511 — a written proposal and a two-thirds employee vote — that exempts the 9th and 10th hour from daily overtime as long as the week stays at 40 hours. Without that adopted schedule on file, hours 9 and 10 each day still earn 1.5x even though the week totals exactly 40.

Does every hourly worker in California qualify for this?

No — only non-exempt employees. Executive, administrative, professional, and outside-sales roles meeting salary and duties tests are exempt from daily overtime entirely, and some unionized workers are covered by a collective agreement with its own premium-pay schedule instead. This calculator prices a non-exempt hourly worker's shift; confirm exemption status against your actual job duties and pay structure before assuming the result applies.

What happens on the seventh consecutive day of work in a week?

A separate rule applies that this single-day tool does not model. The first 8 hours worked on the seventh consecutive day in one workweek pay at 1.5x even if none of those hours individually crossed 8 in a day, and anything past 8 hours on that seventh day pays at 2x. Run this calculator for each day worked and check the seventh-day pattern against your schedule separately.

When does double-time pay actually start?

Only after 12 hours worked in one calendar day. Hours 9 through 12 fall in the 1.5x overtime band, not double time — the rate does not jump to 2x until a 13th hour begins. A 10-hour or an 11-hour day, however long, never triggers Double-time pay (over 12 hrs, 2x); that field only moves once a shift genuinely runs past the 12-hour mark.

Does this calculator also cover weekly overtime past 40 hours?

No — it prices one workday only. California also requires 1.5x pay for hours worked past 40 in a week, which can apply even on days that individually stayed under 8 hours, for example five 9-hour days. Add up several days of Total pay for the day and compare the week's combined hours against 40 separately; this instrument does not run that weekly check for you.

References

Read this first: This instrument shows arithmetic, not advice. Real offers add fees, taxes and terms that vary by lender and place — verify the figures against your actual paperwork before deciding anything.