How to remove all comments from a Word document?
Comments in Word documents are useful for collaboration and providing feedback. However, there may come a time when you need to remove all comments from your document. Manually deleting each comment can be tedious, especially in lengthy documents with numerous comments. In this tutorial, we will guide you through efficient methods to quickly remove all comments from a Word document.
Note: Comments can be shown or hidden by toggling the Show Comments option on the Review tab in Comments group.
Remove comments with the Delete function provided by Word
Follow these steps to remove a single comment or all comments from a document:
- Select the comment you want to remove (skip this step if you want to remove all comments).
- Click Review > Delete, then choose Delete or Delete All Comments in Document. See screenshot:
Note: When you put the cursor in a comment, the Delete option will be available. Otherwise, only Delete All Comments in Document will be available as shown in the screenshot.
One click to remove all comments with Kutools for Word
The Remove Comments utility in Kutools for Word enables you to quickly remove all comments from a document. If you select a portion of the document first, it will only remove comments from the selected part.
- To remove all comments in the document, directly click Kutools > More > Remove All Comments in Selected Ranges. This will remove all comments from the entire document.
- To remove all comments in a specific section of the document, first select the section, then click Kutools > Remove > Remove All Comments in Selected Ranges. This will remove only the comments within the selected section.
Once completed, the comments will be removed, as shown in the screenshots below:
![]() |
![]() |
![]() |
For more information about the feature, visit our tutorial page.
Remove all comments with VBA code
Using VBA is another easy way to remove all comments from a Word document. Follow these steps:
- Press Alt + F11 to open the Microsoft Visual Basic for Applications window.
- Click Module from the Insert tab, then copy and paste the following VBA code into the module window.
Sub RemoveAllComments() Dim n As Long Dim oComments As Comments Set oComments = ActiveDocument.Comments For n = oComments.Count To 1 Step -1 oComments(n).Delete Next 'n Set oComments = Nothing End Sub
- Click the Run button
or press F5 to apply the VBA.
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!