Prorated Gross Pay
{{ moneyLabel(selectedResult.proratedPay) }}
{{ summaryLine }}
{{ formatNumber(selectedResult.payableDays, 2) }} payable days {{ formatPercent(selectedResult.ratio * 100, 2) }} ratio {{ moneyLabel(fullPeriodPay) }} full period {{ selectedResult.methodLabel }} {{ formatNumber(selectedResult.unpaidLeaveDays, 2) }} unpaid leave
Payroll proration inputs
Choose annual, monthly, or already-full pay-period gross.
Enter gross amount only; taxes and deductions are not included.
{{ currency_symbol || '$' }}
Select the payroll cadence used to derive full-period gross pay.
{{ methodHint }}
Enter the policy divisor, e.g. 21, 22, or 26.
Enter the exact divisor named by the payroll policy.
Use YYYY-MM-DD for the first date of the full pay period.
Use YYYY-MM-DD for the last date of the full pay period.
Use YYYY-MM-DD for the employee's first payable date in this period.
Use YYYY-MM-DD for the employee's last payable date in this period.
Short display symbol only; it does not convert amounts.
Enter annual pay periods, e.g. 24 for semi-monthly or 26 for biweekly.
Check the weekdays that should be treated as non-working days.
Enter YYYY-MM-DD dates separated by commas, spaces, or lines.
Enter unpaid YYYY-MM-DD dates only; paid leave stays out of this list.
Choose cent, whole-unit, floor, or ceiling rounding for the final gross pay.
Optional employee, case, or payroll-run label for notes and exports.
Metric Value Note Copy
{{ row.label }} {{ row.value }} {{ row.note }}
Method Payable days Denominator Ratio Prorated gross Copy
{{ row.methodLabel }}
{{ row.formula }}
{{ formatNumber(row.payableDays, 2) }} {{ formatNumber(row.denominator, 2) }} {{ formatPercent(row.ratio * 100, 2) }} {{ moneyLabel(row.proratedPay) }}
Enter valid pay and dates to build the proration spread chart.

Payroll Note

{{ payrollNote }}

JSON Export

:

Introduction

Payroll proration turns a full pay-period wage into a partial gross amount when an employee joins, leaves, changes status, or takes unpaid leave inside the period. The answer depends on the paid service dates, the full-period gross pay, and the day-count rule used by the employer, contract, or local payroll rule.

The same month can produce different gross pay under different policies. A calendar-day method spreads pay across every day in the period. A working-day method counts only workdays after rest days and closed dates are removed. Some payroll teams use a fixed monthly workday count or a contract-specific divisor so each payroll run follows the same internal rule.

Timeline showing a full pay period, the paid service range, and an unpaid day removed before calculating a proration ratio

Proration is useful for first paychecks, final paychecks, mid-period unpaid leave, and quick payroll checks before a result is entered into a payroll system. It is also easy to misread. A prorated gross amount is not net pay, and a larger or smaller result does not automatically prove that one policy is better. It usually means the denominator, counted days, or leave treatment changed.

The safest use is to match the calculation method to the policy that applies to the employee, then keep a clear note showing the dates, day counts, divisor, ratio, and rounding choice. Taxes, statutory deductions, benefits, and jurisdiction-specific compliance rules still need separate payroll review.

Technical Details:

Payroll proration is a ratio calculation. The full-period gross pay is multiplied by the portion of the period that is payable. The numerator is the counted paid service time after eligible unpaid leave is removed. The denominator is the full period or policy divisor selected for the payroll rule.

Day-count rules matter because payroll periods are not all the same shape. A month may have 28, 29, 30, or 31 calendar days. Workdays change with weekends, holidays, and closed dates. A fixed monthly divisor can make internal policy consistent, but it can also produce a ratio above 100% when counted payable workdays exceed the chosen divisor.

Prorated gross pay = round(full-period gross pay×payable daysdenominator) Proration ratio = payable daysdenominator

Full-period gross pay is derived before the day ratio is applied. An annual salary is divided by the number of pay periods per year. A monthly salary is multiplied by 12 and then divided by the same period count. A per-period amount is already the full gross pay for the current pay period.

Payroll proration methods and day-count rules
Method Payable days Denominator Important boundary
Calendar days Paid service calendar days minus unpaid leave dates inside service Total calendar days in the pay period Weekends and holidays are still calendar days.
Working days Paid service workdays minus unpaid leave dates that would otherwise be payable Total workdays after selected weekends and holiday dates are removed Unpaid leave on a weekend or listed holiday does not reduce payable workdays again.
Fixed workdays Same payable workday count as the working-day method Fixed monthly workday value A low fixed divisor can create a ratio above 100%.
Custom denominator Same payable workday count as the working-day method User-entered policy divisor The result is only as defensible as the divisor supplied by the policy.

