UXFU.com Master the craft.
Glossary / UX Design

Microcopy

Yellow Belt ~7 min read
Animation illustrating Microcopy

Microcopy UX refers to the small pieces of text embedded in an interface – button labels, error messages, placeholder text, tooltips, empty states, and confirmation messages – that guide users through interactions and communicate the product’s personality at every friction point.

Why It Matters

Microcopy has an outsized impact on user experience relative to its size. A single word change on a button can meaningfully shift conversion rates. A well-written error message can turn a frustrating failure into a recoverable moment. A poorly phrased placeholder can confuse users before they’ve even started filling out a form.

The reason microcopy matters so much is that it appears exactly where users are making decisions. A button label at the bottom of a signup form is read at the moment of commitment – when a user is deciding whether to proceed or abandon. An error message appears at the moment of failure – when trust in the product is most fragile. These are high-stakes moments, and the words that appear there carry more weight than equivalent copy elsewhere on the page.

Microcopy also communicates brand voice more directly than most other elements. Marketing headlines are expected to have personality. Body copy is expected to inform. But an error message that’s human, specific, and slightly warm – rather than generic and technical – signals that a real team cared enough to think about what users experience when things go wrong.

How It Works / Types

Button labels are the most common microcopy and the most frequently underwritten. Generic labels like “Submit,” “Continue,” or “OK” tell users nothing about what they’re committing to. Effective button labels describe the outcome: “Create My Account,” “Send Message,” “Download Free Guide.” See call to action for the full design context around button placement and visual hierarchy.

Error messages are the microcopy with the highest leverage for reducing abandonment. The anatomy of a good error message: tell users what went wrong (specific, not generic), why it happened if useful, and – most importantly – what to do next. “Something went wrong” is not an error message; it’s an apology without instructions. “Your password must be at least 8 characters and include one number” is an error message.

Placeholder text appears inside form fields before users type. A common mistake is using placeholders as field labels – the label disappears as soon as typing starts, leaving users who pause mid-form with no reminder of what the field requires. Use placeholders for format hints (“DD/MM/YYYY”) or examples (“e.g. hello@company.com”), never as a substitute for visible labels.

Tooltips and helper text surface contextual information without cluttering the main interface. A tooltip on an information icon next to a field explains why that data is needed. Helper text below a field explains constraints (“Must be between 8 and 20 characters”). These reduce cognitive load by surfacing complexity only where and when it’s needed – a direct application of progressive disclosure.

Empty states are the interface text users see when a list, feed, or dashboard has no content yet. A good empty state explains what will appear here, shows an example or illustration, and includes a clear action to add the first item. An empty state that says only “No items found” fails all three requirements.

Confirmation and success messages close the feedback loop after an action completes. “Your message has been sent” is functional. “Your message is on its way – you’ll hear back within 24 hours” is both functional and sets expectations, reducing the follow-up anxiety that prompts unnecessary support contacts.

Voice and Tone Consistency

Microcopy must match the product’s established voice. A playful consumer app using “Uh oh, something went sideways!” is appropriate. The same message in a legal document management tool is inappropriate – users in professional contexts want clarity and control, not whimsy.

The practical tool for this is a voice and tone guide: a document that specifies how to write for different emotional contexts (success, error, empty, cautionary) and different user states (onboarding, expert usage, recovery). This ensures that a button label written by a frontend developer and an error message written by a UX writer feel like they came from the same product.

How to Test Microcopy

A/B testing is the standard tool for measuring microcopy impact on conversion rates. Small changes – “Get Started” vs “Create Free Account,” “Continue” vs “Next Step” – can produce measurable differences in click-through rates with minimal development effort.

Usability testing reveals comprehension failures that A/B testing misses. When a user stares at a form field, hesitates on an error message, or asks “what does this mean?” – those moments identify microcopy that needs clarification, not just optimization.

Real-World Example

Mailchimp’s onboarding microcopy is a frequently cited example of brand-consistent tone applied to the right moment. When a user successfully sends an email campaign – a high-stakes, often nerve-wracking action for first-time users – Mailchimp displays a celebratory illustration of a hand giving a high five and the text “High fives!”

The choice is deliberate. Sending a campaign for the first time is anxious-making. The confirmation message is positioned to release that tension with warmth and celebration rather than the neutral “Campaign sent successfully” that most tools default to. It matches Mailchimp’s brand voice (friendly, slightly irreverent) and appears at the exact moment when a user is most emotionally receptive to it.

Contrast this with the same company’s error messages, which are specific and instructive rather than playful – because errors are the wrong moment for humor. Tone adapts to context; voice remains consistent.

How to Apply

  1. Audit your error messages first. Error messages are the highest-leverage microcopy and the most commonly neglected. For each error in your product, check: is it specific about what went wrong? Does it tell the user what to do next? If not, rewrite it.
  2. Replace generic button labels with outcome descriptions. Go through every “Submit,” “OK,” and “Continue” in your product and replace each with a label that describes what happens when the user clicks. This takes an afternoon and measurably improves both usability and conversion.
  3. Never use placeholder text as a label substitute. Add visible labels above every form field. Placeholder text is for hints and examples, not for labeling fields – this is both a usability best practice and an accessibility requirement (WCAG 1.3.5).
  4. Write empty states with three components. Explain what goes here, show what it looks like with content (or an illustration), and include a primary action to add the first item. An empty state without an action is a dead end.
  5. Test microcopy with real users, not just internal review. Words that seem obvious to the team frequently confuse users encountering the product for the first time. Even five minutes of usability testing will surface copy problems no amount of internal review finds.

Common Mistakes

Using technical language in error messages. “Error 403: Forbidden” is a server message, not a user message. “You don’t have permission to view this page – contact your account administrator to request access” is a user message. Translate technical errors into human language before they reach the interface.

Microcopy that manipulates rather than guides. Confirmshaming (“No thanks, I don’t want to save money”), misdirection labels on dismiss buttons, and dark-pattern confirmation dialogs are microcopy used against users. They erode trust even when they temporarily boost metrics. See dark pattern for the broader context.

Ignoring microcopy in design handoff. Designs that contain placeholder text (“Lorem ipsum” or “Error message here”) hand the microcopy problem to developers, who will write whatever comes to mind. Microcopy should be specified in the design, not filled in during development.

  • Call to Action – the button label context where microcopy has the most direct conversion impact
  • Cognitive Load – what good microcopy reduces by giving users clear, specific guidance
  • Onboarding – the context where voice-consistent, encouraging microcopy has the highest retention impact
  • Accessibility – the requirements that microcopy must meet (labels, error identification, WCAG compliance)
  • Dark Pattern – what microcopy becomes when it’s designed to manipulate rather than guide

Further Reading

Test Your Knowledge

Flash Quiz

Which of these best defines microcopy?