# Annual Salary to Period Pay Converter

> Convert an annual salary into monthly, semi-monthly, biweekly, weekly, daily and hourly pay — using the standard payroll period counts, in any currency. Free.

- **Category:** Finance & Money
- **Interactive calculator:** https://youcalc.com/en/finance-money/annual-to-period-pay-converter/
- **Price:** Free, no sign-up required

## Overview

An annual salary is one number, but you are rarely paid it all at once — payroll splits it into regular cheques, and exactly how big each cheque is depends on which pay schedule your employer runs. This converter takes a yearly figure and breaks it into every common pay period at once: monthly, semi-monthly, biweekly, weekly, daily and hourly. It uses the standard payroll period counts (twelve months, but twenty-four semi-monthly and twenty-six biweekly periods a year), so the biweekly and semi-monthly amounts come out correctly different rather than being treated as the same thing.

## How to read your result

The headline figure is the monthly amount, with the per-cheque figures beside it. The key thing to notice is that "biweekly" and "semi-monthly" are not the same: semi-monthly pays twice a month, which is twenty-four cheques a year, while biweekly pays every two weeks, which lands twenty-six times a year because the calendar has slightly more than fifty-two weeks of pairs. Two extra cheques mean each biweekly amount is a little smaller than the semi-monthly one. The daily and hourly figures depend on the working-days and hours settings you choose, so adjust those if your schedule differs from the defaults.

## Method

monthly = annual ÷ 12; semi-monthly = annual ÷ 24; biweekly = annual ÷ 26; weekly = annual ÷ 52; daily = annual ÷ working-days-per-year; hourly = annual ÷ (hours-per-week × weeks-per-year). The 24 semi-monthly and 26 biweekly divisors are the standard payroll period counts and are what make the two "twice-a-month-ish" cheques differ. Every figure is rounded to two decimal places. The engine never converts currencies — the currency you pick is only a label on the amounts.

## Example

- **Setup:** A 52,000 a year salary on the default settings — 260 working days, 40 hours a week, 52 weeks.
- **Result:** That is 4,333.33 a month, 2,166.67 semi-monthly (÷24), 2,000.00 biweekly (÷26), 1,000.00 a week, 200.00 a day and 25.00 an hour.

## Frequently asked questions

### What is the difference between biweekly and semi-monthly pay?

Semi-monthly pay arrives twice a month — for example the 15th and the last day — which is exactly 24 cheques a year. Biweekly pay arrives every two weeks, which works out to 26 cheques a year because 52 weeks divided by 2 is 26. Because biweekly has two extra cheques, each individual biweekly amount (annual ÷ 26) is smaller than each semi-monthly amount (annual ÷ 24), even though both feel like "about twice a month".

### Why is monthly pay not the same as two biweekly cheques?

Monthly pay is the annual salary ÷ 12. Two biweekly cheques are the annual ÷ 26 × 2 = annual ÷ 13, which is slightly more than a twelfth. Over a year, ten months have two biweekly cheques and two months have three, which averages out to the same yearly total but makes any single month's biweekly pay differ from the flat monthly figure.

### Does this show take-home (net) pay?

No. It converts a gross annual salary into gross pay for each period. It does not deduct income tax, social security, pension or health contributions, which depend on your country and personal situation. Use it to understand the size and rhythm of each cheque before deductions.

### How are the daily and hourly amounts worked out?

Daily pay is the annual salary divided by your working days per year (260 by default — five days a week over 52 weeks). Hourly pay is the annual salary divided by your annual hours, which is hours per week × weeks per year (2,080 by default). Change those settings to match a part-time schedule, a shorter working year, or a different full-time week.

## Related calculators

- [Salary to Hourly Calculator](https://youcalc.com/en/finance-money/salary-to-hourly/)
- [Pro Rata Salary Calculator](https://youcalc.com/en/finance-money/pro-rata-salary-calculator/)
- [Pay Raise Calculator](https://youcalc.com/en/finance-money/pay-raise-calculator/)
- [Time Card Calculator with Overtime](https://youcalc.com/en/date-time/time-card-overtime/)

## Sources

- https://www.investopedia.com/terms/b/biweekly-pay.asp
- https://www.opm.gov/policy-data-oversight/pay-leave/pay-administration/fact-sheets/computing-hourly-rates-of-pay-using-the-2087-hour-divisor/

---

Interactive version: https://youcalc.com/en/finance-money/annual-to-period-pay-converter/ · From YouCalc — https://youcalc.com
