Reading Time Calculator
Paste any text to see how long it takes to read — and to speak aloud.
Reviewed by the ToolNestr Editorial Team — July 2026
How reading time is calculated
The calculator works by first splitting your text on whitespace to count words, then dividing by your chosen reading speed. Speaking time uses a fixed pace of 130 words per minute, which is the average conversational speaking rate.
trim().split(/\s+/)
words / wpm minutes
words / 130 minutes
Worked example
Take a typical 1,200-word blog post:
Common use cases
Blog badges
Display a "5 min read" badge on blog posts to set reader expectations. Posts with reading time badges have lower bounce rates because visitors know the commitment upfront.
Speech timing
Conference talks, wedding speeches and presentation scripts all need to fit strict time slots. Use the speaking-time estimate (130 wpm) to trim or expand your script until it lands on the target duration.
Video scripts
YouTube, TikTok and podcast scripts must match video length for pacing. A 10-minute video needs roughly 1,300 spoken words. Use the calculator to draft scripts that fit your format perfectly.
Tips for accurate time estimates
Know your audience's reading speed
The average adult reads 200–250 words per minute for general content. Dense technical or academic material is often read slower (150–180 wpm), while light fiction can be read faster (250–300 wpm). Adjust the speed dropdown to match your content type and audience.
Use speaking time for talks and presentations
Speaking pace is slower than silent reading. The tool uses 130 wpm as the speaking baseline — this accounts for pauses, emphasis, and natural breath breaks. For fast-paced presentations, you may reach 150 wpm, but 130 wpm is a reliable safe estimate that ensures you won't run short.
Account for visuals and transitions
In presentations, slides, demos and audience interactions add time. If your talk includes a lot of visual content, add 20–30% to the speaking estimate. For pure audio (podcasts, voiceovers), the estimate is more accurate.
Related tools
Frequently asked questions
What's the average reading speed?
Most adults read 200–250 words per minute for general text.
How many words is a 5-minute speech?
About 650 words at a comfortable 130 wpm speaking pace.
Does it update as I type?
Yes — word count and times recalculate live.
Is my text stored?
No — everything runs in your browser.