Communicator
On display
Home / Languages / English / Sounds

English: spelling → sound

English spelling cannot be fully reverse-engineered: it froze around 1500, then the vowels moved (the Great Vowel Shift) and the words kept arriving from French, Latin and Greek with their own habits. What the tracer CAN show: the consonant digraphs are reliable (sh, ch, th, ph, ng, ck), the 'magic e' rule usually works (mad/made, bit/bite, hop/hope), and r colours the vowel before it (car, bird, for). Vowels in unstressed syllables collapse to /ə/ — the single most important thing to know about the sound of English. Transcription here is a British (RP-like) reference; the note column flags American differences. Every vocabulary entry carries a hand-verified transcription — trust that over the tracer.

Trace a word

Every box is one rule firing. Hover a box (or open the table) to see why. Rules are applied in order, first match wins — that order is the spelling system.

ʃɪp
sh
ʃ
i
ɪ
p
p
Why each segment sounds like that
LettersSoundRule
shʃ default mapping
iɪ default mapping
pp default mapping

Consonants & glides

IPASpelledExample
pp, pppen pɛn
pen — Aspirated at the start of a stressed syllable: [pʰ].
bb, bbbed bɛd
bed
tt, tt, -edtea tiː
tea — American: [ɾ] between vowels (water, butter).
dd, dd, -eddog dɒɡ
dog
kc, k, ck, ch (Greek), qucat kæt
cat
ɡg, gg, gugo ɡəʊ
go
mm, mm, mb (final)man mæn
man
nn, nn, kn, gnknife naɪf
knife
ŋng, n before ksing sɪŋ
sing
ff, ff, ph, gh (laugh)fish fɪʃ
fish
vv, f (of)very ˈvɛri
very
θththink θɪŋk
think — Tongue between the teeth, no voice.
ðth (function words, between vowels)this ðɪs
this — the, this, that, they, mother, breathe.
ss, ss, c (e,i,y), scsun sʌn
sun
zz, zz, s (plural after voiced, between vowels)zoo zuː
zoo
ʃsh, ti (-tion), ci, ssi, ch (French loans)ship ʃɪp
ship
ʒs (measure), si (vision), ge (beige)measure ˈmɛʒə
measure
hh, wh (who)house haʊs
house
t͡ʃch, tch, tu (nature)church t͡ʃɜːt͡ʃ
church
d͡ʒj, g (e,i,y), dgejudge d͡ʒʌd͡ʒ
judge
ll, lllight laɪt
light — Dark [ɫ] at the end of syllables (full, milk).
ɹr, rr, wrred ɹɛd
red — Silent after vowels in British English (car /kɑː/); pronounced in American.
jy, u (use), ewyes jɛs
yes
ww, wh, u (queen)water ˈwɔːtə
water

Vowels

IPASpelledExample
ɪi, y, e (unstressed)sit sɪt
sit
ee, ea, e_e, ie, -y (final, short)see siː
see
ɛe, ea (bread)bed bɛd
bed
æacat kæt
cat — Between /ɛ/ and /a/; mouth wide.
ɑːar, a (father, bath — British)car kɑː
car
ɒo, a after whot hɒt
hot — American: /ɑ/.
ɔːor, aw, au, al, ough (thought)law lɔː
law
ʊoo (book), u (put), oul (could)book bʊk
book
oo, u_e, ew, ou (soup)food fuːd
food
ʌu, o (son, love), ou (young)cup kʌp
cup
ɜːer, ir, ur, ear (earth), or (word)bird bɜːd
bird — American: /ɝ/ with the r.
əany unstressed vowelabout əˈbaʊt
about — The commonest English vowel. banana = /bəˈnɑːnə/.
a_e, ai, ay, ei (eight), ea (great)make meɪk
make
i_e, igh, y, ie (pie), uy (buy)time taɪm
time
ɔɪoi, oyboy bɔɪ
boy
ou, owhouse haʊs
house
əʊo_e, oa, ow, o (final)home həʊm
home — American: /oʊ/.
ɪəear, eer, ere (here)near nɪə
near — American: /ɪr/.
air, are (care), ear (bear)hair heə
hair — American: /ɛr/.

The rules, in order

94 rules. The left column is a pattern (regular expression) matched at the current position of the word; (?=…) looks ahead, (?<=…) looks behind, $ is the end of the word.

