PREFIX RESEARCH

Prefix Statistics
20 Most Common Prefixes, Word Counts, and Average Lengths

All data computed directly from the 74,872-word database. Implementation fingerprint: 916f47949b41. Generated: 2026-07-27. Reproducible.

74,872 Words AnalyzedTop 20 PrefixesCO-: 2,684 WordsRE-: 2,486 Words

Prefix Counts — Complete Top 20 Table

All counts computed using Python str.startswith() on every lowercase word in the 74,872-word database. Minimum word length = prefix length + 2 (to exclude trivial extensions and the prefix itself as a standalone word). Average length is the mean character count of all matching words.

Prefix Words % of DB Avg length Distribution
CO- 2,684 3.6% 9.3
RE- 2,486 3.3% 9.1
IN- 1,811 2.4% 10.0
DE- 1,652 2.2% 8.9
UN- 1,320 1.8% 9.8
DIS- 843 1.1% 10.5
PRE- 508 0.7% 10.0
IM- 491 0.7% 9.7
OVER- 385 0.5% 10.0
MIS- 319 0.4% 9.9
INTER- 258 0.3% 11.2
SUB- 252 0.3% 9.8
OUT- 236 0.3% 8.9
TRANS- 180 0.2% 11.3
NON- 127 0.2% 10.8
SUPER- 105 0.1% 11.4
ANTI- 89 0.1% 10.2
MICRO- 50 0.1% 11.1
AUTO- 40 0.1% 10.1
MACRO- 8 0.0% 10.0

Methodology: str.startswith(prefix.lower()) on all 74,872 words with minimum length filter prefix_length + 2. Fingerprint: 916f47949b41. Generated: 2026-07-27.

Key Findings — Prefix Productivity in English

The most productive prefixes by word count are CO- (2,684 words) and RE- (2,486 words). CO- achieves its high count through multiple semantic functions: it marks joint action (COLLABORATE, COAUTHOR), spatial arrangement (COAXIAL), and compound formations. RE- marks repetition (REDO, REBUILD) and reversal (RETURN, REDUCE). Together, CO- and RE- account for approximately 7% of the entire database.

Latin-origin prefixes (INTER-, TRANS-, SUPER-, ANTI-, MICRO-) show consistently longer average word lengths than native English prefixes (OUT-, UN-, RE-). TRANS- words average 11.3 characters and SUPER- words average 11.4 — well above the database mean of 8.11 characters. This reflects the tendency of Latin and Greek prefixes to combine with longer learned vocabulary roots in technical, scientific, and academic contexts.

The average word length for RE- words (9.1 characters) is above the database mean but lower than Latin prefixes. This reflects RE-'s dual character: it combines with both short native roots (REDO=4, REDO, RELY=4) and long learned roots (RECONSIDERATION=15, REINVESTIGATION=15). The distribution is wide, keeping the average moderate despite the presence of very long words.

OUT- words (236 words, average 8.9 characters) have the lowest average length among the top prefixes. This reflects OUT-'s combination with short verbs: OUTRUN, OUTBID, OUTFOX, OUTPACE — all 6–7 characters. OUTSTANDING and OUTMANOEUVRE represent the longer end of OUT- words.

Prefix Semantics — What Each Prefix Means

