US Trends

how to remove section break in word

Here’s how to remove a section break in Word on Windows or Mac without messing up your formatting.

Quick Scoop: The Basics

A section break is a special marker that splits your document into separately formatted sections (different headers, margins, orientation, etc.). To remove it safely, you first need to make it visible, then delete it like any other character.

Method 1: Delete a single section break

Step 1 – Show section breaks

  1. Open your Word document.
  2. Go to the Home tab.
  3. Click the Show/Hide ¶ button in the Paragraph group.
  4. You’ll now see a line across the page labelled something like Section Break (Next Page) or Section Break (Continuous).

Step 2 – Remove the break

  1. Place your cursor just before or just after the section break line.
  2. Press Delete (if you’re before it) or Backspace (if you’re after it).
  3. The section break disappears and the two sections merge into one.

Tip: After deleting, check your headers/footers, page numbering, and orientation—these often change because they were controlled by that section.

Method 2: Remove all section breaks at once (Find & Replace)

Useful when your document has many section breaks and you want to clean them all out.

  1. Press Ctrl + H (Windows) or Command + H (Mac) to open Find and Replace.
  2. Click More >> to expand options if needed.
  3. Click Special at the bottom and choose Section Break.
    • You’ll see ^b appear in the Find what box.
  4. Leave Replace with completely empty.
  5. Click:
    • Replace to remove them one by one, or
    • Replace All to delete all section breaks in the document.

Warning: Deleting all section breaks at once may reset or merge different page layouts, headers, and footers throughout the document. If your doc is important, make a backup copy first.

Method 3: When a section break won’t delete

Sometimes a section break seems “stuck” or deleting it wrecks the layout. Try this:

  • Switch view:
    • Go to View > Draft (or Outline) and delete the section break there.
  • Check Track Changes:
    • Go to Review tab.
    • Make sure Track Changes is turned off. Active tracking can block some deletions.
  • Delete from the previous page:
    • Put your cursor at the end of the text before the section break and press Delete until it disappears.

Quick HTML table: Methods and use-cases

html

<table>
  <thead>
    <tr>
      <th>Method</th>
      <th>Best for</th>
      <th>Key steps</th>
      <th>Risk level</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Manual delete</td>
      <td>1–2 section breaks</td>
      <td>Show ¶, click near break, press Delete/Backspace</td>
      <td>Low</td>
    </tr>
    <tr>
      <td>Find &amp; Replace (^b)</td>
      <td>Many section breaks</td>
      <td>Ctrl+H → Special → Section Break → Replace All</td>
      <td>Medium–High (formatting changes)</td>
    </tr>
    <tr>
      <td>Draft view + delete</td>
      <td>“Stuck” breaks</td>
      <td>View → Draft → delete break line</td>
      <td>Medium</td>
    </tr>
  </tbody>
</table>

Mini example

Imagine a document where page 2 is landscape and pages 1 and 3 are portrait. That setup uses section breaks around page 2. If you delete the section break after page 2, Word may turn page 3 landscape or convert page 2 back to portrait, because it merges those sections into one.

Quick TL;DR

  • Turn on Show/Hide ¶ to see the section break line.
  • Put your cursor next to the break and press Delete or Backspace to remove it.
  • For many breaks, use Find & Replace with ^b and Replace All , but expect formatting changes.

Bottom note: Information gathered from public forums or data available on the internet and portrayed here.