Message Center
Updated May 7, 2026: We have updated the timeline. Thank you for your patience.
Introduction
We’re updating the default behavior of Microsoft Teams Copilot in meetings. Copilot without transcription will become the default mode for newly scheduled Teams meetings where Copilot is allowed. Additionally, conversation history will now persist during meetings, improving multitasking and continuity of insights.
This update is associated with Microsoft 365 Roadmap ID 478611.
When this will happen
General Availability (Worldwide): We will begin rolling out in mid-July 2026 (previously late April)September 2025 and expect to complete by end of July 2026 (previously mid-May).
What's changing?late September 2025.
Who is affected:How this affects your organization
What will happen:
EnabledWithTranscript to EnabledWhat you can do to prepare:
If adopting the new defaults:prepare
Optional admin stepsneeded, especially if they want to retain current behavior:
EnabledWithTranscriptget-csteamsmeetingpolicy | ? { $_.Identity -ne "Tag:AllOn" -and $_.Identity -ne "Tag:AllOff" -and $_.Identity -ne "Tag:Default" -and $_.Identity -ne "Tag:Kiosk" -and $_.Identity -ne "Tag:RestrictedAnonymousAccess" -and $_.Identity -ne "Tag:RestrictedAnonymousNoRecording" } | % { $_.Identity; set-csteamsmeetingpolicy -identity $_.Identity -Copilot EnabledWithTranscript }
Learn more:
Compliance considerations
| Question | Answer |
| Does the change alter how existing customer data is processed, stored, or accessed? | Conversation history is now retained during the meeting instead of being cleared when switching panels. |
| Does the change introduce or significantly modify AI/ML or agent capabilities that interact with or provide access to customer data? | Copilot behavior is updated to persist conversation history, enhancing AI-driven meeting insights. |
| Does the change provide end users any new way of interacting with generative AI? | Users can now maintain a continuous Copilot interaction during meetings without transcription. |
| Does the change include an admin control and, can it be controlled through Entra ID group membership? | IT admins can enforce or override defaults via Teams meeting policy. |
| Does the change allow a user to enable and disable the feature themselves? | Users can manually enable transcription during meetings to retain Copilot insights post-meeting. |