Enforce "Do Not Group Messages" in Outlook via GPO

Branden Willis 20 Reputation points
2025-06-23T20:18:55.8566667+00:00

We have a client who is running AVD. They want to enforce the Outlook setting for not grouping messages by conversation in their AVD environment, because their users keep getting confused. I've been hunting for a GPO setting to accomplish this, as that would be simplest, but my research hasn't been finding anything. Possibly a registry setting instead?

Outlook | Windows | Classic Outlook for Windows | For business
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Marcin Policht 50,895 Reputation points MVP Volunteer Moderator
    2025-06-23T22:29:21.19+00:00

    To enforce "Do Not Group Messages" in Microsoft Outlook via Group Policy (GPO), the goal is to disable the “Show as Conversations” view in Outlook. This feature is per-user and per-folder, but you can control its default behavior via the registry. Unfortunately, Microsoft does not expose a direct GPO setting specifically for “Do Not Group Messages,” but you can enforce it via registry changes pushed through GPO. Outlook stores the conversation view state in the registry, but it's folder/view-specific, making universal enforcement tricky. Here's what you can do:

    1. Open Group Policy Management Console.
    2. Create a new GPO or edit an existing one.
    3. Navigate to:
         User Configuration > Preferences > Windows Settings > Registry
      
    4. Add a new Registry Item with the following settings:
    Setting Value
    Hive HKEY_CURRENT_USER
    Key Path Software\Microsoft\Office<version>\Outlook\Options\Mail
    Value Name ShowConversationView
    Value Type REG_DWORD
    Value Data 0

    Replace <version> with your Outlook version (e.g., 16.0 for Outlook 2016, 2019, and Microsoft 365). This disables the conversation view globally if Outlook hasn't overridden the setting via view customization.


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    0 comments No comments

  2. Teddie-D 1,760 Reputation points Microsoft External Staff Moderator
    2025-06-24T07:39:52.2+00:00

    Hi @Branden Willis 

    Thank you for posting your question in the Microsoft Q&A forum. 

    While there is no direct Group Policy Object (GPO) setting available to disable the Show as Conversations feature in Outlook, you can potentially manage this behavior through the Windows Registry. Based on testing, here are the steps to disable it: 
    1.Win + R > type regedit > enter 
    -Navigate to: HKEY_CURRENT_USER\Software\Policies\Microsoft\Office<version>\Outlook\DisabledCmdBarItemsList  

    Replace <version> with your Outlook version (e.g., 16.0 for Outlook 2016)

    -If the DisabledCmdBarItemsList key doesn’t exist, right-click the Outlook folder, choose New > Key, and name it DisabledCmdBarItemsList. 

    2.Add the Command Bar ID 

    -Right-click in the right pane and choose New > String Value. 

    -Name it TCID1 (or TCID2, TCID3, etc., if others already exist). 

    -Double-click the new value > enter the Command Bar ID: 22528 

    -Close and reopen Outlook to apply the change. The “Show as Conversations” option should now be disabled in the ribbon.
    User's image

    I hope this helps.


    If the answer is partially helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".   

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread. 


Your answer

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