#PatternSoundWhy
1(?:tion|sion)(?:$| )ʃən-tion/-sion = /ʃən/
2ture(?:$| )t͡ʃə-ture = /t͡ʃə/ (nature, future)
3(?<=^(?:[hmwb]|sh|w))e(?:$| )he, me, we, be, she = /iː/
4(?<=^th)e(?:$| )əthe = /ðə/ (before consonants)
5(?<=^[a-z])y(?:$| )by, my = /aɪ/
6y(?:$| )ifinal -y after a consonant = /i/ (happy, city)
7(?<=^[td])o(?:$| )to, do = /uː/
8o(?:$| )əʊfinal o = /əʊ/ (go, no, so)
9(?<=^[cs])ome(?:$| )ʌmcome, some = /ʌm/ (exceptions to magic e)
10(?<=l|gl|d|ab)ove(?:$| )ʌvlove, glove, dove, above = /ʌv/
11(?<=^)one(?:$| )wʌnone = /wʌn/
12(?<=ou)se(?:$| )shouse, mouse: voiceless s
13(?<=[aeiouy])se(?:$| )zvowel + se at the end = /z/ (cheese, rose, these)
14a(?=[bcdfgklmnprstvz]e(?:$| ))magic e: a_e = /eɪ/ (make, name)
15i(?=[bcdfgklmnprstvz]e(?:$| ))magic e: i_e = /aɪ/ (time, like)
16o(?=[bcdfgklmnprstvz]e(?:$| ))əʊmagic e: o_e = /əʊ/ (home, nose)
17u(?=[bcdfgklmnprstvz]e(?:$| ))juːmagic e: u_e = /juː/ (cute, use)
18e(?=[bcdfgklmnprstvz]e(?:$| ))magic e: e_e = /iː/ (these, scene)
19(?<=[^aeiou])e(?:$| )final e after a consonant is silent
20tcht͡ʃ
21cht͡ʃch = /t͡ʃ/ (school, chef are exceptions)
22shʃ
23(?<=^)th(?=e|is|at|ey|em|ere|an|en|ose|us)ðth in function words = voiced /ð/ (the, this, that, they)
24thθth = /θ/ (thin, think); /ð/ between vowels (mother)
25phf
26wh(?=o)hwho, whole = /h/
27whw
28ckk
29(?<=^| )knnsilent k: knife, know
30(?<=^| )wrɹsilent w: write, wrong
31(?<=^| )gnnsilent g: gnome
32(?<=m)b(?=$| )silent b: lamb, climb
33ighigh = /aɪ/ (night, light)
34gh(?=t)silent gh before t (eight, caught)
35qukw
36ng(?=$| |[^aeiou])ŋng at the end of a syllable = /ŋ/ (no g!)
37n(?=k)ŋ
38dged͡ʒ
39c(?=[eiy])sc before e/i/y = /s/
40ck
41g(?=[eiy])d͡ʒg before e/i/y = /d͡ʒ/ (get, give are exceptions)
42gɡ
43jd͡ʒ
44(?<=^| )xz
45xks
46(?<=[bdgvmnlrwy])s(?=$| )zplural/3rd-person s after a voiced sound = /z/
47sss
48lll
49ttt
50ppp
51nnn
52mmm
53rrɹ
54ddd
55bbb
56fff
57ggɡ
58zzz
59air
60ear(?![aeiou])ɪəear = /ɪə/ (near, hear); bear, earth are exceptions
61eerɪə
62ar(?![aeiouy])ɑːar = /ɑː/ (car, park)
63or(?![aeiouy])ɔːor = /ɔː/ (for, short)
64er(?:$| )əfinal -er = /ə/ (teacher, water)
65(?:er|ir|ur)(?![aeiouy])ɜːer/ir/ur = /ɜː/ (bird, nurse, her)
66(?<=[aeiou])r(?=$| )final r after a vowel is silent (British)
67rɹ
68ee
69eaea = /iː/ (eat, tea); bread, great are exceptions
70(?<=g|h|st|w)ood(?:$| )ʊdgood, hood, stood, wood = /ʊd/ (but food, mood = /uːd/)
71oo(?=k(?:$| ))ʊoo before k = /ʊ/ (book, look, cook)
72oooo = /uː/ (food, moon)
73ouou = /aʊ/ (house, out); soup, young are exceptions
74ow(?=n|l|$| )əʊow at the end = /əʊ/ (show, low); cow, now are exceptions
75ow
76oaəʊ
77(?:ai|ay)
78(?:oi|oy)ɔɪ
79(?:aw|au)ɔː
80ewjuː
81ie(?:$| )
82ie
83alk(?:$| )ɔːkalk: l is silent (talk, walk)
84a(?=ll(?:$| ))ɔːall = /ɔːl/
85(?<=w)a(?=[^aeiou])ɒa after w = /ɒ/ (want, wash)
86y(?=[aeiou])j
87yɪ
88a(?:$| )ə
89aæ
90eɛ
91iɪ
92oɒ
93uʌ
94[pbtdkfvszmnlhw]same letter