Blog · Typography & Research

Word spacing for dyslexia — does wider space between words help?

Most conversations about dyslexia-friendly text focus on font choice, line height, or background colour. Word spacing — the gap between individual words — gets far less attention, even though it's one of the variables with the most direct effect on a specific reading problem many dyslexic readers share: visual crowding.

This article looks at what word spacing does, what the research says about increasing it, and how to raise it on any website in Chrome without touching a line of code.

What word spacing actually means

Word spacing is a distinct typographic property, separate from letter spacing (the gap between individual characters within a word) and from line height (the vertical distance between baselines). In CSS it maps directly to the word-spacing property. On most websites, its default value is 0 — meaning the space between words is determined purely by the font's built-in space character, which is typically around 0.25 em wide.

When you increase word spacing, the gap between words grows while the letters within each word stay exactly as they are. The visual effect is that each word sits more clearly in its own territory. Words stop bleeding into each other at the periphery of your visual field.

This is different from what line spacing and letter spacing do. Line height stretches the text vertically and reduces the risk of the wrong line pulling your eye. Letter spacing stretches words horizontally and can help with tightly-packed typefaces. Word spacing changes the visual boundary between words themselves — a narrower but surprisingly important intervention for a specific kind of reading difficulty.

Visual crowding and why it matters for dyslexic readers

Visual crowding is the perceptual phenomenon where objects packed close together become harder to distinguish individually. It is not a problem with the objects themselves — it is a problem with their spacing. A letter you can read perfectly in isolation becomes harder to identify when flanked by adjacent letters; a word you know well becomes harder to recognise when the words immediately beside it are too close.

Crowding is a normal feature of human peripheral vision. When your eyes fix on one word in a line of text, the words to the left and right are processed in the periphery, and tight spacing between them makes that peripheral processing less reliable. Your eye may fixate on the wrong place, or may need to fixate more times to parse the same amount of text.

Research on dyslexia published in the early 2010s — including work by Spinelli and colleagues and later by Zorzi and colleagues in Italy — established that many dyslexic readers have an elevated crowding threshold compared to typical readers. They need more space between items before those items become individually distinguishable. This elevated crowding effect applies not just to letters within words but to words within a line of text.

A 2012 study by Zorzi and colleagues, published in the Proceedings of the National Academy of Sciences, found that increasing letter and word spacing significantly improved reading speed and accuracy in a sample of Italian schoolchildren with dyslexia. The effect was striking enough that a modified spacing condition produced performance improvements that averaged roughly ten percentage points on timed accuracy measures. Importantly, non-dyslexic readers in the same study saw essentially no benefit — and no harm — from the same spacing change. This is the expected pattern for an intervention targeting a specific difficulty rather than a universal one.

Letter spacing vs word spacing — the same thing?

Not quite. Both can reduce crowding, but they do it differently. Increasing letter spacing (the space between characters within a word) spreads each word out along the line, which gives peripheral vision more room to resolve individual letters. Increasing word spacing does not change the internal density of any word — it changes where one word ends and another begins.

For readers whose primary difficulty is recognising individual letters inside words, letter spacing is the more direct fix. For readers whose primary difficulty is identifying where one word stops and the next starts — sometimes called word boundary confusion — word spacing is the more targeted intervention. Many dyslexic readers have both difficulties, and some studies have tested combined spacing changes rather than isolating the two variables.

In practice, the two settings compound. A narrow-spaced font with tight word spacing creates a dense block where the boundaries of both letters and words are ambiguous. A font with generous letter spacing and wider word spacing creates clearly separated units at both levels. The best dyslexia-friendly fonts of 2026 already have generous built-in spacing, which is one of the reasons fonts like Lexend and Atkinson Hyperlegible perform well with many dyslexic readers even before you touch any spacing override.

What does the reading experience look like?

Here is the same sentence at default word spacing and at a moderately increased word spacing, so you can feel the difference directly:

Default word spacing (browser default)

When words are packed at the default distance, peripheral vision has to work harder to establish where one ends and the next begins. Readers who lose their place frequently often find themselves re-reading the same word twice without realising it.

Wider word spacing (approx. 0.35 em added)

When words are packed at the default distance, peripheral vision has to work harder to establish where one ends and the next begins. Readers who lose their place frequently often find themselves re-reading the same word twice without realising it.

Whether the wider version feels easier or just strange depends on your reading profile. For readers who don't have crowding difficulties, the extra space can look odd without helping much. For readers with elevated crowding thresholds, the second version often feels like a small but immediate relief — the words stop jostling each other.

How much word spacing is useful?

The Zorzi 2012 study used a spacing condition based on a fixed proportional increase derived from the font's original spacing. The British Dyslexia Association's style guide suggests word spacing in the range of 3.5 pt for body text, which at a typical 16pt body size works out to roughly 0.22 em — a modest but meaningful increase over the default 0 em override.

In practice, the useful range for most dyslexic readers is between 0.15 em and 0.4 em of additional word spacing. Below 0.15 em, the change is often imperceptible. Above 0.4 em, words start to drift apart in a way that makes it harder to read phrases as units — you gain individual word recognition but lose the fluid parsing of multi-word chunks. Around 0.25–0.3 em is the sweet spot most readers settle on after a day of experimenting.

