screenshot-laptop

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.

The short answer

  • Web pagesUse the browser, no tool needed
  • ShareX / ShottrFree, for everything else
  • Snagit / CleanShot XPaid, 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 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 · Mac steps

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:

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.

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:

Scrolling capture is one of four reasons to install anything; the rest are here.

Questions people actually ask

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.

On this page