How to Remove Pages from a PDF — Including Blank Scanner Pages (2026)

By PDFGrover Team · · 6 min read

You scan a twenty-page contract and get forty pages back, every other one empty. Or you download a report and only need the appendix. Or a colleague sends a document with the internal cover sheet still attached. All three end the same way: some pages have to go.

Removing pages is one of the simpler PDF operations, but a few things about it surprise people — particularly what happens to the pages you keep, and why a "blank" page often isn't blank at all.

Why scanners produce blank pages

Nearly always, it is duplex scanning. The feeder is set to scan both sides of every sheet, the documents are printed on one side, and the back of each sheet becomes a page in the output. A one-sided twenty-page document scanned in duplex mode gives you forty pages, half of them empty.

Two other causes are common:

  • Separator sheets. Blank pages deliberately inserted between documents in a batch, so the scanning software knows where one file ends and the next begins. If the batch-splitting step is skipped, they stay in.
  • Feeder misfires. Two sheets pulled through together produce one scanned image and one empty frame.

Worth knowing: a scanned "blank" page is rarely empty. It is an image of a blank sheet, complete with paper texture, dust specks, edge shadows and whatever bled through from the other side. That is why it still takes up space, and why software that looks for "empty" pages often misses them — there is plenty of data there, it just doesn't look like anything.

How to find the pages you want gone

For a document of any length, thumbnails are faster than paging through. Open the file in Delete Pages and you get a grid of every page at once. Scanning that grid, blank pages stand out immediately as pale rectangles among the dense ones, and duplex artefacts show an obvious alternating rhythm — page 2, 4, 6, 8 and so on.

Two habits make this quicker:

  • Check the rhythm before you start clicking. If the blanks are strictly every second page, you can work down the even numbers without inspecting each one.
  • Look twice at pages that are nearly blank. A page carrying only a footer, a page number or a faint stamp is not blank, and in a contract it may still matter. Zoom before deleting anything you are not certain about.

A note on automation: some desktop applications advertise automatic blank-page detection. That feature works by measuring how much ink is on each page and deleting anything under a threshold you set. It saves time on large batches, but on scans it is easy to get wrong in both directions — dust and bleed-through can push a genuinely empty page over the threshold, while a page containing only a signature line can fall under it. For documents that matter, reviewing thumbnails is more reliable. Our Delete Pages tool is a manual, visual one for that reason; it does not guess which pages you meant.

Removing the pages

The process itself is short:

  1. Open Delete Pages and choose your file. It stays on your device — nothing is uploaded.
  2. Click the thumbnails of pages you want removed. Selected pages are marked; click again to unmark.
  3. Save. You get a new PDF without those pages.

The original file on your disk is untouched, so if you mis-select something you can simply start again.

What happens to the pages you keep

Three consequences catch people out.

Page numbers shift. If you delete pages 2 and 5 from a ten-page file, the old page 6 becomes page 4. Anything referring to pages by number — a table of contents, a cross-reference in the body text, an index — is now pointing at the wrong place. The text of those references is ordinary page content and does not update itself. If your document has an index or contents page, check it afterwards, and consider re-applying numbering with Add Page Numbers.

Bookmarks and internal links can break. A bookmark that pointed at a deleted page has nothing to point at. Links to pages that still exist generally survive, but behaviour varies between tools and viewers.

File size does not always drop proportionally. Delete half the pages of a scanned document and the file usually gets roughly half as large, because each page was a separate image. Delete half the pages of a text document and the saving is often smaller, because fonts and other shared resources are stored once for the whole file. If size is the actual goal, Compress PDF will do more than deleting pages.

Delete, extract, or split?

These three overlap, and picking the wrong one means extra steps.

You want Use Result
Most of the document, minus a few pages Delete Pages One file, unwanted pages gone
Only a few pages out of many Extract Pages One new file with just those pages
To break one file into several Split PDF Multiple files
The same pages in a different order Reorder Pages Same pages, rearranged

If you find yourself deleting twenty-five pages to keep three, extracting those three is the same result with far less clicking.

Cleaning up a duplex scan, end to end

A workflow that handles the usual mess in one pass:

  1. Delete the blank backs in Delete Pages, working down the even-numbered thumbnails.
  2. Check the order. Some feeders reverse pages. Fix it in Reorder Pages rather than rescanning.
  3. Fix the orientation. Sheets fed the wrong way produce sideways pages — Rotate PDF corrects them, and rotating permanently matters here, because some rotations are only a display instruction.
  4. Trim the scanner margin with Crop PDF if there is a wide white border.
  5. Compress last. Do it after the page count is final, so you are not compressing pages you are about to delete.

Common questions

How do I delete a page from a PDF for free? Open the file in a page-deletion tool, click the pages you want gone, and save. In-browser tools do this without an account and without uploading the file.

Can I remove pages from a scanned PDF? Yes. Scanned pages are images inside the PDF, and removing them works exactly as it does for text pages.

Can I recover a page I deleted? Not from the new file. The original on your disk is unchanged, though — open it again and redo the selection.

Does deleting pages remove the information on them from the file? Yes, the page and its content are not written to the output. Note that document-level metadata is separate and is not affected — clear that with the PDF Metadata Editor if needed.

Why is my file still large after deleting most of the pages? Fonts, embedded profiles and other shared resources are stored once per document rather than per page, so removing pages does not always shrink a file proportionally. Compression will usually achieve more.

The one-line version

Scan the thumbnails, click the pages you don't want, save. Then check anything that referred to pages by number — those references do not renumber themselves.