Tools

How to Get a YouTube Transcript

A YouTube transcript turns 40 minutes of video into text you can skim, search, quote, and save in seconds. Here's how to get one on any device, and what to do with it once you have it.

12 min read
Key Takeaways
    • YouTube already has a built-in transcript: If a video has captions, you can open the full timestamped transcript from the description on desktop in about three clicks, no tools required.
  • Reading beats watching for speed: The average person reads around 238 words per minute but speech runs closer to 150, so a transcript lets you get the content roughly 1.5 times faster, and faster still if you skim.
  • Five methods cover every situation: Native transcripts, browser extensions, paste-a-URL websites, developer tools like yt-dlp, and AI summarizers each fit a different need.
  • Auto-captions are good, not perfect: Word error rates for clean English audio sit around 10 to 15 percent, but proper names, jargon, accents, and background music push errors much higher.
  • A transcript is raw material, not the finish line: The real value comes when you highlight the key lines, summarize them, and save them somewhere searchable with a tool like Glasp.

The Fastest Way to Get a YouTube Transcript

To get a YouTube transcript fast, open the video on a desktop browser, scroll to the description, click "...more" to expand it, then scroll down and click "Show transcript." A panel opens on the right with every spoken line and its timestamp. Click the three-dot menu inside that panel and choose "Toggle timestamps" if you want clean text, then select all and copy.

That method is free, needs no software, and works for any video that has captions. If you're on a phone, or you want the transcript summarized instead of just dumped as raw text, a one-click tool is faster. Install a summarizer like Glasp's YouTube Summary, open any video, and you get the full transcript plus a structured summary with timestamps in a few seconds, without copying a URL or hunting through menus.

Here's the quick decision guide before we go deeper:

If you want to...Use this methodTime
Read the transcript once, on desktopYouTube's built-in "Show transcript"~15 seconds
Grab transcripts often, or on any deviceBrowser extension or Glasp YouTube Summary~10 seconds
Get a transcript without installing anythingPaste the URL into a transcript website~30 seconds
Pull transcripts in bulk or in codeyt-dlp or a transcript APISetup, then seconds each
Turn the video into a summary and notesGlasp's transcript tool plus highlighting~1 minute

The rest of this guide walks through each method step by step, explains how accurate the text really is, and shows how to turn a wall of transcript text into notes that stick.


What a YouTube Transcript Actually Is

A transcript is the full text of everything said in a video, usually broken into short lines each stamped with a timestamp like 4:32. It comes from the video's caption track, and there are two kinds of caption track.

The first is creator-uploaded captions. Some channels write or professionally transcribe their own captions, and these are the most accurate because a human checked them. The second, far more common, is auto-generated captions. YouTube runs the audio through automatic speech recognition and produces captions on its own, which is why almost every video has something you can pull, even when the creator never touched captions.

This matters for one reason: YouTube can only show a transcript when a caption track exists. If a video has neither uploaded nor auto-generated captions, which happens with some music, very short clips, or unusual languages, there's nothing to display. In that case you need a speech-to-text tool that transcribes the audio itself rather than reading an existing caption track.

Why bother with text at all when you could just watch? Speed and searchability. Research on reading rate puts the average adult around 238 words per minute for silent reading, while conversational speech runs closer to 150 words per minute. That gap means you can absorb a transcript far faster than you can sit through the video, skip the filler, and jump straight to the timestamp that matters. Text is also searchable, quotable, and easy to save, which video simply isn't. For a deeper look at that trade-off, see our guide on how to learn from YouTube.


Method 1: YouTube's Built-In Transcript

YouTube's own transcript feature is free, accurate to whatever the caption track contains, and always available on desktop. It's the method to reach for first.

On desktop (youtube.com in any browser):

  1. Open the video and let it start playing.
  2. Scroll down below the video to the description box.
  3. Click "...more" to expand the description fully.
  4. Scroll to the bottom of the expanded description and click "Show transcript."
  5. A transcript panel appears on the right, with every line and its timestamp.
  6. To copy clean text, click the three-dot menu at the top of the panel and select "Toggle timestamps" to hide the times, then drag to select all the lines and copy.

On the mobile app:

The YouTube app has hidden the transcript button in and out of different versions, so it may or may not appear for you. When it does: tap the video, tap the title or description area to expand details, scroll down, and tap "Show transcript." If you don't see the option, open the video in your phone's browser (Chrome or Safari), tap the browser menu, choose "Request Desktop Site," and follow the desktop steps above.

