Please Note: This article is written for users of the following Microsoft Word versions: 2007, 2010, 2013, 2016, 2019, 2021, 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: Deleting All Tab Stops.

Deleting All Tab Stops

Written by Allen Wyatt (last updated July 2, 2022)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, 2021, and Word in Microsoft 365


1

Joan is looking for the quickest way to delete all of the tab stops in a Word document. She wonders, specifically, if there is a keyboard shortcut that will do it.

There is no keyboard shortcut to remove tab stops—you must use the Tabs dialog box to accomplish the task. While you can use the keyboard to call up the Tabs dialog box and make selections within it, doing so doesn't technically count as a "keyboard shortcut." Here is the quickest way to delete all tab stops:

  1. Press Ctrl+A. This action selects the entire current document.
  2. Display the Home tab of the ribbon.
  3. Click the small icon at the bottom-right of the Paragraph group. Word displays the Paragraph dialog box.
  4. Click the Tabs button at the bottom-left of the dialog box. Word displays the Tabs dialog box. (See Figure 1.)
  5. Figure 1. The Tabs dialog box.

  6. Click the Clear All button.
  7. Click OK.

Some have suggested that a quick way to delete tab stops is to simply select all the text (Ctrl+A) and then press Ctrl+Q. What this does is to remove all explicit paragraph formatting from the text. While it is true that the tab stops are a paragraph format, Ctrl+Q just removes any explicitly added tab stops; it sets the paragraphs back to whatever formatting is defined for each paragraph's style. So if the underlying paragraph style has tab stops defined, then those tab stops remain after Ctrl+Q is pressed—not all tab stops are removed.

If you need to remove the tab stops from a large number of documents, then you may want to use a macro to do the job. The following single-line macro removes all the tab stops from all paragraphs in the current document:

Sub TabsGone()
    ActiveDocument.Paragraphs.TabStops.ClearAll
End Sub

You should understand two things about this discussion. First, deleting all tab stops doesn't get rid of any of the tab characters in the document. The best way to get rid of those is to use Word's Find and Replace capabilities.

Second, when you get rid of tab stops, Word's default tab stops automatically come into play. By design, the default tab stops are every half-inch, although you can change the default tab stop settings as described in other issues of WordTips. What you cannot do, however, is get rid of the default tab stops; there is no way to do this.

Note:

If you would like to know how to use the macros described on this page (or on any other page on the WordTips sites), I've prepared a special page that includes helpful information. Click here to open that special page in a new browser tab.

WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (10191) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, 2021, and Word in Microsoft 365. You can find a version of this tip for the older menu interface of Word here: Deleting All Tab Stops.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Changing a Macro Description

Part of documenting macros is to provide a good, succinct description of what they do. Changing the description of an ...

Discover More

Changing an Existing Style

Excel allows you to create styles that define how your data looks. At some point you may want to change a style you ...

Discover More

Positioning Headers and Footers

Headers and footers can add a finishing touch to your printed documents. Here's how you can position those headers and ...

Discover More

Comprehensive VBA Guide Visual Basic for Applications (VBA) is the language used for writing macros in all Office programs. This complete guide shows both professionals and novices how to master VBA in order to customize the entire Office suite for their needs. Check out Mastering VBA for Office 2010 today!

More WordTips (ribbon)

Quickly Displaying the Tabs Dialog Box

Setting tabs in a paragraph is a common task. This is most easily done by using the Tabs dialog box. Displaying the ...

Discover More

Clearing All Tab Stops

Tab stops allow you to modify the horizontal position at which text is positioned on a line. If you want to get rid of ...

Discover More

Understanding Decimal Tabs

Word offers a variety of tabs that define different ways to align text. If you need to align numeric values, you'll ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is one minus 0?

2025-02-07 09:12:49

Barry

The above tip ends with:
... of WordTips. What you cannot do, however, is get rid of the default tab stops; there is no way to do this.

If the 'Default tab stops:' setting is set at zero it effectively 'removes' the default tabs!
I have no idea what if any potential promlems might be created by doing this.
Any insight will obviously be appreciated.


This Site

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.

Videos
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.