Removing a blank page, a duplicate scan, or an outdated section from an otherwise-fine PDF shouldn't require recreating the whole document from scratch, and it doesn't — deleting specific pages is a quick, direct operation once you know exactly which page numbers need to go.
The basic process
Deleting works by specifying which page or pages to remove, then generating a new version of the document with everything else intact and the specified pages gone. The pages that remain keep their original content and order relative to each other, simply renumbered to account for the removed pages no longer taking up a position in the sequence.
Specifying which pages to delete
Most tools, including the one on this site, accept the same kind of range notation used for extraction — a single page number, several individual numbers separated by commas, or a range like "4-6" to remove a consecutive block, all in one operation rather than needing to delete pages one at a time.
Why deletion order matters internally, even if it doesn't for you
When removing multiple pages, especially ones spread across a document, the underlying process needs to handle them in a specific order internally (typically from the highest page number to the lowest) to avoid the remaining page numbers shifting unexpectedly partway through the operation. This is handled automatically by any properly built tool, including the one on this page, so it's not something you need to manage yourself — just specify the pages you want gone, in any order that's convenient for you.
What to check after deleting
Confirm the new total page count matches what you expected (original count minus however many pages you removed), and skim through the result to make sure nothing was cut that shouldn't have been, particularly around the boundaries of any deleted range, where an off-by-one mistake is most likely to show up.
Deleting vs simply not extracting a page
If you're building a new file for a specific purpose, sometimes it's cleaner to extract just the pages you want to keep (covered in the Split tool on this site) rather than deleting the ones you don't want, particularly when the unwanted pages outnumber the wanted ones. Both approaches produce a similar result; which one takes fewer steps depends on whether you're removing a small number of pages from a mostly-good document or keeping a small number of pages from a mostly-unwanted one. A quick worked example makes this concrete: deleting pages 3 and 7 from a 10-page document leaves 8 pages, with the page that was originally page 4 now becoming the new page 3, and so on, shifting up to fill the gaps left behind. This automatic renumbering is exactly why checking the final page count against your expectation, rather than checking specific page numbers against their old positions, is the more reliable way to confirm a deletion went as intended.
Try the Organize Pages tool yourself — free, instant, nothing uploaded.
Open the toolFrequently asked questions
Does deleting pages from a PDF affect the pages that remain?
No, the remaining pages keep their original content exactly as it was; only their position number changes to reflect that some pages before or after them are no longer present in the document.
Can I delete pages that aren't next to each other in one operation?
Yes, most tools accept a combined request like "2,5,9" or "2,5,9-11" that removes several individual pages and ranges together in a single pass, rather than requiring a separate operation for each one.
Should I delete unwanted pages or extract the ones I want to keep instead?
Either approach produces essentially the same result; extracting tends to be quicker when you're keeping only a small portion of a document, while deleting tends to be quicker when you're only removing a small number of pages from an otherwise complete document.
Is it possible to accidentally delete the wrong page?
Yes, which is exactly why confirming the page count and reviewing the result immediately afterward matters — if the wrong page was removed, working from a backup of the original file, kept separate from the edited version, lets you start the deletion over correctly.