Finance calculators

Rate Increase Calculator

Updated Sep 7, 2026 By Jehan Wadia
Rate Formulas
Setup & Display Options
Re-labels the fields only — the math never changes.
Applied to every rate shown below.
Text shown after each rate, e.g. “per hour”.
Display only — calculations stay full precision.
Percentage Change Between Two Rates
The rate before the change.
The rate after the change.
New Rate From a Known Percentage Change
A negative percentage flips the direction automatically.
Original Rate From a Known New Rate
Back-calculates the rate before the change.
Cumulative / Multi-Step Rate Changes
Periodic Rate Conversion & Increase
Used only when hourly is involved.
Used only when daily is involved.
Effective Date Range (optional)
Adds span length and an annualized equivalent rate.

Result Summary
Percentage Change
Visual Comparison
What-If: Try a Different Percentage
−50%0%+100%
Step-by-Step Solution

Introduction

The Rate Increase Calculator shows you how much a rate goes up or down, and what the new number will be. Use it for a pay raise, an hourly wage, rent, a price change, a billing rate, an interest rate, or a utility bill.

Pick the mode that fits your question:

  • % Change: you know the old rate and the new rate, and you want the percent.
  • New Rate: you know the old rate and the percent, and you want the new rate.
  • Original Rate: you know the new rate and the percent, and you want the old rate.
  • Multi-Step: you want to stack several raises, like 3% one year and 5% the next.
  • Period Convert: you want to switch between hourly, weekly, monthly, and yearly pay, with a raise added.

Type your numbers and the answer updates right away. You get the percent change, the dollar difference, a chart, and a step-by-step solution that shows the math. You can also add dates to see the yearly equivalent rate, or drag the slider to test a different percent before you ask for one.

How to use our Rate Increase Calculator

Enter your old rate, your new rate, or the percent change, and the calculator shows the new rate, the dollar difference, the percent change, and a step-by-step solution.

Use-Case Preset: Pick what you are working with, like a salary raise, rent, or hourly pay. This only changes the field names, not the math.

Currency Symbol: Choose the money sign you want to see, such as $, €, or £. Pick "None" for plain numbers.

Unit Label: Type the words that come after the rate, like "per hour" or "per month". You can leave it blank.

Rounding: Choose how many decimals to show. The math still uses full precision.

Mode Tabs: Pick the tab that matches your question: % Change, New Rate, Original Rate, Multi-Step, or Period Convert.

Original Rate: Type the rate before the change, like your current pay or current rent.

New Rate: Type the rate after the change. Use the Swap Values button to flip the two rates.

Percentage Change: Type the percent that was added or taken away, like 5 for a 5% raise.

Direction: Choose Increase if the rate went up, or Decrease if it went down.

Starting Rate (Multi-Step): Type the rate you begin with before any of your steps.

Step Label, Percentage and Direction: Name each step, such as "Year 1", then enter its percent and pick up or down. Click Add Step to stack more changes, or Remove to delete one.

Current Rate and Periods: In Period Convert, enter your rate, pick the period it uses now, then pick the period you want, like hourly to yearly.

Hours and Days per Week: Enter how many hours and days you work each week. These are only used for hourly and daily rates.

Start Date and End Date: Add the dates the rates apply to. The tool then shows how long the span is and the yearly equivalent rate.

What-If Slider: Drag the slider to test another percent and see the new rate right away.

Click Calculate to see your results, or Reset to start over.

What Is a Rate Increase?

A rate increase is when a price, wage, rent, or interest rate goes up. A rate decrease is when it goes down. The change is usually shown as a percent, because a percent tells you how big the change is compared to what you started with. A $5 raise means a lot more to someone earning $20 an hour than to someone earning $200 an hour.

How Percentage Change Works

To find the percent change between two rates, subtract the old rate from the new rate, divide by the old rate, then multiply by 100.

Percent change = (New Rate − Old Rate) ÷ Old Rate × 100

