When you send an email to a distribution list in Outlook, the program may automatically expand the list into its individual members before sending. This behavior fills the To field with dozens or hundreds of names, making the message harder to read and potentially exposing private email addresses to all recipients. The cause is a default setting in Outlook that expands distribution lists during send to verify each recipient address. This article explains how to disable that auto-expand feature so your distribution lists remain intact in the To field.
Key Takeaways: Disabling Distribution List Auto-Expand in Outlook
- File > Options > Mail > Send messages: Uncheck “Expand distribution lists when sending email” to stop auto-expand.
- Registry Editor (Outlook 2016/2019/2021): Set DWORD value “ExpandLists” to 0 under HKCU\Software\Microsoft\Office\16.0\Outlook\Options\Mail to enforce the change.
- Group Policy: Deploy the setting across an organization using the Outlook ADMX template under User Configuration > Administrative Templates > Microsoft Outlook 2016 > Outlook Options > Mail Format.
Why Outlook Expands Distribution Lists on Send
Outlook includes a safety feature that resolves distribution list members at the moment you click Send. This process checks each recipient address against your address book to confirm the email address is valid and deliverable. The feature was designed to prevent bounce-backs caused by outdated or incorrect member addresses inside a distribution list.
When auto-expand is enabled, Outlook replaces the distribution list name in the To field with a comma-separated list of all individual email addresses. This behavior occurs for every list you send to, including your own custom lists and Global Address List groups from Exchange or Microsoft 365. The expansion happens before the message leaves your Outbox, so all recipients see the full list of names in the message headers.
The feature is controlled by a single check box in Outlook’s mail settings. For users on older Outlook versions or those who need a system-wide policy, a registry key or Group Policy setting can also turn off auto-expand permanently.
Steps to Disable Distribution List Auto-Expand
Follow the method that matches your Outlook version and admin rights. The first method works for most users. The second and third methods are for administrators or users who need a persistent setting.
Method 1: Change the Outlook Option (All Versions)
- Open Outlook and go to File > Options
Click the File tab in the top-left corner, then click Options in the left sidebar. This opens the Outlook Options dialog box. - Select the Mail category
In the left pane of Outlook Options, click Mail. This section contains all message composition and sending settings. - Scroll to the Send messages section
About halfway down the Mail page, locate the group labeled Send messages. It contains check boxes for message format, tracking, and recipient options. - Uncheck “Expand distribution lists when sending email”
Find the check box labeled Expand distribution lists when sending email. Remove the check mark by clicking it. The setting is off when the box is empty. - Click OK to save
Click the OK button at the bottom of the Outlook Options dialog. The change takes effect immediately for all new messages you send.
Method 2: Registry Edit for Persistent Control (Outlook 2016, 2019, 2021, and Microsoft 365)
If the Outlook option reverts after an update or you want to apply the setting to a single machine without Group Policy, use the Registry Editor.
- Close Outlook completely
Ensure Outlook is not running. The registry change will not apply if the program is open. - Open Registry Editor
Press Windows key + R, type regedit, and press Enter. Click Yes if prompted by User Account Control. - Navigate to the Outlook Mail key
In the left pane, expand this path:
HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Options\Mail
For Outlook 2013, use 15.0 instead of 16.0. For Outlook 2010, use 14.0. - Create or modify the ExpandLists DWORD
Right-click the Mail folder in the left pane, select New > DWORD (32-bit) Value. Name it ExpandLists. Double-click the new value, set the Base to Hexadecimal, and enter 0 in the Value data field. Click OK. - Close Registry Editor and restart Outlook
Exit regedit, then start Outlook. The auto-expand feature is now disabled. To re-enable it later, change the ExpandLists value to 1 or delete the DWORD.
Method 3: Group Policy for Organization-Wide Deployment
System administrators can disable auto-expand for all users in an organization using Group Policy. This method requires the Outlook ADMX administrative templates installed on a Windows Server domain controller.
- Open Group Policy Management Console
On a domain controller or management workstation, run gpmc.msc. Create a new GPO or edit an existing one for the target users. - Navigate to Outlook Mail Format settings
Go to User Configuration > Administrative Templates > Microsoft Outlook 2016 > Outlook Options > Mail Format. For Outlook 2013, the path is the same with “2013” in the folder name. - Enable the policy “Expand distribution lists when sending email”
Double-click the policy named Expand distribution lists when sending email. Set it to Disabled. Click OK. - Link the GPO to the target organizational unit
Link the GPO to the OU containing the user accounts. After the policy refreshes (gpupdate /force on client machines), the auto-expand setting is applied and users cannot change it from Outlook Options.
If the Distribution List Still Expands After Disabling
The setting reverts after restarting Outlook
Some Microsoft 365 updates or add-ins can overwrite the Outlook option. Use the registry method (Method 2) to lock the setting. The registry value persists through updates and will not be changed by the Outlook user interface.
The To field shows names but no expansion occurs
Outlook may show a brief “resolving names” status but leave the distribution list name intact. This is normal. The list is not expanded; Outlook is only verifying the address against the address book. The recipient sees only the distribution list name in the message headers.
Users on Outlook for Mac cannot disable auto-expand
Outlook for Mac does not have the same setting. The Mac version always expands distribution lists when sending. If you need distribution lists to remain unexpanded on Mac, advise users to create a mail contact group and add it as a BCC recipient, or use a third-party add-in.
Distribution List Behavior: Auto-Expand On vs Off
| Item | Auto-Expand On | Auto-Expand Off |
|---|---|---|
| To field content | Individual email addresses of all list members | Distribution list name only |
| Recipient privacy | All recipients see every member’s address | Recipients see only the list name |
| Address verification | Each address checked against address book | List name checked; individual addresses not verified |
| Message size | Larger header due to expanded addresses | Smaller header |
| Delivery failure handling | Non-delivery report shows which specific address failed | Non-delivery report shows the list name, not the individual address |
Now you can send messages to distribution lists without exposing individual member addresses. After disabling auto-expand, test the setting by composing a new message to a list and checking that the To field shows only the list name. For advanced control, use the registry key or Group Policy to enforce the setting across sessions and updates. If you manage shared mailboxes, note that the auto-expand setting applies per Outlook profile and must be configured separately for each mailbox profile.