How to Download a YouTube Transcript as Plain Text
The fastest way to get a YouTube transcript as plain text: paste the video URL into Grab Captions, select a caption track, and download as .txt. You get clean text with no timestamps, no formatting artifacts, ready to paste into a document, feed to an AI, or use however you need. The whole thing takes about 10 seconds.
If you want more options — or if you’re curious about the trade-offs — here are four methods that work in 2026, ranked from easiest to most powerful.
Transcript vs. Subtitles: What’s the Difference?
Before we dive in, a quick clarification. Subtitles are timed text files (SRT, VTT) designed to sync with video playback. A transcript is just the words — no timestamps, no sequence numbers, no formatting codes. It reads like a document.
If you need subtitle files with timestamps for video editing or embedding, check out our guide to downloading YouTube subtitles. This post is specifically about getting the plain text.
Method 1: YouTube’s Built-in Transcript Panel
Best for: Quick copy-paste when you’re already on YouTube and just need the text right now.
YouTube has a transcript viewer built into every video that has captions. Here’s how to use it:
- Open the video on YouTube (desktop browser works best)
Click the ⋮ (three dots) below the video title
Select “Show transcript”
- A transcript panel opens on the right side of the page
Click the three-dot menu inside the transcript panel and select “Toggle timestamps” to hide the timestamps
- Click inside the panel, select all (Ctrl+A / Cmd+A), copy, and paste wherever you need it
This works, but the result is rough. You’ll get line breaks in awkward places — mid-sentence, mid-phrase — because the text was originally segmented for caption display, not for reading. Punctuation is often missing or inconsistent, especially with auto-generated captions. If you need clean, readable text, you’ll spend time manually editing.
The other limitation: this only works on desktop. The mobile YouTube app doesn’t expose the transcript panel in the same way, and not all videos have the “Show transcript” option available (some creators disable it).
Method 2: Use Grab Captions (Online Tool)
Best for: Getting a clean .txt file you can save, share, or process further.
Grab Captions pulls the transcript directly from YouTube’s caption data and lets you download it as a plain text file. The text comes out cleaner than copy-pasting from YouTube’s transcript panel because the tool strips timestamps and normalizes the line breaks for you.
- Copy the YouTube video URL from your browser
Paste it into grabcaptions.com and click Fetch
Pick the language track you want (you’ll see all available options, including auto-generated)
Choose TXT as the format and download
The output is a plain text file with just the spoken words. No timestamps, no SRT formatting, no sequence numbers. If the video has both manual captions and auto-generated ones, pick the manual version — it will be significantly more accurate.
Already have an SRT file and need to convert it to plain text? The SRT to TXT converter strips timestamps from any SRT file instantly.
Method 3: Browser Extension
Best for: People who regularly grab transcripts and want a button right on the YouTube page.
If you extract transcripts frequently, a browser extension removes the tab-switching friction. The Grab Captions Chrome extension adds a download button directly to YouTube’s interface. Click it, pick your track, choose TXT format, and the transcript downloads immediately — no need to leave the page.
A note on extension safety: only install extensions that request minimal permissions. A transcript downloader needs access to youtube.com and nothing else. Avoid anything that asks for “all websites” access.
Method 4: yt-dlp (Command Line)
Best for: Developers, researchers, and anyone who needs to extract transcripts from many videos at once.
yt-dlp is an open-source command-line tool that can download subtitles without downloading the video. To get a plain text transcript, download the subtitles and then strip the timestamps:
# Download auto-generated English subtitles
yt-dlp --write-auto-sub --sub-lang en --skip-download --convert-subs srt "https://youtube.com/watch?v=VIDEO_ID"
# Then strip timestamps to get plain text (Linux/macOS)
sed '/^[0-9]/d; /^$/d; /-->/d' "video_title.en.srt" > transcript.txt
For batch processing — say, an entire playlist — yt-dlp handles it natively:
# Download subtitles for every video in a playlist
yt-dlp --write-auto-sub --sub-lang en --skip-download --convert-subs srt "https://youtube.com/playlist?list=PLAYLIST_ID"
The trade-off is obvious: this requires installing software and being comfortable with the terminal. But for bulk jobs (downloading transcripts for 200 videos in a research project, for example), nothing else comes close.
Comparison: Which Method Should You Use?
| Method | Speed | Text Quality | Batch Support | Difficulty |
|---|---|---|---|---|
| YouTube transcript panel | Fast | Messy formatting | No | Easy |
| Grab Captions (online) | Fast | Clean | No | Easy |
| Browser extension | Fastest | Clean | No | Easy |
| yt-dlp (command line) | Setup required | Clean (with post-processing) | Yes | Technical |
For most people, Grab Captions is the right choice. You get a clean text file in seconds with no setup. If you need transcripts daily, install the extension. If you need hundreds of transcripts, use yt-dlp.
What to Do With Your Transcript
A plain text transcript is surprisingly versatile. Here are the most common things people do with them:
Feed it to AI. Paste a transcript into ChatGPT, Claude, or Gemini and ask for a summary, key takeaways, or a translation. A 10-minute video becomes a set of bullet points in seconds. This is by far the most popular use case we see.
Turn it into a blog post. A 10-minute video contains roughly 1,500 words of raw content — enough for a solid article. The transcript gives you the draft; you restructure and edit from there. We wrote a step-by-step workflow for this.
Create study notes and flashcards. Students and language learners use transcripts to review lecture content, highlight vocabulary, and build study materials without rewatching the entire video.
Search for specific quotes. Need to find the exact moment someone said something? Ctrl+F through the transcript is faster than scrubbing through video. Our caption search tool lets you search across transcripts from multiple videos at once.
Improve accessibility. Making video content available as text helps people who are deaf or hard of hearing, prefer reading, or are in environments where they can’t play audio.
Archive and reference. Videos get deleted, channels disappear. A saved transcript preserves the content even if the original video goes away.
When Transcripts Aren’t Available
Not every YouTube video has a transcript. Here’s why, and what you can do about it:
Auto-captions disabled. The creator can turn off automatic captioning. If they’ve done this and haven’t uploaded manual captions, there’s no text to extract.
Poor audio quality. YouTube’s speech recognition struggles with heavy background music, overlapping speakers, or very low-quality audio. Some videos end up with no captions at all.
Very short or very new videos. Videos under 30 seconds sometimes skip auto-captioning, and brand new uploads may take a few hours before auto-captions are generated.
Music-only or ambient content. Videos with no speech (music videos, nature footage, ASMR) generally won’t have meaningful captions.
If you need a transcript for a video that doesn’t have one, your best option is a dedicated transcription service. Tools like Whisper (open source), Otter.ai, or Descript can transcribe audio with high accuracy. Download the audio from the video, run it through a transcription tool, and you’ll have your text.
Frequently Asked Questions
Can I copy a YouTube transcript on mobile?
YouTube’s mobile app doesn’t make it easy. The transcript panel exists in the app, but selecting and copying all the text is clunky. Your best bet on mobile is to open grabcaptions.com in your mobile browser, paste the video URL, and download the text file directly.
Is the auto-generated transcript accurate enough to use?
For clear English speech, YouTube’s auto-captions are around 90-95% accurate — good enough for summaries, study notes, and general reference. For technical terms, proper nouns, or accented speech, expect some errors. If the video has manually uploaded captions, always prefer those.
Can I get a transcript in a different language than the video?
If the creator uploaded translated caption tracks, yes — you’ll see them listed by language in any download tool. YouTube’s auto-translate feature (the one in the video player settings menu) generates translations on the fly and typically can’t be downloaded. For reliable translated transcripts, download the original and run it through a translation tool or AI.
What format should I download — TXT, SRT, or VTT?
If you want just the words with no timestamps, choose TXT. If you need timestamps for video editing, syncing, or embedding subtitles on another platform, choose SRT or VTT. Already have an SRT file? Use the SRT to TXT converter to strip the timestamps instantly.