Zoom Recording Failed
Resolution Checklist
- 1 Verify Recording Permissions
- 2 Fix Local Recording Issues
- 3 Fix Cloud Recording Issues
- 4 Recover Missing or Corrupted Recordings
- 5 Resolve Recording Conversion Errors
Zoom Recording Failed
If your Zoom recording fails to start, you see the error “Recording failed”, or your recordings are missing after the meeting, the issue is usually related to permissions, storage, or file conversion problems. This guide covers both local and cloud recording troubleshooting.
Step 1: Verify Recording Permissions
Recording must be enabled for your account and you must have the right role in the meeting.
- Sign in to zoom.us/signin and go to Settings → Recording.
- Ensure the following toggles are enabled:
- Local recording — allows saving recordings to your computer
- Cloud recording — allows saving recordings to Zoom’s cloud (requires a paid plan)
- If the toggles are locked, your organization’s admin has restricted recording. Contact your IT administrator.
In-meeting permissions:
- Hosts and co-hosts can always record (if the setting is enabled).
- Participants can only record if the host grants permission: The host must click Participants → hover over the participant’s name → More → Allow Record.
- If you see “Recording” greyed out in the toolbar, you do not have permission to record.
Step 2: Fix Local Recording Issues
If local recording fails to start or stops unexpectedly:
- Check disk space: Zoom requires substantial free space for local recordings. Verify you have at least 5 GB of free disk space.
On Windows:
wmic logicaldisk get size,freespace,caption
On macOS:
df -h /
- Change the recording location: Go to Settings → Recording → Local Recording and click Change to select a folder with adequate space.
- Avoid external or network drives as the recording location — use an internal drive for reliability.
- Check file system permissions: Ensure Zoom has write access to the selected folder. Try changing the location to your Desktop or Documents folder as a test.
- Disable antivirus real-time scanning for the recording folder, as it can interfere with file writing.
Step 3: Fix Cloud Recording Issues
If cloud recording is unavailable or fails:
- Check your plan: Cloud recording is only available on Zoom Pro, Business, and Enterprise plans. Free accounts do not have cloud recording.
- Check storage quota: Go to zoom.us/recording and check your cloud storage usage. If you have reached your limit, delete old recordings or contact your admin to increase storage.
- Verify network connectivity: Cloud recording requires a stable internet connection throughout the meeting. If your connection drops, the cloud recording may stop.
- Check for service outages: Visit status.zoom.us to see if there are any ongoing issues with Zoom’s recording services.
If cloud recording starts but produces an incomplete file:
- Wait up to 24 hours for processing. Cloud recordings are not immediately available after a meeting ends.
- Check your email — Zoom sends a notification when the cloud recording is ready.
- Log in to zoom.us/recording and check the Cloud Recordings tab.
Step 4: Recover Missing or Corrupted Recordings
If you cannot find your recording after a meeting:
For local recordings:
- Check the default recording folder: Documents → Zoom → [Meeting Date and Name].
- Search your computer for files with the extension
.zoom— these are unconverted recordings. - Look in the Recycle Bin (Windows) or Trash (macOS) in case the files were accidentally deleted.
For cloud recordings:
- Log in to zoom.us/recording.
- Check the Trash tab — deleted cloud recordings are kept for 30 days.
- Use the date filter and search bar to find specific recordings.
If recordings are corrupted (won’t play or are truncated):
- Try opening the file with VLC Media Player, which can often play partially corrupted video files.
- Convert the file using FFmpeg:
ffmpeg -i corrupted_recording.mp4 -c copy repaired_recording.mp4
Step 5: Resolve Recording Conversion Errors
After a meeting, Zoom converts local recordings from .zoom format to .mp4. If conversion fails:
- Do not shut down your computer immediately after ending a meeting — the conversion process starts automatically and needs time to complete.
- If you see “Converting meeting recording” and it seems stuck, let it run. Large meetings may take 30+ minutes to convert.
- If conversion fails entirely, you can manually convert:
- Find the
.zoomfile in your recording folder. - Open Zoom, go to Meetings → Recorded tab.
- Click Convert next to the failed recording.
- Find the
- If manual conversion also fails, the raw
.zoomfile may be incomplete. Check that the file size is reasonable (not 0 KB). - Ensure you have the same version of Zoom installed that was used to create the recording — version mismatches can cause conversion failures.