How to Use Before and After Screenshots in Documentation
Some documentation tasks require showing change. A configuration before and after enabling a feature. A dashboard before and after applying a filter. An error state before and a success state after following troubleshooting steps. In these situations, a single screenshot is insufficient — the reader needs to see both states to understand what changed and why.
Before-and-after screenshots are the visual equivalent of a diff. They show the reader exactly what was different, making the impact of an action concrete rather than abstract. When done well, they are one of the most persuasive and instructive formats in documentation.
When done poorly, however, they confuse rather than clarify. Inconsistent framing, mismatched dimensions, unclear labeling, and excessive differences between the two screenshots can leave readers unsure what they are supposed to notice.
Key Insight: Cognitive research on comparative visual processing shows that humans detect changes most effectively when two images are presented side by side with identical framing. Any difference in angle, zoom level, or crop area forces the viewer to mentally align the images before comparing them, which significantly increases cognitive load.
This guide covers the techniques for creating before-and-after screenshot comparisons that are clear, effective, and professional.
When Before-and-After Comparisons Add Value
Not every documentation scenario benefits from a comparative format. Use before-and-after screenshots when the change itself is the point.
High-value use cases:
- Feature activation — Showing the interface before and after enabling a feature demonstrates the feature's impact visually
- Configuration changes — Showing settings before and after a change confirms what the reader should expect
- Troubleshooting — Showing the error state (before) and the resolved state (after) gives readers a clear target for their fix
- Design updates — Showing old and new UI versions communicates what changed in an update or release
- Data transformations — Showing raw data before processing and formatted data after demonstrates a tool's effect
Low-value use cases (use a single screenshot instead):
- Step-by-step instructions where each step builds on the previous — sequential screenshots are better than pairwise comparisons
- Minor changes that are better described in text than shown visually
- Changes that affect only non-visual elements (backend configurations, API responses without a UI component)
Common Mistake: Using before-and-after comparisons for every change in a guide, even trivial ones. Clicking a checkbox does not need a before (unchecked) and after (checked) comparison. Reserve the format for changes that are visually significant and instructionally important.
Capture Techniques for Consistent Comparisons
The effectiveness of a before-and-after comparison depends entirely on consistency between the two screenshots. The only difference between them should be the change you are documenting.
Lock the Framing
Capture both screenshots at the same viewport position, zoom level, and window size. If the "before" screenshot shows the settings page at 1280 pixels wide scrolled to the security section, the "after" screenshot must show the exact same page at the same width and scroll position.
How to lock framing:
- Do not resize or move the browser window between captures
- Do not scroll unless the change requires it (and if it does, note the scroll difference in your annotations)
- Use the same browser zoom level for both captures
- Maintain the same sidebar state (expanded or collapsed) across both screenshots
Minimize Incidental Differences
Between the "before" and "after" captures, things change that are not part of the documented change. Timestamps update. Notification counts increment. Dynamic content rotates.
Strategies to minimize noise:
- Capture both screenshots in rapid succession to minimize time-based changes
- Use a test environment where you control the data and can prevent unrelated changes
- If incidental differences are unavoidable, annotate them with a note like "Timestamp differs due to capture timing"
Pro Tip: When using ScreenGuide to capture workflow steps, you can identify the "before" and "after" states within the same recording session. Because the captures happen in rapid succession during the workflow, incidental differences are minimized naturally. Extract the relevant frames from the guide to create your comparison pair.
Capture More Than You Need
For each state, capture a slightly larger area than you think you will need. It is easier to crop identically afterward than to re-capture because you missed a few pixels of context on one side.
Layout and Presentation
How you arrange before-and-after screenshots in the documentation affects how easily readers can compare them.
Side-by-Side Layout
Place the "before" screenshot on the left and the "after" screenshot on the right. This follows the left-to-right reading direction and the convention of timelines progressing from left to right.
Best for:
- Screenshots that are not too wide (under 600 pixels each)
- Changes that involve a small area of the interface
- Responsive documentation layouts with sufficient horizontal space
Considerations:
- Both images must be the same dimensions for clean alignment
- On narrow screens (mobile), side-by-side layout may force the images too small to read
Stacked Layout
Place the "before" screenshot above the "after" screenshot. This layout works at any screen width and accommodates wider screenshots.
Best for:
- Full-width screenshots
- Documentation that may be read on mobile devices
- Changes that span the full width of the interface
Considerations:
- The reader must scroll between the two images, which makes quick comparison harder than side-by-side
- Placing the screenshots close together (minimal gap) mitigates this issue
Slider/Toggle Layout
Some documentation platforms support interactive comparison widgets where readers can slide between the before and after states or toggle between them.
Best for:
- Subtle visual changes that are easier to spot with an overlay comparison
- Interactive documentation where reader engagement is a priority
Considerations:
- Requires platform support or custom implementation
- Falls back to a static layout for readers who disable JavaScript or use screen readers
Key Insight: Side-by-side layout is the strongest default choice because it minimizes eye movement between the two states. The reader can process both images simultaneously with peripheral vision, making change detection fast and intuitive. Use stacked layout only when side-by-side is not feasible due to image width.
Annotation Strategies for Comparisons
Annotations in before-and-after screenshots serve a different purpose than in standard screenshots. Instead of directing attention to a specific element, they highlight the difference between the two states.
Label Each State Clearly
Always label each screenshot. "Before" and "After" are the simplest labels, but context-specific labels are more informative:
- "Before: SSO Disabled" / "After: SSO Enabled"
- "Error State" / "Resolved"
- "Default Configuration" / "Optimized Configuration"
Place labels above or below each screenshot in a consistent position. Use bold text in a neutral color to avoid competing with the screenshot annotations.
Highlight the Change
Use a highlight box or circled annotation to draw attention to the specific area that changed. In the "before" screenshot, highlight the element in its original state. In the "after" screenshot, highlight the same area showing the new state.
Matching highlights across the pair:
- Use the same annotation style (color, thickness, shape) on both screenshots
- Position the highlight in the same relative location on both images
- If multiple changes exist, number them consistently across both screenshots
Annotate Sparingly
Before-and-after comparisons are inherently self-explanatory — the reader's job is to spot the difference. Heavy annotation works against this by telling the reader what to notice instead of letting them discover it.
Minimum annotation: Labels for each state plus one highlight on the change area.
Maximum annotation: Labels, one highlight, and a brief text callout describing the change. Beyond this, the comparison format is probably not the right choice for the content.
Common Mistake: Annotating the "before" screenshot differently from the "after" screenshot. If the "before" has a red highlight box and the "after" has a green arrow, the reader must decode two different annotation styles in addition to comparing the screenshots. Use identical annotation styles on both images, changing only what the annotation points to.
Writing Companion Text
The text accompanying before-and-after screenshots should guide the reader's comparison and explain the significance of the change.
Structure for Companion Text
- Set the context — What state does the "before" screenshot show and why?
- Describe the action — What change was made between the two states?
- Explain the result — What does the "after" screenshot show and why does it matter?
Example:
Before enabling SSO, users see the standard login form with email and password fields. After toggling the SSO setting in Security > Authentication, the login page shows the "Sign in with SSO" button and removes the password field. Users can now authenticate through your identity provider without maintaining separate credentials.
Reference Specific Differences
Do not force the reader to play "spot the difference" without guidance. Call out the specific visual changes in the text:
- "Notice that the password field is no longer visible in the 'After' screenshot."
- "The status indicator changes from red (inactive) to green (active)."
- "The export button is now enabled, replacing the grayed-out state."
Pro Tip: When the change is subtle — a color shift, a small icon appearing, a label text change — add a zoomed inset showing the changed area at 200% magnification. This prevents readers from straining to see the difference in a full-width screenshot.
Before-and-After Screenshots in Different Contexts
Release Notes
Before-and-after comparisons are highly effective in release notes and changelogs. They show users what changed in the new version without requiring them to discover the changes on their own.
Keep release note comparisons focused on the most impactful visual changes. A release with twenty UI tweaks does not need twenty comparison pairs — highlight the top three to five changes.
Troubleshooting Guides
In troubleshooting documentation, the "before" screenshot shows the problem state and the "after" shows the resolution. This format is particularly reassuring for readers because it confirms that their problem is recognized and solvable.
ScreenGuide can capture both the error state and the resolution during a troubleshooting workflow recording. Label the relevant steps as "before" and "after" when assembling the guide.
Training Materials
Training materials benefit from before-and-after comparisons when teaching configuration changes. Showing trainees the expected result of each configuration step reduces uncertainty and builds confidence.
Quality Checklist for Before-and-After Comparisons
Before publishing any before-and-after comparison, verify:
- Identical framing — Both screenshots show the same area at the same zoom and scroll position
- Identical dimensions — Both images are the same pixel width and height
- Clear labels — Each screenshot is labeled with its state
- Highlighted change — The specific difference is annotated consistently on both images
- Minimal incidental differences — Timestamps, notifications, and dynamic content do not distract from the documented change
- Matched annotation style — Both screenshots use the same annotation type, color, and placement convention
TL;DR
- Before-and-after screenshots are visual diffs — use them when the change itself is the instructional point (feature activation, troubleshooting, configuration changes).
- Lock the framing between captures: same viewport size, scroll position, zoom level, and sidebar state.
- Side-by-side layout is the strongest default for comparisons; use stacked layout only when images are too wide for horizontal arrangement.
- Label each state clearly with context-specific labels, highlight the change area with matching annotations, and annotate sparingly.
- Write companion text that sets context, describes the action, and explains the result — do not force readers to spot differences unaided.
- Verify identical framing, dimensions, and annotation style before publishing any comparison pair.
Ready to create better documentation?
ScreenGuide turns screenshots into step-by-step guides with AI. Try it free — no account required.
Try ScreenGuide Free