How to remove all headers and footers in Word?
Normally, you can remove headers and footers from a Word document by double-clicking the header or footer and deleting its content. However, this method becomes tedious if your document contains multiple sections with different headers and footers.
In this guide, we'll walk through multiple ways to efficiently remove headers and footers depending on your needs.
- Remove the header and footer from the first page in the active document
- Remove all headers and footers in the active document
- Remove all various headers and footers in the active document with VBA code
- Remove all various headers, footers, and watermarks in the active document with Inspect Document feature
- Remove all header lines in the active document with an amazing feature
Remove the header and footer from the first page in the active document
If you only want to remove the header and footer from the first page, follow these steps:
- Open your Word document, go to the first page, and double-click the header area to enter editing mode.
- Under the "Header & Footer" tab, check "Different First Page".
- Click "Close Header and Footer". The header on the first page will be removed.
Remove all headers and footers in the active document
If your document uses the same header and footer throughout, follow these steps to remove them quickly:
- Double-click any header in the document to enter editing mode and select its content.
- Press the "Delete" key on your keyboard and click "Close Header and Footer". All headers will be removed.
Remove all various headers and footers in the active document with VBA code
If your document is divided into sections with different headers and footers, manually deleting each one is inefficient. Instead, use VBA to remove them all at once:
- Open your document and press "Alt + F11" to open the "Microsoft Visual Basic for Applications" editor.
- Click "Insert" > "Module" and paste the following code:
Sub RemoveHeadAndFoot() 'Update by ExtendOffice Dim oSec As Section Dim oHead As HeaderFooter Dim oFoot As HeaderFooter For Each oSec In ActiveDocument.Sections For Each oHead In oSec.Headers If oHead.Exists Then oHead.Range.Delete Next oHead For Each oFoot In oSec.Footers If oFoot.Exists Then oFoot.Range.Delete Next oFoot Next oSec Selection.WholeStory ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageHeader Selection.ParagraphFormat.Borders(wdBorderBottom).LineStyle = wdLineStyleNone ActiveWindow.ActivePane.View.SeekView = wdSeekMainDocument End Sub
- Press "F5" to run the macro. This will remove all headers and footers.
Office Tab: Brings tabbed interfaces to Word, Excel, PowerPoint...![]() |
Enhance your workflow now. Learn More about Office Tab Free Download |
Remove all various headers, footers, and watermarks in the active document with Inspect Document feature
If you prefer not to use VBA, the "Inspect Document" feature offers a safe way to remove headers, footers, and watermarks:
- Go to "File" > "Info" > "Check for Issues" > "Inspect Document".
- In the dialog box, check "Headers, Footers, and Watermarks" only.
- Click "Inspect", then click "Remove All".
- Click "Close" to finish. All related elements will be removed.
Note: If there are watermarks in the document, they will be removed as well.
Remove all header lines in the active document with an amazing feature
Removing horizontal lines under headers manually is tedious. With Kutools for Word's "Remove All Header Lines" feature, you can do it in one click, saving time and effort.
Once Kutools for Word is installed, follow these steps:
- Click "Kutools" > "Remove" > "Remove All Header Lines in Selected Range".
- In the confirmation prompt, click "Yes".
All horizontal header lines will be removed.
![]() |
![]() |
![]() |
More related headers and footers articles:
- Add Chapter Title To Header Or Footer In Word Document
- Normally, you can insert the header or footer with document path, name quickly and easily in a Word file. But, have you ever tried to insert the chapter title to header or footer, so that, the content of the header or footer is depended on what chapter the page is in. This article, I will talk about how to solve this job in Word document.
- Print Word Document Without Header And Footer
- If there are header and footer in your Word document, when printing this document, the header and footer will be printed as well by default. But, sometimes, you neednβt the header and footer to be printed. In this case, the method in this article may help you.
- Create Multiple Headers Or Footers In A Word Document
- By default, an inserted header or footer will be applied to all pages in a Word document. If you want to create different headers or footers in a Word document, the method in this article can help you.
- Insert Header Or Footer With Page Number In Word Document
- Normally, when you insert page number for a Word document, the existing header or footer will be removed automatically. How could you insert both the header or footer and page numbers into a Word file?
- Copy Page With Header And Footer In Word
- In general, you can copy a page from one Word document to another easily. However, the page header and footer wonβt be copied with page content simultaneously. Comparing to copying the page header and footer manually, this article will introduce a tricky way to copy page with header and footer in Word.
Best Office Productivity Tools
Kutools for Word - Elevate Your Word Experience with Over 100 Remarkable Features!
π€ Kutools AI Features: AI Assistant / Real-Time Assistant / Super Polish (Preserve Format) / Super Translate (Preserve Format) / AI Redaction / AI Proofread...
π Document Mastery: Split Pages / Merge Documents / Export Selection in Various Formats (PDF/TXT/DOC/HTML...) / Batch Convert to PDF...
β Contents Editing: Batch Find and Replace across Multiple Files / Resize All Pictures / Transpose Table Rows and Columns / Convert Table to Text...
π§Ή Effortless Clean: Sweap away Extra Spaces / Section Breaks / Text Boxes / Hyperlinks / For more removing tools, head to the Remove group...
β Creative Inserts: Insert Thousand Separators / Check Boxes / Radio Buttons / QR Code / Barcode / Multiple Pictures / Discover more in the Insert group...
π Precision Selections: Pinpoint Specific Pages / Tables / Shapes / Heading Paragraphs / Enhance navigation with more Select features...
β Star Enhancements: Navigate to Any Location / Auto-Insert Repetitive Text / Toggle Between Document Windows / 11 Conversion Tools...
π Supports 40+ Languages: Use Kutools in your preferred language β supports English, Spanish, German, French, Chinese, and 40+ others!

β¨ Kutools for Office β One Installation, Five Powerful Tools!
Includes Office Tab Pro Β· Kutools for Excel Β· Kutools for Outlook Β· Kutools for Word Β· Kutools for PowerPoint
π¦ Get all 5 tools in one suite | π Seamless integration with Microsoft Office | β‘ Save time and boost productivity instantly
Best Office Productivity Tools
Kutools for Word - 100+ Tools for Word
- π€ Kutools AI Features: AI Assistant / Real-Time Assistant / Super Polish / Super Translate / AI Redaction / AI Proofread
- π Document Mastery: Split Pages / Merge Documents / Batch Convert to PDF
- β Contents Editing: Batch Find and Replace / Resize All Pictures
- π§Ή Effortless Clean: Remove Extra Spaces / Remove Section Breaks
- β Creative Inserts: Insert Thousand Separators / Insert Check Boxes / Create QR Codes
- π Supports 40+ Languages: Kutools speaks your language β 40+ languages supported!