How to convert a Zoom transcript to Word (clean and readable)
You asked Zoom for a transcript and got a .vtt file: hundreds of numbered blocks, a timestamp line every few seconds, one sentence fragment per block. Paste that into Word and you have a forty-page mess that nobody will read. Here are two clean ways to turn it into a proper document — plus a third for when there’s no transcript at all.
What Zoom gives you (and where it hides)
- On paid plans with cloud recording, Zoom can generate an audio transcript. It lives in the Zoom web portal under Recordings, next to the video file, and downloads as a
.vtt. - If someone turned on captions during the meeting, participants can save them as a
.txt— already plain text, just line-by-line. - On the free plan, or with a local recording, there is no transcript — you only have the MP4/M4A. Skip straight to route 2.
The .vtt looks like this inside:
122
00:14:07.560 --> 00:14:11.220
Maria Lopez: we could move the launch to the second week of March.
Great for subtitles, unreadable as a document. The goal is to strip the numbering and timestamps, keep the names and the words, and end up with text that behaves in Word.
Route 1: the free converter in your browser (two minutes)
Our free subtitle converter does exactly this, and it runs entirely in your browser — the transcript never leaves your computer.
- Download the
.vtttranscript from your Zoom recordings page. - Open the converter, drop the file in (or paste the contents) and choose Text.
- Copy the result — or download it as a
.txt— and paste it into Word.
Cue numbers and timestamps are gone; speaker names survive, because Zoom writes them into the text itself. You’ll still have one line per spoken phrase — for meeting notes that’s usually fine, and Word’s Find & Replace can merge lines if you want flowing paragraphs. If you’d rather not do even that, the next route hands you paragraphs ready-made.
Route 2: skip the cleanup — export a DOCX from the recording
If the transcript doesn’t exist, came out garbled, or you want an actual document rather than tidied captions, transcribe the recording itself:
- Upload the meeting MP4 or M4A to Speecho. Video works as-is — the audio is extracted in your browser, so even a long call uploads quickly.
- Turn on speaker identification, so the result comes back as labelled dialogue instead of one wall of text.
- Click Export → DOCX and you get a Word file with real paragraphs and no timestamps to clean. PDF, TXT, SRT and VTT are one click away too.
This route also covers what the converter can’t: free-plan recordings with no transcript, a translation into another language, and an AI summary with action items on top. You pay for the audio minutes you upload — no subscription, and short meetings cost pennies.
The manual way, for completeness
Word’s own Find & Replace (with Use wildcards on) can delete timestamp lines, and a text editor with regex support does it faster. It works — but every Zoom export has enough quirks (header lines, multi-line cues, stray blank blocks) that you’ll spend longer debugging your pattern than the converter takes end to end. If you enjoy that sort of thing, we won’t stop you.
Three touches that make it read like a document
- Bold the speaker names. One Find & Replace pass per speaker (“Maria Lopez:” → same text, bold) makes the dialogue scannable.
- Add a header block — date, attendees, purpose — and page numbers. Transcripts run long, and whoever you send it to will thank you.
- Keep the original file. Paste the clean text into a fresh Word doc and archive the
.vtt; if a quote is ever disputed, the timestamped version is your receipt.
Which route should you take?
If you already have a decent .vtt and just need it readable: route 1, two minutes, free. If you have only the recording, need speakers labelled, or want a document you can forward without touching: route 2 goes from video to DOCX in one pass. Either way, nobody should be hand-deleting timestamps in 2026.