← All guides

YouTube transcript to Word: three routes, and which one you actually want

Written by the VidWords Team · · Updated · Report a correction

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

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:

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)

  1. Paste the video link on the VidWords homepage and let the transcript load.
  2. Set the layout selector to Plain text. This is the step that matters.
  3. Click Copy.
  4. Paste into Word.

The Copy button copies whatever the current view shows, so the layout selector is effectively a format choice:

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.

  1. Extract the transcript, choose .txt in the download selector, click Download.
  2. In Word: File → Open, pick the .txt.
  3. 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.
  4. 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 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 needRoute
Prose to edit into an essay or report1 — Plain text, copy, paste
Verbatim record with timestamps for citation1 in Timestamped lines, or 2
Long video you want structured but still verbatim1 in Paragraphs view
A file to archive or send to someone2
Something a person will actually read3
Slides, charts or on-screen code preserved3 — no transcript contains these
Many videos at onceBulk extraction, then route 2 per file

The traps, in the order people hit them

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.

Get a transcript →