⏱️ Time Card Calculator 2026

Enter your daily clock-in/out times, lunch breaks, and rest breaks to calculate regular hours, overtime hours, and gross pay for your weekly timesheet. Supports daily & weekly overtime thresholds, time-and-a-half, double-time, overnight shifts, and configurable pay rates — with FLSA formulas rendered via MathJax.

7-Day Timesheet Daily & Weekly OT Lunch & Break Deduction Gross Pay Calculator Print to PDF

⚙️ Pay & Overtime Settings

📋 Weekly Timesheet

Day Clock In Lunch Out Lunch In Clock Out Break (min) Regular OT Hours Total
Weekly Totals → 0:00 0:00 0:00

💰 Weekly Pay Summary

Regular Hours 0:00
Overtime Hours 0:00
Total Hours 0:00
Regular Pay $0.00
Overtime Pay $0.00
💵 Gross Pay $0.00

📖 How to Use This Time Card Calculator

  1. 1
    Configure Your Pay & Overtime Settings

    Enter your hourly rate, daily overtime threshold (US Federal: 8h; California/Alaska: 8h/day; Nevada: 8h/day), weekly overtime threshold (most states: 40h), and overtime multiplier (1.5× for time-and-a-half, 2.0× for double-time). Settings update calculations instantly.

  2. 2
    Enter Daily Clock-In and Clock-Out Times

    For each day you worked, enter your clock-in (start) and clock-out (end) times using the time pickers. Leave fields blank for days off. Overnight shifts (e.g., 10 PM → 6 AM) are handled automatically.

  3. 3
    Enter Lunch Breaks and Additional Breaks

    For unpaid meal periods, enter the Lunch Out and Lunch In times. For additional unpaid breaks, enter the total minutes in the "Break (min)" column. The break duration is automatically deducted from your worked hours. Do NOT enter paid 15-minute rest breaks here.

  4. 4
    Review the Weekly Summary

    The orange summary panel shows your total regular hours, overtime hours, total hours, regular pay, overtime pay, and gross pay for the week. Each row of the timesheet shows per-day regular and OT hours in real-time.

  5. 5
    Print or Save Your Timesheet

    Click "🖨️ Print Timesheet" to open your browser's print dialog. Save as PDF for permanent records, or print on paper for employer submission. The print layout shows only the settings, timesheet, and summary — hiding the educational content for a clean timecard document.

📐 Time Card — Complete Mathematical Formulas

Daily Hours Worked — With Lunch & Break Deduction

\( T_{i} = T_{\text{out},i} - T_{\text{in},i} - T_{\text{lunch},i} - T_{\text{break},i} \qquad \text{(same day)} \)

\( T_{i} = (T_{\text{out},i} + 1440) - T_{\text{in},i} - T_{\text{lunch},i} - T_{\text{break},i} \qquad \text{(overnight: } T_{\text{out}} < T_{\text{in}}\text{)} \)

\( T_{\text{lunch},i} = T_{\text{lunch-in},i} - T_{\text{lunch-out},i} \qquad \text{(all values in minutes)} \)

\( \text{Example: Clock in 9:00, Lunch 12:00–12:30, Clock out 17:30, Break 0 min} \)

\( T_i = (17\!\times\!60\!+\!30) - (9\!\times\!60) - 30 - 0 = 1050 - 540 - 30 = \mathbf{480\,\text{min} = 8\,\text{h}} \)

All internal calculations use integer minutes. 1440 min = 24 hours = one full day cycle. Display converts to H:MM format: \(H = \lfloor T/60 \rfloor\), \(M = T \bmod 60\).
Daily Overtime Allocation

\( T_{\text{reg},i} = \min\!\left(T_i,\; \theta_d\right) \qquad T_{\text{OT},i}^{\text{daily}} = \max\!\left(0,\; T_i - \theta_d\right) \)

\( \theta_d = \text{daily OT threshold (default: 480 min = 8 h)} \)

\( \text{Example: 10 hours worked} \Rightarrow T_{\text{reg}} = \min(600, 480) = 480\,\text{min} = 8\,\text{h regular} \)

\( T_{\text{OT}}^{\text{daily}} = \max(0, 600-480) = 120\,\text{min} = 2\,\text{h overtime} \)

Daily OT is required by California, Alaska, Nevada, and Colorado. Federal FLSA only mandates weekly OT. Set daily threshold to very high (e.g., 999h) to disable daily OT if not in a daily-OT state.
Weekly Overtime & Gross Pay Formula

\( T_{\text{week}} = \sum_{i=1}^{7} T_i \qquad T_{\text{OT}}^{\text{weekly}} = \max\!\left(0,\; T_{\text{week}} - \theta_w\right) \)

