Reading Time Calculator

Reading Time Calculator lets you estimate reading duration from word count and an adjustable reading speed. Enter your own values or load the worked example.

Method and calculation

Estimate reading duration from word count and an adjustable reading speed.

Inputs and settings

Reading Time Calculator accepts Input text; Words per minute (minimum 1, maximum 2000).

Worked example

Reading Time Calculator example — Input text: "Hello world\nA second line\nHello world"; Words per minute: 200. Computed output: { "words": 7, "minutes": 0.035, "seconds": 3 }

Output and limitations

Silent reading pace varies with familiarity, typography and subject difficulty. Enter a pace appropriate for the intended audience, then interpret the duration as an estimate. Tables, diagrams and code can require study time that a word-only model does not capture.

Technical references: JavaScript Unicode normalization

Reading Time Calculator FAQs

Reading Time Calculator applies the following rule to your input: Estimate reading duration from word count and an adjustable reading speed. The worked example on this page uses the same processor as the result button.
Reading Time Calculator has these boundaries: Input is treated as plain text; it is never executed. Start by checking the input text field against the units or format shown.
Reading Time Calculator provides this sample: { "words": 7, "minutes": 0.035, "seconds": 3 }. Use the sample button to reproduce it, then replace the inputs with your own values.