How to remove blank pages from any pdf
- Step 1Find the blank page numbers in a viewer — Open the PDF and switch to the thumbnail/page-panel view (Adobe Reader, Preview, or your browser's built-in viewer). Blank pages show as solid white thumbnails. Write down their 1-based page numbers exactly as the viewer labels them — the tool counts from page 1, not from any printed page number stamped on the content.
- Step 2Open the delete-pages tool and drop the PDF — Load your file into the PDF Delete Pages tool. It reads the page count locally with pdf-lib and shows it in the header (for example
· 240 pages) so you can sanity-check before deleting. Nothing is uploaded. - Step 3Type the blank page numbers — In the 'Pages to remove' box, enter the blanks separated by commas:
4, 8, 12. For a consecutive run, use a range:12-14. You can mix both:4, 8, 12-14. Order doesn't matter and duplicates are harmless — the tool sorts and de-duplicates the list internally. - Step 4Click Process — Press Process. The tool copies every page that is not in your list into a fresh PDF and saves it. If your box is empty (or contains nothing the document recognises as a valid page), it stops with 'Enter at least one page number to delete.' rather than producing an unchanged file.
- Step 5Check the page count before downloading — The result panel shows the input page count and output size. Subtract: 240 input pages minus 4 blanks should leave 236. If the math is off, you likely listed a page that was out of range (ignored) — re-check your numbers.
- Step 6Download and re-verify the white pages are gone — Download the new
*.delete-pages.pdf, open it, and skim the thumbnails one more time. If a blank survived, the original is still on your disk — re-run with the corrected number. If page numbers are *stamped on the content*, see the FAQ: they won't re-flow automatically.
Where blank pages come from — and how to enter them
Common sources of phantom blank pages and the page-number entry that removes them. The tool deletes by typed number only; it does not auto-detect blanks.
| Source of the blank page | Typical pattern | What to type |
|---|---|---|
| Word 'Section break (Odd page / Even page)' | A single filler page between sections so the next starts on the right-hand sheet | The single page number, e.g. 5 |
| Double-sided print-to-PDF of a short chapter | An empty back-side after a chapter that ended on an odd page | Each empty back-side number, e.g. 8, 16, 24 |
| Spreadsheet / slide export with an empty print area | One or more trailing blank pages at the end of the file | A trailing range, e.g. 41-43 |
| Scanned duplex stack with blank backs | Every even page blank where the original sheets were single-sided | The even numbers, e.g. 2, 4, 6, 8 |
| Inserted spacer page for a future insert | An intentional placeholder left in the draft | The placeholder number, e.g. 12 |
Page-number syntax the box accepts
Exactly how the input is parsed. Anything that doesn't match is silently skipped — it won't throw, but it also won't delete a page.
| You type | Pages deleted (in a 50-page PDF) | Notes |
|---|---|---|
4, 8, 12 | 4, 8, 12 | Single pages, comma-separated; spaces are ignored |
12-14 | 12, 13, 14 | Inclusive range; both ends kept |
4, 8, 12-14 | 4, 8, 12, 13, 14 | Singles and ranges can be mixed freely |
8, 8, 4 | 4, 8 | Duplicates and out-of-order entries are de-duplicated and sorted |
48-99 | 48, 49, 50 | The end is clamped to the last real page (50 here) |
999 | (nothing) | Out-of-range single pages are ignored — no error |
14-12 | (nothing) | Reversed ranges match no pages; type 12-14 instead |
Cookbook
Real cleanup scenarios with the exact text to type and what comes out.
Three scattered Word section-break blanks
A 36-page report exported from Word has filler pages at 5, 11, and 23 from 'odd page' section breaks. Delete all three in one go.
Input: report.pdf — 36 pages (blanks at 5, 11, 23)
Type: 5, 11, 23
Result: report.delete-pages.pdf — 33 pages
(pages 5, 11, 23 removed; everything else copied verbatim)Every blank back-side of a duplex scan
A single-sided stack was scanned as duplex, so every even page is blank. List the even numbers.
Input: scan.pdf — 16 pages (2,4,6,8,10,12,14,16 blank)
Type: 2, 4, 6, 8, 10, 12, 14, 16
Result: scan.delete-pages.pdf — 8 pages
(the eight content pages remain, in order)A trailing run of blank export pages
A slide deck saved to PDF tacked on three empty pages at the end. A range is shorter than listing each one.
Input: deck.pdf — 43 pages (41, 42, 43 blank) Type: 41-43 Result: deck.delete-pages.pdf — 40 pages
Mixed singles and a range in one box
Blanks at page 4, page 8, and a consecutive run 12-13. One field, one click.
Input: doc.pdf — 50 pages
Type: 4, 8, 12-13
Result: doc.delete-pages.pdf — 46 pages
(4 pages removed: 4, 8, 12, 13)A typo'd out-of-range number does no harm
You meant page 24 but typed 224. The valid numbers still delete; the impossible one is ignored.
Input: doc.pdf — 30 pages
Type: 6, 224
Result: doc.delete-pages.pdf — 29 pages
(page 6 removed; 224 silently ignored — re-add 24 if that's what you meant)Edge cases and what actually happens
You expected automatic blank-page detection
By designThere is no auto-detect. The tool deletes the page numbers you type — nothing more. Identify the blanks visually in a viewer's thumbnail panel first, then enter those numbers. A page that looks blank but carries a faint header, watermark, or stray whitespace character is still a real page and is only removed if you list it.
A 'blank' page actually has invisible content
PreservedSome pages render white but contain a transparent image, a single space, or off-canvas text. The tool can't tell — if you list the number, it's deleted; if you don't, it stays. When in doubt, delete it and check the output: the original on disk is untouched, so you can re-run.
Stamped page numbers no longer match after deletion
ExpectedDeleting page 5 makes old page 6 the new page 5 in document order, but any page number *printed onto the content* (a footer that says 'Page 6') is part of the page graphics and does not re-flow. If your document has stamped numbers, re-apply them afterward with PDF Page Numbers.
You typed a reversed range like 14-12
No pages matchedRanges are read left-to-right and inclusive, so 14-12 describes an empty range and deletes nothing. The output would be identical to the input. Always write the smaller number first: 12-14.
The box was left empty
errorIf the field is blank — or contains only numbers outside 1…page-count — the tool stops with 'Enter at least one page number to delete.' rather than handing back an unchanged copy. Add at least one valid page number and run again.
Bookmarks / outline entries point at deleted or shifted pages
Not remappedThe rebuild copies page content but does not rewrite the document outline (bookmarks) or named destinations. A bookmark that targeted a deleted page becomes dangling, and bookmarks to later pages may land a page or two off. For documents that depend on a bookmark tree, fix the outline in a full PDF editor after cleanup.
PDF is over the free page or size limit
blockedFree runs handle PDFs up to 2 MB and 50 pages. A larger document is blocked with a message naming the limit (for example '240 pages — Free handles up to 50 pages'). Upgrade for 500 pages / 50 MB on Pro, with higher ceilings above that.
Password-protected (encrypted) PDF
limitedPage counting uses ignoreEncryption, so many encrypted-but-openable files still work. A PDF that truly requires a password to open may fail to parse. Remove the password first with PDF Remove Password (or PDF Unlock), then delete pages.
You wanted to keep only a few pages, not delete most
Use a sibling toolIf you'd be deleting almost everything, it's easier to *extract* the keepers instead. PDF Extract Pages takes the same number/range syntax but keeps the pages you list rather than removing them.
Frequently asked questions
How do I find blank pages in a large PDF quickly?
Open the PDF and turn on the thumbnail or page-panel view (Adobe Reader's left sidebar, Preview's Thumbnails, or the page strip in your browser's viewer). Blank pages appear as plain white tiles, so you can scan a 200-page document in seconds. Note their 1-based page numbers and type them into the tool. There is no built-in detector — you identify the blanks, the tool removes them.
Can I delete a run of blank pages without typing each number?
Yes. Use a range: 12-15 deletes pages 12, 13, 14, and 15 inclusive. You can mix ranges and single pages in the same box, e.g. 4, 8, 12-15. The range end is clamped to the last real page, so 48-999 on a 50-page file safely deletes 48, 49, and 50.
Will deleting blank pages re-number the remaining pages?
The document's internal page order is renumbered automatically — old page 6 becomes the new page 5 after you delete page 5. But page numbers that are *printed onto the page content* (a footer, a header, a stamped 'Page 6 of 40') are part of the graphics and do not change. Re-apply those with the PDF Page Numbers tool after cleanup.
Does removing pages re-flow or rasterise the kept pages?
No. Each kept page is copied across whole, with its original text, fonts, vectors, and images. Text stays selectable and searchable; nothing is converted to an image. The tool only changes which pages are present, not how the surviving pages are drawn.
What happens if I type a page number that doesn't exist?
It's ignored. Out-of-range single numbers (like 999 in a 30-page file) are silently skipped, and range ends are clamped to the last real page. This means a typo won't abort the job — but it also means a mistyped number simply won't delete what you intended, so verify the output page count.
Can I undo a deletion?
The tool never modifies your original file — it writes a brand-new PDF for download. So your 'undo' is the original itself: if a page was removed by mistake, re-open the source file and run again with the corrected numbers. Nothing on disk was overwritten.
Is my document uploaded to a server?
No. Reading the page count and rebuilding the PDF both happen in your browser using pdf-lib. The document never leaves your device; only an anonymous run counter is recorded when you're signed in. That matters for HR files, board packs, and anything confidential.
How many pages and how large a file can I clean?
Free handles PDFs up to 2 MB and 50 pages. Pro raises that to 50 MB and 500 pages, Pro + Media to 500 MB and 2,000 pages, and higher tiers further still. If a file is blocked, the message names the exact limit it exceeded.
The tool says 'Enter at least one page number to delete' — why?
That appears when the box is empty or every value you typed is outside the valid range (1 to the page count). Add at least one real page number — a single value like 5 or a range like 12-14 — and click Process again.
Do bookmarks survive after I remove blank pages?
The page content is preserved, but the document outline (bookmarks) and named destinations are not rewritten, so bookmarks pointing at deleted or shifted pages can become inaccurate. For most reports this is cosmetic; if your PDF relies on a precise bookmark tree, repair the outline in a desktop editor after cleanup.
What if almost every page is blank and I only want to keep a few?
Flip the operation: use PDF Extract Pages, which uses the same number-and-range syntax but keeps the pages you list instead of removing them. Listing five keepers is far quicker than listing forty-five blanks.
How is this different from splitting or extracting pages?
Delete Pages removes the pages you name and keeps the rest in one PDF. PDF Extract Pages does the opposite — it keeps the pages you name. PDF Split (by range) breaks one PDF into several files by range. Choose Delete when the blanks are the minority and the body is what you want to keep.
Privacy first
All PDF processing runs locally in your browser using PDF-lib and pdf.js. No file is ever uploaded — only metadata counters are saved for signed-in dashboard stats.