How to remove all empty paragraphs in Word?
Empty paragraphs in a Word document can make it look messy and unprofessional. These unwanted blank spaces often appear due to formatting issues or when copying text from other sources. Manually removing each empty paragraph can be tedious, especially in long documents. Fortunately, there are efficient ways to quickly remove all empty paragraphs from your document.
In this tutorial, we'll show you how to eliminate these empty paragraphs in Word, making your document cleaner and easier to read.
Recommended Productivity Tools for Word
Kutools for Word: Integrating AI π€, over 100 advanced features save 50% of your document handling time.Free Download
Office Tab: Introduces the browser-like tabs to Word (and other Office tools), simplifying multi-document navigation.Free Download
Remove all empty paragraphs with Find and Replace function
Removing empty paragraphs one by one can be tedious, but Word's Find and Replace function simplifies this process:
- Click Home > Replace to open the Find and Replace utility, or press Ctrl + H as a shortcut.
- Click the More>> button to reveal additional options.
- Place the cursor in the Find What field, then select Paragraph Mark from the Special drop-down menu.
- After selecting Paragraph Mark, the symbol β^pβ will appear in the Find What field.
- Copy the symbol β^pβ again in the Find What field to make it β^p^pβ and click Replace All to remove empty paragraphs.
Note: Using β^pβ will remove all paragraph marks, potentially merging text into a single paragraph. The β^p^pβ removes only empty paragraphs, leaving text properly separated.
Office Tab: Brings tabbed interfaces to Word, Excel, PowerPoint...![]() |
Enhance your workflow now. Learn More about Office Tab Free Download |
Remove all empty paragraphs with Kutools for Word
Removing all empty paragraphs in Word using the built-in features requires multiple steps, and macros can be too complex for many users. Fortunately, Kutools for Word provides a quick and easy way to remove all empty paragraphs from your document.
To remove empty paragraphs:
- From the entire document: Click Kutools > Paragraphs > Remove All Empty Paragraph Marks in Selected Ranges.
- From a specific section: First select the section, then click Kutools > Paragraphs > Remove All Empty Paragraph Marks in Selected Ranges.
After clicking Remove Empty Paragraph Marks, all empty paragraphs will be removed from the selected range or the entire document.
Remove all empty paragraphs using VBA
If you prefer using a macro, the following VBA code can help you remove all empty paragraphs in a Word document. Follow these steps:
- Press Alt + F11 to open the Microsoft Visual Basic for Applications window.
- Click Module on the Insert tab.
- Copy and paste the following VBA code into the Module window.
Sub Deleemptyparagraphs() Selection.Find.ClearFormatting Selection.Find.Replacement.ClearFormatting With Selection.Find .Text = "^p^p" .Replacement.Text = "" .Forward = True .Wrap = wdFindContinue .Format = False .MatchCase = False .MatchWholeWord = False .MatchByte = False .MatchAllWordForms = False .MatchSoundsLike = False .MatchWildcards = False .MatchFuzzy = False End With Selection.Find.Execute Replace:=wdReplaceAll End Sub
- Click Run button
or press F5 to execute the script.
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!