Video Accessibility: Captions, Transcripts & More
Here is the uncomfortable truth about the video on your homepage: an automated accessibility scanner can tell you the <video>element exists and whether it has a track for captions. It cannot tell you whether those captions are accurate, whether they include the speaker’s name, or whether the auto-generated file calls your product “compliance” or “come pliers.” Video is the single largest accessibility gap that no tool can close for you — and it is one of the fastest-growing categories in accessibility complaints. This is the honest guide to getting it right.
Why Video Breaks the Usual Accessibility Playbook
Most web accessibility work happens in markup: a missing alt attribute, a low-contrast button, a form field with no label. Those are machine-detectable, which is why automated scanners catch them. Video is different in kind. The barrier isn’t in the code — it’s in the content. A deaf visitor needs the words that are spoken. A blind visitor needs the actions that happen on screen described. Neither of those is something a parser can generate or verify.
This is exactly where the “30–40% of WCAG” ceiling comes from. Automated scanning — ours included, and CompliaScan is built on the open-source axe-core (opens in new tab) engine — reliably covers roughly a third of the success criteria. Nearly all of the time-based media criteria fall in the other two-thirds, the part that requires a human. Anyone who tells you a scanner or a widget can make your videos accessible is selling you something. We wrote a whole piece on where automated testing ends and manual testing begins, and video sits squarely on the manual side of that line.
What WCAG Actually Requires (Level AA)
People assume video accessibility means “add captions” and stop there. WCAG 2.1/2.2 at Level AA — the level the ADA and most global laws effectively point to — asks for more than that, and it depends on whether your media is prerecorded or live:
- Captions for prerecorded video (1.2.2). Synchronized captions for all speech and meaningful sound in any video that has audio.
- Captions for live video (1.2.4). Live events — webinars, streams, town halls — need real-time captions. This is the one most teams forget until a complaint arrives.
- Audio description (1.2.5). For prerecorded video, a described track for the visual information a blind viewer would otherwise miss — on-screen text, a demo, who just walked into frame.
- A transcript for audio-only content (1.2.1). Podcasts and audio clips need a text alternative that conveys the same information.
There is a genuinely useful shortcut hiding in here: a complete, accurate descriptive transcript— one that includes both dialogue and the important visuals — can satisfy the audio-description requirement for many videos. One well-made text document often does more work than three separate media deliverables. If you want the full criterion-by-criterion picture, our WCAG 2.2 guide lays out each one.
Captions, Subtitles, and Transcripts Are Not the Same Thing
These words get used interchangeably, and the confusion causes real failures. Getting the distinction right is half the battle:
- Captions assume the viewer cannot hear the audio. They include speaker identification and non-speech sound — [door slams], [upbeat music], [laughter]. This is what accessibility law requires.
- Subtitles assume the viewer canhear but doesn’t speak the language. They translate dialogue and skip the sound cues. A subtitle track is not a caption track, and it does not satisfy WCAG.
- Transcripts are a static text version of the whole thing. They’re the accessibility workhorse: usable by screen readers, searchable, translatable, and indexable by Google.
One more distinction worth the ink: open captions are burned into the video and always visible; closed captions live in a separate file (a WebVTT or SRT track) the viewer can toggle. Closed is almost always the better choice — it lets users control font size and position, and it keeps the text out of your video pixels so it doesn’t pixelate on a small screen.
Want to know where your site stands?
Run a free scan →The Auto-Caption Trap
YouTube’s automatic captions feel like a free win. They are also, in their raw state, one of the most reliable ways to fail an accessibility review. Auto-captions routinely mangle proper nouns, drop punctuation, run every speaker together into one undifferentiated block, and confidently transcribe “can’t” as “can.” The disability community has a blunt nickname for the result: “craptions.” (opens in new tab)
Here is the part people miss: captions that are present but wrong are not a partial pass. WCAG requires captions to be accurate. An auto-caption track that garbles a quarter of your words is, for compliance purposes, closer to having no captions at all — and it reads as negligence in a demand letter, because the fix was obviously available. Auto-captions are a fine starting draft. Treat them as a first pass a human edits, never as the finished product. Budget a few minutes of review per minute of video, and always correct names, jargon, numbers, and punctuation.
A Realistic Workflow for a Small Team
You don’t need a media accessibility vendor to get this right. A repeatable, mostly-free process handles the vast majority of web video:
- Auto-generate, then edit. Let your platform produce a first-draft caption file, then have a human clean it up in the platform’s caption editor — fix names, punctuation, and speaker labels, and add bracketed sound cues where they carry meaning.
- Publish a transcript on the page. Paste the corrected text directly onto the page below the player, or link to it. This single step covers audio-only content, helps many audio-description cases, and hands Google a block of indexable, keyword-rich text it can rank.
- Script visuals into the narration when you can. The cheapest audio description is the kind you never have to add later: if your presenter says “click the blue Scan button in the top right” instead of “click here,” the visual information is already in the audio.
- Caption live events in real time. Zoom, Teams, and the major webinar platforms all offer live captioning — turn it on. For higher-stakes events, book a live human captioner (CART).
- Use an accessible player. Make sure the play, pause, and volume controls work with a keyboard alone and don’t autoplay with sound. This part is machine-testable — a scan will flag an unlabeled control or a keyboard trap in the player chrome.
The Payoff Is Bigger Than Compliance
Captions and transcripts are one of the rare accessibility investments that pay for themselves in plain business terms. A large share of social video is watched on mute; captions are why anyone finishes it. Transcripts give search engines something to index that a video file never could, which is why so much video content quietly underperforms in search — there’s nothing on the page to rank. And translated captions open your content to audiences you currently can’t reach at all.
Where a scan genuinely helps is everything aroundthe video — the player controls, the page structure, the contrast of your caption styling — and in catching regressions when someone swaps a video and forgets the caption file. Run the page through our free WCAG checker, work the machine-detectable issues off the list with the WCAG checklist, and pair it with periodic monitoring so a broken caption track can’t sit live for months. Just keep the mental model honest: the scanner protects the frame around the video, and a human still owns the words inside it. If you want a structured way to check the human-judgment items too, our accessibility audit guide walks through the manual review.
See your lawsuit risk in 30 seconds
Over 5,100 ADA website lawsuits were filed in 2025 — a 20% year-over-year increase. Scan your site now and know exactly how exposed you are before a plaintiff's firm runs the same check.
Free scan · No signup required · Results in ~30 seconds
Keep reading
All articles →PDF Accessibility: The ADA Gap Your Scanner Misses
Your website can pass every automated scan while the PDFs linked from it quietly fail the ADA. What makes a PDF accessible, why web scanners never see inside one, and how to fix yours.
Web Form Accessibility: Where Sites Fail WCAG
Forms are where your revenue and your legal risk both live. The form accessibility failures automated scans catch, the ones they can't, and how to fix both.
Keyboard Accessibility: What Automated Scans Miss
Most keyboard and focus failures are invisible to automated scanners. Here is how to test your site with nothing but the Tab key, and how to fix what you find.