Shortcut Key to Delete a Paragraph

Written by Allen Wyatt (last updated June 14, 2025)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, 2021, 2024, and Word in Microsoft 365


Glenn knows how to select a paragraph (triple clicking) in order to delete that paragraph. Often, though, he likes to keep his hands on the keyboard without resorting to using the mouse. Glenn wonders if there is a shortcut key that would allow him to delete a paragraph without the need of selecting all the text in the paragraph first.

The standard way of deleting entire paragraphs with the keyboard relies on the use of multiple shortcut keys. This is the sequence that you could follow to do the deletion:

  1. Press Ctrl+Up Arrow. This moves the insertion point to the beginning of the paragraph. (You obviously don't need to do this if the insertion point is already at the beginning of the paragraph you want to delete.)
  2. Press Ctrl+Shift+Down Arrow. This selects everything to the end of the paragraph.
  3. Press Delete.

Another quick way to do this using the keyboard is to simply press the F8 key four times, which selects the paragraph in which the insertion point is located. You can then press the Delete key to get rid of that paragraph.

If you want something shorter—perhaps something that uses a single shortcut key—then you will need to create a macro to do the deletion for you. There are a number of ways you can approach this in VBA, but this is, perhaps, the shortest way:

Sub QuickDelete()
    Selection.Paragraphs(1).Range.Delete
End Sub

Note that this single-line macro deletes whatever paragraph the insertion point happens to be in. If you have a selection made, then the first paragraph of the selection is deleted. You can assign the macro to a keyboard shortcut, and then you will have your single-keystroke method to delete paragraphs.

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 (5269) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, 2021, 2024, and Word in Microsoft 365.

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

Preventing Printing

Want to prevent your worksheet from being printed? You may be out of luck, as a determined person may be able to find a ...

Discover More

An Exact Number of Lines Per Page

For some purposes, you may need to fit an exact number of lines on a printed page. This may be easier said than done, as ...

Discover More

Counting Document Lines

Need to know how many lines are in your document? Word provides a quick and easy way you can determine the information.

Discover More

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!

More WordTips (ribbon)

Jumping to a Relative Page

When you are navigating around your document, you may find it helpful to jump a certain number of pages either toward the ...

Discover More

Extra Space after Quotation Mark when Pasting

Have you ever noticed how Word can decide to add extra spaces when you paste information into your document? This is part ...

Discover More

Displaying Spaces in a Document

Seeing where every space is within a document can be very helpful in polishing your editing. Here's how to make those ...

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 9 + 8?

There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)


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.