transcribtxt
Use case 8 min read2026-06-10

How to transcribe a Zoom recording automatically (2026 guide)

Learn how to convert your Zoom meeting recordings to text automatically, using built-in Zoom features or free AI tools. Includes step-by-step instructions for local and cloud recordings.

Every Zoom meeting you record is also a searchable document, if you transcribe it. Whether you run weekly team standups, client calls or webinars, having a written transcript saves hours of re-watching and makes the content searchable, shareable and accessible.

Here is every method available in 2026, from quickest to most manual.

Option 1: Zoom's built-in transcription (Business plans only)

Zoom includes automatic transcription for cloud recordings on Business, Business Plus and Enterprise plans. If you qualify, this is the easiest path.

How to enable it:

  1. Sign in at zoom.us and go to Settings → Recording.
  2. Under Cloud recording, enable Audio transcript.
  3. Save. Future cloud recordings will auto-generate a transcript.

After the meeting:

  1. Open the Recordings tab in the Zoom web portal.
  2. Click on your recording.
  3. Download the Transcript (.vtt) file alongside the video.

The .vtt file is a timed transcript in WebVTT format, which you can open in any text editor or convert to SRT for subtitles.

Limitations: Zoom's transcription is English-only (as of 2026), errors are common with accents and background noise, and you cannot export speaker-labeled text easily.

Option 2: Upload the recording to TranscribTxt (Free, any plan)

This works for both local and cloud Zoom recordings, on any Zoom subscription, including the free tier.

For a local recording:

  1. Find your recording in Documents > Zoom > [Meeting name] (or the folder you configured in Zoom settings).
  2. You will see a .mp4 file. This is what you need.
  3. Go to TranscribTxt, upload the file, and select the meeting language.
  4. Download the transcript when complete.

For a cloud recording:

  1. In the Zoom web portal, go to Recordings and download the MP4.
  2. Upload the downloaded file to TranscribTxt.

Processing time: A 60-minute meeting typically transcribes in 3–6 minutes.

Language support: 99 languages including English, Spanish, French, Russian, German, Portuguese, Japanese, Arabic, Chinese and more.

Option 3: Whisper (completely local, free, unlimited)

If you handle sensitive meetings (legal, HR, healthcare) and cannot send recordings to any external server, run OpenAI Whisper on your own machine.

# Install once
pip install openai-whisper ffmpeg-python

# Transcribe
whisper "zoom-meeting.mp4" --language en --model medium --output_dir ./transcripts

Whisper creates .txt, .srt and .vtt files. The medium model handles 30 min of audio in about 5 minutes on an M2 MacBook Pro. Use large-v3 for maximum accuracy.

Option 4: Zoom AI Companion (add-on)

Zoom launched AI Companion as a paid add-on that can summarize meetings in real time and generate action items, not just raw transcripts. If your team is already on Zoom Business and needs AI summaries rather than verbatim text, this is worth evaluating.

Convert your Zoom transcript to Word or Google Docs

A common next step after Zoom meeting transcription is getting the text into a document. Zoom's own export is a .vtt file full of timestamps, which is awkward to paste into Word. Two clean options:

  • From Zoom's .vtt: open it in any text editor, strip the sequence numbers and timestamps, then paste the dialogue into Word or Google Docs.
  • From the recording (cleaner): upload the Zoom .mp4/.m4a to TranscribTxt and export a plain TXT — paste straight into Word with no timestamp noise. Keep the SRT/JSON export if you also want captions or to pull quotes with exact times.

Comparing the options

MethodCostLanguagesPrivacyBest for
Zoom built-inIncluded (Business+)English onlyZoom cloudQuick, single-language
TranscribTxtFree 5 files/mo99Files deletedMost teams
Whisper localFree, unlimited100+100% localSensitive recordings
Zoom AI CompanionPaid add-onEnglishZoom cloudReal-time summaries

Getting the most from your Zoom transcript

  • Rename speakers. Find-and-replace "Speaker 1" with actual names for readability.
  • Add context. Paste the meeting agenda at the top of the transcript document.
  • Summarize with AI. Paste the transcript into Claude or ChatGPT with "Summarize these meeting notes and list action items."
  • Share as a document. A Google Doc with the transcript and summary is easier to review than rewatching 60 minutes of video.
  • Search later. Store transcripts in a shared folder. When someone asks "what did we decide about X?", you can search all your transcripts instantly.

Frequently Asked Questions

How do I transcribe a Zoom meeting?

Two ways. If you're on a Zoom Business+ plan, enable Audio transcript under Settings → Recording and Zoom auto-transcribes cloud recordings. On any plan (including free), download the meeting's .mp4 or .m4a recording and upload it to a tool like TranscribTxt to get text in minutes, in 99 languages with speaker labels on Pro and Business.

How do I convert a Zoom transcript to Word?

Zoom exports transcripts as .vtt. Open the .vtt in any text editor, copy the text into Microsoft Word or Google Docs, and clean up the timestamps. Easier: upload the Zoom recording to TranscribTxt and export a clean TXT, then paste into Word — no timestamp noise. You can also keep SRT/JSON for captions or analysis.

Does Zoom automatically create transcripts?

Yes, Zoom's built-in transcription is available on Business, Business Plus and Enterprise plans. Cloud recordings can be auto-transcribed in the Zoom web portal. Free and Pro plan users must use a third-party tool.

Can I transcribe a Zoom local recording for free?

Yes. Download the .mp4 file from your Zoom recordings folder and upload it to TranscribTxt (free, 5 files/month) or run it through OpenAI Whisper locally.

What format is the Zoom local recording saved in?

Zoom saves local recordings as .mp4 (video) and .m4a (audio-only). Both formats work with TranscribTxt and Whisper.

How accurate is automatic Zoom transcription?

Zoom's built-in transcription is decent but known to struggle with accents and multiple overlapping speakers. Accuracy-first AI tools like TranscribTxt (built on ElevenLabs Scribe) generally produce more accurate results on the same audio, and support 99 languages versus Zoom's English-first transcription.

Can I get speaker labels in a Zoom transcript?

Zoom's native transcription identifies speakers by name if they are authenticated Zoom users. TranscribTxt includes speaker labels (diarization) on its Pro ($12/month) and Business ($29/month) plans; the free plan produces a full transcript without speaker labels.