\( T_{\text{OT}} = \max\!\left(T_{\text{OT}}^{\text{daily}},\; T_{\text{OT}}^{\text{weekly}}\right) \qquad T_{\text{regular}} = T_{\text{week}} - T_{\text{OT}} \)

\( P_{\text{gross}} = \frac{T_{\text{regular}}}{60} \times r + \frac{T_{\text{OT}}}{60} \times r \times m \)

\( = r \!\left(\frac{T_{\text{regular}}}{60} + m \times \frac{T_{\text{OT}}}{60}\right) \)

\( \text{Example: 45 h total, \$25/h, 1.5× OT} \Rightarrow \$25 \times 40 + \$25 \times 1.5 \times 5 = \$1{,}000 + \$187.50 = \mathbf{\$1{,}187.50} \)

\(r\) = regular hourly rate · \(m\) = OT multiplier (1.5 for time-and-a-half, 2.0 for double-time) · \(\theta_w\) = weekly threshold (minutes, default 2400 min = 40h). The max(daily, weekly) approach ensures the higher OT count applies when both thresholds are exceeded.
California Double-Time — Full Formula (Two OT Tiers)

\( T_{\text{reg},i} = \min(T_i,\; 8\,\text{h}) \qquad T_{\text{OT1},i} = \min\!\bigl(\max(0,T_i-8), 4\bigr)\,\text{h} \)

\( T_{\text{DT},i} = \max\!\left(0,\; T_i - 12\right)\,\text{h} \qquad \text{(hours over 12 on any day = double time)} \)

\( P_{\text{day}} = T_{\text{reg}} \times r + T_{\text{OT1}} \times 1.5r + T_{\text{DT}} \times 2r \)

\( \text{7th consecutive day: first 8h at 1.5×, hours beyond 8h at 2× (CA Labor Code § 510)} \)

California Labor Code § 510 requires: (1) OT at 1.5× for hours 8–12 in a single workday; (2) DT at 2× for hours beyond 12 in a workday; (3) for the 7th consecutive day in a workweek, first 8 hours at 1.5×, everything beyond at 2×. This calculator uses a single OT multiplier for simplicity — select 2.0× and limit daily threshold to 12h for DT simulation.

📜 What Is a Time Card? History & Importance

A time card (also called a timesheet or time sheet) is a document — paper or digital — that records the hours an employee works during a pay period. The term "time card" literally originated from the physical punch cards used in mechanical time recording systems: an employee would insert a paper card into a clock machine, which would stamp the current time, creating a physical record of clock-in and clock-out.

The first commercial time clock was patented by Willard L. Bundy in 1888 and manufactured by the Bundy Manufacturing Company — later acquired by International Business Machines (IBM). By the early 20th century, punch-card time clocks were ubiquitous in factories across America and Europe, enabling for the first time accurate, tamper-resistant records of employee attendance at scale.

Today, physical punch cards have been replaced by digital time tracking — biometric terminals, web-based timesheets, GPS tracking, and mobile apps like TSheets (now QuickBooks Time), Clockify, and Homebase. However, the fundamental calculation behind all these systems remains the same: total hours worked = clock-out minus clock-in minus unpaid breaks, and if those hours exceed certain thresholds, overtime premium pay applies.

Accurate time card management matters enormously. The US Department of Labor's Wage and Hour Division recovered $274 million in back wages in fiscal year 2023 — the largest share from minimum wage and overtime violations, many of which trace directly to inaccurate timekeeping.

⚖️ Overtime Laws by State — When Daily OT Applies

StateDaily OT ThresholdDaily OT RateWeekly OTDouble Time Triggers
🇺🇸 Federal (FLSA)None> 40h at 1.5×Not required
🔴 California> 8h/day1.5×> 40h at 1.5×> 12h/day; 7th consecutive day
🔴 Alaska> 8h/day1.5×> 40h at 1.5×Not required (state)
🔴 Nevada> 8h/day1.5× (if wage ≤ 1.5× min wage)> 40h at 1.5×Not required
🟠 Colorado> 12h/day1.5×> 40h at 1.5×Not required
🟡 All other statesNone> 40h at 1.5×Not required (federal minimum)
🇬🇧 United KingdomNone statutoryContractualAvg 48h/13wk maxContractual only
🇫🇷 FranceNone> 35h at 125% (1–8h), 150% (8h+)As per collective agreement
🇦🇺 AustraliaNone (federal)> 38h at 150–200%Award/enterprise agreement dependent
⚠️ California employers: Set the daily OT threshold to 8 hours and use 1.5× multiplier for time-and-a-half. For double-time simulation, change the threshold to 12 hours and select 2.0×. For the 7th consecutive workday provision (first 8h at 1.5×, beyond 8h at 2×), consult your payroll system — this calculator uses a single-tier OT for simplicity. Always verify with a California-licensed payroll professional or HR attorney.

