• Outlook User
  • New Outlook app
  • Outlook.com
  • Outlook Mac
  • Outlook & iCloud
  • Developer
  • Microsoft 365 Admin
    • Common Problems
    • Microsoft 365
    • Outlook BCM
    • Utilities & Addins

Messages are Double Spaced for the Recipient

Slipstick Systems

› Problems › Messages are Double Spaced for the Recipient

Last reviewed on August 6, 2018     77 Comments

A frequent question in Outlook forums asks how to fix Outlook so that messages aren't double spaced for the recipient. This effect is caused by the HTML coding and is most frequent for recipients using a web-based email client, such as GMail. This is because of the way Outlook creates line breaks in HTML and how browsers or other clients interpret them. In some cases, the message is correctly spaced when received and only double spaced when replied to.

Note: This is not a problem new to Outlook 2007, it was also a problem with older versions when using Word as the editor. It is more noticeable because there is only one editor: Word, and it's the reason there is a problem with spacing.

Cause | Solutions | Edit the Template

Cause

When you press Enter while creating HTML email, Outlook inserts a paragraph tag (<p>), so two Enters (for white space between the paragraphs) inserts two <p> tags, which is double spaced when rendered in a browser. If you use Shift+Enter twice, which creates the line break tag (<br>), the message will not look double spaced in a browser. This will look ok in all mail clients.

examples of paragraphs

To see if you are using the <p> or <br> tag when composing messages, press Ctrl+Shift+8 to toggle marks off and on.

Solutions

You have 7 options:

  1. Use the +Body style and set the paragraph spacing on the Format Text ribbon > Change Styles > Paragraph Spacing command. Set as Default after changing the spacing.
  2. Use plain text for messages. Plain text will look ok in any and every email client available.
  3. Press Enter once, not twice, when composing HTML formatted email.
  4. Press Shift+Enter twice at the end of a paragraph, rather than pressing Enter twice.
  5. Just ignore it as an inconstancy in the way various applications handle HTML.
  6. Edit the email template to add '12 points after' in the Normal style.
  7. Use Search and Replace to replace paragraph symbols (^p) with a manual line break(^l)

Eighth option from Dave: Use AutoHotKey and this script.

My preference is to ignore it in messages - email is an imperfect medium and most people are used to inconsistencies such as this. I'm more concerned about the content of the messages I receive, not with how they look. (Newsletters and other bulk mail should be sent using a bulk mail application, not Outlook, and would not be affected by this.)

I often use Shift+Enter when I compose messages for my newsletters or edit the p style in my CSS to add 12 points bottom margin (margin-bottom:12.0pt;).

Change the paragraph spacing

There are two ways to change the paragraph spacing: by changing the Normal style or changing email defaults. I recommend changing the email default settings but either method works.

Change the default Body setting:

  1. Create a new Email Message, put your cursor in the body area
  2. Switch to Format Text tab
  3. Expand Change Styles button
  4. Select Paragraph Spacing command and select No spacing.
  5. Change Styles

  6. Expand the Change Styles button again and choose Set as Default

Change the Normal style:

  1. Create a new Email Message, put your cursor in the body area
  2. Switch to Format Text tab
  3. Right-click on the "Normal" Style
  4. Click Modify
  5. Click Format (in the bottom left)
  6. Click Paragraph
  7. On the Indents and Spacing Tab, in the Spacing section, turn ON Don't add space between paragraphs of the same style. Line spacing should be set to single and 0.
  8. Change spacing

  9. Click OK once
  10. While still in the Modify Style window, click the radio button for "New documents based on this template" (near the bottom left)
  11. Click OK and return to Outlook.
  12. Close the message without sending.

Use Search & Replace

This suggestion comes from Jim: Do a "replace all" on "caret p" with "caret l".

This works best when the message contains only plain paragraphs - bulleted or numbered lists and other formatting require paragraphs, not line breaks.

