---
title: "Tools that capture a whole scrolling page"
url: "https://screenshot-laptop.com/tools/scrolling-capture-apps/"
platform: "cross-platform"
section: "Screenshot tools"
updated: "2026-09-15"
license: "CC-BY-4.0"
attribution: "screenshot-laptop.com"
---

# Tools that capture a whole scrolling page

*No operating system does this. The tools that do work by scrolling and stitching, which is why the results are sometimes strange — understanding the mechanism tells you when to expect trouble.*

URL: https://screenshot-laptop.com/tools/scrolling-capture-apps/

## The short answer

- Web pages — Use the browser, no tool needed
- ShareX / Shottr — Free, for everything else
- Snagit / CleanShot X — Paid, most reliable stitching

## Try the browser first

If what you're capturing is a web page, you don't need any of this. Chrome and Edge have full-page capture in developer tools, Firefox has it in the right-click menu, and Safari exports the whole page as a PDF from the print dialog. [Whether a browser extension is worth it](https://screenshot-laptop.com/tools/chrome-extensions/) comes down to how often you do this, and the permissions you're willing to grant.

All three **render the page once at full height** rather than stitching, which means no seams and no repeated headers. That's strictly better than any stitching tool. [Windows steps](https://screenshot-laptop.com/windows/scrolling-screenshot/) · [Mac steps](https://screenshot-laptop.com/macbook/scrolling-screenshot/)

Install something only for content that isn't in a browser: long documents, chat histories, spreadsheets, code editors, database tables.

## How stitching works, and why it fails

A scrolling capture tool takes a screenshot, scrolls the window by slightly less than one screen, captures again, and repeats. Then it finds the overlapping region between consecutive captures and joins them.

Every failure follows from that mechanism:

- **Sticky headers and floating toolbars** get captured on every pass, so they appear repeatedly down the finished image.
- **Animations, carousels and video** change between passes, producing visible discontinuities at the joins.
- **Lazy-loaded content** hasn't arrived when the tool scrolls past, leaving grey placeholder boxes.
- **Custom JavaScript scrollbars** don't respond to the tool's scroll commands, so it captures the same view repeatedly.
- **Smooth-scrolling animations** mean the tool captures mid-scroll and the overlap detection fails.

Knowing this makes the tools far less frustrating: before a long capture, disable smooth scrolling if you can, collapse any sticky header, and scroll to the bottom once to force lazy content to load.

## Free options

**ShareX** (Windows) has a dedicated scrolling capture mode with adjustable scroll delay, scroll amount and overlap detection. Those settings are exactly what you need when a stitch goes wrong — increase the delay and most problems disappear. Open source, no limits.

**Shottr** (Mac) does scrolling capture with almost no configuration and mostly gets it right. Free for personal use, and light enough to leave running permanently.

**PicPick** (Windows) is free for personal use and has the most forgiving scrolling capture of the free Windows options — a middle ground between ShareX's complexity and having no tool at all.

## Paid options

**Snagit** handles the awkward cases best: nested scroll panes, horizontally scrolling content, and windows with fixed sidebars. Its panoramic capture mode lets you scroll manually while it records, which solves content the automated modes can't drive.

**CleanShot X** (Mac) is fast and reliable, with the cleanest result of any Mac tool. Its scrolling capture is one of the main reasons people buy it.

## Or don't capture at all

Frequently the better answer:

- **Print to PDF.** `Ctrl`+`P` or `Cmd`+`P`, then the PDF option. Whole document, selectable text, small file, no stitching. Works in nearly every application. [Print to PDF, step by step](https://screenshot-laptop.com/how-to/screenshot-to-pdf/)
- **Zoom out first.** `Ctrl`+`minus` until the content fits one screen, then take one ordinary capture. On a high-resolution display the text stays readable, and one clean capture beats a stitched one.
- **Capture sections deliberately.** Three captures with obvious overlap are often clearer to a reader than one enormous image, and far easier to annotate.

> A 12,000-pixel-tall screenshot is a poor way to communicate. Before reaching for a scrolling tool, check whether your reader actually wants the whole page or just the part that matters.

Scrolling capture is one of four reasons to install anything; [the rest are here](https://screenshot-laptop.com/tools/).

## Questions

**Why does my scrolling screenshot have the header repeated?**

The tool captures the sticky header on every pass. Collapse or hide it first if the site allows, or use the browser's own full-page capture, which renders once and never stitches.

**Can I capture a long chat conversation?**

Usually yes with ShareX or Snagit, but chat apps often use virtualised lists that recycle elements as you scroll, which breaks stitching badly. Exporting the conversation from the app, where that's offered, gives a better result.

**Is there a free scrolling screenshot tool for Mac?**

Shottr, free for personal use, and it handles most content well. For anything in a browser, Safari's print-to-PDF route needs nothing installed at all.