📆 Pay Period Types — Weekly, Biweekly, Semi-Monthly & Monthly

📅

Weekly (52 periods/year)

One paycheck per week. OT calculated on 40h/week. Most common in construction, manufacturing, hourly retail. Pros: faster access to earned wages, easier OT tracking. Cons: 52 payroll runs/year is high administrative cost. Approx. 33% of US workers paid weekly (BLS 2023).

📆

Biweekly (26 periods/year)

Paycheck every two weeks. OT applies per workweek (each 7-day period within the pay period). Most popular in US: approx. 43% of employers (APA 2022 Survey). Two months per year have 3 pay periods. Use this calculator for each workweek separately, then add totals.

🗓️

Semi-Monthly (24 periods/year)

Paid twice per month — typically the 1st and 15th. Pay periods don't align with calendar weeks, making OT calculation complex. Common for salaried employees and professional services. Each semi-monthly period spans different numbers of days and weeks.

📋

Monthly (12 periods/year)

Single monthly paycheck. Common in European countries and for highly salaried US executives. Simplest for payroll administration. Under FLSA, OT is still calculated per workweek — meaning monthly paid nonexempt employees still accrue weekly OT that must be included in the monthly check.

N
Written & Reviewed by Num8ers Editorial Team — Payroll Systems, Labor Compliance & Time-Tracking Specialists Last updated: April 2026 · US Federal holiday data from OPM · FLSA overtime: 29 USC § 207; 29 CFR Part 778 (Overtime Compensation) · DOL Wage and Hour Division FY2023 enforcement data (dol.gov/agencies/whd) · California Labor Code § 510 (daily overtime and double-time) · Alaska Wage and Hour Act AS 23.10.060 · Nevada Revised Statutes 608.018 · Colorado COMPS Order #40 (2024) · APA (American Payroll Association) "Getting Paid in America" Survey 2022 · BLS Occupational Employment and Wage Statistics (OEWS) 2023 · Bundy time clock patent: US Patent 384,179 (Willard L. Bundy, 1888). This calculator is for informational purposes only. Consult a Certified Payroll Professional (CPP) or employment attorney for compliance advice.

❓ Frequently Asked Questions — Time Cards & Overtime

