A normal screenshot stops at the bottom of your screen. But plenty of pages — long articles, chat threads, dashboards, terms-of-service documents — keep going well past the fold. Here are four ways to capture the whole scrolling page in Chrome, from a hidden built-in command to a one-click capture that stitches it for you.
Why the normal screenshot isn't enough
When you press your usual screenshot shortcut, you capture the viewport: the slice of the page currently visible in the window. Everything below the fold is left out. For a short page that's fine, but if you're trying to document a long signup flow, archive a receipt, or send someone the full state of a dashboard, cropping at the viewport means taking five screenshots and hoping they line up.
A full-page (or "scrolling") capture solves this by recording the page from top to bottom as a single tall image. There are a few ways to get one.
Option 1 — Chrome DevTools (no install)
Chrome has a full-page capture built in; it's just tucked away in the developer tools. It works on most pages and costs nothing:
- Open the page you want to capture.
- Press
Ctrl+Shift+I(Windows/Linux) orCmd+Option+I(Mac) to open DevTools. - Open the Command Menu with
Ctrl+Shift+P(orCmd+Shift+P). - Type
screenshotand choose Capture full size screenshot.
Chrome scrolls the page for you and saves a PNG to your downloads folder. It's genuinely handy in a pinch. The catches: it can struggle with pages that lazy-load content as you scroll, fixed headers sometimes repeat or smear, and very long pages can hit an image-height limit and come out blank or truncated. There's also no way to mark anything up — you just get the raw file.
Option 2 — A capture extension (one click)
A browser extension built for screenshots removes the manual steps. With CaptureWizard, full-page capture is one of the capture modes: pick Full page, and it scrolls the page in the background, grabs each section, and stitches them into one clean image — then drops you straight into an editor.
The advantage over the DevTools route is what happens next. Because the capture lands in an editor, you can immediately:
- Draw arrows, boxes and add text to point at the part that matters.
- Blur or redact emails, account numbers or anything sensitive before it leaves your screen.
- Copy it to the clipboard, download a PNG, or generate a shareable link.
For long threads, knowledge-base articles and dashboards, this is usually the fastest path from "I need this whole page" to "sent."
Option 3 — Stitch viewport shots by hand
No extension and DevTools won't cooperate? You can always do it the manual way: take a viewport screenshot, scroll down by roughly one screen, take another, and repeat to the bottom. Then assemble them in any image editor.
It works, but it's fiddly. Overlap each shot slightly so you don't lose a line of text at the seams, and watch for sticky headers or floating chat widgets that sit in the same spot on every shot — they'll appear repeatedly in the stitched result. Reserve this for the rare page where nothing else works.
Option 4 — Print to PDF
If you don't strictly need an image, Chrome's print dialog (Ctrl+P / Cmd+P) can save the entire page as a PDF in one step. Choose Save as PDF as the destination. The layout reflows for paper, so it won't look pixel-identical to the screen, but for archiving an article or keeping a record of a receipt it's quick and reliable. PDFs are also easy to search and share.
Quick tips for cleaner full-page captures
- Scroll once first. On pages that lazy-load images, slowly scrolling to the bottom before you capture lets everything render so it shows up in the shot.
- Collapse cookie banners and chat bubbles. Dismiss any floating overlays before capturing — otherwise they sit on top of your content.
- Mind the zoom. Reset the page to 100% (
Ctrl+0/Cmd+0) for predictable text size and sharpness. - Check the bottom edge. Whatever method you use, glance at the end of the image to make sure it actually reached the footer.
So which should you use?
If you just need the file once and don't mind the occasional rough edge, DevTools is right there and free. If you capture long pages regularly — or you'll want to annotate, redact, or share what you grab — a dedicated capture tool like CaptureWizard turns it into a single click and skips the cleanup. And when an image isn't the point, printing to PDF is the simplest archive of all.