Who Actually Needs a Word & Character Counter — and Why
Reviewed by the FreeOnline.fyi team · Updated 2026-09-14
The numbers update the moment you paste
The tool we built is deliberately plain: one wide paste box, a grid of live numbers underneath, nothing else competing for attention. Paste a paragraph and you immediately see words, characters with spaces, characters without spaces, sentences, paragraphs, lines, reading time and speaking time, all recalculated on every keystroke. No signup, no upload — the counting happens in your browser, so a draft contract or an unpublished article never leaves your machine. You can open the Word & Character Counter right now and test it against a paragraph you already know the length of.
Because everything happens locally, the tool works offline once the page has loaded, and there is no rate limit or account history to manage. That sounds like a small thing until you are on a train with patchy signal trying to trim a 512-word abstract down to 500.
What makes the output trustworthy is that the counting rules are boring and predictable: words are whitespace-separated tokens, characters are counted both with and without spaces, paragraphs break on blank lines, and lines break on newlines. Numbers count as words. "Don't" counts as one word, not two. Those definitions matter more than people expect — see the section on disagreements below.
The four jobs it gets used for most
The preset dropdown exists because almost every real deadline comes with a number attached. Choose X post (280) and a 300-character draft shows a verdict bar reading "20 over" in red; trim it and the bar turns to "fits" with the remaining count. The meta description preset (160) and meta title preset (60) follow the same logic. Google treats those lengths as guidance rather than hard rules, and its own documentation on controlling snippets in search results makes that clear — but they are still a useful target for writing a description that reads cleanly before it gets truncated.
Students reach for the essay-500 and essay-1000 presets, usually at 11pm. The counter will not tell you whether your argument is any good, and it does not know that your tutor allows a 10% margin either way. It simply gives you the raw number so you can decide. For students building revision material rather than counting it, we also run a free revision-sheet generator with a French-language interface.
Social posters use the Instagram caption preset (2,200 characters). Remember that the cap includes spaces, line breaks and hashtags, and the counter shows you characters-with-spaces for exactly that reason. If you are checking a hard platform limit, count the number the platform counts — the tool gives you both figures so you can pick.
Reading time and speaking time: what the defaults assume
Reading time defaults to 225 words per minute, which is a reasonable silent-reading pace for ordinary prose; speaking time defaults to 130 wpm, close to a calm presentation delivery. Both can be adjusted — reading speed is clamped between 100 and 600 wpm, speaking speed between 80 and 250 — and the output is formatted as mm:ss. As a worked example, a 1,000-word essay shows roughly 04:27 of silent reading and 07:42 spoken aloud at the defaults.
Treat those as planning estimates, not promises. Silent reading speed drops when the text is technical, full of numbers, or formatted with tables and code, and rises when you are skimming. Speaking time ignores pauses, slide changes, questions from the room and the breath you take before a long sentence. If you are timing a talk, set speaking speed somewhere between 120 and 140, rehearse with a stopwatch, and let the real clock win.
The mm:ss formatting rounds to the nearest second, so two texts that differ by a few words may show the same time. That is intentional — the reading-time figure is for pacing, while the word count is the precise number you should quote in a submission.
The keyword and density panel, used honestly
Enter a keyword and the panel returns two different counts: whole-word matches and substring matches. Take the word "counter" in a 500-word article. Seven standalone uses give a density of 1.4%; if substring matching also picks up "counters", "counting" and "discounter", the same text can report eleven hits. Both numbers are correct — they answer different questions, and mixing them up is the most common way people misread keyword density.
The panel also lists the top five most frequent words, excluding common stop words like "the", "and" and "of". That list is the genuinely useful part: it surfaces the crutch words you repeat without noticing ("really", "basically", "however") and reminds you whether your main subject actually appears often enough.
Density is meaningless on very short text. In a 60-word paragraph, one use of a keyword is already 1.7%, and a second use doubles it. Ignore percentages below a few hundred words and use the raw counts instead. Search engines do not reward a magic density number, so aim for natural phrasing and treat the panel as a mirror, not a target.
Where counters disagree — and when to trust a different one
Two counters can look at the same paragraph and return different numbers without either being broken, because each applies its own rules. Hyphenated compounds ("state-of-the-art") may count as one word or four. An emoji may count as one character or two, depending on whether the code is measured in code points or UTF-16 units. Chinese and Japanese text has no spaces at all, so whitespace-splitting produces absurd word counts and you should lean on the character counts instead. Abbreviations inflate sentence counts — "Dr. Smith left." reads as two sentences to a simple splitter.
Platforms add their own layer. X has historically counted links at a fixed length regardless of how long the URL actually is, and applies special rules to certain scripts, so the safest approach for a hard limit is to paste into the platform's own composer after the counter says you fit. The X Help Center documents how posting limits work. For everything softer — blog posts, emails, newsletters, essays with a tolerant marker — the counter's number is plenty.
One practical tip: if you paste from a word processor and the numbers look oddly low, rich formatting may have been stripped and with it any stray markup. Plain text is what gets counted, which is what you want, but check that your paragraph breaks survived as blank lines rather than as manual line breaks. And if you need other small, no-signup utilities alongside this one, the FreeOnline.fyi free online tools collection follows the same paste-and-go approach.