Estimate reading and speaking time. Calculate how long it takes to read or speak your content. Perfect for writers, students, and presenters. Paste text or enter word count.
Context
Based on research showing average adult silent reading speed of 238 WPM (Brysbaert, 2019). Individual speeds vary significantly.
A reading time calculator estimates how long it takes to read a piece of text based on word count and reading speed. This tool helps content creators set reader expectations, helps students plan study sessions, and helps presenters time their speeches.
Reading time estimates have become ubiquitous online—you've likely seen "5 min read" labels on blog posts and news articles. These estimates help readers decide whether to commit to content before they start.
The basic formula is straightforward:
For example, a 2,000-word article at 238 words per minute:
Research on reading speed has established benchmarks for adults:
| Reading type | Speed (WPM) | Source |
|---|---|---|
| Silent reading (average) | 238 | Brysbaert, 2019 |
| Silent reading (non-fiction) | 238 | Meta-analysis |
| Silent reading (fiction) | 260 | Meta-analysis |
| Oral reading | 183 | Meta-analysis |
| Speaking | 130 | Presentation research |
These figures come from a comprehensive meta-analysis of hundreds of studies involving over 18,000 participants, making them more reliable than earlier estimates.
People read at vastly different speeds:
Factors affecting individual speed include:
Different types of content require different reading approaches:
Blog posts, news articles, and casual reading typically allow for average speeds. Readers can skim familiar concepts and slow down for new information.
Documentation, code explanations, and specialized material require slower reading for comprehension. Readers may need to re-read sections multiple times.
Novels and stories often read faster than non-fiction because:
Research papers, textbooks, and scholarly writing demand the slowest reading:
Speaking aloud is significantly slower than silent reading:
For speeches and presentations, use speaking speed:
| Duration | Words needed |
|---|---|
| 1 minute | ~130 words |
| 5 minutes | ~650 words |
| 10 minutes | ~1,300 words |
| 20 minutes | ~2,600 words |
| 30 minutes | ~3,900 words |
| 1 hour | ~7,800 words |
Always practice your presentation with timing—actual delivery often differs from estimates.
Understanding typical word counts helps contextualize reading times:
| Type | Words | Reading time |
|---|---|---|
| Short post | 300-600 | 1-3 min |
| Standard post | 1,000-1,500 | 4-6 min |
| Long-form | 2,000-3,000 | 8-13 min |
| Pillar content | 3,000-5,000 | 13-21 min |
| Ultimate guide | 5,000-10,000 | 21-42 min |
| Type | Words | Reading time |
|---|---|---|
| Novella | 17,500-40,000 | 1-3 hours |
| Short novel | 40,000-70,000 | 3-5 hours |
| Standard novel | 70,000-100,000 | 5-7 hours |
| Epic novel | 100,000+ | 7+ hours |
| Type | Words | Reading time |
|---|---|---|
| Abstract | 150-300 | 1-2 min |
| Research paper | 3,000-8,000 | 20-45 min |
| Thesis chapter | 8,000-15,000 | 45-80 min |
| Dissertation | 80,000-100,000 | 7-9 hours |
Adding reading time to articles helps readers:
Studies show that displaying reading time can increase engagement by setting clear expectations upfront.
Google values content that matches user intent:
Longer isn't always better—match content length to the topic's complexity and user needs.
Keep newsletters readable in one sitting:
Character and word limits vary by platform:
Most adults can increase reading speed by 25-50% with practice while maintaining comprehension. Some techniques:
Many readers "speak" words mentally while reading. Minimizing this inner voice can increase speed, though it may reduce comprehension for complex material.
Readers' eyes move in jumps (saccades) and pauses (fixations). Training to capture more words per fixation increases speed.
Re-reading (regression) slows reading significantly. Practice moving forward even when comprehension wavers—context often clarifies meaning.
Unfamiliar words slow reading as we decode them. Building vocabulary allows faster recognition and processing.
While speed reading techniques exist, research shows:
To target a specific reading time:
For a 5-minute article at average speed:
For video scripts, use speaking speed:
| Video length | Script words |
|---|---|
| 30 seconds | ~65 words |
| 1 minute | ~130 words |
| 2 minutes | ~260 words |
| 5 minutes | ~650 words |
| 10 minutes | ~1,300 words |
Professional audiobook narrators read at 150-160 WPM:
A 90,000-word novel:
Standard publishing assumes approximately 250 words per page (double-spaced manuscript) or 300-350 words per page (published book).
| Word count | Manuscript pages | Published pages |
|---|---|---|
| 1,000 | 4 | 3 |
| 5,000 | 20 | 15 |
| 10,000 | 40 | 30 |
| 50,000 | 200 | 145 |
| 100,000 | 400 | 290 |
These are rough estimates—actual page counts depend on:
Some platforms and tools count characters rather than words:
In English, the average word is approximately:
| Platform | Limit | Approx. words |
|---|---|---|
| Twitter/X | 280 | 50 |
| SMS | 160 | 30 |
| Meta description | 155-160 | 25-30 |
| Title tag | 60 | 10 |
Reading time estimates should account for diverse audiences:
Screen readers typically read at 150-300 WPM, adjustable by user preference. Some experienced users listen at 400+ WPM.
Second-language readers typically read 25-50% slower than native speakers in that language. Consider your audience when setting expectations.
Readers with dyslexia or other learning differences may read at different speeds. Providing content in multiple formats (text, audio, video) improves accessibility.
Many platforms calculate reading time as:
readingTime = Math.ceil(wordCount / 200)
Using 200 WPM provides a conservative estimate that works for most content types.
For better accuracy, consider:
if (contentType === 'technical') {
readingTime = Math.ceil(wordCount / 180)
} else if (contentType === 'fiction') {
readingTime = Math.ceil(wordCount / 260)
} else {
readingTime = Math.ceil(wordCount / 238)
}
The widely-cited average of 238 WPM comes from Marc Brysbaert's 2019 meta-analysis, which analyzed:
This is more accurate than earlier estimates of 200-250 WPM based on smaller samples.
Early reading research (1960s-1970s) suggested higher speeds (250-300 WPM), but these studies often used:
Modern research with broader populations and varied texts supports the lower 238 WPM average.
No. Reading speed should match your purpose. Speed reading techniques sacrifice comprehension for speed—fine for skimming, but problematic for studying or enjoying literature.
Estimates assume uninterrupted reading. Real reading includes:
Reading time calculations are estimates. Individual variation can be 50% faster or slower than average. Use these as guidelines rather than precise predictions.
Some calculators add 12 seconds per image to account for viewing time. For image-heavy content, this can significantly increase estimates.
Research shows mixed results. Some studies suggest screen reading is slightly slower (10-30%), while others find no difference with modern high-resolution displays. Individual preference and habituation matter more than medium.