How week-over-week growth measures momentum
Week-over-week growth answers one question: how much did a number move from the last period to this one, as a percentage of where it started? Expressing the change as a percentage rather than a raw difference lets you compare momentum across metrics of wildly different sizes — a jump of 50 users and a jump of 50,000 dollars become directly comparable once you read them as percentages. Because the window is short, WoW reacts quickly to what is happening right now, which makes it the go-to pulse check on dashboards even though that same short window makes it the noisiest of the standard growth measures.
The week-over-week formula
WoW % = (Current − Previous) ÷ Previous × 100
where Current is this period’s value and Previous is last period’s value. A positive result is growth and a negative result is decline. The same formula gives month-over-month or year-over-year growth — only the length of the period changes — and it breaks down if the previous value is zero, since you cannot divide by it.
What makes this calculator different
- Both numbers, not just the percentage. It shows the percentage change and the absolute change side by side, so you can see that a flashy 50% is sometimes just two extra orders.
- Works for any consecutive periods. The label says weeks, but the math is period-agnostic — use it for days, months, or quarters by simply entering whichever two values you are comparing.
- Honest about the caveats. WoW is sensitive to one-off spikes, holidays, and weekly seasonality, so the result is a starting point for a question, not a verdict — smooth with rolling averages before drawing conclusions.
For compounding growth over many periods rather than a single step, see theCAGR calculator.
Frequently asked questions
What is week-over-week growth?+
Week-over-week (WoW) growth is the percentage change in a metric from one week to the next. The formula is simple: ((current − previous) ÷ previous × 100). If sign-ups went from 200 to 250, that is ((250 − 200) ÷ 200 × 100) = 25% growth. It is the standard way teams describe short-term momentum on a metric, whether that metric is revenue, active users, or orders.
How is WoW different from month-over-month or year-over-year?+
The math is identical — you always compute ((current − previous) ÷ previous × 100) — only the comparison period changes. Month-over-month (MoM) compares consecutive months and year-over-year (YoY) compares the same period one year apart. Week-over-week is the most granular of the three, which makes it the fastest to react to changes but also the noisiest, since a single good or bad week swings it sharply.
Why can week-over-week growth be misleading?+
Because a week is a short window, WoW is highly sensitive to one-off events. A single promotion, an outage, a viral post, or a public holiday can produce a huge swing that says nothing about the underlying trend. Weekly seasonality matters too — weekends and weekdays behave differently — so comparing a holiday week against a normal one can manufacture growth or decline that is really just the calendar. Always ask whether a spike reflects a real change or noise before acting on it.
How do you smooth out week-over-week noise?+
Two common techniques help. First, use a rolling average (for example a trailing 4-week average) so a single outlier week is diluted rather than dominating the number. Second, compare like with like: measure the same weekday or the same calendar window across periods so day-of-week and holiday effects cancel out. Smoothing trades a little responsiveness for a much clearer signal of the real trend.
What is a compound weekly growth rate?+
If a metric grows by a steady WoW rate, those weekly gains compound rather than add. Growing 5% for 10 consecutive weeks does not mean 50% total — it means 1.05^10 ≈ 63% total, because each week builds on the larger base from the week before. This compounding is the same idea behind a compound annual growth rate (CAGR), just measured weekly; it is why small, consistent weekly gains add up to large changes over a quarter or a year.
Disclaimer: This calculator is ageneral-purpose tool for education and illustration only. Week-over-week growth describes short-term change and can be distorted by one-off events, holidays, and seasonality, so it should be read in context alongside longer-term trends. Nothing here is financial, business, or investment advice.