🍋
Menu
Best Practice Beginner 2 min read 371 words

Screenshot Annotation Best Practices for Documentation

Annotated screenshots are essential for tutorials, bug reports, and documentation. Poorly annotated screenshots confuse readers more than they help. This guide covers annotation techniques that communicate clearly.

Key Takeaways

  • A screenshot without annotations forces readers to hunt for the relevant UI element among dozens of buttons, menus, and text fields.
  • Use numbered circles (1, 2, 3) to indicate a sequence of steps.
  • Choose one annotation color and stick with it throughout your documentation.
  • Before sharing screenshots, blur or redact personal data: email addresses, names, account numbers, file paths containing usernames, and API keys.
  • Capture at 2x resolution (Retina) for crisp text on high-DPI screens.

Why Annotation Quality Matters

A screenshot without annotations forces readers to hunt for the relevant UI element among dozens of buttons, menus, and text fields. A well-annotated screenshot directs attention immediately, reducing support tickets and improving documentation readability.

Core Annotation Types

Numbered Callouts

Use numbered circles (1, 2, 3) to indicate a sequence of steps. Place each number near the relevant UI element and list the corresponding instructions below the screenshot. Keep numbers under 5 per screenshot — if you need more steps, split into multiple screenshots.

Highlight Boxes

Draw rectangles around the relevant area with a bright, semi-transparent fill (red or orange at 20-30% opacity). Avoid covering the element — the highlight should draw attention, not obscure content. Use rounded corners for a polished look.

Arrows

Arrows work best for pointing to small UI elements (buttons, icons, menu items) that a highlight box would obscure. Use a thick stroke (3-4px) with a solid arrowhead. Keep arrows short — a long arrow crossing the entire screenshot is harder to follow than one pointing from nearby.

Text Labels

Add text annotations directly on the screenshot when numbered references aren't practical. Use a contrasting background pill (dark text on a white rounded rectangle, or white text on a dark pill). Never place raw text directly on a busy background.

Color and Style Guidelines

Choose one annotation color and stick with it throughout your documentation. Red (#E53E3E) is the most common choice for its visibility. If your app's UI is predominantly red, use blue (#3182CE) or green (#38A169) instead. Maintain consistent stroke width, font size, and callout style across all screenshots in a document.

Blurring Sensitive Information

Before sharing screenshots, blur or redact personal data: email addresses, names, account numbers, file paths containing usernames, and API keys. Use a solid rectangle overlay rather than a thin blur — aggressive pixelation can sometimes be reversed with AI upscaling tools.

Resolution and Format

Capture at 2x resolution (Retina) for crisp text on high-DPI screens. Export as PNG for screenshots with text (lossless, sharp edges) or JPEG for photographic content. Never use JPEG for UI screenshots — compression artifacts around text and thin lines make them look unprofessional.