CutFast CutFast
How to Remove Subtitles from a Video (YouTube CC, Soft Subs, Burned-In)
Guides

How to Remove Subtitles from a Video (YouTube CC, Soft Subs, Burned-In)

Published · By CutFast Team
Add CutFast as a preferred source on Google See more CutFast in Top Stories and AI answers.

You paste a YouTube link into a group chat and hit play. The first thing that lands is not the joke — it is a block of auto-generated captions covering the punchline, in the wrong language, one beat late. You tap CC. They vanish. You send the same file to a friend as an MP4, and the captions are still there, welded to the picture.

That is not one problem. It is three, and most “how to remove subtitles” pages treat them as one.

This guide does the split first: player captions you can toggle, subtitle tracks you can drop from the file, and burned-in text that is already pixels. I would not re-encode a video until I know which of those I am actually looking at.

Table of Contents

Why the CC button is the wrong first question

If the captions disappear when you press CC, they were never in the picture. YouTube, VLC, and most browsers keep a separate text track and paint it on top at playback time. Google’s own YouTube Help page on caption settings is explicit: captions are a player control, not a file rewrite.

That distinction matters because captions have become default, not optional. Wistia’s 2026 State of Video Report — based on a survey of about 900 marketers and more than 13 million hosted videos — found that 90% of teams are already taking steps to make videos accessible, and captions are the most common starting point. The same report notes that teams using AI in their workflow are 82% more likely to ship subtitles in multiple languages. More tracks in more languages means more people hitting “make it stop” for a language they did not ask for.

Subtitle timeline used as an index, not as burned-in text

A subtitle track you can toggle is an index. Burned-in text is paint. Treat them as different jobs.

Three labels, used the rest of this article:

TypeWhat it actually isHow you can tell in 10 seconds
Player / CCText overlay from YouTube, the browser, or the appCC button turns it off. Downloaded file has no captions.
Soft subtitle trackA separate stream inside MP4 / MKV / WebM (SRT, VTT, ASS)VLC or a player lets you pick “None”. File size barely changes if you drop the track.
Burned-in (hardsub)Pixels. The letters are in the imageNo CC toggle. Zooming the frame still shows the letters.

Practical rule: If a CC button can hide it, do not open an editor. You are about to spend twenty minutes solving a setting.

CutFast’s public pitch is a local-first toolbox — trim, convert, mux, extract — that runs in the browser and does not upload the file. That is useful for tracks and trims. It is not a magic eraser for pixels. I would rather say that now than sell you a feature that does not exist.

Method A: turn off YouTube and player captions

This is the path for “I am watching, not publishing.” YouTube is the usual culprit because auto-captions turn themselves back on across devices.

On a computer

  1. Open the video.
  2. If a CC icon is visible at the bottom-right of the player, click it once to turn captions off. YouTube documents this as the on/off control on its caption settings Help page.
  3. If they come back on the next video: click Settings (gear) → Subtitles/CC → choose Off.
  4. To stop auto-captions as a default: click your profile picture → SettingsPlayback and performance → uncheck Always show captions and Include auto-generated captions if those boxes are on.

On a phone

  1. Start the video, tap the screen, tap CC.
  2. If it will not stick: tap your avatar → SettingsCaptions (wording varies by iOS / Android build) → turn captions off, and turn off auto-translate if a language you do not want is being forced.

YouTube’s own viewer-help walkthrough of caption controls. Use this when the CC icon is not where you expect it.

Closed captions as a player overlay, not part of the picture

If this overlay vanishes with CC, you do not have a file problem yet.

When Method A is the whole answer

  • You are watching on YouTube, not downloading.
  • The downloaded MP4 has no captions when you open it in a desktop player with tracks set to None.
  • Someone sent a link, not a file.

Decision filter: Ask “does the file itself still show letters after I turn every player caption off?” If no, you are done. If yes, go to Method B.

Do not install a browser extension to fight YouTube CC until you have tried the account-level playback setting. Extensions break, accounts roam, and the official toggle is the one that survives a laptop swap.

Method B: strip soft subtitle tracks from the file

Softsubs live next to the video stream. You are not deleting letters from frames. You are omitting a track at mux time, which is why this is usually faster than a re-encode.

If you want a copy of the text first — language study, a transcript, a translation pass — extract the track before you drop it. CutFast’s subtitle extraction tool is the browser path; keep the SRT even if the video goes out clean. The inverse job, keeping text as a sidecar, is covered in our subtitle extractor comparison.

