When and How to Use Lorem Ipsum
Lorem ipsum is the most widely used placeholder text in the world. If you have ever opened a design mockup, a WordPress theme demo, or a LaTeX template, you have seen it. Most designers treat it as wallpaper — it is just there, and nobody thinks about it. But lorem ipsum has a strange history, a measurable shape, and a few situations where reaching for it is the wrong call.
Where Lorem Ipsum Comes From
The text is not gibberish. It derives from “De Finibus Bonorum et Malorum” (“On the Ends of Good and Evil”), a philosophical treatise written by Cicero in 45 BC. Specifically, it pulls from sections 1.10.32 and 1.10.33, which discuss the theory of pleasure and pain. The original Latin makes complete grammatical sense: “Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit” translates roughly to “nor is there anyone who loves pain itself because it is pain.”
The scrambled version used as placeholder text has been around since at least the 1500s. A typesetter creating a specimen book took a passage from Cicero, dropped some words, mangled others, and added a few nonsense syllables to produce a block that looked like natural Latin but carried no distracting meaning. The opening “Lorem ipsum dolor sit amet” is what survived of the original “dolorem ipsum” (“pain itself”) once the leading “do” was lost to a line break.
This origin was obscure for centuries until Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, traced the phrase “consectetur” back to Cicero in 1994. Until McClintock published his finding in Before & After magazine, most designers assumed the text was meaningless. His discovery did not change how anyone used the text, but it gave the design profession a small piece of trivia to share at meetups for the next thirty years.
Lorem ipsum survived into the digital era because Aldus Corporation bundled it as the default sample text in PageMaker 1.0 in 1985. Once PageMaker became the standard layout tool of the desktop publishing revolution, the convention was locked in. Every design tool since — QuarkXPress, InDesign, Sketch, Figma, Adobe XD, Canva, Framer — has shipped with lorem ipsum either built in or one plugin away.
Why Designers Still Use Placeholder Text
The pitch is simple: placeholder text removes content as a variable so you can focus on layout. When you are deciding column widths, font sizes, line heights, and spacing, you want text that behaves like real prose without anyone stopping to actually read it.
Real English is distracting. Drop a real paragraph into a wireframe and the first thing stakeholders do is edit the copy. “Can we change ‘purchase’ to ‘buy’?” is a valid question, but not during a layout review. Lorem ipsum short-circuits the conversation by being unreadable.
It also has the right shape. The average word in standard lorem ipsum runs about 6.2 characters, slightly longer than the 4.7-character English average but close enough that line breaks fall in believable places. Word lengths vary in a roughly natural distribution, so the text produces ragged right edges that match real prose. Random characters or repeated strings like “test test test” do not, which is why early Lorem-ipsum-style placeholders looked obviously wrong on the page.
When Not to Use Lorem Ipsum
Placeholder text has real downsides, and four contexts where it actively hurts the design process show up over and over.
User Testing and Research
If you are putting a prototype in front of real users, lorem ipsum is a problem. Users stumble over it. They ask what it means. They assume the product is broken or unfinished. Even users who recognize placeholder text get pulled out of the experience — they start thinking about the prototype instead of using it. Use real or realistic content. The copy does not need to be final, but it needs to be in the user’s language and roughly appropriate to the context.
Content-Driven Layouts
Some designs are shaped by their content. A news site’s headline lengths determine card heights. An e-commerce description that runs three paragraphs looks nothing like one that runs three sentences. Design with lorem ipsum, then drop in real content, and you may find the layout breaks because the real text is half the length you assumed — or twice it. For these cases, sample five to ten real entries, note the shortest, median, and longest, and design against all three.
Responsive Breakpoints
Placeholder text of a fixed length hides responsive issues. A 25-word lorem ipsum block might wrap neatly on a 375px screen, but the actual product description — which includes a 12-row spec table and a bulleted feature list — overflows the container at the same width. Test responsive behavior with content that matches your worst-case real input.
Multilingual Products
German runs roughly 35% longer than English on average; legal German can run 50% longer because of compound nouns like Geschwindigkeitsbegrenzung. Finnish compounds can hit 30+ characters. Chinese has no spaces between words and wraps differently. Designs validated only with Latin placeholder text almost always break in at least one locale — usually German, which is why localization teams treat it as the canary language.
Alternatives Worth Knowing
The strongest alternative is real draft content. Even rough copy from a writer or product manager makes the layout honest about how it handles actual prose, and it removes a second design pass after final copy lands. When real content is not available, three other options are worth knowing about.
For multilingual projects, generate placeholder text in each target language. A standard lorem ipsum generator only produces Latin, but Blindtextgenerator and similar tools produce German, French, Japanese, and Arabic placeholder text with realistic word lengths and character distributions for each script.
Themed generators — Bacon Ipsum, Cupcake Ipsum, Hipster Ipsum, Samuel L. Ipsum — produce English filler with the same word-length shape as Latin lorem ipsum. The novelty keeps reviewers engaged in casual internal critiques, but they read as unprofessional in client-facing decks. Stick to Latin when the audience is paying for the work.
Corporate Ipsum (sometimes called “Bullshit Ipsum”) goes the other direction: it generates jargon-heavy English that sounds like a B2B press release. “Synergize granular paradigms to leverage cross-functional value streams” reads as parody, but if the design needs to feel like it contains real corporate copy — an enterprise dashboard, a SaaS landing page — it gives a more honest sense of the finished product than Latin does.
Generating the Right Amount
The most common mistake with placeholder text is generating too much or too little. A paragraph that wraps to six lines in a comp will look completely different if the real content fills two lines, or if it fills twelve.
Estimate the actual content length first. For a product description card, pull five real descriptions from the catalog and note the range — shortest, longest, median. Generate placeholder text at each length and test all three. The design needs to handle the shortest without looking empty and the longest without breaking the surrounding grid.
For body content like articles or documentation, think in reading time. A 5-minute article is roughly 1,000 words, which fills about two full screens on a desktop at typical font sizes. If the layout has a sidebar, sticky header, and embedded images, test with that volume so scrolling behavior, section anchors, and table-of-contents navigation hold up at realistic scale.
For short UI strings — button labels, error messages, tooltips — skip lorem ipsum entirely. Write the actual string. A button that says “Lorem” tells you nothing about whether the real label will fit. “Cancel subscription” immediately shows you whether the text overflows on a 320px viewport.
Quick Generation
Most design tools have lorem ipsum generation built in. Figma fills a text layer with sample text via the Content Reel plugin or any of several lorem-ipsum plugins; type lorem and the plugin replaces it with a paragraph. In VS Code and any editor with Emmet support, type lorem and hit Tab to expand into a 30-word paragraph; lorem100 expands into 100 words; p*5>lorem generates five paragraphs at once.
When you need precise control — exact paragraph counts, a fixed words-per-paragraph cap, the classic “Lorem ipsum dolor sit amet” opening toggled on or off — a dedicated web generator is faster than wrestling with a plugin. Set the parameters, copy the output, paste into the comp, move on.
Lorem ipsum has stuck around for five centuries because it solves one narrow problem well: designers need text-shaped content that nobody wastes time reading. Reach for it when layout is the only question on the table. Reach for real content the moment the question becomes anything else.
Try it yourself
Use our free Lorem Ipsum Generator — runs entirely in your browser, no sign-up required.