How to Edit a Drop Down List in Word: A Complete Guide

Microsoft Word's dropdown list feature is more powerful than most users realize — and more nuanced to edit than a simple right-click menu. Whether you're building a fillable form, standardizing data entry, or cleaning up a document someone else created, understanding how dropdown lists actually work in Word is the first step to editing them confidently.

What Kind of Drop Down List Are You Working With?

This is the question most guides skip — and it's the most important one. Word has two distinct types of dropdown lists, and editing each one works completely differently.

1. Content Control Dropdowns (Modern Forms)

The most common type in modern Word documents. These are inserted via the Developer tab and appear as interactive fields when the document is in use. They're part of Word's structured content controls system, introduced in Word 2007 and refined since.

2. Legacy Form Field Dropdowns

Older documents — especially templates created before 2010 — may use Legacy Form Fields. These look similar but are edited through a different interface and have more limited functionality.

Knowing which type you have determines your entire editing path. If you're not sure, open the Developer tab and click anywhere inside the dropdown. The ribbon options that activate will tell you which type it is.

How to Enable the Developer Tab

Both editing methods require the Developer tab, which is hidden by default.

  1. Go to File → Options → Customize Ribbon
  2. In the right column, check the box next to Developer
  3. Click OK

The Developer tab will now appear in your ribbon between View and any add-ins you have installed. 🛠️

Editing a Content Control Dropdown List

This is the process for the most common dropdown type in Word 2013 and later.

Step 1: Click inside the dropdown field in your document.

Step 2: In the Developer tab, click Properties (in the Controls group).

Step 3: The Content Control Properties dialog opens. You'll see a list of dropdown items in the lower half of the window.

Step 4: From here you can:

ActionHow to Do It
Add a new itemClick Add, type the display name and value
Edit an existing itemSelect it, click Modify
Delete an itemSelect it, click Remove
Reorder itemsUse the Move Up / Move Down buttons

Step 5: Click OK to save changes.

Note on "Display Name" vs. "Value": Word lets you set these separately. The display name is what users see in the dropdown. The value is what gets stored or processed — useful if the document is connected to a database or macro. For most standard documents, keeping them identical is fine.

Editing a Legacy Form Field Dropdown

Legacy dropdowns use a simpler, older interface.

Step 1: The document must not be protected. Go to Developer → Restrict Editing and turn off protection if it's active.

Step 2: Double-click the dropdown field, or right-click and select Properties.

Step 3: The Drop-Down Form Field Options dialog opens.

Step 4:

  • To add an item: Type it in the "Drop-down item" box and click Add
  • To remove an item: Select it in the "Items in drop-down list" box and click Remove
  • To reorder: Use the arrow buttons on the right side of the list

Step 5: Click OK, then re-enable document protection if it was active.

Legacy dropdowns don't support the display name/value separation that content controls do — what you type is exactly what appears and gets stored.

Common Problems When Editing Dropdowns

The Properties button is grayed out. The document is likely protected. Go to Developer → Restrict Editing → Stop Protection before attempting edits.

You can't find the Developer tab. It needs to be manually enabled — see the section above. This catches a lot of people off guard because it's not visible by default.

Changes aren't saving. If the document is in Protected Form mode, edits to controls may not persist. Disable protection, make your changes, then re-enable.

The dropdown appears but won't open. In some protected or read-only documents, dropdowns are locked. Check the content control's properties — there's a locking option that prevents deletion or editing of the control itself.

Variables That Affect Your Editing Experience

How straightforward this process is depends on several factors that vary by user and document:

  • Word version: The interface in Word 2010 differs from Word 365. Core steps are similar, but button placement and dialog layouts shift between versions.
  • Document origin: Templates from third parties or older Word versions may mix legacy and modern controls in the same file, which creates inconsistency.
  • Protection settings: Documents designed for end-user form filling are often locked to prevent structural edits — intentionally. Editing requires knowing the protection password if one was set.
  • Macro connections: Some dropdowns are tied to VBA macros that fire on selection. Editing the list values without understanding the macro logic can break downstream behavior.
  • Platform: Word on Mac has the Developer tab and content controls, but the interface layout differs slightly from Windows. Word for the web (Microsoft 365 online) has limited support for editing content controls directly. 📋

What "Editing" Actually Means Depends on Your Goal

There's a meaningful difference between:

  • Editing the list options (adding, removing, reordering choices) — covered above
  • Changing the dropdown's behavior (allowing free text, restricting to list only, connecting to a macro) — controlled in the same Properties dialog but requires understanding what those settings do
  • Replacing a legacy dropdown with a modern content control — sometimes the right move for long-term document maintenance, but it changes the file's structure

Each of these is a different level of intervention, and which one applies to your situation depends entirely on what the document is for, who uses it, and how it was originally built.