Please Note: This article is written for users of the following Microsoft Word versions: 2007, 2010, 2013, 2016, 2019, 2021, 2024, and Word in Microsoft 365. If you are using an earlier version (Word 2003 or earlier), this tip may not work for you. For a version of this tip written specifically for earlier versions of Word, click here: Getting Rid of Choppiness in Justified Text.
Written by Allen Wyatt (last updated May 23, 2026)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, 2021, 2024, and Word in Microsoft 365
Depending on the characteristics of the text in your document, you might notice that justifying a paragraph may not produce the best looking results. This is because when you choose to justify a paragraph, Word expands the text on each line by adding space between words and letters. You may need to make adjustments to get better-looking text.
There are many options you can try, and you should become familiar with all of them so that you can try them out on your text. The first guideline is to check your text; there may be some things you can do to it that will allow cleaner flow through a paragraph:
With your text in shape, you can then begin actual formatting. One approach is to open the Font dialog box (press Ctrl+D) and display the Character Spacing tab (Word 2007) or click on the Advanced tab to find the Character Spacing group (Word 2010 or a later version). Set the Scale to 95%. If that does not provide better spacing, select 90% from the drop-down list. These adjustments are typically so slight (particularly with commonly used font sizes for body text) that readers won't notice, but the effect on text flow could be dramatic—particularly in long paragraphs.
Perhaps the best solution, however, is to completely change the algorithm that Word uses to justify text. Many people prefer the algorithm used in WordPerfect, so Microsoft added the ability to emulate that justification method—resulting in much less choppiness. This option is available in Word 2007 and Word 2010; it was removed starting with Word 2013. Follow these steps to adjust the setting if you are using Word 2007:

Figure 1. The compatibility options available in Word.
Here are the steps if you are using Word 2010:
This will change the way justification is handled, but only for the current document. If you clicked the Default button, then the change is made in the Normal template, provided you choose to save changes to the template when you exit Word. With the change made in the template, then all future documents based on the Normal template will use the different justification algorithm. If you want to make the same change in other templates or other documents, you will need to load them and make the adjustment. If you have many documents that you might need to change (or if you routinely work with documents from others that you need to change), then you can create a macro that will modify the justification setting:
Sub ChangeJustification()
With ActiveDocument
.Compatibility(wdWPJustification) = True
End With
End Sub
Remember that WordPerfect justification only applies in Word 2007 and Word 2010, so even though this macro may run if you are using a newer version of Word, it will have no effect unless you are using Word 2010 or earlier.
Note:
WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (8139) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, 2021, 2024, and Word in Microsoft 365. You can find a version of this tip for the older menu interface of Word here: Getting Rid of Choppiness in Justified Text.
Create Custom Apps with VBA! Discover how to extend the capabilities of Office 365 applications with VBA programming. Written in clear terms and understandable language, the book includes systematic tutorials and contains both intermediate and advanced content for experienced VB developers. Designed to be comprehensive, the book addresses not just one Office application, but the entire Office suite. Check out Mastering VBA for Microsoft Office 365 today!
Want to return a paragraph's formatting back to its pristine, unaltered state? You can do so by using the shortcut ...
Discover MoreThere is no need to press Enter a second time at the end of each paragraph. Let Word take care of the spacing ...
Discover MoreParagraphs can be aligned in four different ways. This tip examines those alignment methods.
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
2026-05-23 07:17:18
Vanessa Diniz
I'm just here to say that I love your blog and your tips. Thank you!
Got a version of Word that uses the ribbon interface (Word 2007 or later)? This site is for you! If you use an earlier version of Word, visit our WordTips site focusing on the menu interface.
Visit the WordTips channel on YouTube
FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2026 Sharon Parq Associates, Inc.
Comments