Reading Time Calculator
Paste any text and get an estimated reading time. Pick a reading speed preset — Technical (150 wpm), Standard (200 wpm), Casual (250 wpm), or Speed reader (400 wpm) — and the estimate updates instantly.
How to use this tool
- 1
Paste or type your text into the input box.
- 2
Choose a reading speed preset from the dropdown (Technical, Standard, Casual, or Speed reader).
- 3
Read the estimated minutes and the word count shown below the box; both recalculate as you type.
How is reading time calculated?
Reading time is an estimate of how long an average reader needs to get through a piece of text. This tool computes it with a deliberately simple formula: it counts words by trimming the text and splitting on runs of whitespace (the regular expression \s+), then divides that word count by your chosen words-per-minute (wpm) rate. So a 1,000-word article at the Standard 200 wpm preset estimates to 5 minutes; results under one minute display as '< 1 min'. The four presets reflect common reading conditions: dense technical or reference material is read more slowly (150 wpm), general web and blog content sits around 200 wpm, light or familiar prose is faster (250 wpm), and 400 wpm approximates a trained speed reader. Because word detection is purely whitespace-based, the counter works well for English and other space-delimited languages but will miscount scripts that do not separate words with spaces, such as Chinese, Japanese, or Thai. It also counts numbers, code tokens, and punctuation-attached strings as words, and ignores the extra time images, tables, or equations add.
Common use cases
Bloggers adding a '5 min read' label to the top of an article before publishing.
Newsletter writers checking that an issue fits a target length so it does not feel like a chore to read.
Students estimating how long a reading assignment or chapter excerpt will take.
Speakers and presenters timing a script by switching presets to match their delivery pace.
Content editors comparing two drafts to see which reads faster at the same wpm setting.
Support and documentation teams gauging whether a help article is short enough to scan quickly.
Frequently asked questions
How does the tool count words?▼
Which words-per-minute speed should I pick?▼
Why does it show '< 1 min'?▼
Does it work for Chinese, Japanese, or Thai text?▼
Does it account for images, tables, or code blocks?▼
Is my text uploaded anywhere?▼
Related tools
Word & Character Counter
Count words, characters, sentences, paragraphs.
Headline Analyzer
Score headlines for engagement and SEO.
Email Subject Line Tester
Score email subject lines for open rate.
Markdown to HTML
Convert Markdown to HTML.
HTML to Markdown
Convert HTML to clean Markdown.
Twitter Character Counter
Count characters for Twitter/X posts.