YouTube Transcript Without Timestamps — Copy as Plain Text

Need clean transcript text without [0:00] timestamps on every line? Four quick ways to copy a YouTube transcript as plain text — on desktop and phone.

If you've ever opened a YouTube transcript, copied it, and pasted it into a document, you already know the problem. Every single line shows up welded to a timestamp:

`0:00 hey everyone 0:04 welcome back 0:07 so today we're going to talk about...`

It's unreadable. And manually deleting those numbers from a 40-minute video is its own special kind of pain. The good news: you don't have to. Here are four ways to pull a clean, plain-text transcript with no timestamps — pick the one that matches where you are and how much effort you feel like spending.

The fastest way: paste the link into a transcript tool

If you just want the words and you want them now, skip YouTube's menus entirely. Paste the video URL into our YouTube Transcript Generator, and it gives you the full transcript as clean text. There's a one-click "copy as plain text" option that leaves the timestamps behind, so what lands on your clipboard is ready to drop straight into Google Docs, Notion, or ChatGPT.

This is the route I'd recommend for long videos, because it also handles the stuff that trips people up — videos in another language, videos where the captions are auto-generated, and videos that run past an hour.

Method 2: YouTube's built-in transcript (desktop)

YouTube actually has a hidden toggle for this. On a computer:

  1. Open the video and click "...more" under the title (next to the like and share buttons).
  2. Scroll down and hit "Show transcript." A panel opens on the right.
  3. Click the three dots at the top of that panel and choose "Toggle timestamps."

The timestamps disappear, and now you can select all the text and copy it cleanly. It works, it's free, and it doesn't need anything else installed. The catch is that it's fiddly on long videos — you have to scroll the whole panel to load every line before you copy, and the formatting still needs a little tidying.

Method 3: On your phone

The mobile app is more limited, but it's doable:

  1. Tap the video title to expand the description.
  2. Tap "Show transcript."
  3. The app doesn't give you a clean "toggle timestamps" button, so the simplest move is to copy the text and run it through a transcript tool — paste the video link into the generator in your phone's browser and copy the timestamp-free version from there.

Honestly, on a phone the tool route is faster than wrestling with the app.

Method 4: Clean it up yourself with find-and-replace

Already have a transcript full of timestamps and just want them gone? You can strip them in any text editor that supports regular expressions (VS Code, Sublime, even some online tools). Search for this pattern:

`\d{1,2}:\d{2}(:\d{2})?`

Replace it with nothing. That deletes `0:07`, `1:23`, and `1:04:55`-style stamps in one pass. It's a 10-second job once you've done it once, and it's handy when you're working with a transcript that came from somewhere else.

A couple of things worth knowing

Auto-generated vs. real captions. If the creator uploaded their own captions, your transcript will have proper punctuation and capitalization. If it's auto-generated, expect a run-on wall of lowercase text. Removing the timestamps doesn't fix that — but pasting the clean text into an AI tool and asking it to "add punctuation and paragraph breaks" cleans it up nicely.

Languages. A transcript without timestamps is much easier to translate, because translation tools choke on text interrupted by numbers every few words. Strip the stamps first, then translate.

Why you'd want this at all. Clean transcript text is the starting point for a lot of things — study notes, blog posts, video summaries, quotes for social posts, subtitles, or just reading a long video instead of watching it. Timestamps get in the way of every one of those.

The short version

For a quick, no-fuss result, paste the link into the transcript generator and copy the plain-text version. If you'd rather stay inside YouTube, use the "Toggle timestamps" trick on desktop. And if you've already got a messy transcript, the find-and-replace regex clears it in seconds.

Frequently Asked Questions

Can I get a YouTube transcript without timestamps for free?

Yes. YouTube's built-in transcript has a free "Toggle timestamps" option on desktop, and free online tools let you paste a link and copy the transcript as plain text with no timestamps and no sign-up.

Does removing the timestamps change any of the words?

No. Timestamps are just position markers layered on top of the captions. Removing them only deletes the numbers — every word of the actual transcript stays exactly the same.

Can I do this on an iPhone or Android?

Yes. The YouTube app lets you show a transcript, but it doesn't have a clean toggle, so the easiest path on mobile is to paste the video link into a transcript tool in your browser and copy the timestamp-free text from there.

What if the video has no transcript at all?

Some videos have captions disabled. In that case YouTube won't show a transcript, but tools that generate one directly from the video's audio can still produce text for you, which you can then use without timestamps.

Can I download the clean transcript as a file?

Yes. Most transcript tools let you download the text as TXT, PDF, or SRT. For plain reading or notes, TXT is usually what you want; use SRT only if you actually need subtitle timing.