Why a Section Break Sometimes Refuses to Die
When Delete does nothing, the instinct is to blame Word or your keyboard. In reality, an undeletable section break is nearly always one of four specific situations — and once you know which one you are in, the fix is straightforward.
It helps to know what a section break actually is. It is not a character floating between paragraphs: the break lives on the paragraph mark at the end of a paragraph. And the label Word displays — "Section Break (Next Page)", "Section Break (Continuous)" — describes how the following section begins, not a property of the paragraph carrying the break. Two consequences follow. Deleting the surrounding text never touches the break, because the break rides on the paragraph mark. And when you do delete a break, the sections on either side merge and the combined content adopts the page setup, headers, and footers of the section that came after the break — which is why a successful deletion occasionally reshuffles your layout.
Below are the four scenarios, roughly in order of how often they bite. If your real symptom is a blank page rather than the break itself, start with our remove-a-blank-page guide — same machinery, different angle.
How to Fix a Section Break That Won't Delete (Step by Step)
Step 1: Make the break visible
Press Ctrl+Shift+8 (Cmd+8 on Mac) to show formatting marks. A section break appears as a double dotted line with a label. If you cannot see the break you are trying to delete, you cannot be sure what you are actually deleting. On a Mac the shortcut and the Delete key both differ from Windows — our Mac-specific section break guide covers those details.
Step 2: Remove editing restrictions
If the file opened in Protected View, click "Enable Editing" in the yellow bar first. Then check Review > Restrict Editing (Word for Windows) and click "Stop Protection" if it is active — a restricted document silently ignores delete presses. This is the most common cause of the "nothing happens" symptom: no error, no beep, no deletion. Documents downloaded from email or the web open protected by default.
Step 3: Turn off Track Changes and accept pending changes
On the Review tab, turn Track Changes off, then choose Accept > Accept All Changes. With tracking on, a "deleted" break is only marked for deletion and keeps affecting the layout until the change is accepted. This explains the maddening case where a break you already "deleted" keeps producing a blank page: the deletion exists only as a pending revision.
Step 4: Click before the break and press Delete
Place the cursor immediately to the left of the double dotted line and press Delete (Fn+Delete on a Mac laptop, since the Mac Delete key alone deletes backwards). The sections merge, and the merged content adopts the page setup of the section that followed the break. In the common blank-page case both sections share the same settings, so the merge is invisible.
Step 5: If the break is at the very end, fix what precedes it
The final section’s settings are stored on the document body, not on a deletable break — so at the end of a document there is nothing to delete. Remove the empty paragraphs and paragraph-level breaks before that point instead; the stubborn blank page goes with them. This is not a limitation Word could remove in an update — it is how the .docx format defines the last section of every document.
The Two Truly Stubborn Cases, Explained
The end-of-document "break". Every Word document stores the page setup of its final section on the body of the document itself, not on a paragraph. When formatting marks are on, Word draws something break-like at the end of the file, and people burn ages trying to delete it. You can't, and you shouldn't: it isn't a break, it's the document's structural definition of its last section. Anything that claims to delete it is corrupting the file. The stubborn blank page at the end of a document is caused by what sits before that point — trailing empty paragraphs, or a paragraph-level Next Page break on an empty line.
The break trapped after a table. The .docx format requires a paragraph immediately after every table. If a section break attaches itself to that mandatory paragraph — common when a table ends a section — Word will not let you delete the paragraph, so the break looks unkillable. The correct fix is surgical: remove the section properties from that paragraph while leaving the paragraph itself in place. In Word you can approximate this by placing the cursor in the section before the break and copying its page setup into the following section (Layout > Page Setup), which makes the break harmless even though it still exists. The tool on this page does the surgical version for real: it strips the break out of the paragraph's properties and keeps the required paragraph, so the document stays valid.
The One-Click Alternative
The uploader at the top of this page sidesteps every scenario on this list. It reads your .docx directly in the browser, shows every section break it finds — including breaks parked on empty paragraphs and breaks trapped after tables — and removes exactly the ones you approve. It edits the underlying document structure, so on-screen editing restrictions and Track Changes markup can't block it; it never touches the mandatory final section settings; and it preserves the required paragraph after every table. Your file never leaves your computer, and the fixed copy downloads in seconds with -fixed appended to the name. Free, no sign-up. To understand the underlying mechanics from the ground up, see the complete section break deletion guide.
FAQ
Why can't I delete the section break at the end of my document?
Because the "break" at the very end of a Word document is not a break at all. The page setup of the final section is stored on the document body itself rather than on any paragraph, which makes it a structural part of the file — there is no character for the Delete key to remove, and removing it would break the document. The trailing blank page it seems to cause actually comes from empty paragraphs or paragraph-level breaks sitting in front of it. Delete those and the page disappears while the final section stays intact.
I press Delete and literally nothing happens. Why?
That is almost always protection. A document opened in Protected View is read-only until you click Enable Editing, and a document with editing restrictions (Review > Restrict Editing) swallows delete presses without any error message. On a Mac there is a third possibility: the Mac Delete key deletes backwards, so with the cursor placed before the break it removes the text behind the cursor — or nothing — rather than the break. Use Fn+Delete to delete forward.
I deleted the break but the layout changed. Is that a bug?
No — it is how section merging works. Each section break separates two sets of page settings, and the label on a break (such as "Section Break (Next Page)") describes how the following section starts. When you delete the break, the two sections merge and everything takes on the page setup, headers, and footers of the section that came after the break. If the sections used different orientation, margins, or headers, the earlier content visibly changes. Press Ctrl+Z to undo, note the settings you need, and reapply them after deleting.
Is my document uploaded when I use the fixer on this page?
No. The file is opened, analyzed, and repaired entirely inside your browser — no document content is ever sent over the network, and nothing is kept once you close the page. That is a property of how the tool is built, not just a policy promise.