The built-in transcript is perfect for a one-off read. Its limits show up when you do this often: there's no summary, no way to keep the text once you close the tab, and copying strips it out of any system where you'd actually use it later. That's where the next methods come in.


Method 2: One-Click Browser Extensions

A browser extension puts a transcript (and usually a summary) one click away on every video, which is the right tool if you watch YouTube to learn rather than just once in a while.

Once installed, an extension adds a button near the video. Click it and a panel opens alongside the player with the full transcript, clickable timestamps that jump the video to that moment, and often an AI-generated summary of the key points. The good ones let you pick which model writes the summary and let you save the result instead of losing it when you close the tab.

This is the category Glasp's YouTube Summary sits in, and it adds the piece most transcript tools skip: what happens after. You get the transcript and summary, but you can also highlight the exact lines that matter, and those highlights save to your library next to everything else you've read. The video stops being a tab you close and becomes a note you can search months later. We cover the full workflow in how to summarize YouTube videos.

A few things to check before you trust any extension:

  • Does it keep your transcripts, or just display them once? Display-only tools leave you copy-pasting.
  • Does it work on your browser? Most support Chrome and Edge; fewer support Safari or Firefox.
  • Does it summarize, or only transcribe? For learning, a summary plus the raw transcript beats either one alone.
  • What does it cost at volume? Many are free for a handful of videos a day and paywall heavy use.

Method 3: Paste-a-URL Transcript Websites

If you can't or don't want to install anything, a transcript website is the simplest path. You paste the video URL into a box on the site, and it returns the transcript as plain text you can copy or download.

The flow is always about the same:

  1. Copy the YouTube video URL from the address bar or the Share button.
  2. Open a transcript site and paste the URL into its field.
  3. Click the button to fetch the transcript.
  4. Copy the text, or download it as a .txt or .srt file.

These sites are handy on a locked-down work computer or a borrowed device where you can't add extensions. The trade-offs are real, though. They pull the same auto-generated captions YouTube already has, so they're no more accurate than the built-in transcript. Many wrap the text in ads or push you toward a paid plan for longer videos. And because you're handing a third-party site the URL, they aren't the place for anything private or unlisted. Treat them as a quick grab-and-go, not a workflow you build on.


Method 4: yt-dlp and the Python API

For bulk work, research, or anything you want to automate, command-line tools and libraries pull transcripts in code. This section is for developers and power users; skip it if a click is all you need.

yt-dlp is a widely used open-source downloader that can fetch caption files without downloading the video. To grab the English auto-generated subtitles as a file:

yt-dlp --write-auto-subs --sub-langs "en" --skip-download "VIDEO_URL"

Use --write-subs instead of --write-auto-subs when you want only the creator's manually uploaded captions, which are cleaner when they exist. Add --convert-subs srt to get a readable subtitle file with timestamps.

youtube-transcript-api is a Python library that returns a video's transcript as structured data with no API key and no browser. It's excellent for local prototypes and one-off analysis. There's one large caveat for 2026: YouTube aggressively blocks known cloud-provider IP ranges, so code that runs fine on your laptop can throw RequestBlocked or IpBlocked errors the moment you deploy it to AWS, GCP, Azure, or a VPS. Teams running this at scale end up on residential proxies or a managed transcript API, both of which cost money. For personal use on your own machine, it works well.

ToolCostBest forWatch out for
yt-dlpFreeSaving subtitle files, offline archivesCommand line only
youtube-transcript-apiFreeLocal scripts and researchCloud IPs get blocked
Managed transcript APIPaidProduction apps, bulk jobsOngoing cost

Once you have the raw text in code, the interesting part is what you do with it: feed it to a model for summarization, run search across a channel's back catalog, or build your own study notes. Our piece on turning YouTube into study notes covers that downstream step.


How Accurate Are YouTube Transcripts?

Auto-generated transcripts are good enough to read and search, but not good enough to quote blindly. Knowing where they break saves you from citing a word the speaker never said.

For clear English audio with a single speaker and no background noise, modern speech recognition reaches roughly 85 to 95 percent word accuracy, which puts the word error rate in the 10 to 15 percent range. Google has cited figures near the top of that range for clean recordings. The catch is that real videos are rarely that clean, and accuracy falls fast when conditions get harder:

ConditionRough accuracyWhy it drops
Studio audio, one clear speaker90 to 95%Ideal case for the model
Conversational English, decent mic85 to 90%Overlap, filler, pace
Multiple speakers or crosstalkNoticeably lowerThe model can't separate voices
Background music above ~25% volumeSharp dropMusic masks speech
Strong accents or non-English audioLower and variableLess training coverage

