i am owner of a group but it does not appear in my list of groups

Gary Chute 5 Reputation points
2026-02-24T18:29:37.4166667+00:00

Group created in Teams. The group is dicoverable in outlook but i cannot access it.

Microsoft 365 and Office | SharePoint | For business | MacOS

3 answers

Sort by: Most helpful
  1. RAYMOND BARBIERI 5 Reputation points
    2026-03-17T21:15:28.5066667+00:00

    Honestly, this is the stupidest thing I have ever seen for groups. What a pain.

    Was this answer helpful?

    0 comments No comments

  2. Anonymous
    2026-02-24T23:31:54.9166667+00:00

    Hi Gary Chute,

    Welcome to Microsoft Q&A Forum! Have a good day and I hope you're doing well! 

    I completely understand how confusing and frustrating it is to be the Owner of a group yet unable to see or access it in your Outlook list, even though it is discoverable in search. 

    Based on my research regarding this phenomenon, this is actually a default behavior in the Microsoft 365 ecosystem. I have successfully reproduced this issue in my own testing environment, and here is what I found: 

    When a Group is created directly via the Microsoft Teams app, the system automatically hides it from Outlook (Exchange clients) to prevent cluttering your Outlook interface. It sets a specific property called HiddenFromExchangeClientsEnabled to "True". 

    If you are an end-user, you likely will not have the permission to change this setting yourself. Please contact your organization's IT Admin or Help Desk and ask them to update the group settings. 

    You can share the following PowerShell command with them to fix the issue: 

    Set-UnifiedGroup -Identity "Your_Group_Name" -HiddenFromExchangeClientsEnabled:$false 
    

    Once they run this command, the group will become visible in your Outlook "Groups" list (on both MacOS and Web), and you will be able to access it normally. 

    I hope this information helps partially resolve your issue or at least points you in the right direction with your IT team. If you have any concerns, questions, or if I misunderstood anything, please feel free to reach out anytime. 


     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.  

    Was this answer helpful?


  3. AI answer

    2026-02-24T18:29:45.0633333+00:00

    If you are the owner of a Microsoft 365 group created in Teams and it does not appear in your list of groups in Outlook, there are a few things you can check:

    1. Group Visibility: By default, groups created through Teams are hidden from Outlook clients. To make the group visible, you can use the PowerShell cmdlet to change the visibility setting. Run the following command in Exchange Online PowerShell:
         Set-UnifiedGroup -Identity <group name> -HiddenFromExchangeClientsEnabled:$false
      
      This will unhide the group from Outlook.
    2. Cached Exchange Mode: If you are using classic Outlook, ensure that your Outlook profile is set to Cached Exchange Mode instead of Online mode. This setting can affect the visibility of groups in Outlook.
    3. Access Permissions: Make sure that you are indeed listed as a member of the group. You can verify this in the Exchange admin center by checking the group details under the Members tab.

    After making these adjustments, you should be able to access the group in both Outlook and Outlook on the web.

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

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.