# Prorated Salary Calculator

Calculate prorated salary for partial pay periods. Enter annual salary, work days, and pay frequency to find the adjusted paycheck amount.

## What this calculates

Starting or leaving a job mid-pay period? Calculate exactly how much you should receive for a partial pay period. Enter your annual salary, the total and actual work days, and your pay frequency to get the prorated amount.

## Inputs

- **Annual Salary** ($) — min 0 — Your full annual salary before deductions.
- **Total Work Days in Period** — min 1, max 31 — Total working days in the full pay period (typically 20-23 for monthly).
- **Days Actually Worked** — min 0, max 31 — Number of working days you actually worked during this pay period.
- **Pay Frequency** — options: Monthly (12 periods), Semi-Monthly (24 periods), Biweekly (26 periods), Weekly (52 periods) — How often you are paid.

## Outputs

- **Full Period Gross Pay** — formatted as currency — What the full paycheck would be for this pay period.
- **Prorated Pay** — formatted as currency — Your adjusted pay for the partial period.
- **Daily Rate** — formatted as currency — Your effective daily pay rate for this period.
- **Deduction from Full Pay** — formatted as currency — Amount subtracted from the full period pay.
- **Percent of Period Worked** — formatted as percentage — Days worked as a percentage of total work days.

## Details

Prorated salary is the adjusted pay you receive when you work only part of a pay period. This commonly happens when you start a new job, leave a job, take unpaid leave, or transition between full-time and part-time.

The standard proration formula is: Prorated Pay = (Annual Salary / Pay Periods) x (Days Worked / Total Work Days in Period). On a $75,000 annual salary paid monthly, a full month's gross pay is $6,250. If the month has 22 work days and you worked 14, your prorated pay is $6,250 x (14/22) = $3,977.27.

There are a few different methods companies use to prorate:
- **Work days method:** Divide by actual business days in the period (most common and what this calculator uses)
- **Calendar days method:** Divide by total calendar days in the month (less common but simpler)
- **Annual work days method:** Use 260 work days per year as the denominator regardless of the month

Check with your HR department to confirm which method your company uses, since the result can vary by a few dollars depending on the approach. The work-days method is the most widely used and is generally considered the most fair.

## Frequently Asked Questions

**Q: How is prorated salary calculated?**

A: The most common method divides your annual salary by the number of pay periods to get the full period pay, then multiplies by the fraction of days you actually worked. For example: $75,000 annual salary / 12 months = $6,250 per month. If you worked 14 out of 22 work days, you get $6,250 x (14/22) = $3,977.27. Some companies use calendar days instead of work days, which gives a slightly different result.

**Q: When does salary proration happen?**

A: Salary proration commonly occurs when you start a new job mid-pay period, resign or are terminated mid-period, take unpaid leave or FMLA, switch between full-time and part-time, or when a pay period spans a salary change effective date. Your first and last paychecks at any job are almost always prorated unless you happen to start on the first day and leave on the last day of a pay period.

**Q: Does prorated salary affect benefits?**

A: It depends on the benefit. Health insurance premiums are usually charged for the full month regardless of proration (coverage is binary, not partial). 401(k) contributions are typically a percentage of actual gross pay, so they prorate automatically. PTO accrual may be prorated in the first and last months of employment. Check your employer's specific policies for details.

**Q: What is the difference between work days and calendar days methods?**

A: The work days method divides by business days only (typically 20-23 per month), ignoring weekends and holidays. The calendar days method divides by total days in the month (28-31). Work days is more common because it directly reflects when you actually work. Calendar days can penalize employees who start early in a month with 31 days vs. 28 days. The difference is usually small, around $50-$200 on a typical salary.

---

Source: https://vastcalc.com/calculators/finance/prorated-salary
Category: Finance
Last updated: 2026-04-08
