b2KIT

Word Count Goal Tracker

Track daily word counts against a target with progress charts and streak tracking.

Tested tool guide Tested browser tools Checked August 16, 2026

What Word Count Goal Tracker does, with a checked example

Word Count Goal Tracker is a daily writing log with a target attached. You enter the words you wrote each day; it keeps the running total, compares it against the daily target, draws a progress chart of per-day counts, and shows your streak of days that met the goal. The thing most users discover late: a day under the target resets the streak even when the week's total looks fine, and a day you wrote nothing should be logged as zero, not skipped, or your pace numbers quietly drift from your actual record.

Worked example

A concrete input and expected output from the current implementation.

Input

Target 1,500 words/day. Log: 1,600 / 1,750 / 900 / 1,550 / 1,650

Expected output

5 days logged. Total 7,450 words (99.3% of the 7,500-word pace; 50 words behind). 4 of 5 days met the 1,500-word target. Current streak: 2 days. Average: 1,490 words/day.

The tool sums the five counts to 7,450 and compares it with 1,500 x 5 = 7,500 words expected at pace, so you sit 50 words behind. Day 3 missed the target, breaking the streak, which restarts at 2 from day 4.

How the result is produced

1

Entries, totals, and pace

You add a count per writing session or per day, dated as you go. The total is the sum of every entry, and the pace figure compares that sum with the daily target times the days elapsed since your start date, so ahead or behind always refers to the calendar: a 1,000-word target after ten days expects 10,000 words. The chart plots one bar per day, so outliers stand out at a glance.

2

Streaks and met days

A day counts as met when the logged count reaches the daily target; the current streak is the run of consecutive met days ending today. A below-target day resets it, even by ten words, so the streak measures target-keeping, not volume. The met-days tally sits apart from the word total: you can be ahead on words with a short streak, or hold a long streak on a small daily target.

Good uses

  • During NaNoWriMo, set the 50,000-word goal for November and log each day's count in the evening to check whether you are holding the 1,667-words-per-day line.
  • After a skipped writing day, find out how many extra words per remaining day would close the gap to the month's total before the deadline.
  • Build a daily writing habit for a blog or short fiction by keeping a streak alive; the met-days counter shows the honest shape of the habit, not just the good days.

Limits and checks

  • The tool trusts the number you type; it never reads the manuscript, so a miscounted paste, a double-logged chapter, or a stray digit inflates the total, the average, and the streak equally.
  • A day you never log is ambiguous: the chart cannot tell 'wrote nothing' from 'forgot to log', and whether a missing day breaks the streak depends on how the tool treats gaps. Log an explicit zero to make the record unambiguous.
  • Pace scales the target by every day elapsed, so a planned rest day shows as behind even when every writing day is on target, and the daily average drops whenever a logged zero is included.

Common questions

Does a day slightly under the target really reset my streak?

Yes. The streak counts consecutive days that reached the daily target, so missing by ten words resets it just as writing nothing does. If the streak is the point, aim above the target rather than exactly at it, and log every day, including zeros, so the record stays honest.

I write only on weekends. Why am I always behind?

Because pace compares the total with the target times every day elapsed, including the off days. On a weekend-only schedule the ahead/behind figure will show behind from Monday through Thursday even when every writing day hit its goal. Read the total and the met-days count instead, or set a daily target that fits your actual writing days.

References and verification

The example and behavioral notes were checked against the browser implementation. Standards and primary references below define the relevant format, formula, or platform behavior.

Related Tools