How to Remove Pages From a PDF Without Losing the Rest
A blank sheet the scanner invented. A duplicated page from a misfeed. An appendix that was superseded two versions ago. The document is fine; two pages in it are not.
That job sounds trivial, and mostly it is. But it hides one decision worth thirty seconds of thought, and one misunderstanding that has cost people rather more than that.
First: are you removing, or keeping?
These are the same operation asked from opposite ends, and picking the wrong end is the most common reason this job takes longer than it should.
“Remove these two pages from my forty-page report.” You are deleting. You name what goes.
“Send them just the five pages about the budget.” You are extracting. You name what stays.
Both produce a new file with fewer pages. The difference is only in what you have to type — and with a fifty-page document, that difference is the whole job.
The rule is arithmetic, not preference: name whichever set is smaller. Keeping more than half? Delete the few you don’t want. Keeping less than half? Extract the pages you do want instead, which is covered in how to extract pages from a PDF.
Typing 1-14,16-29,31-50 when you could have typed 15,30 is not just slower. It is two more chances to fat-finger a number and quietly ship the wrong document.
Removing pages, step by step
- Open Delete PDF Pages and choose your file. It stays on your device — nothing is uploaded.
- Enter the pages to remove: a single page (
7), a list (2,4,6), ranges (1-3,9-11), or any mix of those. - Check the preview. The tool shows what will remain before you export, which is the moment to catch an off-by-one.
- Export. You get a new document containing every page except the ones you named, in their original order.
If your selection would remove every page, you get a clear error rather than an empty file. An empty PDF is a genuinely annoying thing to discover after you have emailed it.
Page numbers are the ones printed on the page
Enter 7 and you remove the seventh sheet of the document — not the page with “7” printed at the bottom. Those two differ in almost every real document, because covers, title pages, and front matter are rarely numbered.
A report with an unnumbered cover and an unnumbered contents page prints “1” on its third sheet. Remove the page labelled “1” by typing 1 and you delete the cover instead. Count sheets from the front, or use the thumbnails and click, which removes the arithmetic entirely.
What actually happens to your file
Every operation on this site builds a new document and copies the pages you kept into it. Nothing is edited in place. The file you selected is not modified, not moved, and not rewritten — when the export finishes, it is exactly what it was before you started.
That is why “delete” here never carries the risk it carries in an image editor. There is no unsaved state to lose and no undo to remember, because your input file was never the thing being changed. If the result is wrong, throw it away and run it again from the same original.
The page tree that this rebuild produces is part of the format described in ISO 32000-2, the standard that defines how a PDF’s pages, objects, and cross-references fit together. The PDF Association publishes accessible reference material on how documents are structured, if you want the layer beneath the tool.
Removing a page is not redacting it
This is the part worth reading twice, because the two get confused and the consequences are not symmetrical.
Deleting a page removes that whole page. Fine.
But anything sensitive on a page you kept is still there — and this is where people get caught. Two habits in particular do not do what they look like they do:
- Cropping does not delete. Crop PDF sets which region of a page is shown. In neither of its modes is the content outside that region removed — it is hidden from view and from print, but still in the file, and it comes back the moment someone widens the crop. See how to crop PDF margins for what each crop mode actually does.
- A black rectangle drawn over text is a black rectangle. The text underneath is untouched, still selectable, still copyable. Drawing a box over a number hides it from a reader who is looking, not from a reader who selects the region and copies it.
If a page contains something that must not reach the recipient, remove the entire page. That is an operation this tool genuinely performs. Hiding part of a page is not, and no tool on this site claims to redact.
The scanner cases
Most real page-removal work comes from a scanner, and it clusters into two patterns.
Blank backs. A double-sided stack fed through a scanner set to duplex produces a blank page behind every sheet that was printed on one side only. The blanks land on predictable numbers — usually every even page — so 2,4,6,8,10 clears them in one pass.
The misfeed. Two sheets go through together, or one goes through twice. This is not predictable and has to be found by eye. Scan the thumbnails rather than the pages; a duplicate is much easier to spot as a small image next to its twin than as a full page you have to scroll past.
If the scan also came out sideways or upside down, fix that first — rotating the pages upright makes the thumbnails readable, and reading thumbnails is the whole technique here.
What removing pages does not update
Deleting a page changes the document’s page count. It does not change anything that was written about the page count when the document was made.
- Printed page numbers stay as they are. If “Page 7 of 40” is part of the page content, it still says 40. Add Page Numbers to PDF can lay down a correct new sequence over the top; see how to add page numbers to a PDF.
- A table of contents does not renumber itself. Its entries were typed, or generated once, in the source document. They now point at the wrong sheets.
- Bookmarks are dropped, not adjusted. If your document has an outline pane, the exported copy will not have one. The engine these tools are built on rebuilds a document from its pages and has no concept of an outline, so there is nothing to carry across. On a long reference document that side panel is often how people navigate, and losing it is more disruptive than the page removal itself — so on a document you rely on bookmarks for, do the page removal in software that maintains them.
- Internal cross-references may break. “See the table on page 12” was correct before you removed pages 4 and 5.
None of this makes removing pages wrong. It makes it a step that sometimes has a second step. The rule of thumb: if the document talks about its own pages, check what it says afterwards.
Do it in the right order
If you are both removing pages and numbering them, remove first, number second. Numbering a document and then deleting pages out of the middle leaves a sequence that skips — 1, 2, 5, 6 — which looks worse than no numbering at all, because it looks like pages went missing rather than like pages were removed on purpose.
The same order applies to assembling a bundle: get the page set final, then number the result. That sequencing is the backbone of preparing a PDF bundle for submission.
When deleting is the wrong tool
Three cases where the answer is a different operation:
- You want several documents, not one shorter one. Split PDF divides a file into separate outputs, covered in how to split a PDF.
- The pages are in the wrong order, not surplus. Organize PDF reorders without removing anything — see how to reorder PDF pages.
- The file is too big rather than too long. Removing pages helps only if the pages you remove are the heavy ones. On a scan, every page weighs about the same, so cutting two pages from forty saves about five per cent. Why is my PDF so large covers what actually shrinks a file.
Keep the original until you have checked the copy
The export is a new file; the source is untouched. That makes the safe habit almost free: open the result, confirm the right pages went and the right pages stayed, then delete the original if you want to.
Check the joins in particular. The page after a deletion is where a wrong number shows up — if page 8 now follows page 6 and the sentence runs on cleanly, you removed what you meant to.
Everything here runs in your browser. The document you are trimming is often the one you would least like to hand to a stranger’s server on the way to trimming it — which is the reason these tools work the way they do, explained in how browser-based PDF processing protects your privacy.