Blog · Typography
Justified vs left-aligned text - which is easier for dyslexic readers?
Open almost any newspaper, novel, or academic PDF and the body text is justified - flush on both the left and the right edge, with the inside of each line stretched or squeezed to fit. It looks tidy. It looks professional. For dyslexic readers, it is also one of the quiet, invisible reasons a page can feel exhausting to read.
The short answer
Left-aligned text (also called "flush left, ragged right") is easier for most dyslexic readers than justified text. The British Dyslexia Association, the W3C's Web Content Accessibility Guidelines, and the Bureau of Internet Accessibility all recommend left-aligned body text for accessibility. Justified text introduces uneven word spacing and "rivers" of white space that disrupt the steady rhythm dyslexic readers rely on.
If you are dyslexic and a page feels harder to read than its font choice should warrant, check the alignment. If it is justified, flip it - in the browser, in your reader app, or with an extension like LexiFont.
What justification actually does to your text
Justified text is not just a different alignment. It is a different layout engine. To make every line end at the same point on the right, the layout has to add or remove space inside each line. Most browsers and word processors only adjust word spacing; some also stretch letter spacing; very few do proper hyphenation. The result is that the gaps between words on one line might be tight, the gaps on the next line loose, and a few lines down the gaps balloon to almost double width because the line had only four long words to spread across the column.
Here is the same paragraph rendered both ways. Look at the white space between words:
The difference can look subtle until you start tracking your eye through it. The wider the column, the milder the effect. The narrower the column - and most mobile screens are quite narrow - the worse it gets.
Why this hits dyslexic readers harder
Three things compound when justification meets dyslexia.
1. Rivers of white space pull the eye downward
When justified text stretches the spaces between words, those gaps sometimes line up vertically between consecutive lines. The eye starts to perceive a faint vertical channel of white space cutting through the paragraph - typographers have called these "rivers" for centuries. A neurotypical reader usually ignores them. A reader whose visual attention is already unstable - which is part of the dyslexic profile for many people - can find their eye dragged downward along the river, mid-line. You lose your place. You re-read. The fatigue accumulates.
Some examples on real pages:
This is closely related to the eye-tracking problems we covered in the post on losing your place: anything that gives the reader's saccades a competing visual attractor - rivers, large vertical gaps, motion - tends to make line-loss more frequent.
2. Inconsistent word spacing breaks the rhythm dyslexic readers use to read
Word spacing is part of how every reader segments a line into chunks. For fluent readers, that segmentation is mostly automatic. For dyslexic readers - especially those whose reading relies more on phonological processing than on whole-word recognition - the consistency of the gap matters. When one line has tight spacing and the next has loose spacing, the brain has to recalibrate the "what counts as a word boundary" signal for every line. That recalibration is fast, but it is not free, and over a page of text the load builds up.
The same logic underlies the recommendations we wrote up in our piece on line and letter spacing: dyslexic readers benefit from predictable typography. Justification breaks predictability inside every line.
3. The "ragged right" you are trying to avoid is not actually bad
Designers sometimes pick justified text because they think a ragged right edge looks unfinished or amateur. On screen, that aesthetic concern is almost always misplaced. A well-set ragged right has lines ending close to the margin, with no visible "holes" between words. To a reader, it looks clean. To a dyslexic reader, it reads dramatically more easily. The right margin is not a place anyone is looking once they are mid-paragraph.
What the official guidance actually says
The recommendation is not controversial. It has been the consensus advice for at least two decades.
The British Dyslexia Association's Dyslexia Style Guide - the most widely cited typography guidance for dyslexic readers in the UK - explicitly recommends left-justified (left-aligned) text and advises avoiding both fully justified and centred text for body copy. Its reasoning is exactly the one above: inconsistent spacing and rivers.
The W3C's Web Content Accessibility Guidelines (WCAG) 2.1 and 2.2 include a Level AAA success criterion (1.4.8) that text "is not justified (aligned to both the left and the right margins)" as one of several requirements for visual presentation. AAA is the strictest tier, but the spirit of the criterion is well-supported across the lower tiers as best practice.
The Bureau of Internet Accessibility and the U.S. Section 508 implementation guidance both echo the recommendation. None of these guidelines say "never use justified text under any circumstances" - they say body text on the web and on accessible documents should default to left-aligned.
When can justified text still work?
Three contexts where the calculus is different:
Print, with proper hyphenation. A book typeset in InDesign, with a real hyphenation algorithm and microtypography tools (variable letter spacing, optical margin alignment, glyph scaling), can produce justified text with very small spacing variation. The H&J ("hyphenation and justification") engine in professional typesetting software does dozens of passes per line to keep the spacing even. Most browsers do none of this. So a hardcover novel in justified text can read perfectly well for everyone, while the same prose justified on a webpage will not.
Wide columns with short words. If your column is genuinely wide - say 80 to 90 characters per line - and the text has few unusually long words, justified text approaches left-aligned in feel. The wider the column, the less stretching is needed per line.
Visual design elements, not body copy. A pull quote, a single line of a heading, a card with a fixed-width caption - these can be justified for visual reasons because the reader is not running through them at speed.
For everything else - and especially for the body text of a webpage, an email, a Google Doc, or a long-form article - left-aligned is the safer default.
What about centred text?
Centred body text is even worse than justified text for dyslexic readers. Every line starts at a different point on the left, which means your eye cannot rely on a fixed return point at the end of each line. The "return sweep" - that little flick of the eye from the end of one line back to the start of the next - is one of the most error-prone parts of reading even without dyslexia. Centred text moves the target every time. Reserve centred alignment for headlines and short captions; never centre paragraphs of running text.
How to flip a site from justified to left-aligned
If you are reading this on a site that defaults to justified text and finding it harder than usual, you have three ways out:
Browser reader mode
Most modern browsers ship a reader mode that strips the page to a clean, left-aligned layout. Safari has Reader (the little stack-of-lines icon in the address bar). Firefox has Reader View (the book icon). Chrome's reader is hidden behind a flag in some versions. Edge has Immersive Reader. All of them default to left-aligned text - that alone is part of why reader modes feel so much calmer to read in. See our comparison of reader mode and reading extensions for when each one is the right tool.
A user stylesheet or browser extension
LexiFont is built for exactly this kind of override. It applies your chosen font to every page on the web, and the Pro tier lets you set typography preferences - including text alignment - that override whatever the site shipped. One toggle turns a justified blog post into a left-aligned one, with no other layout damage. The same toggle works on news sites, blog posts, documentation pages, and almost anywhere else on the open web.
If you prefer a hand-rolled solution, a tiny user stylesheet does it too. Install a "user CSS" extension and add a one-line rule: p, li, article, main { text-align: left !important; }. The trade-off is that you have to maintain it yourself, and the !important nuclear option occasionally fights with site styles in ways you might not want.
Per-app settings
Some apps let you set alignment without an extension. Microsoft Word and Google Docs both default to left-aligned (good); if a document you receive is justified, select all and hit Ctrl/Cmd+L. Apple Books has a "Justification" toggle in settings - turn it off. Kindle's settings include "Alignment" with Left-aligned and Justified options; see our Kindle-fonts guide for the full Kindle accessibility recipe. In Gmail, plain-text composition mode avoids justification entirely - and the typography tweaks in our Gmail post cover the rest.
A practical recipe
If you are setting up your reading stack for the first time, or auditing it after years of just-putting-up-with-it, here is a quick recipe.
One. In your browser, install a font-and-alignment override extension. LexiFont's free tier sets the font; Pro adds alignment and spacing controls. Set body text to left-aligned everywhere, with your preferred dyslexia-friendly font (Atkinson Hyperlegible and Lexend are both good defaults - see our comparison).
Two. In your reading apps - Kindle, Apple Books, Pocket, Readwise, Matter - find the alignment setting and switch to left-aligned. Most of them have it; some hide it under "Justification" or "Layout".
Three. In Word, Google Docs, and any other document-editing app you use, set the default style to left-aligned and remove justified from your "preferred styles" list.
Four. When you receive a PDF or Word doc set in justified text, re-flow it. Word's Select All + Left-align takes two seconds. For PDFs, run them through reader mode or convert to text first; our PDF reading guide walks through the workflow.
That is the entire fix. There is no clever trick. You just stop accepting the "professional" default and switch every layer of your reading stack to left-aligned. The savings in fatigue compound across the day.
One honest caveat
A small number of dyslexic readers report finding justified text easier, not harder - usually because the fixed right edge gives them a clearer sense of "shape" for each paragraph, and they find ragged edges visually distracting. If that is you, trust it. The advice above is "most readers, most of the time, prefer left-aligned" - it is not a universal law. As with every typography choice, the test is what feels easier after ten minutes of reading, not what the rule book says.
What is not a matter of preference is the availability of the choice. A site that hard-codes justified text and offers no way to change it is making a choice on your behalf. Tools like LexiFont exist to put that choice back in your hands.
Get LexiFont Pro - alignment, spacing, font weight and contrast overrides for every site on the web
Further reading
- Line spacing and letter spacing for dyslexia - what actually matters
- Dyslexia and eye tracking - why some readers lose their place
- Best fonts for dyslexia in 2026 - a research-first guide
- Reader mode vs reading extensions - which is better for dyslexia?
- Dyslexia-friendly news sites - how to make any site readable