Reading Time Calculator
Free reading time calculator for articles and blog posts. Estimate minutes to read from word count at your WPM speed.
Loading tool…
How it works
Paste your article text, set words-per-minute (default 200), and get an estimated reading time with word and character counts.
About Reading Time Calculator
Informational only, not professional advice. Report an error.
You finished drafting a blog post and the CMS asks for a reading time badge, but is it three minutes or eight? Reading time estimates help writers, editors, and SEO teams set expectations before publishing. Blog platforms, newsletters, and documentation sites often show minutes-to-read so visitors know whether to start now or save for later.
A standard adult reading speed for non-fiction English prose is about 200 words per minute, though dense technical writing or non-native readers may need a slower pace. This calculator counts words in your pasted text, divides by your chosen words-per-minute rate, and rounds to a friendly minute value. It also reports character and word totals for platform limits and editorial guidelines.
Use 200 WPM as a default for general audience articles. Slow down to 150–175 WPM for legal, medical, or highly technical copy. Speed up to 225–250 WPM only for very short social captions where skimming dominates. Speaking pace for podcasts and videos is often lower than silent reading speed, do not reuse blog reading time for narration without adjusting.
Reading time is a UX hint, not a precise measurement. Lists, code blocks, and images add time this text-only model ignores. Pair with word-count checks when you need line counts, or reuse the same WPM assumption across your CMS and this tool for consistent badges site-wide.
Editors use reading time to enforce maximum length on contributor posts, to A/B test whether shorter articles improve completion rates, and to sanity-check that landing page hero copy stays scannable. For email digests, sum estimated minutes across linked articles so subscribers know total commitment before opening.
When repurposing blog posts into slide decks or video scripts, re-run the calculator on the spoken script, narration is usually slower than silent reading and includes pauses not present in written prose. Everything runs in your browser with no account required, so draft content stays on your device.
Quick tips
- Use 200 WPM unless your audience reads slower technical material.
- Round up for articles with many images or embedded videos.
- Compare word count against editorial minimums before checking minutes.
- Recompute after final edits, trimming 100 words can drop a badge by a full minute.
Formulas
wordCount = words in pasted textreadingMinutes = max(1, ceil(wordCount ÷ wordsPerMinute))
This tool is part of the free Developer collection on FindMeTool. Explore more Developer tools or browse the full tool directory.