How to remove drop cap in Word?
A drop cap is a large capital letter at the beginning of a text block that spans two or more lines of regular text. It is often seen at the beginning of novels. The following figure shows an example of a drop cap:
If you need to remove a drop cap, you can do so using any of the following methods:
- Manually remove drop cap in Word
- Remove all drop caps from the document with one click using Kutools for Word
- Remove all drop caps from the document using VBA code
Recommended Productivity Tools for Word
Kutools for Word: Integrating AI π€, over 100 advanced features save 50% of your document handling time.Free Download
Office Tab: Introduces the browser-like tabs to Word (and other Office tools), simplifying multi-document navigation.Free Download
Manually remove drop cap in Word
You can remove a drop cap manually by following these steps:
- Select the paragraph containing the drop cap you want to remove.
- Click the Insert tab, then click Drop Cap in the Text group.
- Select None to remove the drop cap.
Note: Manually removing drop caps can be tedious and time-consuming, especially for long documents. In such cases, consider using the following methods:.
Remove all drop caps from the document with one click using Kutools for Word
Kutools for Word provides a quick and easy way to remove all drop caps from your document. With just one click, you can remove all drop caps instantly.
Click Kutools > Remove > Remove All Drop Caps in Selected Range to remove all drop caps from the document at once. Tip: If you select a portion of the document first, only the drop caps in that selection will be removed.

Remove all drop caps from the document using VBA code
Using VBA code is a fast and efficient way to remove all drop caps from your document. Follow these steps:
- Press Alt + F11 to open the VBA editor in Word.
- Click Insert > Module and paste the following VBA code into the module window.
Sub RemoveDropCaps() Dim oRng As Range On Error Resume Next For i=1 To ActiveDocument.Paragraphs.Count Set oRng=ActiveDocument.Paragraphs(i).Range With oRng.Paragraphs(1).DropCap .Position=wdDropNone End With Next i End Sub
- Click the Run
button to execute 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!