The most common errors cluster around exactly the words you most want to get right: nouns, especially proper names, brand names, and technical terms. An analysis of auto-generated captions on university commencement speeches found nouns to be the most error-prone part of speech, because the model guesses a common word that sounds similar. So when you pull a quote from a transcript, spot-check the timestamp against the audio before you publish it. Creator-uploaded captions, when a channel provides them, don't have this problem because a human wrote them.


From Transcript to Knowledge You Keep

Getting the transcript is the easy part. The reason most people forget nearly everything they watch isn't a lack of transcripts, it's that the text goes nowhere. A transcript you copy and close is as forgotten as the video itself.

Turning a transcript into knowledge takes three steps:

  1. Highlight the lines that matter. A 40-minute video might have five sentences worth keeping. Mark them instead of saving the whole wall of text. Active selection is itself a learning act; deciding what's important forces you to process it, which is why highlighting beats passive re-reading.
  2. Summarize in your own words. Rewriting the key points as a short summary is one of the most reliably effective study techniques in the research on generative learning. AI can draft the summary from the transcript, but the retention comes from you editing it into your own language.
  3. Save it somewhere searchable. A highlight you can't find again might as well not exist. When your video highlights live in the same searchable library as your article highlights and book notes, each new video connects to what you already know.

This is the workflow Glasp is built for. You get the transcript and an AI summary from YouTube Summary, highlight the exact lines you want to keep, and everything lands in one library you can search and ask questions of later with Glasp's AI chat. It works the same way Glasp's web highlighter does for articles and PDFs, so videos, articles, and books all become one connected body of notes instead of scattered tabs. If retention is your real goal, start with how to remember what you read.

The transcript is the doorway. What you highlight, rewrite, and save is the room you actually live in.


Frequently Asked Questions

How do I get a transcript of a YouTube video for free?

Open the video on a desktop browser, scroll to the description and click "...more," then scroll down and click "Show transcript." A panel appears with the full timestamped text you can read and copy. This is completely free and needs no software. On a phone, request the desktop site in your browser if the app doesn't show the option, or use a free browser extension or transcript website.

Why can't I see the "Show transcript" button?

The most likely reason is that the video has no caption track at all, so there's nothing to display. YouTube can only show a transcript when captions exist, whether uploaded by the creator or auto-generated. On the mobile app the button is also inconsistent between versions, so try opening the video in a desktop browser or requesting the desktop site.

How do I download a YouTube transcript as a text file?

The easiest no-code route is a transcript website that offers a download button for .txt or .srt files after you paste the URL. Developers can use yt-dlp with --write-auto-subs --skip-download to save the subtitle file directly. You can also copy the text from YouTube's built-in transcript panel and paste it into any document.

Are YouTube auto-generated transcripts accurate?

Mostly, but not perfectly. For clear English audio the word error rate is around 10 to 15 percent, meaning most words are right. Accuracy drops with background music, multiple speakers, accents, and non-English audio, and the most common errors are proper names and technical terms. Always verify a quote against the audio before publishing it.

Can I get a transcript for a video in another language?

Yes, if the video has captions in that language. YouTube auto-generates captions for many languages, and you can often use the transcript panel's settings or a tool to pull the original-language track. You can also translate captions, though machine translation adds its own errors on top of the transcription.

What's the best way to turn a transcript into notes?

Don't save the whole transcript. Highlight the handful of lines that matter, rewrite the key points in your own words as a short summary, and save both somewhere searchable. Tools like Glasp's YouTube Summary generate the transcript and summary and let you highlight and store the result next to your other notes, so the video becomes searchable knowledge instead of a closed tab.


Getting a YouTube transcript is genuinely easy once you know the five methods: YouTube's built-in panel, a browser extension, a paste-a-URL website, developer tools like yt-dlp, and an AI summarizer that does the whole job at once. Pick the one that matches how often you need transcripts and what device you're on.

But the transcript is only the starting line. The people who actually learn from YouTube aren't the ones who collect the most transcripts, they're the ones who highlight what matters, summarize it in their own words, and keep it somewhere they can find it again. Start pulling transcripts with Glasp's YouTube Summary, and turn the videos you watch into knowledge that compounds instead of vanishing when you close the tab.

Start building your knowledge library

Highlight what matters as you read across the web. Save insights from articles, books, and YouTube videos in one place.

Get Started Free