There is also an interaction with line length. If you are reading a wide column — say, 100 characters per line — wider word spacing pushes words further apart but keeps the same number of words per line. The visual crowding in the periphery actually worsens slightly for very wide measures because the peripheral words are now far from your fixation point and still competing with each other. Narrow measures (around 65–75 characters) benefit most from word spacing increases, because each line is short enough that peripheral crowding is not driving the problem in the first place — and the wider spacing cleanly separates the few words on each line. See the related post on line length and dyslexia for more on why shorter line measures often help more than any single spacing change.

Does word spacing help with ADHD too?

The evidence here is thinner than for dyslexia. The crowding mechanism is specific to visual processing of letter forms, and ADHD's reading difficulties are more often driven by attention drift, working memory load, and sustaining focus across a long passage. That said, some readers with ADHD report that wider word spacing reduces the "wall of text" effect — the visual uniformity that makes it hard to pick a place to re-enter after attention wanders. It probably helps more with the re-entry problem than with sustained reading speed.

If ADHD is the main issue rather than dyslexia, the interventions that consistently help more are wider line spacing, shorter paragraphs, and stronger contrast — all of which make the text easier to scan rather than easier to decode. The longer discussion of these is in our post on reading tools for ADHD.

Word spacing on the web today

Most websites leave word spacing at its CSS default, which is 0 — meaning the space between words is whatever the font's space glyph provides. A handful of accessibility-focused sites set a small positive value. The WCAG 2.1 specification added a Success Criterion (1.4.12, Text Spacing) that requires websites to be operable when users apply a word spacing of at least 0.16 em — but that requirement is about not breaking functionality, not about actually providing wider spacing. In practice, almost no mainstream news site, social network, or corporate web app ships with dyslexia-friendly word spacing by default.

That gap is precisely why browser-level overrides matter. If you are waiting for websites to fix their own spacing, you will be waiting a long time. Changing fonts and spacing on any website in Chrome is a faster and more reliable path.

How to increase word spacing in Chrome

Chrome's built-in settings do not expose a word spacing slider. The options are:

A custom CSS override. If you are comfortable with browser developer tools or a custom CSS extension, adding * { word-spacing: 0.25em !important; } to a user stylesheet will apply wider spacing across the entire page. This works but requires some technical setup and typically needs to be repeated for each extension or method you use.

A dedicated reading extension. Some extensions — including LexiFont — give you direct control over text spacing as part of a broader set of readability settings. With LexiFont Pro, you can adjust word spacing site-by-site or globally, combine it with a dyslexia-friendly font like Lexend or OpenDyslexic, and save the settings so every visit applies them automatically. That combination — a font with generous built-in spacing plus an additional word spacing override — tends to produce better results than either change alone.

Reader mode. Chrome's built-in reader mode strips most page styling and applies its own defaults, but does not expose word spacing as a configurable option. It can still help if the original page has particularly tight default spacing, because the reader-mode stylesheet tends to have more generous baseline metrics. See our comparison of reader mode vs reading extensions for dyslexia for a fuller picture of when each approach is worth reaching for.

Word spacing and dyslexia-friendly fonts

Not all dyslexia-friendly fonts have the same word spacing out of the box. OpenDyslexic ships with very generous spacing — both between letters and between words — as part of its design philosophy. Lexend was designed by Bonnie Shaver-Troup specifically to reduce the visual demand of reading, and its proportional spacing is wider than most system fonts. Atkinson Hyperlegible, designed for low-vision readers, also has wider inter-character spacing than the typical body text font.

If you switch to one of these fonts, you get some word-spacing benefit without needing to touch any additional setting. If you stay on a system font (Arial, Georgia, Times New Roman), adding a word-spacing override on top makes a more noticeable difference because the baseline is tighter.

There is a limit to how much word spacing any font can absorb gracefully. Fonts with very narrow letter spacing to begin with — tightly-spaced grotesques, condensed display typefaces, some CJK-adjacent web fonts — can look broken at word spacings above 0.3 em because the inter-word gap becomes visually larger than the spacing within individual words. Stick to fonts designed for body text if you plan to increase word spacing significantly.

The case for testing it on yourself

The research on word spacing is more consistent than the research on most dyslexia interventions, but averages still hide individual variation. Some readers with dyslexia find that wider word spacing makes an immediate and obvious difference; others notice nothing useful; a few find that it makes tracking across a long line harder because the words feel disconnected. The only way to know which group you are in is to try it.

A practical test: pick an article you find difficult to read — a long news piece, a research summary, something with dense paragraphs. Read the first two paragraphs without any spacing change. Then add a word-spacing override and read the next two paragraphs. The response time usually makes itself clear within a few sentences. If the text feels less effortful — if you are re-reading fewer phrases before the meaning registers — wider spacing is probably helping.

The number to start with: set word spacing to 0.25 em (or about 4 px at a 16 px font size). This is enough to produce a perceptible change without pushing the text into territory that looks broken. If it feels like too much, drop to 0.15 em. If it helps but not enough, try 0.35 em. Most readers find their preference within this range.

Get LexiFont Pro — adjust word spacing, letter spacing, line height and font on every website

Further reading