Connect via MCP →

Enter Calculation

Formula

Advertisement

Results

Total Weekly Pay
$950
regular pay + overtime pay
Regular Hours (≤ 40) 40 hrs
Overtime Hours (over 40) 5 hrs
Regular Pay $800
Overtime Pay $150

What This Calculator Does

This tool splits your total weekly hours into regular hours (up to 40) and overtime hours (anything over 40), then calculates regular pay, overtime pay and total weekly earnings. The 40-hour weekly threshold reflects the United States Fair Labor Standards Act (FLSA), which generally requires non-exempt employees to receive at least 1.5× their regular rate for hours worked beyond 40 in a workweek. Rules differ by state and country — for example, some U.S. states (such as California) also apply daily overtime — so adjust the multiplier to match your situation.

How to Use It

Enter the total hours you worked in the week, your hourly pay rate, and your overtime multiplier (commonly 1.5 for "time-and-a-half" or 2.0 for "double time"). The calculator instantly shows how your hours and pay break down.

The Formula Explained

Overtime hours are max(totalHours − 40, 0), so no overtime is counted unless you exceed 40. Regular hours are min(totalHours, 40), capping the base-rate portion at 40. Pay is then:

$$\text{Total Pay} = \min(H,40)\cdot R + \max(H-40,0)\cdot R \cdot M$$

where

$$\left\{ \begin{aligned} H &= \text{Total Hours} \\ R &= \text{Hourly Rate (\$)} \\ M &= \text{OT Multiplier} \end{aligned} \right.$$
Bar showing hours split at the 40-hour threshold into regular and overtime zones
Hours up to 40 are paid as regular; hours beyond 40 count as overtime.

Worked Example

Suppose you worked 45 hours at $20/hour with a 1.5× multiplier. Regular hours = \(\min(45, 40) = 40\), so regular pay = \(40 \times \$20 = \$800\). Overtime hours = \(\max(45 - 40, 0) = 5\), so overtime pay = \(5 \times \$20 \times 1.5 = \$150\). Total weekly pay:

$$\$800 + \$150 = \mathbf{\$950}$$
Stacked bar showing regular pay plus overtime pay totaling weekly earnings
Total weekly pay combines regular pay and higher-rate overtime pay.

FAQ

Does overtime apply before I reach 40 hours? No. Under the standard weekly rule, overtime only begins after 40 hours in the workweek.

What multiplier should I use? Time-and-a-half (1.5) is the federal U.S. minimum; some employers or jurisdictions pay 2.0 (double time) for certain hours.

Is this legal advice? No. It is an estimate. Check your local labor laws and employment contract, which may include daily overtime or different thresholds.

Last updated: