← Back
(Updated) Microsoft Teams Copilot without transcription becomes default for meetings - conversation history now persists
MC1139493 · build prod-20251231-200323
Category
stayInformed
Severity
normal
Major change
False
Last modified
2026-05-11 17:19:44
Summary source
Azure OpenAI (gpt-4.1)
Action by (Graph)
Action by (AI)
2026-01-15 00:00:00
Services
Microsoft Teams
Tags
Updated message, Feature update, User impact, Admin impact
Master tags
User, Admin, Copilot License
Roadmap IDs
478611

One-line summary

Microsoft will not proceed with the planned changes to Teams Copilot's default transcription behavior; current meeting and policy settings remain unchanged.

Similar updates

More like this
MC1156360 (Updated) Microsoft 365 Copilot: Copilot Chat for Teams Chats, Channels, Calling, and Meetings
(Updated) Microsoft 365 Copilot: Copilot Chat for Teams Chats, Channels, Calling, and Meetings Copilot Chat is now a side-by-side experience in Teams for Copilot-licensed users, with new in-meeting controls to stop audio processing; admins must enable the Copilot app. Updated April 9, 2026: We have updated the timeline and added description of a.
MC1192258 (Updated) Microsoft 365 Copilot: RSVP to meetings directly in Copilot chat
(Updated) Microsoft 365 Copilot: RSVP to meetings directly in Copilot chat Microsoft 365 Copilot chat will let Copilot-licensed users RSVP to meetings directly in chat starting by mid-January 2026; feature is on by default and needs no admin action. Updated April 8, 20... [Introduction] We’re introducing a new capability in Microsoft 365.
MC1189914 (Updated) Schedule meetings directly in Copilot Chat
(Updated) Schedule meetings directly in Copilot Chat Users with a Microsoft 365 Copilot license can now schedule meetings directly from Copilot chat, streamlining meeting setup; feature is on by default and supports only English currently. Updated February 13, 2026: Feature rollout is now 100% WW. [Introduction] We’re introducing a new.
MC1188227 (Updated) Microsoft Teams: Enhancements to Interpreter and multilingual meeting experience
(Updated) Microsoft Teams: Enhancements to Interpreter and multilingual meeting experience Teams multilingual meetings now feature automatic spoken language detection, a 'Preparing' status for Interpreter, and clearer settings; available to Copilot users from mid-December 2025. [Introduction:] We’ve improved the multilingual meeting experience .
MC1134741 (Updated) Microsoft Copilot: filter chat history for easier context recall
(Updated) Microsoft Copilot: filter chat history for easier context recall Microsoft Copilot adds chat history filtering to help users quickly find past conversations; rollout begins late August 2025 and is on by default. Updated August 14, 2025: We have updated the timeline. Introduction We’re introducing a new filtering capability in Microsoft.
MC1189001 (Updated) Microsoft 365 Copilot: Voice chat in Microsoft 365 Copilot
(Updated) Microsoft 365 Copilot: Voice chat in Microsoft 365 Copilot Voice conversation support is expanding in Microsoft 365 Copilot for licensed users across desktop, web, Word, PowerPoint, and Outlook; rollout completes by April 2026. Updated March 20, 2026: We have updated the timeline. Thank you for your patience. Introduction In early.

Details

RoadmapIds
478611
Summary
Microsoft Teams Copilot's default mode would switch to no transcription with persistent conversation history, but this change is currently not proceeding. Affected tenants must manually enable transcription for post-meeting queries. Admins can adjust policies to retain current behavior; tenants updated after June 2024 are unaffected.
Platforms
Android, Desktop, iOS, Mac, Web

Body (from Message Center)

Updated May 11, 2026: We have decided not to move forward with this change at this time. We apologize for any inconvenience.

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 have decided not to move forward with this change at this time. 

[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 EnabledWithTranscript to Enabled for 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.
[What you can do to prepare:]

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 EnabledWithTranscript for 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: 

Compliance considerations

QuestionAnswer
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.

Raw JSON (for debugging)

Expand/collapse the full payload below.
Show/hide raw
{
  "snapshot_item": {
    "action_required_by": null,
    "ai_action_required_by": "2026-01-15T00:00:00Z",
    "ai_actions": [
      "No action needed; planned policy changes canceled"
    ],
    "ai_master_tags": [
      "User",
      "Admin",
      "Copilot License"
    ],
    "ai_model": "gpt-4.1",
    "ai_summary": "Microsoft will not proceed with the planned changes to Teams Copilot\u0027s default transcription behavior; current meeting and policy settings remain unchanged.",
    "ai_topics": [
      "Teams",
      "Copilot"
    ],
    "category": "stayInformed",
    "details_map": {
      "Platforms": "Android, Desktop, iOS, Mac, Web",
      "RoadmapIds": "478611",
      "Summary": "Microsoft Teams Copilot\u0027s default mode would switch to no transcription with persistent conversation history, but this change is currently not proceeding. Affected tenants must manually enable transcription for post-meeting queries. Admins can adjust policies to retain current behavior; tenants updated after June 2024 are unaffected."
    },
    "id": "MC1139493",
    "importance": 3,
    "is_major_change": false,
    "last_modified": "2026-05-11T17:19:44Z",
    "ms_products": [
      "Teams"
    ],
    "platforms": "Android, Desktop, iOS, Mac, Web",
    "roadmap_ids": [
      "478611"
    ],
    "services": [
      "Microsoft Teams"
    ],
    "severity": "normal",
    "tags": [
      "Updated message",
      "Feature update",
      "User impact",
      "Admin impact"
    ],
    "title": "(Updated) Microsoft Teams Copilot without transcription becomes default for meetings - conversation history now persists"
  }
}