screenshot-laptop

How to capture a whole scrolling page on Windows

No Windows tool captures beyond the visible screen. The fix depends on what you're capturing — and if it's a web page, your browser already has it.

The short answer

  • Ctrl + Shift + P in ChromeThen type: capture full size screenshot
  • Ctrl + Shift + S in FirefoxBuilt-in full page capture
  • Third-party toolFor anything that isn't a browser

Web pages: your browser can already do this#

No installation, no extension, full page at full quality.

Chrome and Edge

  1. Open the page and press F12 to open developer tools.
  2. Press Ctrl+Shift+P to open the command menu.
  3. Type screenshot and pick Capture full size screenshot.
  4. A PNG of the entire page downloads.

It looks like a developer trick but it's the single best full-page capture on Windows — it renders the real page rather than stitching images together, so there are no seams, no repeated sticky headers, and text stays sharp at any length.

There's also Capture node screenshot, which grabs one element. Select a div in the Elements panel first and you get just that component, cropped exactly.

Firefox

Simpler. Right-click any empty part of the page, choose Take Screenshot, then Save full page. Or press Ctrl+Shift+S.

Everything else needs a third-party tool#

For a long Word document, a chat history, a spreadsheet or a code editor, Windows has nothing built in. The tools that do it work by capturing repeatedly while scrolling and stitching the results:

Comparison of what each actually does.

Or avoid stitching entirely#

Sometimes the better answer isn't a screenshot:

Why stitching goes wrong#

Stitched captures fail in predictable ways, and knowing them saves debugging time:

All four are reasons to prefer the browser's developer tools method for anything on the web — it renders once at full height and never stitches.

For ordinary single-screen captures, the standard Windows shortcuts are faster than any of this.

Questions people actually ask

Does Snipping Tool have scrolling capture?

No. It captures only the visible screen, on both Windows 10 and 11, and Microsoft hasn't announced plans to change that.

How long a page can the browser method handle?

Chrome imposes a height limit in the tens of thousands of pixels, and extremely long pages fail silently or come back truncated. If that happens, zoom out to 50% and capture again — the rendered height halves.

Can I capture a scrolling page on a phone more easily?

Yes, ironically. Both Android and recent iPhones offer full-page capture natively in their browsers, while Windows still doesn't. There's no technical reason for the gap.

On this page