---
title: Word & Character Counter — Reading & Speaking Time Estimator
url: https://varstatt.com/toolkit/words
description: Count words, characters, sentences, and paragraphs. Estimate reading and speaking time. Live updates as you type.
section: Developer Toolkit (https://varstatt.com/toolkit)
tags: text
related: Characters (https://varstatt.com/toolkit/chars), Word Counter (https://varstatt.com/toolkit/words), Diff (https://varstatt.com/toolkit/diff)
---
# Word & Character Counter

Count words, characters, sentences, and paragraphs. Estimate reading and speaking time. Live updates as you type.

## How It Works

1. **Type or paste your text** — Enter any text — an article, essay, email draft, or code comment — into the editor.
2. **See live stats** — Character count, word count, sentence count, paragraph count, reading time, and speaking time update instantly as you type.
3. **Use the numbers** — Check against word limits, estimate presentation length, or gauge article reading time before publishing.

## FAQ

### How is reading time calculated?

Reading time assumes 200 words per minute, which is the average adult reading speed for non-fiction content.

### How is speaking time calculated?

Speaking time assumes 130 words per minute, the average pace for presentations and public speaking.

### How are sentences counted?

Sentences are split on period, exclamation mark, and question mark followed by a space or end of text. Abbreviations like 'Dr.' or 'U.S.' may cause slight overcounting.

### Does it count HTML or Markdown tags?

Yes — the tool counts raw characters. It does not strip markup. Paste plain text for the most accurate count. For Markdown editing, try the [Markdown preview](https://varstatt.com/toolkit/markdown) tool.

## Usage

This tool runs entirely in the browser — visit the URL above to use it.

Prefill inputs via URL parameters:

- `https://varstatt.com/toolkit/words?input=...`

## Related Tools

- [Characters](https://varstatt.com/toolkit/chars)
- [Word Counter](https://varstatt.com/toolkit/words)
- [Diff](https://varstatt.com/toolkit/diff)
