Prefix Cheat Sheet
Top 20 English Prefixes — Word Counts, Lengths, Examples
All counts computed from 74,872 words using str.startsWith(). Fingerprint: 916f47949b41. Generated: 2026-07-27. Use the Prefix Word Finder to look up any prefix live.
Top 20 Prefixes — Complete Reference Table
Sorted by word count. All counts use str.startsWith() with minimum word length = prefix_length + 2. Average length = mean character count of all matching words. Examples are representative, not exhaustive.
| # | Prefix | Words | % DB | Avg len | Examples | Bar |
|---|---|---|---|---|---|---|
| 1 | CO- | 2,684 | 3.6% | 9.3 | COOPERATE, COORDINATE |
|
| 2 | RE- | 2,486 | 3.3% | 9.1 | REBUILD, RETURN |
|
| 3 | IN- | 1,811 | 2.4% | 10.0 | INCREDIBLE, INVISIBLE |
|
| 4 | DE- | 1,652 | 2.2% | 8.9 | DECOMPOSE, DECLINE |
|
| 5 | UN- | 1,320 | 1.8% | 9.8 | UNKIND, UNUSUAL |
|
| 6 | DIS- | 843 | 1.1% | 10.5 | DISCOVER, DISPLACE |
|
| 7 | PRE- | 508 | 0.7% | 10.0 | PREPARE, PREVENT |
|
| 8 | IM- | 491 | 0.7% | 9.7 | IMPOSSIBLE, IMPROVE |
|
| 9 | OVER- | 385 | 0.5% | 10.0 | OVERCOME, OVERLOOK |
|
| 10 | MIS- | 319 | 0.4% | 9.9 | MISTAKE, MISLEAD |
|
| 11 | INTER- | 258 | 0.3% | 11.2 | INTERNATIONAL, INTERVIEW |
|
| 12 | SUB- | 252 | 0.3% | 9.8 | SUBMARINE, SUBTRACT |
|
| 13 | OUT- | 236 | 0.3% | 8.9 | OUTRUN, OUTPACE |
|
| 14 | TRANS- | 180 | 0.2% | 11.3 | TRANSPORT, TRANSFORM |
|
| 15 | NON- | 127 | 0.2% | 10.8 | NONFICTION, NONPROFIT |
|
| 16 | SUPER- | 105 | 0.1% | 11.4 | SUPERMARKET, SUPERNATURAL |
|
| 17 | ANTI- | 89 | 0.1% | 10.2 | ANTIBIOTIC, ANTICIPATE |
|
| 18 | MICRO- | 50 | 0.1% | 11.1 | MICROSCOPE, MICROPHONE |
|
| 19 | AUTO- | 40 | 0.1% | 10.1 | AUTOMOBILE, AUTOMATIC |
|
| 20 | MACRO- | 8 | 0.0% | 10.0 | MACROECONOMICS, MACROSCOPIC |
|
Source: 74,872-word database (TWL + Collins + British English). Fingerprint: 916f47949b41. Generated: 2026-07-27. Reproducible from wordlist.js.
Prefix Meaning Quick Reference
Methodology — How These Counts Were Computed
Prefix counts: count = sum(1 for word in words if word.startswith(prefix.lower()) and len(word) > len(prefix) + 1). Average length: avg = sum(len(w) for w in words if w.startswith(prefix.lower()) and len(w) > len(prefix) + 1) / count. Database: 74,872 words (TWL + Collins Scrabble Words + British English). All figures reproducible from wordlist.js file with implementation fingerprint 916f47949b41, generated 2026-07-27. The startsWith() method matches any word beginning with the prefix letters, including words where the prefix letters are part of the root rather than a productive morpheme. This is a letter-sequence count, not a morpheme count.
Limitations: CO- and IN- counts include words where the prefix letters are incidental (COAT, COAL where CO is part of the root; INCH, INK where IN is part of the root). More sophisticated morpheme analysis would use a morphological parser to separate productive prefix uses from root-initial coincidences. The letter-sequence count is used here for transparency and reproducibility. For practical word game use, this distinction does not matter — all CO- words (whether CO- is a prefix or root) are findable via the Prefix Word Finder.
Prefix Groups by Etymology — Germanic vs Latin vs Greek
The top 20 prefixes divide into three etymological groups. Germanic-origin prefixes (UN-, OUT-, OVER-, MIS-) average under 9.5 characters per word: they derive from Old English and Old Norse and combine with short, familiar root words. Latin-origin prefixes (RE-, IN-, DE-, DIS-, PRE-, INTER-, TRANS-, SUB-, SUPER-) average 9.5–11.5 characters per word: they derive from Latin and French and combine with Latinate vocabulary. Greek-origin prefixes (AUTO-, MICRO-, ANTI-) average 10–11 characters per word: they appear primarily in scientific and technical vocabulary.
The etymological grouping predicts word register. Germanic prefix words tend to be everyday vocabulary: UNKIND, OUTRUN, OVERLOOK, MISTAKE. Latin prefix words tend to be formal or educated vocabulary: INCONGRUOUS, SUBTERRANEAN, TRANSFORMATION. Greek prefix words tend to be technical or scientific: AUTOMATIC, MICROORGANISM, ANTIBACTERIAL. For vocabulary building, learning the etymological groups helps predict which prefix to try when encountering an unfamiliar word.
CO- is unusual because it functions across registers. In everyday English, COOPERATE and COORDINATE are familiar Latin-derived words. But CO- also produces informal and everyday vocabulary (COWORKER, COFOUND, COAUTHOR) that reads as native rather than formal. This dual character contributes to CO-'s high word count — it is productive across the full register range of English.
The INTER- prefix illustrates the length-register correlation clearly. INTERNATIONAL (13 chars), INTERDISCIPLINARY (17 chars, too long for Scrabble board), INTERROGATION (13 chars), INTERPRETATION (14 chars) — nearly all INTER- words are long and formal. The 11.2-character average is the highest of any top-prefix group after SUPER- (11.4) and TRANS- (11.3). For word games, INTER- words are most useful when playing through existing board tiles to form long extensions.
Practical summary for learners and players: if you know a root word and want to extend it, UN- and RE- are the most likely productive prefixes for short words (under 8 characters). INTER-, TRANS-, and SUPER- are the most likely productive prefixes for long words (over 10 characters). DE-, DIS-, and MIS- are productive negative prefixes for medium-length verbs and adjectives. This heuristic covers the majority of productive prefix patterns in the database.
Using This Data — Applications for Teachers and Learners
Prefix frequency data is widely used in vocabulary instruction. Research in applied linguistics consistently shows that teaching the most productive prefixes improves reading comprehension and vocabulary acquisition more efficiently than teaching word lists. The top 5 prefixes (CO-, RE-, IN-, DE-, UN-) appear in thousands of words learners encounter across academic reading. Understanding that INCREDIBLE means not-credible (IN- + CREDIBLE) allows a learner to infer meanings of INEXCUSABLE, INESCAPABLE, INVISIBLE, and INCREDIBLE from the single prefix meaning.
For English language teachers, this prefix frequency data provides an evidence-based sequence for instruction: teach RE- and UN- first (most words, simplest meanings), then DE-, DIS-, and MIS- (negation and reversal), then PRE- and OVER- (position and excess), then INTER-, TRANS-, and SUPER- (spatial and degree relationships). This sequence follows both frequency (starting with the most productive) and semantic complexity (starting with the most transparent meanings).
For standardised test preparation, prefix knowledge reduces reliance on rote memorisation. The GRE, SAT, and similar tests include many unfamiliar vocabulary words that contain recognisable prefixes. A test-taker who recognises INTER- as between or among can infer the meaning of INTERNECINE (mutually destructive, from INTER- + NECIS, death), INTERPOLATE (insert between), and INTERSTICE (space between) without having seen these words before. This inference strategy is more scalable than memorising individual word meanings.
Quick Summary — Top 5 at a Glance
The five most productive English prefixes: CO- (2,684 words, 3.6% of database), RE- (2,486 words, 3.3%), IN- (1,811 words, 2.4%), DE- (1,652 words, 2.2%), UN- (1,320 words, 1.8%). Together they cover 12.3% of the 74,872-word database. All data from fingerprint 916f47949b41.