Microsoft Teams transcription requires an admin to enable the Allow Transcription setting in Meeting Policies, after which any participant can start live transcription during a meeting.
One wrong setting keeps the transcription button hidden from everyone in your organization. The fix takes about 60 seconds in the Teams Admin Center, and once it is on, anyone can capture a real-time text version of the conversation with a couple of clicks. Here is how to enable transcription in Teams for your whole organization and start using it in your next meeting.
What Do You Need Before Enabling Teams Transcription?
Teams transcription requires a specific license, a supported device, and the correct admin policy. Without all three, the transcription option stays grayed out or invisible.
Your organization needs a Microsoft Teams subscription included with Microsoft 365 Business or Enterprise plans. Standard Teams users have access to live transcription; advanced features like AI-powered intelligent captions require Teams Premium. The feature works on Windows, Mac, iOS, Android, and Linux clients and is available globally, though data residency rules (like GDPR in the EU) affect where transcripts are stored. Meeting types matter too — standard meetings and group calls support transcription, while some webinar and town-hall formats need separate enablement in Events Policies.
Step 1 — Enable Transcription in the Teams Admin Center
An administrator must toggle the Allow Transcription setting to On inside a meeting policy in the Teams Admin Center. This is the primary method and works for all users assigned to that policy.
- Log in to the Microsoft Teams Admin Center.
- Go to Meetings > Meeting policies.
- Select an existing policy (the Global policy applies to all users by default) or create a new one.
- Scroll to the Audio & video section.
- Toggle Allow transcription to On.
- Click Save.
- Assign the policy to specific users via Manage users > Assign users, or to groups via Group policy assignment.
A banner confirming the update appears. Users assigned to this policy will now see the transcription option in their meetings. For existing tenants that were created before February 2025, transcription is off by default — this step is required to turn it on. New tenants after that date have it enabled automatically.
Step 2 — Enable Transcription With PowerShell
Admins who prefer command-line control can enable transcription globally or per-policy using PowerShell and the Teams module. This is faster for bulk changes across large organizations.
- Open PowerShell with the Teams module installed.
- Run the following command to enable transcription for all users (applied to the Global policy):
Set-CsTeamsMeetingPolicy -Identity Global -AllowTranscription $true - To target a custom policy instead, replace
Globalwith your policy name:
Set-CsTeamsMeetingPolicy -Identity "Your Policy Name" -AllowTranscription $true
No restart is needed — the change takes effect on the next meeting join.
Step 3 — Start Live Transcription During a Meeting
Once the admin policy is enabled, any participant can start live transcription from inside an active meeting. The process takes about ten seconds.
- Join or launch a Teams meeting.
- Click More actions (the three dots in the top meeting controls).
- Select Record and transcribe > Start transcription.
- In the pop-up, choose the Spoken language from the dropdown and click Confirm. This step is mandatory as of the 2025 update.
- A banner reading “Transcription has started” appears, and the Transcript box opens on the right side of the meeting window.
Participants see the text appear in near-real time. The transcript captures who said what and timestamps each line.
| Requirement | Details | Notes |
|---|---|---|
| Plan | Microsoft 365 Business or Enterprise | Teams Premium required for AI captions |
| License | Teams Standard or higher | Check your subscription level |
| Device / OS | Windows, Mac, iOS, Android, Linux | Works on desktop and mobile clients |
| Region | Global availability | Data residency may apply per local laws |
| Meeting type | Standard meetings, group calls, events | Webinars need separate Events Policy enablement |
| Consent | Admin can enforce explicit participant consent | Check your organization’s recording policy |
| Default status | On for new tenants (post-Feb 2025); Off for existing | Existing tenants require manual enablement |
How Do You Download a Teams Transcript?
After the meeting ends, the transcript is saved to the meeting chat and can be downloaded in three formats from the Recap page.
- Open the Chat tab in Teams.
- Locate the past meeting chat and open it.
- Select Recap > Transcript.
- Click the dropdown arrow next to Download and choose one of the formats:
- Word (.docx) — formatted document for editing or sharing.
- Video (.vtt) — caption file compatible with video players.
- Text (.txt) — plain text for quick copying.
Alternatively, go to the Calendar, select the meeting event, open Recordings & Transcripts, and click Download from there.
Common Teams Transcription Problems
Most transcription issues come from one of three causes: a missing admin policy, a skipped language selection, or an outdated client version. Microsoft’s official documentation for meeting transcription covers each of these scenarios.
The table below lists the frequent problems and their fixes so you can get transcription running quickly.
| Problem | Cause | Fix |
|---|---|---|
| Transcription button is missing | Allow Transcription is Off in the assigned Meeting Policy | Admin toggles it On in Teams Admin Center |
| Language selection pop-up never appears | Outdated Teams client lacking the 2025 update | Update Teams to the latest version |
| Transcript won’t start after selecting language | Meeting type restricts transcription (e.g., unconfigured webinar) | Enable transcription in Events Policies |
| Download option is grayed out | Meeting recording/transcript not yet processed | Wait a few minutes and refresh the Recap page |
| Participants were not notified of transcription | Consent policy is set to no notification | Admin adjusts consent requirements in Meeting Policies |
2025 Updates for Teams Transcription
Microsoft rolled out two meaningful changes in early 2025 that affect how transcription works. First, users must now select the spoken language before transcription starts — a pop-up forces the choice, and skipping it prevents the feature from launching altogether. Second, new tenants created after February 2025 have the Allow Transcription setting enabled by default in the Global policy, while existing tenants keep their previous setting (usually Off) unless an admin manually changes it.
Quick-Start Checklist
Use this sequence to get Teams transcription running across your organization in under five minutes.
- Confirm your organization has a Teams-capable Microsoft 365 plan.
- Admin logs into the Teams Admin Center and enables Allow transcription in the Global Meeting Policy (or a custom one).
- Users update their Teams client to the latest version.
- During a meeting, users click More actions > Record and transcribe > Start transcription, select the spoken language, and confirm.
- After the meeting, the transcript is available in the meeting chat Recap page for download as .docx, .vtt, or .txt.
References & Sources
- Microsoft Learn. “Meeting transcription and captions in Microsoft Teams.” Official admin documentation for enabling and managing transcription policies.
- Microsoft Teams. “Microsoft Teams — Group Chat, Meetings, and Calling.” Official product homepage.
