YouTube transcript to Word: three routes, and which one you actually want
Straight answer first: the fastest route to a Word document is copy and paste, and it takes about twenty seconds. The reason people struggle is not the paste — it is that they copy the wrong shape of text and then spend an hour deleting timestamps.
The 30-second version
- Choose the shape before you copy. Set the transcript view to Plain text and you get continuous prose with no timestamps — which is what a Word document usually wants. Copy from the wrong view and you get
[00:12]at the start of every line. - Downloading
.txtgives you timestamped lines, not prose. Useful, but not the same thing, and this catches people out. - There is no one-click "transcript → .docx" button. Transcript downloads are TXT, SRT, VTT, CSV and JSON. Anyone telling you otherwise is describing a paste.
- There is a one-click
.docx— but it exports a formatted analysis of the video with chapter headings and real frames, not a raw transcript. If that is what you actually wanted, skip to route 3.
First, decide which document you want
"Transcript in Word" means two very different deliverables, and picking the wrong one is why this takes longer than it should:
- A verbatim record — every word, usually with timestamps, for quoting, coding, compliance or subtitling. You want the text unmodified and you will format it yourself.
- A readable document — something a person will actually read: headings, structure, maybe images. A raw transcript is a poor version of this. Two hours of speech as an unbroken wall of text is not a document anyone opens twice.
Routes 1 and 2 below give you the first. Route 3 gives you the second.
Route 1: copy and paste (fastest, and right most of the time)
- Paste the video link on the VidWords homepage and let the transcript load.
- Set the layout selector to
Plain text. This is the step that matters. - Click Copy.
- Paste into Word.
The Copy button copies whatever the current view shows, so the layout selector is effectively a format choice:
- Plain text — one continuous run of prose, no timestamps. Paste this into Word and format it as you like. This is the right choice for essays, reports, translation and anything a human reads.
- Timestamped lines — one line per caption cue, each prefixed
[mm:ss]. The right choice when you need to cite exact moments. - Paragraphs — readable paragraph blocks, each carrying one timestamp, broken at the video's chapter boundaries, with the chapter titles included as headings. This is the best compromise for a long video: it has structure, and it is still verbatim.
That last one is worth knowing about. Copying in Paragraphs view produces chapter headings written as Markdown (## Chapter title). Pasted into Word they arrive as plain text, so you either style them yourself or paste into something Markdown-aware first. Pasted into Google Docs, Notion or Obsidian, they behave the way you would hope.
Tip for long videos: if the transcript is enormous, pasting into a browser-based editor can be slow. Word handles a large paste better than a web editor does, so go straight to Word rather than via Google Docs.
Route 2: download the TXT and convert it
Better for very long videos, and the only route that leaves you a file you can archive.
- Extract the transcript, choose
.txtin the download selector, click Download. - In Word: File → Open, pick the
.txt. - If Word asks about file conversion, choose UTF-8. This is not optional — pick the wrong encoding and every apostrophe, dash and non-English character becomes mojibake.
- File → Save As, choose Word Document (.docx).
Know what is in that file before you open it: the .txt export is timestamped lines — one line per caption cue, each starting with [mm:ss]. It is not continuous prose. That is deliberate, because a downloaded transcript is most often wanted as a record, but it means route 2 and route 1 give you materially different documents.
If you want a file and you want prose, strip the timestamps after opening. In Word, Find and Replace with wildcards on, search for \[[0-9:]{1,}\] and replace with nothing, then turn the line breaks into paragraphs. Or just use route 1, which skips the problem entirely.
The other exports exist for other destinations — .srt and .vtt for subtitle editors and video players, .csv for spreadsheets and qualitative analysis tools, .json for code. Downloading subtitles as SRT or VTT covers those.
Route 3: export a real .docx (a document, not a transcript)
If what you actually want is something readable rather than a wall of speech, there is a genuine one-click .docx — but be clear about what it contains, because it is not the transcript.
Run a video through VidWords Watch and the analysis exports as a Word document containing:
- The video title and a link back to it
- An overview and a TL;DR bullet list
- An "In this video" section: one heading per chapter with its timestamp, an actual frame from the video at that moment, a summary, and the takeaways
- A "Key visual moments" section — moments that were on screen rather than spoken, each with its frame and any on-screen text quoted
- Steps demonstrated, entities shown or mentioned, and a limitations section recording what the analysis could not see
The images are the part no text export can replicate: if the video's value is in a slide, a chart, a diagram or a code sample, a transcript does not contain it and a Word document with the frames does. Verbatim transcript excerpts appear alongside the summaries, so it stays traceable to the source rather than becoming an unsourced retelling.
Two honest caveats. First, this is an analysis, so if you need every word verbatim it is the wrong tool — use route 1 or 2, or use both and paste the transcript in as an appendix. Second, Watch is metered in Watch minutes rather than transcript credits: a free account includes 40 Watch minutes a month, and paid plans include larger monthly allowances. Generating the Word file from a completed analysis costs nothing extra. Current numbers are on the pricing page.
Which route to take
| What you need | Route |
|---|---|
| Prose to edit into an essay or report | 1 — Plain text, copy, paste |
| Verbatim record with timestamps for citation | 1 in Timestamped lines, or 2 |
| Long video you want structured but still verbatim | 1 in Paragraphs view |
| A file to archive or send to someone | 2 |
| Something a person will actually read | 3 |
| Slides, charts or on-screen code preserved | 3 — no transcript contains these |
| Many videos at once | Bulk extraction, then route 2 per file |
The traps, in the order people hit them
- Copying in the wrong view. Timestamps on every line, then an hour of manual deletion. Set the layout selector before you copy.
- Wrong encoding on import. If your transcript comes out full of
’, you opened a UTF-8 file as something else. Close it without saving and reopen choosing UTF-8 — do not try to find-and-replace your way out, because the damage is systematic. - Auto-formatting mangling the paste. Word's autocorrect will convert quotes and reflow things. If you need the text unaltered for citation, paste with Keep Text Only and turn autocorrect off first.
- Expecting speaker labels. YouTube caption tracks generally do not identify who is talking, so a multi-speaker interview arrives as one undifferentiated stream. No converter adds this; separating speakers is manual work.
- Trusting auto-caption accuracy. Automatic captions mis-hear names, jargon and accented speech. Anything you are going to quote in a document should be checked against the video — see auto-captions explained.
If the transcript will not load at all
None of the above helps if there is no transcript to convert. If the video has no caption track, or YouTube is not showing you one, work through why a transcript can be missing first — it separates "YouTube is hiding it" from "this video genuinely has no captions", which need completely different responses.
FAQ
Is there a direct "download as Word" button for a transcript?
No. Transcript downloads are TXT, SRT, VTT, CSV and JSON. Word arrives via a paste or a Save As, both of which take seconds. The one-click .docx that does exist is the Watch analysis export described in route 3, which is a formatted document rather than a raw transcript.
Does this work for Google Docs and Pages too?
Yes — route 1 is identical, and both open a .txt the same way. Google Docs handles the Markdown-style chapter headings from Paragraphs view better than Word does. Long transcripts paste more comfortably into Word than into a browser editor.
Can I keep the timestamps as clickable links?
Not automatically. The exports carry timestamps as text, not as hyperlinks. You can build links yourself from a video URL plus &t= and the seconds value, which is straightforward from the .csv or .json export where the start time is its own field.
How do I do this for a whole playlist?
Use bulk extraction and download the combined TXT, then convert once. Details in the bulk transcript downloader guide.