CO-
CO- marks joint action and association — 2,684 words
CO- (Latin cum, with) marks joint or mutual action: COLLABORATE (work together), COAUTHOR (write together), COORDINATE (arrange together). Its high word count reflects its use across many verb and noun types in academic, professional, and technical registers. CO- is the most productive prefix in the database by raw count.
RE-
RE- marks repetition and reversal — 2,486 words
RE- (Latin re-, again or back) is the most recognisable English prefix for repetition (REDO, REBUILD, RECONSIDER) and reversal (RETURN, REDUCE, RETREAT). Its 2,486 words span the full length range from REDO (4 letters) to REINVESTIGATION (15 letters), making it the prefix with the widest length distribution in the top 20.
UN-
UN- negates and reverses — 1,320 words
UN- is the primary negating prefix in native English vocabulary: UNKIND (not kind), UNUSUAL (not usual), and UNDO (reverse the action). Its 1,320 words average 9.8 characters, reflecting UN-'s combination with both short adjectives (UNKIND=6) and long compound forms (UNCONSCIONABLE=14).
TRANS-
TRANS- crosses and transforms — 180 words
TRANS- (Latin across or beyond) produces the longest-averaging words of any top prefix at 11.3 characters: TRANSPORTATION (14), TRANSFORMATION (14), TRANSMIGRATION (14), TRANSCONTINENTAL (15). The prefix combines almost exclusively with learned vocabulary from Latin and Greek roots, which drives the exceptionally high average length.

Using Prefix Data — Practical Applications

Prefix statistics have several practical applications for word game players and researchers. For Scrabble rack management, knowing which prefixes produce the most words helps prioritise which rack openings to target. RE- (2,486 words) and CO- (2,684 words) are the most productive; having R-E or C-O at the start of a rack opens a very large play space compared to having rarer prefix letters. The Prefix Word Finder allows instant lookup of all words for any prefix.

For vocabulary researchers, the average-length data reveals morphological patterns. Latin prefixes consistently combine with longer roots than Germanic prefixes. This reflects the historical layering of English vocabulary: native Germanic stock (shorter, more common words) and Latin/Greek borrowings (longer, more learned vocabulary). The INTER-/TRANS-/SUPER- cluster at average lengths above 11 characters represents the learned stratum distinctly from the RE-/UN-/OUT- cluster below 10 characters.

Cross-Language Prefix Comparison — Latin vs Germanic Patterns

The top 20 prefix list divides neatly into two etymological groups. Native Germanic prefixes (UN-, OUT-, OVER-, MIS-) average 9.3 characters per word — shorter, more common words derived from Old English and Old Norse roots. Latin and Greek prefixes (INTER-, TRANS-, SUPER-, ANTI-, MICRO-, AUTO-) average 10.8 characters per word — longer, more specialised words absorbed into English through French and direct Latin borrowing. This etymological split creates a bimodal length distribution within the prefix data: a peak of short words from Germanic prefixes and a peak of long words from Latin prefixes.

For word game players, the Germanic/Latin split matters strategically. Searching RE- (Germanic-origin productive prefix) returns 2,486 words including many short plays (REDO, RELY, REEF, RENT). Searching TRANS- (Latin) returns 180 words but almost all are long (TRANSPORT, TRANSMISSION, TRANSCONTINENTAL). Short-word searches benefit from Germanic prefix groups; plays needing to fill long board sections benefit from Latin prefix groups.

The CO- prefix stands apart from both groups. Although etymologically Latin (cum-, with), CO- has become so productive in Modern English that it functions as a native-style prefix, generating both short words (COAT, COIN, COB where CO is part of the root) and long scientific terms (CORROBORATE, COOPERATION, COINCIDENCE). Its 2,684-word count is partly inflated by non-prefixal CO- occurrences where CO is part of the root rather than a productive prefix morpheme.

Prefix productivity research has direct applications beyond word games. Natural language processing systems use prefix frequency data to improve morphological analysis — identifying which letter sequences at word beginnings are likely to be productive prefixes versus coincidental letter combinations. The startsWith() approach used for this data serves as a simple heuristic; more sophisticated NLP analysis uses morphological parsers that understand which CO- words have CO- as a real prefix versus a root initial sequence.

Prefix Research — Summary — Key Takeaways

The 20 most productive English prefixes account for approximately 17% of the 74,872-word database. CO- and RE- together account for 7%. Knowing the top five prefixes (CO-, RE-, IN-, DE-, UN-) and their average word lengths gives a practical framework for word game rack management and vocabulary expansion. The Prefix Word Finder tool allows instant lookup of all words for any prefix, enabling real-time application of this data during game play.