Initializing, please wait a moment

Type or paste into the box; word count, character count, sentence count, line count, and estimated reading time update live below it - no button to click.

  1. Click into the text box and start typing, or paste in a block of text.
  2. The stats line below the box updates on every keystroke: words, characters, characters without spaces, sentences, lines, and an estimated reading time.
  3. Edit or clear the text at any time; the counts recalculate immediately.

Word Counter


Count the words, characters, sentences, lines, and estimated reading time of any text as you type or paste it in. There is no button to press - the stats line updates on every keystroke.

The counts cover six numbers at once: word count, total characters, characters without spaces, sentence count (split on ./!/?), line count, and an estimated reading time based on 200 words per minute. That range covers most limits writers actually run into - a platform's character cap, an editor's word-count target, or a rough read-time estimate for a post.

Use it to check a caption or bio against a character limit, trim an article down to a word-count target, or get a quick reading-time estimate before you publish. It works just as well on a single sentence as it does on a full article pasted in from another editor.

Counting runs entirely in this browser tab using plain JavaScript - nothing you type is uploaded, sent to a server, or saved. Refreshing or leaving the page clears the box; there is no history or account.

For other quick text edits, see the code formatter and beautifier or the JSON parser, both of which run the same way - fully in your browser, with nothing uploaded.

← Back to Developer Tools

Related tools:

  • MD5 converter - Free online MD5 hash generator and MD5-to-text reverse lookup.
  • Convert PDF to TEXT online - Extract text from PDF online for copying and editing.
  • Text To HTML Editor - Text to HTML editor online - write in a WYSIWYG view and watch the generated HTML update live, with
  • CSS Gradient Animator Generator - CSS gradient generator - build animated linear gradients with live preview; copy ready-to-paste CSS
  • CSS Minifier - Minify CSS online for faster page loads.
  • CSS UnMinifier - CSS unminifier online - beautify minified CSS with proper indentation, line breaks, and readable
  • JavaScript Minifier - JavaScript minifier online free - paste your JS, click Minify, and copy the compressed code.
  • JSON Parser By Tree View - Paste JSON to validate, format, and view it in a tree.
  • JavaScript UnMinifier - JavaScript unminifier online - reformat minified JS with indentation and line breaks for
  • Keyboard Test - Keyboard test online - press each key to highlight it, spot non-working keys, and verify Num Lock,
  • Text Diff - Text diff online - compare two text blocks and highlight added, removed, and changed characters,
  • Developer Tools - Developer tools to parse JSON, minify or unminify CSS/JS, compare text, and generate MD5 hashes.

Tags: #developer

Related guides:

Loading reviews...

Frequently Asked Questions

What does Word Counter do?

It counts words, characters, characters without spaces, sentences, and lines in any text you type or paste, and estimates the reading time - all updated live as you type, with no button to click.

How is the reading time calculated?

It divides the word count by 200 words per minute (a common average adult silent-reading speed) and rounds to the nearest whole minute, with a minimum of 1 minute.

Does it upload or save what I type?

No. Counting runs entirely in your browser using plain JavaScript. Nothing is uploaded, and nothing is saved - refreshing or leaving the page clears the box.

What complementary tools work well alongside Word Counter?

The code formatter and beautifier and the JSON parser handle other quick text edits the same way - fully in your browser, with nothing uploaded.