MC1139493 Medium
(Updated) Microsoft Teams Copilot without transcription becomes default for meetings - conversation history now persists
Summary AI-generated
Teams Copilot in meetings will default to 'without transcription', changing policy for tenants with TeamsMeetingPolicy set before June 2024; conversation history now persists during meetings.
Suggested actions AI-generated
- Review TeamsMeetingPolicy settings for transcription dependencies
- Update training and comms
- Adjust Teams Admin Center or PowerShell policies to retain current defaults if needed
Written by Azure OpenAI (gpt-4.1) from the text of the post below. It can be incomplete or wrong; the original post is authoritative.
Similar posts
Search for more like this- MC1275312 (Updated) Microsoft Teams: AI meeting recap without transcript to meet compliance policies
- MC1156360 (Updated) Microsoft 365 Copilot: Copilot Chat for Teams Chats, Channels, Calling, and Meetings
- MC1174856 (Updated) Microsoft 365 Copilot: Session persistence enhancement for Copilot chat
- MC1260709 Microsoft Teams: Copilot PSTN audio announcements
- MC1139485 (Updated) Copilot in Teams meetings: user-controlled on/off toggle
- MC1319216 (Updated) Microsoft Teams: In‑meeting toggle to turn Meeting AI on or off
Original post from Microsoft
Updated March 6, 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 late April 2026 (previously late March) and expect to complete by mid-May 2026 (previously early April).
[What's changing?]
Who is affected:
- Affected tenants: If your TeamsMeetingPolicy was created or modified before the Copilot without transcription policy option was introduced (June 2024), your tenant will be affected by this change.
- Not Affected: If your TeamsMeetingPolicy was created or modified after June 2024 when the Copilot without transcription option was introduced, your tenant will not be affected.
What will happen:
- The default Copilot policy will change from
EnabledWithTranscripttoEnabledfor both new and existing Teams meetings where Copilot is allowed. - Copilot and Facilitator will no longer automatically start transcription for meetings in affected tenants.
- Users must manually enable transcription to use post-meeting Copilot or Facilitator queries.
- Conversation history will persist during meetings for Copilot without transcription.
- Tenants with TeamsMeetingPolicy created or modified after June 2024 are not affected.
If adopting the new defaults:
- Review TeamsMeetingPolicy for transcription dependencies.
- Update internal documentation and training.
- Communicate to users how to enable transcription when needed.
Optional admin steps to retain current behavior:
- Update Global and Custom TeamsMeetingPolicy settings via TAC or PowerShell.
- TAC UI Portal: Navigate to Teams Admin Center and set the Copilot policy default value as required. For example, if the current default value is desired, update it to a different value, then set it back. Please ensure both TeamsMeetingPolicy and all Custom Policies are updated.
- PowerShell example to set Copilot policy to
EnabledWithTranscriptfor all relevant meeting policies:get-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:
- Manage Microsoft 365 Copilot in Teams meetings and events | Microsoft Teams | Microsoft Learn
- Use Copilot without recording a Teams meeting | Copilot in Teams | Copilot | Microsoft Support
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. |
Additional details from Microsoft
- RoadmapIds
- 478611
- Summary
- Microsoft Teams Copilot will default to operating without transcription in new meetings starting late April 2026, with conversation history persisting during meetings. Transcription must be manually enabled for post-meeting queries. Tenants with policies updated after June 2024 are unaffected; admins can adjust policies to retain current behavior.
- Platforms
- Android, Desktop, iOS, Mac, Web