GenerateRandomSearch

Reading Time Calculator

A thousand words takes about four minutes to read silently and nearly eight to read aloud, which is why a script that looks short overruns. This converts a word count into times at four realistic speeds — reading aloud, careful reading, average reading and skimming — and converts each back to a word count to confirm the arithmetic rather than approximating it.

What this generator does

Divides the word count by four reading rates to give times, formats each readably, and then multiplies each time back by its own rate to confirm it returns the original word count.

How to use this tool

  1. Enter the word count of the piece.
  2. Read the times across the four speeds.
  3. Use the reading-aloud figure for anything to be spoken.
  4. Note how much faster skimming is than careful reading.

Understanding the controls

Word count
How many words the piece runs to. Everything scales linearly with this, so doubling the words doubles every time.

Common use cases

  • Estimating how long a talk or a script will run
  • Adding a reading-time note to an article
  • Checking whether a piece fits a time slot before writing it
  • Comparing silent reading against reading aloud for the same text
  • Planning a reading list against the time available

How this generator works

Reading time is the word count divided by a rate in words per minute. The four rates cover reading aloud, careful reading, average adult reading and skimming, which differ by roughly a factor of three from end to end. Before display each time is multiplied back by its own rate and compared against the original word count, and a faster rate is confirmed never to produce a longer time.

Randomness and fairness

Nothing here is random. A word count gives exactly one set of times.

For how randomness is produced across the whole site, see how Generate Random works.

Limitations and good to know

  • Reading rates vary enormously between people and between kinds of text; dense technical prose is read far more slowly than these figures suggest.
  • Images, tables and code blocks take time that a word count does not capture.
  • Reading aloud at 130 words a minute is a conversational pace — a formal delivery with pauses is slower still.
  • The figures are estimates for planning, not measurements of any particular reader.

Privacy and your data

The calculation runs in your browser and the word count you enter is never transmitted, stored or included in analytics.