Tooltip & Help Text Writing
5 exercises — Practice writing concise, useful tooltips and inline help text for settings fields, icon buttons, technical inputs, and timestamp labels.
0 / 5 completed
Quick reference: Tooltip writing rules
- Add value — don't just repeat the label; explain the benefit or format
- Stay under 15 words — tooltips are glanced at, not read
- Answer "where do I find this?" for technical field help text
- Show examples — a realistic example reduces input errors
1 / 5
A tooltip appears when a user hovers over a "Two-factor authentication" toggle in account settings. Which tooltip is best?
Tooltips should add value beyond the label — explain the why or the benefit, not just restate the label.
Tooltip writing guidelines:
• Maximum ~15 words — tooltips are scanned, not read
• Explain benefit/outcome ("why do this"), not just definition
• Don't repeat the label word-for-word — that's redundant
• Avoid dry technical definitions — speak to user goals
Option A — dictionary definition; too long; creates more questions than it answers
Option B — restates the obvious ("toggle this switch to enable/disable"); no added value
Option C ✓ — explains what it does ("second verification step") and why ("recommended")
Option D — too short; gives no information
Key vocabulary:
• Tooltip — a small contextual popup that appears on hover over a UI element
• Benefit copy — text that explains why a feature matters, not just what it is
• Label redundancy — tooltip text that just repeats the element's label (an anti-pattern)
• Contextual help — inline or overlay help that appears in context of the relevant UI element
Tooltip writing guidelines:
• Maximum ~15 words — tooltips are scanned, not read
• Explain benefit/outcome ("why do this"), not just definition
• Don't repeat the label word-for-word — that's redundant
• Avoid dry technical definitions — speak to user goals
Option A — dictionary definition; too long; creates more questions than it answers
Option B — restates the obvious ("toggle this switch to enable/disable"); no added value
Option C ✓ — explains what it does ("second verification step") and why ("recommended")
Option D — too short; gives no information
Key vocabulary:
• Tooltip — a small contextual popup that appears on hover over a UI element
• Benefit copy — text that explains why a feature matters, not just what it is
• Label redundancy — tooltip text that just repeats the element's label (an anti-pattern)
• Contextual help — inline or overlay help that appears in context of the relevant UI element
Next up: Onboarding Copy →