Week Over Week Calculator · WoW Growth Tracker

Week Over Week Calculator

Track weekly changes · WoW growth rate · Momentum · Consistency.

Currency
Metric Setup
Week Over Week (WoW): measures the % change from one week to the next. Common for revenue, users, traffic, and any weekly metric.
Weekly Data Oldest → Newest
Week Value
Enter each week's value in chronological order — oldest first, most recent last. You need at least 2 weeks to calculate WoW change.
Week Over Week Result
📊 Ready
Latest WoW: —
—
📈 Latest WoW Change
—
💵 Latest Value
—
📊 Previous Value
—
🎯 Absolute Change
—
Average WoW
—
Best Week
—
Worst Week
—
Weeks Analyzed
—
Weekly Values Over Time
Week 1 ← Time → Latest
Up vs prior week
Down vs prior week
First week / flat
Positive weeks —
Negative weeks —
Consistency (win rate) —
Total growth (first → last) —
Compound weekly growth rate —
💡 Interpretation
Enter weekly data to see the WoW analysis.
Week Over Week Details
WeekValueWoW ChangeWoW %Direction

Powered by Toolraxy

`; embedCodeTextarea.value = ``; }window.toggleEmbedPanel = function() { if (embedPanel.style.display === 'none' || embedPanel.style.display === '') { generateEmbedCode(); embedPanel.style.display = 'block'; } else { embedPanel.style.display = 'none'; } };window.copyEmbedCode = function() { embedCodeTextarea.select(); navigator.clipboard?.writeText(embedCodeTextarea.value).then(() => alert('Embed code copied!')).catch(() => alert('Press Ctrl+C')); };document.addEventListener('DOMContentLoaded', function() { populateCurrency();currencySelect.addEventListener('change', function(e) { const found = currencies.find(c => c.code === e.target.value); if (found) currentCurrency = found; updateCurrencySymbols(); renderRows(); calculate(); });metricName.addEventListener('input', calculate);renderRows(); calculate(); }); })();

Creator & Maintainer

Image of Faiq Ur Rahman, CEO & Founder Toolraxy

Faiq Ur Rahman

Founder & CEO, Toolraxy

Faiq Ur Rahman is a web designer, digital product developer, and founder of Toolraxy, a growing platform of web-based calculators and utility tools. He specializes in building structured, user-friendly tools focused on health, finance, productivity, and everyday problem-solving.

Share:

Rate this Tool

User Ratings:

0
0 out of 5 stars (based on 0 reviews)
Excellent
Very good
Average
Poor
Terrible

ADVERTISEMENT

ADVERTISEMENT

Introduction

Weekly metrics move fast, and the signal you need rarely shows up in a single number. A week that jumps 12% after a flat stretch means something different from a week that jumps 12% after two months of steady 3% gains. This calculator is built for that kind of tracking. It’s used by founders monitoring SaaS weekly recurring revenue, marketers checking traffic and engagement, e-commerce operators watching order volume, and analysts tracking any metric that reports on a seven-day cycle. Change the metric name and value type, currency, number, or percent and the same tool handles every case. All calculations run in your browser, and no data is transmitted or stored.

 

How to Use the Week Over Week Calculator

  1. Select the currency if your metric is denominated in money.

  2. Type a descriptive name for the metric “Weekly Revenue”, “New Signups”, “Website Visitors” so the labels read cleanly in the output.

  3. Choose the value type: currency, plain number, or percent.

  4. Enter each week’s value into the numbered field, oldest first, newest last.

  5. Add more rows with “Add week” or remove any row you don’t want included.

  6. Load a quick-example scenario growing, declining, volatile, stable, breakout, or traffic to see how the output changes.

  7. Read the latest WoW figure at the top, then check the average WoW and consistency stats below.

  8. Scroll to the weekly detail table to see each week’s change, direction, and how it contributes to the overall trend.

 

How the Week Over Week Calculator Formula Works

Two formulas drive every output.

Formula: WoW Change % = (This Week − Last Week) ÷ |Last Week| × 100

Formula: Compound Weekly Growth Rate = (Last Value ÷ First Value)^(1 ÷ (n − 1)) − 1

Where n is the number of weeks entered and |Last Week| is the absolute value of the prior period, which keeps the sign of the change correct when the prior period is negative.

The straight WoW percentage measures a single week’s change against the one before it. That’s what most people want when they check a weekly dashboard. The compound weekly growth rate goes further — it calculates the single average rate that, applied n − 1 times, would take you from your first value to your last. If your metric grew from $10,000 to $21,500 over twelve weeks, the compound weekly rate is roughly 7.2%, which is the annualised pace that a straight average of WoW changes would overstate.

Two edge cases are handled cleanly. If you enter fewer than two weeks, the tool stops and asks for more data. If a prior week’s value is zero, the percentage change is reported as zero rather than an error, since dividing by zero produces an undefined result that would otherwise break the output.

 

Worked Example

An e-commerce operator is reviewing twelve weeks of order volume. The data shows a healthy rise overall, but two down weeks interrupt the pattern.

Weekly orders: 420, 448, 485, 462, 510, 545, 578, 552, 605, 640, 682, 725

Latest WoW: (725 − 682) ÷ 682 × 100 = +6.30%

Average WoW across the eleven transitions: roughly +5.10% per week

Best week: Week 9, when volume jumped from 552 to 605, a +9.60% gain

Worst week: Week 4, when volume dipped from 485 to 462, a −4.74% decline

Positive weeks: nine of eleven transitions were positive, giving a 81.8% consistency rate

Total growth: (725 − 420) ÷ 420 × 100 = +72.6% over eleven weeks

Compound weekly growth: (725 ÷ 420)^(1 ÷ 11) − 1 = 5.09% per week

The compound rate of 5.09% is the key number. Sustained for a full year, that weekly pace would multiply order volume by roughly thirteen times. The two down weeks didn’t break the trend, they were absorbed by the surrounding growth. The takeaway: a metric can show a 72% gain over eleven weeks while still posting two losing periods, and the consistency score is what separates a genuine trend from a noisy sequence.

Frequently Asked Questions

What does week over week actually measure?

It measures the percentage change in a metric from one seven-day period to the immediately following one. WoW is a momentum indicator, it tells you whether growth is accelerating, holding steady, or reversing, which a single week’s total can’t reveal.

 

How is WoW different from month over month?

WoW compares one week to the next, producing faster feedback but more noise. MoM compares one calendar month to the prior one, producing a smoother signal but slower response. Most growing businesses track both, WoW for operational decisions and MoM for reporting.

 

What is compound weekly growth rate?

It’s the single average rate that, applied to each of the n − 1 transitions in your data, would take you from your first value to your last. It’s a more honest measure of pace than the arithmetic average of weekly changes, because it accounts for the fact that later changes are measured against larger bases.

 

Can WoW be negative?

Yes. A negative WoW change means the metric declined relative to the prior week. The calculator reports it with a minus sign, and colours the week red in the chart. Two consecutive negative weeks are the first sign of a reversal, though it takes three or more to confirm a trend change.

 

How many weeks of data do I need?

At least two, one prior week and one current week. That’s enough for a single WoW calculation. For the average WoW and compound weekly growth rate to be meaningful, you want at least eight to twelve weeks. Fifty-two weeks is enough to see a full seasonal cycle.

 

What should I use for the metric name?

Anything that describes what you’re tracking. “Weekly Revenue”, “New Signups”, “App Downloads”, “Website Visitors”, “Orders Shipped”, or the name of a specific campaign. The name appears in the output summary and in any text you copy or share.

 

What’s the difference between the value types?

Currency formats the output with the selected currency symbol and thousands separators. Number shows plain integer values with separators, useful for visitors, orders, downloads, or any count. Percent treats the values as percentages themselves, useful for tracking conversion rates, engagement rates, or any metric that’s already expressed as a percentage.

 

Why is my latest WoW so different from the average WoW?

Because WoW is measured against the immediately preceding week, while the average spans the full period. If your metric just came off a peak week, the latest WoW will show a decline even though the overall trend is still up. Comparing the two numbers is the fastest way to spot a genuine slowdown versus a normal pullback.

 

Does the calculator work for negative values?

Yes. The WoW percentage uses the absolute value of the prior week, so a metric moving from −200 to −150 correctly shows a +25% improvement rather than a misleading negative number. This is important for metrics like net revenue, net new users, or profit that can be negative.

 

Can I compare more than one metric at a time?

No. The calculator handles one weekly series at a time. To compare two metrics, run each through the calculator separately and compare the compound weekly growth rates side by side. The consistency score is a useful secondary comparison when the growth rates are close.

 

What does the consistency score tell me?

It’s the percentage of weeks that were positive out of all the transitions measured. A high score (say, above 70%) means the trend is durable, most weeks move in the same direction. A lower score means the metric is volatile, it may end higher overall, but the path there was bumpy and future weeks are harder to predict.

 

How do I interpret a compound weekly growth rate above 10%?

A compound weekly rate above 10% is extremely high. Sustained for a year, it would multiply your metric by roughly 142×. In practice, no metric grows at that rate for long, because the base becomes too large. If you’re seeing 10%+ compound weekly growth, it usually means you’re in an early phase with a small base, and the rate will naturally slow as the metric scales.

Financial Disclaimer

This week over week calculator is an educational tool and does not constitute business, financial, or investment advice. WoW analysis is a descriptive measure of past performance, it does not predict future results. Weekly data is inherently noisy, and a single week’s movement should never be treated as a trend without confirmation across multiple periods. Seasonality, one-off events, and changes in the underlying metric all distort WoW comparisons. Use the output as one input among several when making business decisions, and consult qualified advisors for guidance specific to your situation.

ADVERTISEMENT

ADVERTISEMENT