Share via

The drop cap in Word document doesn't always work.

Sherri Sullivan 0 Reputation points
2026-02-23T23:43:33.7666667+00:00

The drop cap in Word document doesn't always work. Any suggestions? I add it to a section, and I can format it. I go to another section, and it's greyed out. I go to another section, and it will not format like the first time. Any help would be greatly appreciated. I'm currently working in the latest Word program and my computer is on Windows 11 Pro for Workstations

Microsoft 365 and Office | Word | For business | Windows
{count} votes

8 answers

Sort by: Most helpful
  1. Charles Kenyon 164.6K Reputation points Volunteer Moderator
    2026-02-24T20:17:05.09+00:00

    Hi @Sherri Sullivan

    The button will not be active unless you have text selected. You can select up to a full word. (I'm sure there is a limit on length, but I've never found it.)

    It inserts a Frame with the content that was selected.

    You can choose options for the placement, size, and font in the DropCap options.

    User's image

    The default for your font will be the default body+ font. The default size is 3 lines.

    You can select one and use the options to modify it.

    All of the ones shown in the screenshot are 2 lines except the fourth which is 3 lines. The first one is using the default font. The first, third, fourth, and fifth are Dropped. The second one is in the margin. The second and third are using the Castellar font; the fourth is using the Baguet Script font. The third-fifth ones show what happens if you select more characters. The fourth one has extra text effects from the Home tab. They can all be modified using the DropCap options.

    You can select one and save it as an AutoText to preserve the settings and then simply change the text when you next insert it.

    Here is a macro that I picked up last year to set it for 2 lines and Castellar font.

    Sub DropCapMy()
        ' Don Buelke  2025-01-21
        ' https://answers.microsoft.com/en-us/msoffice/forum/all/dropcaps-spontaneously-changes-from-2-to-3-lines/e570547c-0d1b-4406-8699-80932757689b
        '
        With Selection.Paragraphs(1).DropCap
            .Position = wdDropNormal
            .FontName = "Castellar"
            .LinesToDrop = 2
            .DistanceFromText = 0 ' in points
        End With
    End Sub
    

    Here are Graham Mayor's tips on using macros from a forum: https://www.gmayor.com/installing_macro.htm

    If you use such a macro, you can attach it to a keyboard shortcut or a QAT button for quick use.

    Because the DropCap is in a Frame, and most Word users never learn about Frames, here is a link to my page on TextBoxes and Frames in Word. https://addbalance.com/word/frames_textboxes.htm#StartPage Because it is a Frame, you can select and move it around and apply borders and shading to it.

    3 people found this answer helpful.

  2. Stefan Blom 335.5K Reputation points MVP Volunteer Moderator
    2026-02-24T20:38:50.94+00:00

    I cleared all formatting, and it still isn't working.

    You won't be able to add a drop cap to text inside a text box, shape or table cell. That may explain why you sometimes see the command greyed out.

    The drop cap command would also be greyed out in a blank text paragraph (with no text), but I'm sure you have already considered that possibility.

       

    Sometimes it's completely greyed out, other times it works just fine, then it formats it completely differently, all in the same document.

    Could you give an example of when the drop cap becomes formatted "completely differently" as you said?

    1 person found this answer helpful.
    0 comments No comments

  3. Sherri Sullivan 0 Reputation points
    2026-02-24T01:06:01.9366667+00:00

    I cleared all formatting, and it still isn't working. Sometimes it's completely greyed out, other times it works just fine, then it formats it completely differently, all in the same document.


  4. Viego An 8,990 Reputation points Microsoft External Staff Moderator
    2026-02-24T01:03:12.2+00:00

    Dear @Sherri Sullivan,

    Thank you for reaching out to the Microsoft Q&A forum. I’m happy to assist you.

    Could you please provide more details on how the Drop Cap feature is not working on your side? Any specific behavior, error message, or screenshot (with sensitive information removed) would be helpful.

    I have tested this feature on my side, and Microsoft Word is working as expected with Drop Caps enabled. Below is the version I tested and the result I observed. Version: User's image

    Result: User's image

    In the meantime, I recommend trying the following troubleshooting steps:

    Please let me know the results, and I’ll be glad to continue assisting you.

    0 comments No comments

  5. Q&A Assist
    2026-02-23T23:43:40.57+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    If the drop cap feature in your Word document is not consistently working across different sections, it could be due to several reasons:

    1. Section Breaks: Ensure that you have properly inserted section breaks in your document. The drop cap feature may behave differently in separate sections if they are not correctly defined.
    2. Formatting Issues: Sometimes, the formatting settings in different sections can affect the drop cap feature. Check if the paragraph settings in the sections where the drop cap is greyed out are different from those where it works.
    3. Document Corruption: If the document is corrupted, it might cause unexpected behavior. Try creating a new document and see if the drop cap feature works there.
    4. Updates: Make sure that your Microsoft Word is updated to the latest version. Sometimes, bugs in earlier versions can cause features to malfunction.
    5. Add-ins: Check if any add-ins are interfering with the functionality of Word. You can try disabling them temporarily to see if that resolves the issue.

    If the problem persists, consider reaching out to Microsoft support for further assistance.


    References:


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.