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
- Enter the word count of the piece.
- Read the times across the four speeds.
- Use the reading-aloud figure for anything to be spoken.
- 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.
Related generators
- Writing Pace PlannerWorks out the words a day a deadline actually needs — and what the rate becomes after you miss a week.
- Story Structure Word Budget PlannerDivides a target word count across a story structure so the parts add back up to the whole, exactly.
- Typing Practice Sentence GeneratorPractise typing with a pangram-style sentence covering most or all letters of the alphabet.
- Pangram CheckerSays which letters a sentence is missing, and builds a pangram from your own word list by covering the alphabet greedily.