About Word Counter

Count words, characters, sentences, paragraphs, and reading time instantly. Free, no sign-up required.

How to use

  1. Paste or type your text into the large textarea at the top. Counts update on every keystroke — no submit button — so you see word and character totals shift in real time as you write or edit.
  2. Watch the eight stat tiles below: Words, Characters, No Spaces, Sentences, Paragraphs, Read Time (at 238 WPM), Speak Time (at 150 WPM), and Average Word Length. The character-without-spaces count is the standard for academic essays in many style guides.
  3. Match your target. Tweet drafts watch the No Spaces count against the 280-character ceiling. SEO meta descriptions watch the Characters count against the ~155 limit Google displays. Academic abstracts target 150-300 words.
  4. Use the case-conversion buttons (UPPERCASE, lowercase, Title Case) to instantly retype your text. Title Case capitalizes the first letter of every word, useful for headlines but not strictly correct for AP/Chicago style which lowercases short words like 'a', 'and', 'of'.
  5. Click Copy Stats to put a one-line summary on your clipboard ('Words: 850 | Characters: 4,920 | Read time: 4 min'), handy for sending status updates on writing progress or annotating draft revisions.
  6. Click Clear to wipe the textarea and start over. The action is immediate with no confirmation, so copy your draft elsewhere first if you might want it back.
  7. Compare drafts by pasting each version into the tool sequentially. The combination of word count, sentence count, and average word length surfaces structural differences — a tighter rewrite usually shows fewer words, fewer sentences, and a slightly higher average word length.

Examples

Twitter character check
Paste your tweet draft. The Characters tile shows the live count against Twitter's 280 limit. The Words tile and No Spaces tile help you trim — drop adjectives until Characters drops below 280.
SEO meta description
Google displays roughly 155-160 characters of a meta description before truncating with an ellipsis. Paste your draft, watch Characters, edit until you land in 150-160 characters with the most important keywords near the front.
Academic abstract
Most journals cap abstracts at 250 words. Paste your draft, watch the Words tile, and trim methodology details to fit. Sentences should be 6-10 to keep the abstract digestible.

Frequently asked questions

What counts as a 'word' in the count?
Anything separated by whitespace. The tool splits on /\s+/ which treats spaces, tabs, and newlines all as separators. So 'don't' is 1 word, 'state-of-the-art' is 1 word (no spaces in the hyphenated string), and 'state of the art' is 4 words. Numbers count: '2026' is 1 word. URLs count as 1 word each. This matches how Microsoft Word, Google Docs, and most academic word counters behave. The notable exception is some style guides count hyphenated compounds as separate words — for those, replace hyphens with spaces before pasting.
How is character count different from no-spaces count?
Characters counts every keystroke including spaces, line breaks, tabs, and punctuation. No Spaces strips whitespace and counts only printable characters. Most academic word-limit rules use 'characters with spaces' (the larger number). Twitter's 280-character limit also counts spaces. The 'no spaces' count is mainly relevant for older style guides, certain print magazines that quote 'characters' to mean letters and punctuation only, and historical typewriter-era contracts that paid by character.
How are sentences and paragraphs detected?
Sentences are detected by counting matches of the regex /[.!?]+/ — any run of period, exclamation, or question mark counts as one sentence terminator. So 'Hello!!! Welcome.' is 2 sentences (the !!! collapses into one), and abbreviations like 'Dr. Smith' count as 2 sentences (a known limitation in nearly every word counter). Paragraphs split on blank lines (one or more newlines with optional whitespace between). Single line breaks within a paragraph do not start a new paragraph in the count.
What length should my Twitter post or LinkedIn article be?
Twitter caps a single tweet at 280 characters (140 for non-Latin scripts). Threads can chain unlimited tweets. LinkedIn long-form posts allow up to 3,000 characters in the main body, but engagement data shows 1,200-1,600 characters performs best. Instagram captions allow 2,200 characters. Facebook posts allow about 63,000 characters but readers stop at the 'See more' cutoff at roughly 480. Use the Characters count (with spaces) as your guide, not the No Spaces count, since those platforms count whitespace.
What word counts do academic essays expect?
Common academic targets: a high-school 5-paragraph essay is 500-800 words; a college essay assignment is typically 1,500-2,500 words; a graduate seminar paper is 4,000-6,000 words; a journal article is 6,000-10,000 words; a master's thesis is 15,000-30,000 words; a PhD dissertation is 60,000-100,000 words. Abstracts are tightly bounded — most journals require 150-250 words, and conferences often cap at 300. The Word Counter's running total is invaluable when revising to hit these limits exactly.
Why should I care about average word length?
Average word length is a quick proxy for readability. English average is about 4.7-5.1 characters per word. Casual blog content sits at 4.5; formal business writing sits at 5.5; academic and technical writing sits at 6.0-6.5. If your draft shows 6.8 average word length and your audience is general public, you have too many long Latinate words ('utilization' instead of 'use', 'commencement' instead of 'start'). Pair this stat with sentence count for fuller readability sense — short average word + short sentence count + low total = punchy; long words + long sentences = scholarly.
Does this tool work offline?
Yes once the page is loaded. All counting happens in your browser via JavaScript — no server calls, no network dependency after the initial page load. You can disconnect from the internet and the tool keeps working perfectly. Your text never leaves your device, which makes it safe for confidential drafts (legal briefs, medical records, unpublished manuscripts, internal company memos).

Part of ToolFluency’s library of free online tools for Productivity. No account needed, no data leaves your device.