Use Search and Replace to replace the paragraph with a manual line break.

  1. Press Ctrl+H to open the search and replace dialog
  2. Type ^p in the Find field
  3. Type ^l in the Replace field (that's lower case L)
  4. Replace all (Use Replace and Find Next if using formatting that requires paragraphs)

If you press Ctrl+Shift+8 to show formatting marks, you'll see the paragraph marks ( ¶ ) are replaced with manual line breaks ( 8 ). Press Ctrl+Shift+8 to toggle the marks off.

Edit the Template

In Outlook 2007:

Close Outlook. (If you get a message that the template is read only, Outlook is not closed.) Locate NormalEmail.dotm and open it for editing. You'll find it in the templates folder at C:\Users\username\AppData\Roaming\Microsoft\Templates (Vista), To easily access this folder in Windows XP or Vista, paste

%appdata%\Microsoft\Templates\

in the Start search dialog (Vista) or the address bar of Windows Explorer.

  1. Right click on NormalEmail.dotm and choose Open. This will open the template in Word as a template.
  2. Right click on the Normal style button in the ribbon and chose Modify.
  3. Click Format in the lower left and choose Paragraph.
  4. In the Spacing section, change the After value to 12 points.
  5. Save and close the template.

Now when you write a new message you'll press enter once and have white space when recipients read the message in any client or web browser. Replies will use the style sheet of the original message.

spacing

User Submitted Solutions

These solutions were made by other users:

Dump the stationery, or at least try a different stationery. This is not an cure-all, and changing the style settings of the preferred stationery should have the same effect for default stationery. To change the style setting, click the Change Styles button on the Format Text tab then change the Paragraph spacing, then set it as default.

Another user discovered using RTF message format also eliminates double spacing. I really don't recommend using RTF formatting, even if you do set Outlook to always convert RTF to HTML for Internet addresses, but if double spacing really bothers someone its worth a try.

Messages are Double Spaced for the Recipient was last modified: August 6th, 2018 by Diane Poremsky

Related Posts:

  • Setting Margins when Composing Email
  • To Use Internet-Style Quoting
  • Understanding Fonts and the +Body Style
  • To Change the Font on Incoming Messages

About Diane Poremsky

A Microsoft Outlook Most Valuable Professional (MVP) since 1999, Diane is the author of several books, including Outlook 2013 Absolute Beginners Book. She also created video training CDs and online training classes for Microsoft Outlook. You can find her helping people online in Outlook Forums as well as in the Microsoft Answers and TechNet forums.

Subscribe
Notify of
77 Comments
newest
oldest most voted
Inline Feedbacks
View all comments

Edgar K
January 22, 2024 10:55 am

Building on solution No. 7, there is a nice script from user Mar_50 on learn.microsoft.com that fixed it for me. If you run into any compile errors, check that "Microsoft Word 16.0 Object Library" is selected as an available reference under Tools->References in the VBA editor.

0
0
Reply
Dennis
December 21, 2020 10:24 pm

Found an incredibly easy solution... Rich Text.

After several days of pulling my hair out, I tested many different ways and methods. Changing to Rich Text resolved the problem.

try it and see...

0
0
Reply
Diane Poremsky
Author
Reply to  Dennis
December 22, 2020 10:24 am

I don't recommend doing that - only outlook can decipher rich text and the message will either be displayed as plain text (with a winmail.dat attachment) or converted to HTML.

2
0
Reply
John
December 19, 2020 10:08 pm

Well, Ive done everything and my emails still come up with large par spaces in gmail and protonmail. Using Outlook 2010

1
0
Reply
Karen Doty
November 19, 2020 5:52 pm

Thanks for the autohotkey script. I was already using autohotkey so I used it. Works great except you need to close it with another '#IfWinActive' (w/o a parameter) or else any command after it in your script won't work anywhere except in an outlook message window.

0
0
Reply
Curls
August 3, 2020 4:29 pm

Thank you! The ^p to ^l fixed it for me. I'm moving Word to Thunderbird. I can't stand huge double spaces all through a meeting mins. It makes it much harder to read such an already long document.

0
0
Reply
Jan
July 28, 2020 6:06 pm

Interesting read, thank you very much. The double blank lines are/were very annoying, I'm glad there are ways to avoid it. The only thing that really works for me is using Shift+Enter instead of Enter; in my testing this seems to work. Setting the +body style isn't possible in the version I'm using. I'm on a Mac with Outlook 365, that Styles option isn't there. What I did find was that right-clicking when in the body of the mail and then clicking on Paragraph (or using Command+Option+M) opens a similar window to the one you displayed when editing normal style. I'm not sure though if it is broken or simply doesn't work on the Mac version. As of today (July 29th 2020) I can turn on Don't add space between paragraphs of the same style, but when I click on Set as default it doesn't save. Simply clicking OK after turning it on seems to save it. But it still does the double line. If I click Enter two times but then add a Space (empty character) in the empty line, it renders as no line in Outlook but as one line on HTML. Very weird. There are probably more… Read more »

1
0
Reply
Frank
February 9, 2019 8:25 am

File> Options> Mail> Compose Messages> Rich Text was the only solution for me.

2
-2
Reply
Patrick McLaughlin
January 25, 2017 9:23 am

Thank you for the advice on how to eliminate double spacing in Outlook. Inconsistency between spaces in different email programs in Outlook was a nuisance.

0
0
Reply

Visit Slipstick Forums.
What's New at Slipstick.com

Latest EMO: Vol. 30 Issue 29

Subscribe to Exchange Messaging Outlook






Support Services

Do you need help setting up Outlook, moving your email to a new computer, migrating or configuring Office 365, or just need some one-on-one assistance?

Our Sponsors

CompanionLink
ReliefJet
  • Popular
  • Latest
  • Week Month All
  • Jetpack plugin with Stats module needs to be enabled.
  • Move Deleted Items to Another Folder Automatically
  • Open Outlook Templates using PowerShell
  • Count and List Folders in Classic Outlook
  • Google Workspace and Outlook with POP Mail
  • Import EML Files into New Outlook
  • Opening PST files in New Outlook
  • New Outlook: Show To, CC, BCC in Replies
  • Insert Word Document into Email using VBA
  • Delete Empty Folders using PowerShell
  • Warn Before Deleting a Contact
Ajax spinner

Recent Bugs List

Microsoft keeps a running list of issues affecting recently released updates at Fixes or workarounds for recent issues in classic Outlook (Windows).

For new Outlook for Windows: Fixes or workarounds for recent issues in new Outlook for Windows .

Outlook for Mac Recent issues: Fixes or workarounds for recent issues in Outlook for Mac

Outlook.com Recent issues: Fixes or workarounds for recent issues on Outlook.com

Office Update History

Update history for supported Office versions is at Update history for Office

Outlook Suggestions and Feedback

Outlook Feedback covers Outlook as an email client, including Outlook Android, iOS, Mac, and Windows clients, as well as the browser extension (PWA) and Outlook on the web.

Outlook (new) Feedback. Use this for feedback and suggestions for Outlook (new).

Use Outlook.com Feedback for suggestions or feedback about Outlook.com accounts.

Other Microsoft 365 applications and services




New Outlook Articles

Move Deleted Items to Another Folder Automatically

Open Outlook Templates using PowerShell

Count and List Folders in Classic Outlook

Google Workspace and Outlook with POP Mail

Import EML Files into New Outlook

Opening PST files in New Outlook

New Outlook: Show To, CC, BCC in Replies

Insert Word Document into Email using VBA

Delete Empty Folders using PowerShell

Warn Before Deleting a Contact

Newest Code Samples

Open Outlook Templates using PowerShell

Count and List Folders in Classic Outlook

Insert Word Document into Email using VBA

Warn Before Deleting a Contact

Use PowerShell to Delete Attachments

Remove RE:, FWD:, and Other Prefixes from Subject Line

Change the Mailing Address Using PowerShell

Categorize @Mentioned Messages

Send an Email When You Open Outlook

Delete Old Calendar Events using VBA

Repair PST

Convert an OST to PST

Repair damaged PST file

Repair large PST File

Remove password from PST

Merge Two Data Files

Sync & Share Outlook Data

  • Share Calendar & Contacts
  • Synchronize two computers
  • Sync Calendar and Contacts Using Outlook.com
  • Sync Outlook & Android Devices
  • Sync Google Calendar with Outlook
  • Access Folders in Other Users Mailboxes

Diane Poremsky [Outlook MVP]

Make a donation

Mail Tools

Sending and Retrieval Tools

Mass Mail Tools

Compose Tools

Duplicate Remover Tools

Mail Tools for Outlook

Online Services

Calendar Tools

Schedule Management

Calendar Printing Tools

Calendar Reminder Tools

Calendar Dates & Data

Time and Billing Tools

Meeting Productivity Tools

Duplicate Remover Tools

Productivity

Productivity Tools

Automatic Message Processing Tools

Special Function Automatic Processing Tools

Housekeeping and Message Management

Task Tools

Project and Business Management Tools

Choosing the Folder to Save a Sent Message In

Run Rules on messages after reading

Help & Suggestions

Submit Outlook Feature Requests

Slipstick Support Services

Buy Microsoft 365 Office Software and Services

Visit Slipstick Forums.

What's New at Slipstick.com

Home | Outlook User | Exchange Administrator | Office 365 | Outlook.com | Outlook Developer
Outlook for Mac | Common Problems | Utilities & Addins | Tutorials
Outlook & iCloud Issues | Outlook Apps
EMO Archives | About Slipstick | Slipstick Forums
Submit New or Updated Outlook and Exchange Server Utilities

Send comments using our Feedback page
Copyright © 2025 Slipstick Systems. All rights reserved.
Slipstick Systems is not affiliated with Microsoft Corporation.

:wpds_smile::wpds_grin::wpds_wink::wpds_mrgreen::wpds_neutral::wpds_twisted::wpds_arrow::wpds_shock::wpds_unamused::wpds_cool::wpds_evil::wpds_oops::wpds_razz::wpds_roll::wpds_cry::wpds_eek::wpds_lol::wpds_mad::wpds_sad::wpds_exclamation::wpds_question::wpds_idea::wpds_hmm::wpds_beg::wpds_whew::wpds_chuckle::wpds_silly::wpds_envy::wpds_shutmouth:
wpDiscuz

Sign up for Exchange Messaging Outlook

Our weekly Outlook & Exchange newsletter (bi-weekly during the summer)






Please note: If you subscribed to Exchange Messaging Outlook before August 2019, please re-subscribe.

Never see this message again.

You are going to send email to

Move Comment