The paid service range is clamped to the pay period. If the employee starts before the period begins or ends after it closes, only the overlap with the period is counted. If there is no overlap, payable days are zero. Holiday and unpaid-leave lists accept date tokens, then ignore dates outside the relevant range with warnings so the day-count record can be checked before payroll entry.

Validation and rounding rules used by the payroll proration calculator
Input or rule Accepted or applied behavior What to verify
Dates YYYY-MM-DD dates for pay period and paid service range Start dates must be on or before end dates.
Holiday and unpaid leave lists Comma, space, semicolon, or line-separated date tokens Invalid tokens are reported before results are trusted.
Pay amount Gross amount of zero or more Use gross pay before tax, deductions, benefits, and employer burden.
Custom period count and denominator Must be greater than zero when selected Confirm the count matches the payroll calendar or written policy.
Rounding Nearest cent, floor to cent, ceiling to cent, or nearest whole currency unit Compare the rounded gross pay with the unrounded gross pay when cents matter.

Jurisdiction and employer policy can change which absences count, whether public holidays are included, and when salary deductions are allowed. Some official guidance uses working-day formulas for incomplete months, while other rules focus on salary-basis restrictions for specific first-week, last-week, or leave situations. Use the formula record as calculation evidence, then check the governing payroll rule before treating the number as final.

Everyday Use & Decision Guide:

Start with the payroll policy, not with the highest or lowest result. If the policy says to prorate by actual working days, use the working-day method and set the weekend days and holiday or closed dates first. If the policy names a fixed divisor such as 22 or a custom divisor from a contract, enter that denominator and expect the method comparison to show a different result from calendar-day math.

For a new hire or leaver, enter the full pay period first, then enter the paid service start and paid service end. Active employees usually use the period end as the paid service end. Unpaid leave dates should be entered only for dates that should reduce pay; paid annual leave, paid sick leave, and paid public holidays may need different treatment under the applicable policy.

  • Breakdown is the best first check because it shows full-period gross pay, payable days, denominator, proration ratio, unrounded gross pay, and rounded gross pay.
  • Method Comparison helps explain why calendar-day, working-day, fixed-workday, and custom-denominator results differ.
  • Proration Spread is useful when you need a quick visual comparison of the gross amounts produced by each method.
  • Payroll Note gives a copyable explanation with the formula, period dates, paid service dates, and gross-pay limitation.
  • JSON keeps the inputs, selected result, comparison rows, day counts, and warnings in a structured record.

Slow down when a warning appears. A paid service range outside the pay period, a zero denominator, ignored holiday dates, ignored unpaid leave dates, or a ratio above 100% usually means an input or policy assumption needs review. The result may still be intentional, but it should not be copied without checking the reason.

The result does not decide payroll compliance, net pay, tax withholding, or benefits deductions. Use the rounded gross pay as the calculation output, then keep the breakdown or payroll note with the employee record so another payroll reviewer can see exactly how the number was produced.

Step-by-Step Guide:

Work from pay policy to pay result so the day counts stay explainable.

  1. Choose Salary basis and enter the gross Pay amount. If the basis is annual or monthly, set Pay frequency or Custom periods per year so the full-period gross pay is derived correctly.
  2. Select the Proration method. Use calendar days, working days, fixed monthly workdays, or a custom denominator according to the payroll rule you need to apply.
  3. Enter Pay period start and Pay period end, then enter Paid service start and Paid service end. The result will clamp service dates to the pay period when they extend outside it.
  4. Open Advanced when working-day math needs a currency symbol, custom period count, weekend-day selection, holiday or closed dates, unpaid leave dates, rounding mode, or payroll note label.
  5. Fix validation messages before using the result. Invalid dates, reversed ranges, negative pay, and zero policy denominators block a reliable calculation.
  6. Read Prorated Gross Pay, then confirm payable days, ratio, full period, and the selected method badge in the headline summary.
  7. Check Breakdown and Method Comparison before copying the payroll note or exporting a table. Differences between methods usually come from the denominator or from how weekends, holidays, and unpaid leave were counted.

Interpreting Results:

Read the rounded gross pay together with the ratio. A $3,409.09 result from a $5,000 full-period amount is meaningful only if the matching ratio, payable days, and denominator are correct. The ratio explains the pay result; the rounded amount is the payroll-facing number.

The method comparison is not a ranking. Calendar-day proration can be higher than working-day proration when the paid service range contains weekends. Fixed-denominator proration can be higher than full pay if the fixed divisor is lower than the counted payable workdays. Those differences are policy effects, not calculation errors by themselves.

