Word Counter

Paste or type. Counts, reading time, and keyword density — live.

100% in your browser. Nothing uploaded.

Ready. ·

Count words online without uploading anything

Analyze your text instantly with a real-time character and word counter built for bloggers, copywriters, students, and SEOs. The editor tracks word count, sentence count, reading time, and keyword density while you type, but everything runs locally in your browser. Your drafts never touch a server, which makes it suitable for private notes, client work, and unpublished writing.

How to use it

  1. Paste or type into the editor on the left. The counts on the right update live.
  2. Open the Keyword density panel to see your top words. Click any word to highlight its occurrences in the editor.
  3. Set a target in the Goal panel for essays, blog posts, or NaNoWriMo runs — the progress bar shows how close you are.
  4. Click Hide stop words to ignore filler like the, and, of. Useful for spotting actual repetition.

When to use it

Why use this one

Protect your drafts and writing accounts

Writers usually spread work across CMS logins, email inboxes, and publishing tools. Lock those accounts down with the best password managers of 2026 →

FAQ

Does my text leave the browser?

No. Every count — words, characters, sentences, paragraphs, reading time, keyword density — is computed in JavaScript running in this tab. There is no upload, no logging, no server-side parsing. Safe to paste essays, drafts, NDAs, or anything else you would not send to a random web tool.

How are words counted?

By splitting your text on whitespace and dropping anything that is not a letter, digit, or apostrophe. Contractions like 'don\u2019t' and 'it\u2019s' count as one word. Em-dashes, hyphens in compound words, and Unicode punctuation are treated as separators, so 'state-of-the-art' counts as four words — matching the convention most word processors use.

How is reading time estimated?

Reading time uses 200 words per minute (the median for adult silent reading of general-interest prose). Speaking time uses 130 words per minute (a comfortable presentation pace). Both are estimates — a dense technical paper reads slower, conversational copy faster.

What is the keyword density panel?

It lists the ten most frequent words in your text and the share of total words each one represents. Click any entry to highlight every occurrence in the editor. Toggle 'Hide stop words' to ignore filler like 'the', 'and', 'of' — useful for spotting genuine repetition in your writing.

Does it work with long documents?

Yes. Counting is debounced so typing stays smooth up to around fifty thousand words. Beyond that the page still works but the keyword density refresh feels slower; clear the text or open a new tab if you want to start fresh.

What does goal mode do?

Set a target word count and the progress bar shows how close you are. Useful for essays, blog posts, dissertation chapters, novel-writing days. The goal is saved with the rest of your draft, so it survives a refresh.

Can this word counter leak my drafts or intellectual property?

No. The counter computes everything locally in your browser and does not upload your text. If you want to protect the accounts where you publish your work, pair your workflow with a password manager for your CMS, email, and social logins.

Is my draft saved?

Short text is saved into the URL hash so you can bookmark or share it; longer text is saved to your browser's localStorage, where it stays until you click Clear. Nothing is sent to a server.