IT Error Decoder

How to Fix Teams meeting recording fails to start

Last reviewed

Error message

Microsoft Teams meeting recording shows 'Couldn't start recording' or never produces a recording file.

Teams meeting recordings are stored in OneDrive (for non-channel meetings) or SharePoint (for channel meetings). Both need quota and the user needs the right policy.

What this error means

The user clicked Start recording, but Teams couldn't begin the cloud recording session.

Why this happens

Common causes: user doesn't have a license that includes recording, organizer's policy disables recording, OneDrive/SharePoint storage quota exceeded, or a transient Teams service issue.

Quick fix (for end users)

  • Confirm the user trying to record is the meeting organizer or has been granted Co-organizer.
  • Check OneDrive or SharePoint isn't full.

Admin / engineer fix

  • Check the Teams meeting policy applied to the user.

    command
    Get-CsTeamsMeetingPolicy -Identity (Get-CsOnlineUser -Identity <upn>).TeamsMeetingPolicy
  • Verify cloud recording is allowed in that policy.

    command
    Get-CsTeamsMeetingPolicy -Identity 'AllOn' | Format-List AllowCloudRecording, RecordingStorageMode
  • Check OneDrive storage with admin tools or SharePoint admin center.

Step-by-step fix

  1. Confirm the user has recording permissions and a compatible license.

  2. Verify storage quota in OneDrive/SharePoint.

  3. Retry recording in a fresh meeting.

Affected products

Microsoft Teams

Common variations of this error

People also see these phrasings of the same problem:

  • Teams couldn't start recording
  • Teams cloud recording failed

Still broken? Try these

  • Check Microsoft 365 Service Health for Teams or OneDrive advisories.
  • Test from a different account to isolate user-vs-tenant issues.
  • Verify the meeting is not in a tenant federation scenario where recording is blocked.

Related errors

Related searches

  • teams recording not working
  • teams meeting recording storage

Frequently asked questions

Where do recordings go?

Non-channel meetings: organizer's OneDrive in /Recordings. Channel meetings: the channel's SharePoint document library in /Recordings.

Browse more errors in Microsoft Teams: Fix Microsoft Teams errors. Desktop app loading issues, Teams Rooms audio/video drops, federation, and meeting access problems. Or paste your own error into the error decoder tool to find a match. You can also go back to the homepage to browse common errors by topic.