Example: your pay goes from $45 to $52 per hour. The change is $7. Divide $7 by $45 to get 0.1556, then multiply by 100. That is a 15.56% raise.

To go the other way and find a new rate, multiply the old rate by a change factor. For a 15.56% increase, the factor is 1.1556. For a 10% cut, the factor is 0.90.

Why Increases Stack Up

Two 5% raises in a row are not the same as one 10% raise. The second raise is figured on the higher amount, not the starting amount. Starting at $100, two 5% raises give you $110.25, not $110. This is called compounding. Over many years, small yearly increases add up to much more than you might expect.

The same idea works in reverse. A 50% drop followed by a 50% rise does not bring you back to the start. You end up 25% below where you began.

Rates Over Different Time Periods

The same pay can be written many ways: per hour, per week, per month, or per year. To compare them fairly, change both to the same period. A common way is to turn everything into a yearly amount first, then split it into the period you want.

  • Hourly to yearly: multiply by hours per week, then by 52 weeks
  • Weekly to yearly: multiply by 52
  • Bi-weekly to yearly: multiply by 26
  • Monthly to yearly: multiply by 12

Example: $45 an hour at 40 hours a week is $93,600 a year. A 5% raise makes that $98,280 a year, or $47.25 an hour.

Where Rate Changes Show Up

Rate changes are part of daily money life. Landlords raise rent. Bosses give raises. Banks change interest rates on loans and savings. Power and water companies change what they charge per unit. Freelancers raise their hourly price. Stores change prices. In every case, the math is the same.

Watch Out for Inflation

A raise only helps if it beats inflation. If prices go up 3% and your pay goes up 2%, you can actually buy less than before. The percent you see is the nominal rate. The nominal rate minus inflation is closer to your real rate, which is what really matters.

Tips Before You Accept a Change

  • Always check the percent, not just the dollar amount.
  • Ask when the new rate starts and how long it lasts.
  • For raises, compare the yearly total, not just the hourly rate.
  • For loans, a small rate change can cost a lot over many years.
  • For rent, check if your local rules limit how much it can go up.

Formulas used

Percentage change between two rates
\%\Delta = \frac{R_1 - R_0}{|R_0|} \times 100
New rate from a percentage change
R_1 = R_0 \times \left(1 + \frac{p}{100}\right)
Original rate from a known new rate
R_0 = \frac{R_1}{1 + \frac{p}{100}}
Cumulative multi-step rate and total percentage change
R_n = R_0 \prod_{i=1}^{n}\left(1 + \frac{p_i}{100}\right), \qquad \%\Delta_{total} = \left(\frac{R_n}{R_0} - 1\right) \times 100
Average compounded step change
\%\Delta_{avg} = \left(\left(\frac{R_n}{R_0}\right)^{\frac{1}{n}} - 1\right) \times 100
Periodic rate conversion (via annual equivalent)
R_{target} = \frac{R_{current} \times n_{from}}{n_{to}}, \qquad n_{hourly} = h \times 52,\; n_{daily} = d \times 52
Annualized equivalent rate over a date span
\%\Delta_{ann} = \left(\left(\frac{R_1}{R_0}\right)^{\frac{1}{y}} - 1\right) \times 100, \qquad y = \frac{\text{days}}{365.25}
Equivalent monthly rate over a date span
\%\Delta_{mo} = \left(\left(\frac{R_1}{R_0}\right)^{\frac{1}{m}} - 1\right) \times 100, \qquad m = \frac{\text{days}}{30.4375}

Frequently asked questions

What is a good annual raise percentage?

In most years, typical raises in the U.S. land near 3% to 4%. Anything under about 3% often just matches rising prices, so your buying power stays flat.

  • 1%–2%: below average, usually a loss after inflation
  • 3%–4%: standard cost-of-living style raise
  • 5%–10%: strong, often for great performance or extra duties
  • 10%+: usually a promotion, a new job, or a market correction

How do you find the original price before a percentage increase?

Divide the new amount by the change factor. The factor is 1 plus the percent as a decimal.

