# Reading Time Calculator

> Estimate how long it takes to read or speak a piece of text. Adjustable words-per-minute for fiction, non-fiction, or speech.

URL: https://uttir.com/reading-time
Categories: text-tools
Privacy: Word counts run in your browser. No text leaves your device.

## About

Average silent reading speed for adults is around 238 words per minute for non-fiction English prose (per the most-cited meta-analysis). For fiction, 250-300 wpm is more typical. Speaking rate is usually slower — around 130 wpm for clear presentation.

Paste any text and instantly see how long it would take to read or speak. Adjust the WPM to fit your content type and audience.

## How to use

1. **Paste text** — A paragraph, a chapter, or a whole article.
2. **Adjust WPM** — Default 238 is good for non-fiction; 130 is good for speech.
3. **Read the time** — Format is "2 min 14 sec" or just seconds when short.

## Examples

### 1,000-word article

At 238 wpm, that is about 4.2 minutes of reading.

Output:

```
~4 min 12 sec
```

### 30-minute talk

At 130 wpm, you need roughly 3,900 words.

Output:

```
~3,900 words for a 30-min speech
```

## FAQ

### How do I pick the right WPM?

238 is the average for non-fiction. Bump to 250-300 for light fiction or familiar technical content. Drop to 130 for presentations and audiobooks where pronunciation, pacing, and pauses matter.

### Does it count code as words?

Yes — every whitespace-separated token counts. A 50-line code block with 10 tokens per line will be counted as 500 words, which is more than a human would actually spend reading it.

### How is reading time calculated?

At an average reading speed of 238 words per minute for English prose. The result is rounded up to the nearest minute. Technical and academic text often reads slower; the tool is a rough estimate, not a precise one.

## Related tools

- [Word Counter](https://uttir.com/word-counter) — Count words, characters, sentences, and paragraphs in your text instantly.
- [Character Counter](https://uttir.com/character-counter) — Count characters, words, lines, and UTF-8 bytes as you type.
- [Character Frequency Counter](https://uttir.com/character-frequency) — Count how often each character appears in your text. Useful for cryptanalysis, language detection, and stats.

---

For the full HTML page with the live tool, visit https://uttir.com/reading-time.
This file is the markdown rendering at https://uttir.com/reading-time.md. See https://uttir.com/llms.txt for a site-wide summary.
