How to replace soft returns with hard returns in Word?
If you want to format a Word document by replacing manual line breaks (soft returns) with paragraph marks (hard returns) in it. How can you do to replace soft returns with hard returns in Word quickly? This tutorial will show you several ways to convert soft returns to hard returns.
Tip: To display paragraph marks (), manual line breaks (
) and other hidden formatting symbols in Word, click the "Show/Hide" button in the "Home" tab.

Replace soft returns with hard returns using Find and Replace function
Instead of manually replacing soft returns (manual line breaks) with hard returns (paragraph marks) one by one, you can use the "Find and Replace" function for a quicker and more efficient solution.
- In a Word document, click "Home" > "Replace" to open the "Find and Replace" window. Tip: Alternatively, press Ctrl + H to open the "Find and Replace" window.
- Click the "More" button to expand the "Search Options".
- Place the cursor in the "Find what" box, then select "Manual Line Break" from the "Special" drop-down list.
- Place the cursor in the "Replace with" box, then select "Paragraph Mark" from the "Special" drop-down list.
- Click "Replace All".
Replace soft returns with hard returns using Kutools for Word
The easiest way to convert soft returns (manual line breaks) to hard returns (paragraph marks) is by using Kutools for Word. With just one click, you can quickly complete the conversion without manually replacing each break.
- To convert all soft returns to hard returns in a document: Click "Kutools" > "Convert" > "Manual Line Breaks to Paragraph Marks".
- To convert soft returns to hard returns from a section of the document: Select the section first, then click "Kutools" > "Convert" > "Manual Line Breaks to Paragraph Marks".
After using the "Manual Line Breaks to Paragraph Marks" utility, all soft returns will be converted to hard returns instantly.
![]() |
![]() |
![]() |
If you want to replace hard returns with soft returns, please visit: replace hard returns with soft returns in Word.
Replace soft returns with hard returns using VBA code
Office Tab: Brings tabbed interfaces to Word, Excel, PowerPoint...![]() |
Enhance your workflow now. Learn More about Office Tab Free Download |
You can use a VBA code to replace soft returns (manual line breaks) with hard returns (paragraph marks) quickly.
- Press Alt + F11 in Word to open the "Microsoft Visual Basic for Applications" window.
- Click "Insert" > "Module", then copy and paste the following VBA code into the module window:
Sub ReplaceMLBwithPM() Selection.Find.ClearFormatting Selection.Find.Replacement.ClearFormatting With Selection.Find .Text = "^l" .Replacement.Text = "^p" .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 the "Run" button
or press F5 to execute the VBA code.
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!

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!