Original = New ÷ (1 + percent ÷ 100)

Example: a price is $52 after a 15.56% increase. So $52 ÷ 1.1556 = $45. Do not subtract 15.56% from $52. That gives the wrong answer, because the percent was taken from the smaller starting number.

Why is my raise smaller in my paycheck than the percent I was told?

Your raise is figured on gross pay, but you take home net pay. These take a bite out of the extra money:

  • Income tax withholding, since some new dollars may be taxed at a higher rate
  • Social Security and Medicare taxes
  • Retirement contributions set as a percent of pay
  • Health insurance or other deductions

A rough rule: expect to keep about 65% to 75% of the raise in your check.

How much can a landlord raise the rent?

It depends on where you live. In most places there is no legal cap once your lease ends, so the landlord can ask for any amount. In rent-controlled or rent-stabilized cities and states, the increase is capped each year, often around 3% to 10%.

Almost everywhere, the landlord must give written notice first, usually 30 days for small increases and 60 to 90 days for large ones or long tenancies. Rent also cannot go up in the middle of a fixed-term lease unless the lease says so.

What is a basis point?

A basis point is one hundredth of a percentage point, or 0.01%. Banks and lenders use it so there is no confusion.

  • 25 basis points = 0.25%
  • 50 basis points = 0.50%
  • 100 basis points = 1.00%

So if a lender raises a rate by 75 basis points, the rate goes from 6.00% to 6.75%.

How much does a 1% interest rate increase change a mortgage payment?

A lot more than people expect. On a $300,000 30-year loan, going from 6% to 7% raises the monthly payment from about $1,799 to about $1,996. That is roughly $197 more each month, or about $71,000 more over the full loan.

A quick guide: every 1% rate increase adds close to 10% to your monthly payment on a 30-year loan.

How do you calculate the average yearly increase over several years?

Use the compound annual growth rate, not a simple average. Divide the ending value by the starting value, take the root for the number of years, then subtract 1.

Average yearly rate = (End ÷ Start)^(1 ÷ years) − 1

Example: pay goes from $45 to $52 over 3 years. 52 ÷ 45 = 1.1556. The cube root is 1.0494. So the average raise was about 4.94% per year.

What is the Rule of 72?

It is a fast way to see how long something takes to double at a steady rate. Divide 72 by the yearly percent.

  • 3% raise each year: 72 ÷ 3 = 24 years to double your pay
  • 6% return: 72 ÷ 6 = 12 years to double your money
  • 9% inflation: 72 ÷ 9 = 8 years for prices to double

It is an estimate, but it is close enough for rates between about 2% and 15%.

How many work hours are in a year?

Full-time work is usually counted as 2,080 hours a year. That is 40 hours a week times 52 weeks.

To turn an hourly rate into a yearly salary, multiply by 2,080. So $45 an hour is $93,600 a year. The 2,080 figure includes paid vacation and holidays. If you are unpaid on those days, your real yearly total will be lower.

Can a percentage increase be more than 100%?

Yes. An increase over 100% just means the amount more than doubled.

  • 100% increase = double (a $50 rate becomes $100)
  • 200% increase = triple ($50 becomes $150)
  • 500% increase = six times ($50 becomes $300)

A decrease works differently. It can never go past 100%, because a 100% decrease already takes the amount all the way to zero.

What is a cost of living adjustment (COLA)?

A COLA is a raise that keeps your pay level with rising prices. It is tied to an inflation measure, usually the Consumer Price Index, instead of your job performance.

Social Security applies a COLA every January. Many union contracts and government jobs do the same. A COLA is not a merit raise. It just stops you from falling behind, so ask about performance raises separately.

How often should freelancers raise their rates?

Most freelancers review their rates once a year, and raise them by about 5% to 10%. Raise them sooner if:

  • You are booked solid and turning work away
  • Your skills or results have clearly improved
  • Your own costs, software, or taxes went up
  • You have not changed prices in two or more years

Give current clients 30 to 60 days notice, and start charging new clients the higher rate right away.