How to interpret payroll proration output fields
Output What it means Before using it
Payable days Counted days after the selected method and unpaid leave rules are applied Check whether weekends, holidays, and leave dates were meant to count.
Denominator The full period or policy divisor used for the ratio Confirm it matches the written payroll method.
Proration ratio Payable days divided by the denominator Investigate ratios above 100% before entering pay.
Unrounded gross pay Full-period gross pay multiplied by the raw ratio Use it to audit rounding differences.
Rounded gross pay The final displayed gross amount after the selected rounding mode Use this as the gross-pay entry only after warnings are cleared or explained.

A clean result should have no unresolved validation errors, no unexplained warnings, a denominator that matches policy, and day counts that a payroll reviewer can recreate from the period, service dates, weekend settings, holiday dates, and unpaid leave list.

Worked Examples:

Mid-month new hire on a working-day rule

A monthly employee has a $5,000 gross monthly salary for April 1 through April 30, 2026. Paid service starts on April 10 and runs through the period end. With Saturday and Sunday as weekend days and no holidays, April has 22 working days and the paid service range contains 15 working days. The working-day result is $5,000 × 15 / 22 = $3,409.09 after nearest-cent rounding. In Breakdown, the important checks are Payable days of 15.00, a Denominator of 22.00, and a Proration ratio of 68.1818%.

Same dates under calendar-day math

The same April new hire produces a different gross amount if the payroll policy uses calendar days. April has 30 calendar days, and April 10 through April 30 covers 21 calendar days. The calendar-day result is $5,000 × 21 / 30 = $3,500.00. Method Comparison shows why the calendar-day result is higher: weekends inside the paid service range count under calendar math.

Unpaid leave inside a biweekly period

An annual salary of $78,000 on a biweekly payroll gives a full-period gross pay of $3,000. For a March 16 through March 29, 2026 period, a one-day unpaid leave entry on March 20 reduces the working-day count from 10 to 9. The working-day gross result is $2,700.00. If the unpaid leave date were a Saturday or a listed holiday, Unpaid leave days counted would not reduce working-day payable days again.

Fixed divisor above 100%

A full-month employee in April 2026 has 22 working days. If Fixed monthly workdays is set to 20, the ratio becomes 22 / 20, or 110%, and a $5,000 full-period amount becomes $5,500.00. That can happen when the divisor is lower than the counted payable workdays. Treat the warning as a prompt to confirm the fixed divisor before using the result.

Responsible Use Note:

This calculator supports gross-pay estimation and payroll review notes. It does not calculate tax withholding, statutory contributions, employee benefits, wage garnishments, overtime premiums, final-pay deadlines, or country-specific employment-law compliance. Confirm the applicable payroll policy and local rules before paying an employee or changing payroll records.

FAQ:

Which proration method should I choose?

Use the method named by the employment contract, payroll policy, or local rule. Calendar days count every date in the period. Working days remove selected weekends and listed holiday or closed dates. Fixed and custom denominators should come from a documented policy, not from whichever result looks best.

Why are calendar-day and working-day results different?

They use different denominators and sometimes different payable-day counts. A paid service range that includes weekends can count more days under calendar math than under working-day math, while holiday dates affect working-day denominators but not calendar-day denominators.

What should I do if I see a ratio above 100%?

Check the fixed monthly workdays or custom denominator. A ratio above 100% means payable days are greater than the selected divisor. That may be intended under a policy, but it should be confirmed before the rounded gross pay is used.

Why did an unpaid leave date not reduce payable workdays?

For working-day, fixed-workday, and custom-denominator methods, unpaid leave reduces payable days only when the date would otherwise count as a workday. If the date falls on a selected weekend or holiday date, it is already excluded from the working-day count.

Can I use the result as net pay?

No. The result is prorated gross pay. Net pay still depends on tax withholding, statutory contributions, benefits, deductions, and any employer-specific payroll adjustments outside this calculation.

Why am I getting date validation errors?

Use YYYY-MM-DD dates, keep each start date on or before its matching end date, and remove invalid tokens from the holiday or unpaid leave lists. Date lists can be separated by commas, spaces, semicolons, or new lines.

Glossary:

Full-period gross pay
The gross pay amount for the whole pay period before applying a proration ratio.
Payable days
The days counted for pay after service dates, day-count method, and unpaid leave treatment are applied.
Denominator
The total period day count or policy divisor used to turn payable days into a ratio.
Proration ratio
Payable days divided by the denominator.
Gross pay
Pay before tax withholding, benefits, deductions, and other payroll adjustments.

References: