Direct answer
Add paid hours for the whole workweek first, then treat hours up to the threshold as regular and hours above it as overtime.
The split should happen after unpaid breaks are removed from each day.
Use this answer for splitting one weekly total into regular hours and overtime hours. Compare the inputs with your time card, schedule, payroll export, manager correction, or written timekeeping note before relying on the result.
Open Time Card CalculatorFormula and worked example
Formula: Regular hours = min(total paid hours, threshold). Overtime hours = max(total paid hours - threshold, 0).
Example: Example: a 46-hour week with a 40-hour threshold has 40 regular hours and 6 overtime hours.
Keep the formula and example beside the calculator result so you can spot whether the difference came from hours, dates, pay frequency, or policy wording.
Comparison table
| Part | Value | Why it matters |
|---|---|---|
| Question | splitting one weekly total into regular hours and overtime hours | Defines the calculation |
| Formula | Regular hours = min(total paid hours, threshold). Overtime hours = max(total paid hours - threshold, 0). | Keeps assumptions visible |
| Example | Example: a 46-hour week with a 40-hour threshold has 40 regular hours and 6 overtime hours. | Shows the number in context |
| Calculator | Time Card Calculator | Tests real inputs |
Step-by-step method
Key checks
- Write down the clock times, unpaid breaks, date range, schedule type, workweek boundary, and rounding rule before calculating.
- Calculate the clean version first so the baseline is visible.
- Apply the rule: Regular hours = min(total paid hours, threshold). Overtime hours = max(total paid hours - threshold, 0).
- Adjust for unpaid meals, paid breaks, rounded punches, overnight shifts, split shifts, holidays, and custom non-work days only when those details apply.
- Compare the result with your time card, schedule, payroll export, manager correction, or written timekeeping note before using it for a real timesheet note, payroll question, work-hours estimate, invoice, or deadline check.
What can change the answer
The answer can change when unpaid meals, paid breaks, rounded punches, overnight shifts, split shifts, holidays, and custom non-work days are part of the real situation.
That does not make the calculator unreliable. It means the inputs need to match the real rule, schedule, paycheck, or policy record.
If the result affects pay, PTO, notice timing, or a formal deadline, treat it as a planning estimate until the official source confirms it.
Real-world check
Regular and overtime hours should be split after all paid daily hours are totaled for the workweek. Do not split each day unless the rule says daily overtime applies.
If the employee had unpaid lunch or missed punches, correct those first. Overtime based on a bad weekly total will also be wrong.
Common mistakes
Key checks
- Do not split overtime day by day when the rule is weekly.
- Do not include unpaid lunch in the paid weekly total.
- Do not apply the overtime rate to all hours unless the policy says so.
Use the related calculator
Use Time Card Calculator when you want to test this question with real inputs instead of doing the math in your head.
Copy the result only with the assumptions beside it: dates, hours, pay rate, break treatment, deduction period, or policy detail.
If the answer raises a second question, use the related guides below instead of forcing one calculator to cover the whole decision.
Open Time Card Calculator