How do I calculate my total hours worked for the week?
Formula: \(T_\text{week} = \sum_{i=1}^{7}(T_{\text{out},i} - T_{\text{in},i} - T_{\text{lunch},i} - T_{\text{break},i})\). Enter each day's clock-in, clock-out, lunch break, and additional rest breaks in the table above. The calculator sums all daily totals automatically and shows the weekly total at the bottom of the timesheet. For overnight shifts, the calculator adds 1440 minutes (24 hours) to the clock-out time when it is earlier than clock-in.
How is daily overtime calculated differently from weekly overtime?
Daily overtime is triggered when you work more than the daily threshold (default: 8 hours) on any single day — regardless of your weekly total. It is required in California, Alaska, and Nevada. Weekly overtime (federal FLSA standard) triggers when total hours in a workweek exceed 40 hours. This calculator applies the higher of the two: if daily OT adds up to more hours than weekly OT would give, the daily figure is used (and vice versa). Most states outside California, Alaska, Nevada, and Colorado follow federal weekly-only OT.
What is time-and-a-half and how do I calculate it?
Time-and-a-half means 1.5 times the regular hourly rate for overtime hours. Formula: \(r_\text{OT} = 1.5 \times r\). Example: regular rate $20/h → OT rate = $30/h. If you work 45 hours in a week: 40 regular hours × $20 = $800; 5 OT hours × $30 = $150; gross pay = $950. The calculator does this automatically — enter your hourly rate in settings and select 1.5× multiplier (default).
When does double-time apply?
California Labor Code § 510 requires double-time (2×) in two situations: (1) When an employee works more than 12 hours in a single workday; (2) For all hours worked on the 7th consecutive day of a workweek beyond 8 hours. No other US state currently has a double-time statutory requirement, though some union contracts and employer policies provide it. Select the 2.0× multiplier in the settings above and set daily threshold to 12h to simulate California double-time.
How do I handle a lunch break in my time card?
For unpaid meal breaks: Enter Lunch Out (when you stopped working) and Lunch In (when you returned). The difference is automatically deducted. Example: Lunch Out 12:00, Lunch In 12:45 → 45 minutes deducted. For paid short rest breaks (10–20 minutes): do NOT enter them — per FLSA, rest breaks ≤ 20 minutes must be paid and should not be deducted from hours worked (29 CFR § 785.18). For extra unpaid breaks beyond lunch: use the "Break (min)" column.
What is the "workweek" for overtime purposes?
A workweek is any fixed, regularly recurring period of 168 hours (7 consecutive 24-hour days) — per 29 CFR § 778.105. It does not need to start on Monday or match the pay period. Employers must designate a fixed workweek start day. Common choices: Sunday midnight, Monday 12:01 AM. Once set, the employer cannot change the workweek solely to avoid OT liability. This calculator defaults to Monday–Sunday but functions correctly regardless of which day you consider first.
Who is exempt from overtime under FLSA?
Exempt employees — those who are NOT entitled to overtime — must meet both a salary basis test AND a duties test. Main exemptions: (1) Executive: primary duty = managing 2+ employees, earning ≥ $684/week ($35,568/year as of 2024); (2) Administrative: office work directly related to management, salary ≥ $684/week; (3) Professional: learned (law, medicine, accounting) or creative field, salary ≥ $684/week; (4) Outside sales: primary duty = making sales away from employer's place of business — no salary minimum. Hourly employees are almost always nonexempt and entitled to OT.
How long must employers keep time card records?
FLSA § 516.5(a): at least 2 years for payroll records, collective bargaining agreements, and sales/purchase records. Individual time card records (daily start/end times, pay period totals): minimum 2 years. Some states require longer: California 3 years (Lab. Code § 1174(d)); New York 6 years (Lab. Law § 195). Best practice: retain 3 years to cover FLSA's 3-year statute of limitations for willful violations. Electronic records are acceptable if they can be converted to a readable form for inspection.
What is buddy punching and how can it be prevented?
"Buddy punching" is when one employee clocks in (or out) on behalf of another who is not present — inflating the absent employee's recorded hours. The American Payroll Association estimated buddy punching costs US employers approximately $373 million annually (APA 2020). Prevention methods: (1) Biometric time clocks (fingerprint, face recognition) — used by 30% of employers (APA 2022); (2) Geofencing time-tracking apps that require GPS location verification; (3) Supervisory attestation of timesheets; (4) badge-plus-PIN dual authentication. Paper time cards and unsecured digital systems are most vulnerable.
How do I calculate biweekly gross pay?
For biweekly payroll, calculate each workweek separately — do not add two weeks then calculate OT on 80 hours. FLSA OT is calculated per workweek, not per pay period. Example: Week 1 = 45h → 40 regular + 5 OT; Week 2 = 38h → 38 regular + 0 OT. Biweekly totals: 78 regular hours + 5 OT hours. At $25/h with 1.5× OT: Week 1 = $1,187.50; Week 2 = $950.00; Biweekly gross = $2,137.50. Use this calculator for each week separately, then add results.
What is the difference between gross pay and net pay?
Gross pay is total earnings before any deductions. Net pay (take-home pay) is after: (1) Federal income tax withholding (based on W-4 filing status); (2) FICA: Social Security (6.2% on wages up to $168,600 in 2024) + Medicare (1.45%, plus 0.9% Additional Medicare Tax on wages over $200,000); (3) State and local income taxes; (4) Voluntary deductions: health insurance, 401(k) contributions, HSA, FSA. This calculator shows gross pay only — for net pay calculation, use a dedicated payroll software or withholding estimator (IRS Publication 505).
How do salaried employees figure out their hourly rate for OT?
For nonexempt salaried employees, the FLSA "regular rate" for a fixed salary covering a fixed number of hours: \(r = \text{weekly salary} / H_\text{agreed}\) where \(H_\text{agreed}\) = agreed hours (e.g., 40). Example: Salary = $800/week for 40h → \(r = \$20/\text{h}\) → OT rate = $30/h. For a fluctuating-workweek (FWW) arrangement (salary covers all hours regardless of quantity): \(r = \text{salary}/\text{actual hours worked that week}\), OT premium = 0.5×r (the half-time method). The FWW method is allowed in some states but banned in California and some others — verify with state law.

🔗 Related Calculators on Num8ers

Found this useful? Save as PDF (Print → Save as PDF) for your records, or share with your HR team. For official payroll compliance — especially in California, Alaska, or Nevada with daily OT requirements — please verify with a Certified Payroll Professional (CPP) or employment attorney. DOL Wage and Hour Division: dol.gov/agencies/whd. Feedback: Num8ers.com.