Repeated Word Finder
Find and highlight words that appear more than once in your text.
Frequently asked questions
Why don't short words like "a" or "is" show up in the results?
The word matcher only counts runs of letters that are at least 3 characters long, so anything shorter is excluded from the count entirely, no matter how often it repeats.
Does it treat "don't" or hyphenated words as a single word?
Not quite — the matcher only recognizes runs of plain letters, so punctuation like apostrophes or hyphens splits the word; "don't" is read as "don" (long enough to count) plus "t" (too short to count).
What's the lowest repeat threshold I can search for?
2 — the input is capped at a minimum of 2, so you can't look for words that only appear a single time.
Related tools
Word Counter
Count words, characters, sentences, and paragraphs in real-time.
Character Counter
Count characters with and without spaces instantly.
Case Converter
Convert text to UPPER, lower, Title, camelCase, snake_case, or kebab-case.
Lorem Ipsum Generator
Generate placeholder text in any number of paragraphs or words.