Calculate average increase per day from two values and dates or duration, or find how many days it takes to reach a target at a set daily rate.

Increase Per Day Calculator

Use dates if you have them; use duration if your problem already gives days.

From dates
Known duration
Reach target
Result
Copy resultCopied

Related Calculators

Increase Per Day Formula

The calculator uses one of three formulas depending on the mode you pick.

From dates and known duration both compute the average daily change:

Increase per day = (Final - Initial) / Days

Reach target solves for the days needed at a fixed daily change:

Days = (Target - Current) / Daily increase

The simple daily percent and the compound daily rate are also reported:

Simple % per day = (Daily / |Initial|) * 100
Compound rate = (Final / Initial)^(1/Days) - 1
  • Initial: starting value at the start date or day 0.
  • Final: ending value at the end date or after the duration.
  • Days: elapsed time in days. Weeks, months, and years are converted using 7, 30.4375, and 365.25.
  • Target: value you want to reach.
  • Current: value you are starting from.
  • Daily increase: the per-day change you plan to apply.

The From dates tab counts days between the two calendar dates for you. The Known duration tab is for word problems where the time span is already given. The Reach target tab inverts the formula to tell you how long a known daily change takes to close the gap, and adds the projected date if you supply a start date.

Reference Tables

Use these to sanity check a result or convert between rates.

Time span Days used Multiply daily by
1 week77
1 month30.437530.44
1 quarter91.3191.31
1 year365.25365.25
Initial Final Days Per day Simple % / day
10015010+5+5%
50065030+5+1%
1,0001,200365+0.548+0.0548%
20017015-2-1%

Examples and FAQ

Example 1. A subscriber count goes from 4,200 on March 1 to 5,040 on March 31. That is 30 days. Increase per day = (5,040 - 4,200) / 30 = 28 subscribers per day. Simple percent per day = 28 / 4,200 = 0.667% per day.

Example 2. You weigh 180 lb and want to reach 200 lb at 0.25 lb per day. Days = (200 - 180) / 0.25 = 80 days. Starting today, the target date is 80 days out.

Should I use simple or compound daily rate? Use simple when the change is added in fixed amounts, like a steady daily gain. Use compound when the value grows on top of itself, like interest or population. The compound rate is only defined when both initial and final values are positive.

Why does the calculator use 30.4375 days for a month? That is the average month length over a 4 year cycle (365.25 / 12). It avoids bias from picking a 30 or 31 day month.

Can the increase be negative? Yes. If the final value is below the initial, the per-day result is negative and the status shows "Decreasing." In the target tab, a negative daily change is valid only if your target is below the current value.

Does the date range include both endpoints? No. The day count is the difference between the two dates, so March 1 to March 31 is 30 days, not 31. If your problem counts both endpoints, add one day to the end date.