zoomtranscriptsworddocxonedrivetopic-ai

How to Convert a Zoom Transcript to a Word Document

By Adam Dobrawy · · 7 min read

How to Convert a Zoom Transcript to a Word Document

You need a Word copy of a Zoom transcript — to send a client a written record of the session, paste key lines into a report, or just have something you can search and edit without opening a video. You download the transcript from Zoom's web portal, open the file, and find a wall of sequence numbers and timestamps with your sentences chopped into fragments between them. That's not a document. It's a captioning file, and turning it into something you'd actually hand someone takes real cleanup.

What's actually happening

Zoom's cloud recording can generate an audio transcript for a meeting — a setting you (or your account admin) turn on under the account, group, or personal Recording settings, in the Advanced cloud recording section as "Create audio transcript." Once it's on, Zoom transcribes the spoken audio for that meeting and, per Zoom's own documentation, "appears as a separate VTT file in the list of recorded meetings." Two things about that are easy to miss: the setting only applies going forward — it can't be turned on retroactively for a meeting you already recorded — and it requires cloud recording to be enabled for that meeting in the first place, since the transcript is generated from the cloud copy.

The format itself is WebVTT, a W3C standard built to drive closed captions in a video player, not to be read on its own. A real Zoom transcript looks like this:

WEBVTT

1
00:00:03.120 --> 00:00:06.480
Priya Anand: The main thing I want to flag before

2
00:00:06.480 --> 00:00:09.760
Priya Anand: we get into the budget numbers is

3
00:00:09.760 --> 00:00:11.200
David Klein: Sure, go ahead.

Every three-to-five seconds of speech is its own numbered cue with its own timestamp range. A single sentence routinely spans two or three cues. Word will open a .vtt fine — it's plain text — but what you'll see is exactly this structure, not a readable transcript.

How to convert it by hand

If you're doing this manually, the steps are:

  1. Download the .vtt from Zoom. In the web portal, go to Recordings and Transcripts, open the meeting, and find Audio Transcript in the list of files. Click Download and it saves to your computer as a .vtt file.
  2. Open it as plain text. Most word processors, including Word, will open a .vtt directly, or you can rename the extension to .txt first.
  3. Strip the cue numbers and timestamp lines. This is the tedious part — either delete every sequence-number and --> timestamp line by hand, or run a find-and-replace pass to remove them. For a 10-minute call that's a few dozen lines; for a full hour it's several hundred.
  4. Merge the fragments and clean up speaker labels. Once the cue lines are gone, you're left with one line per fragment, still broken mid-sentence. Combine consecutive lines from the same speaker into paragraphs, and reformat the speaker name however you want it to read — bold, a colon, a new paragraph, whatever your document style calls for.

None of this is hard, but it doesn't scale. One transcript is an annoying ten minutes. A full week of client sessions is an afternoon you don't have.

How RecordFlow fits

If your RecordFlow archive is on OneDrive or Dropbox, every synced recording gets a real .docx transcript, rendered directly — no Google Doc step, no download-and-convert. It's built the same way you'd clean one up by hand: a heading, the meeting date, a speakers list, then one paragraph per cue with a rounded [HH:MM:SS] timestamp and the speaker's name bolded, cue numbers and fragment breaks already gone. It lands next to the video and the raw .vtt every time a recording syncs, and the transfer goes straight from Zoom to your own OneDrive or Dropbox — RecordFlow doesn't keep a copy anywhere in between. If your archive is on Google Drive instead, you get the same clean transcript as a native Google Doc, which downloads to .docx in two clicks from Drive — see the companion guide on getting Zoom transcripts into Google Doc and AI tools for that path.

Skip the transcript cleanup entirely.

Connect Zoom to your Google Drive, OneDrive, or Dropbox and every recording's transcript lands ready to read — a Google Doc on Drive, a Word document on OneDrive or Dropbox. Free during beta.

Frequently asked questions

How do I get a Zoom transcript into Word on OneDrive or Dropbox?
Download the .vtt transcript from the Zoom web portal (Recordings and Transcripts, then the meeting, then Audio Transcript, then Download), then strip the sequence numbers and timestamp lines and reformat the speaker labels and paragraphs by hand — a short call takes a few minutes, a full hour can take much longer. RecordFlow skips that manual pass: for every recording it archives to OneDrive or Dropbox, it also uploads a ready-made .docx version of the transcript, with the cue clutter already removed and speaker names bolded.
Why is my Zoom .vtt transcript not readable in Word?
Because it isn't a document format — .vtt (WebVTT) is a captioning format built for video players. Word will open it as plain text, but you'll see the raw structure: a sequence number, a timestamp range like 00:00:06.480 --> 00:00:09.760, and a line of speech, repeated every few seconds, with a single sentence often split across two or three of those blocks.
Does Zoom offer a way to export a transcript directly as .docx?
No. Zoom's cloud recording transcript downloads as a .vtt file only — there's no native export to Word, PDF, or any other document format in the Zoom web portal. Getting a Word file means converting the .vtt yourself, or having a tool do it as part of your backup, which is what RecordFlow's OneDrive and Dropbox destinations do automatically.
What's the difference between converting a Zoom transcript to Word versus a Google Doc?
The output looks the same — a clean, formatted transcript with no cue numbers — but the path differs by destination. If your RecordFlow archive lands on Google Drive, the transcript uploads as a native Google Doc, which you can then download as a .docx from Drive in two clicks (File, Download, Microsoft Word). If your archive lands on OneDrive or Dropbox, RecordFlow renders the .docx directly — there's no Doc step and no download conversion, because Word is the native format on those destinations.

More from the blog