Browser path (no install)

  1. Open CutFast and drop the file. Processing stays on your machine.
  2. If you still need the words, run Extract subtitles and save the SRT.
  3. Export the video without muxing or burning a track. Do not send it through a subtitle burner — that tool exists for the opposite problem, which we documented in the online subtitle burner guide.
  4. Play the export in VLC with Subtitle → Track → No subtitle. If letters remain, you have hardsubs. Skip to the edge-cases section.

Desktop remux path (FFmpeg / MKVToolNix)

FFmpeg can copy video and audio and drop subtitles without touching picture quality. The flag is -sn (no subtitles), documented in the FFmpeg documentation:

ffmpeg -i input.mkv -c copy -sn output.mp4

MKVToolNix’s mkvmerge is the GUI equivalent: uncheck the subtitle tracks, remux, done. Use this when the file is MKV with three language tracks and you only want to keep one — or none.

Burned-in captions versus a separate subtitle track

Burning text into frames is a one-way door. If you still have a separate track, keep it that way until a platform forces you not to.

Practical rule: Re-encode only if you must change the picture. Dropping a subtitle track is a mux. Treating a mux like a render is how a 400 MB lecture becomes a 2 GB overnight job.

How to choose: match the method to the subtitle type

Your situationFastest honest methodPrivacyQuality riskWhen it fails
YouTube in the browserCC off + account playback settingN/A — you are not rewriting a fileNoneCaptions are burned into the upload
Downloaded MP4/MKV, player can disable subsDrop the subtitle track (browser or ffmpeg -sn)Browser-local tools keep the file on diskNone if you copy streamsTrack is not a track — it is pixels
Hardcoded letters in every frameCrop, cover, or live with themSame as any local editCropping loses picture; “AI remove” tools smearSmall text over a busy background
You need the words, not the overlayExtract SRT, then export a clean pictureLocal extract preferredNoneThere is no soft track to extract

Who this table is for:

  • Watching only → Method A.
  • Sending a clean file and the player had a track menu → Method B.
  • The letters are in the image → do not shop for a “remove subtitles” button. You are in restoration territory.

Decision filter: Start at the cheapest test that can fail. CC off (five seconds). Then player track = None (thirty seconds). Then inspect a paused frame. Only then open an editor.

If you later want captions on a platform that strips sidecar files, that is a different article: how to add subtitles online and the burner guide above. Removing and adding are not the same skill.

Hardsubs, crops, and other edge cases

Can I delete burned-in subtitles the way I delete a track? No. The letters are in the RGB of the frame. Consumer “subtitle remover” tools are inpainting: they guess what was behind the text. On a talking-head with a flat wall they look fine. On a slide deck, a karaoke clip, or a news lower-third they leave mush. I would crop the caption bar off a vertical clip before I trusted an inpaint.

Hardcoded on-screen text sits in the picture, unlike a caption track

If zooming a paused frame still shows the letters, you are restoring pixels, not dropping a track.

YouTube download still has captions. Many “downloaders” bake the selected caption language into the picture, or they grab a version that already had hardsubs. Check the source player with CC off on YouTube. If YouTube itself has no CC and you still see letters, the uploader burned them in. No editor will give you the original clean master.

MKV with four subtitle tracks. You do not have to delete all of them. Keep the language you need as a soft track; drop the rest. That is still Method B.

I need a clip, not the whole file. Trim first, then decide about captions. A two-hour lecture with hardsubs is a bad restoration project. A 40-second quote with a lower-third you can crop is a ten-minute job. CutFast’s trim tool is the right first cut when the problem is “I only need this stretch,” not “I need to reconstruct the wall behind the letters.”

Accessibility is the other direction. If you are the uploader, Wistia’s 2026 report is the reminder: captions are how most teams start on accessibility, and European rules in 2025 pushed that from courtesy toward compliance. Removing captions from your own publish because they look ugly is usually the wrong trade. Fix the style. Do not delete the track.

A five-step workflow you can actually finish

  1. Pause on a frame. If the letters are in the image with CC off, skip to step 5.
  2. Kill the player overlay. YouTube CC, then account playback settings. Watch one more video. If it stays off, stop.
  3. Open the file locally. Set subtitle track to None. If the picture is clean, you only need to drop the track for anyone who will play it elsewhere.
  4. Extract, then mux without the track. Save an SRT if the words still matter. Export a copy with no subtitle stream. Confirm in a second player.
  5. Hardsub only: crop or cover. Crop the caption bar, or cover it with a lower-third you control. Do not promise a pixel-perfect restore. If the clip is a talk, I would rather trim to the sentence and recaption cleanly than fight the original burn.

The people who get this right do not hunt for one “remove subtitles” button. They name the type, pick the cheapest test, and refuse to re-encode a file that only needed a toggle.

Open CutFast in the browser and handle the file locally:

CutFast Team

View all 14 articles in Subtitles & Captions →

Try these AI tools