The Ideal Reading Experience on a 5-Inch Screen
A phone screen shows about forty words at a time, and everything about good mobile writing follows from that constraint.
If you want to understand mobile readability, start with a physical fact: a phone screen held at reading distance shows you roughly a paragraph at a time. Maybe forty or fifty words, once the header and browser chrome take their share. That’s the whole canvas. Not a page, not a column. A paragraph. Nearly everything about writing and typesetting for phones follows from this one constraint, and nearly every mobile readability problem I find comes from ignoring it.
Think about what the constraint does to structure. On a desktop, a reader can see where they are in an argument. The previous paragraph is still visible above; the next one peeks from below; the scrollbar tells them how much remains. On a phone, all of that context is gone. The reader sees only the current forty words, floating in space, and has to hold everything else in memory. This is why a paragraph that reads fine on a laptop can fail completely on a phone. On the laptop, a pronoun like “this approach” can lean on a sentence still visible two inches up. On the phone, that sentence scrolled away four swipes ago, and the reader is left holding a pronoun with nothing attached to it. Writing for a phone means writing paragraphs that survive alone, each one carrying enough of its own context to make sense as the only thing on screen. It’s closer to writing a series of postcards than a letter.
Then there’s the typography, where the failures are more mechanical and, happily, more fixable. The most common one is small text. Browsers on phones default to sixteen CSS pixels for body text for a reason: at that size, at arm’s length, most people can read comfortably. Sites override it downward, usually because the desktop design used a smaller size and nobody revisited the choice, and at twelve or thirteen pixels a meaningful slice of your readers is now squinting or pinch-zooming. Pinch-zooming to read body text is a defeat. It means the reader is doing manual labor to compensate for a decision you made. And some sites make even that impossible by disabling zoom in the viewport meta tag, which manages to be both a readability failure and an accessibility failure at once, since it also blocks people with low vision from the one remedy they had. There is no good reason to disable zoom. None.
Line length matters too, though on phones the danger is inverted from print. In print, lines get too long; on phones, they get too short. When a design adds generous side margins on a screen that’s only around 400 CSS pixels wide, or sets text in a column meant for desktop, you end up with lines of four or five words. Short lines make the eye return to the left edge constantly, and each return has a small cost. The reading experience turns choppy, like driving over rumble strips. The comfortable range is somewhere near ten words a line, which on a phone means modest margins and a font size that’s big but not enormous. This is a solvable layout problem, and the test is simply to load the page on an actual phone and notice whether reading feels like gliding or like stuttering.
There’s also the matter of hands. Most phone reading is done one-handed, with the thumb doing all the work, often while the person is standing, walking, or lying down. The thumb scrolls in bursts, and it is not precise. This has two consequences writers rarely think about. First, anything the reader must tap, like a link inside your text, needs to be big enough to hit with a thumb; the accessibility guidelines suggest targets of at least 24 by 24 CSS pixels, and links set in dense small text miss that easily. Second, and less obvious, scrolling itself is how phone readers pace themselves. Each flick of the thumb is a small recommitment to your page. Long unbroken walls of text ask for many recommitments with no reward between them, which is why paragraph breaks matter more on phones than anywhere else. A break is a place to land. On a five-inch screen, a paragraph break is doing the job that a page turn does in a book.
What strikes me, after checking hundreds of pages for exactly these issues with GazeSite, is that mobile readability is a genuinely humble discipline. None of it is clever. Sixteen-pixel text. Zoom left enabled. Lines around ten words. Paragraphs that stand alone and end often. Links a thumb can hit. Any of these can be verified in a minute with a real phone, and most sites fail several, not because anyone decided to, but because the page was designed on a 27-inch monitor by people who then read it on that same monitor. The five-inch version was an export, not a design.
So here’s the discipline I’d suggest: read your own site on your phone, one-handed, somewhere slightly inconvenient. Standing in a kitchen. Waiting for coffee. Notice where you squint, where you pinch, where your eye stutters at the left margin, where a paragraph refers to something that has scrolled away. Every one of those moments is a reader you’re currently losing, silently, at scale. The screen is small. The fix is to respect that, not fight it.
More articles
Long landing pages don't fail because of their length; they fail because they exhaust readers before the ask.
Read →Complex products don't need complex pages; they need a simple first sentence and permission to elaborate later.
Read →Good navigation is less about helping people go somewhere and more about telling them where they already are.
Read →