YouTube Audio Quality Explained
By Sardar Ali Khan · Last updated 2026-05-03
Quick answer. YouTube serves audio at 128 kbps AAC to free users on most content. Premium subscribers get 256 kbps AAC. Some streams use Opus at similar bitrates, particularly in Chrome. There is no lossless tier. This means the maximum useful quality for any download is bounded by what YouTube serves — re-encoding the source to a higher bitrate does not improve it.
What YouTube actually serves — by tier
| User tier | Codec | Bitrate | Notes |
|---|---|---|---|
| Free (standard) | AAC | 128 kbps | Default for most content |
| Free (some content) | Opus | 160 kbps | WebM streams, Chrome |
| Premium | AAC | 256 kbps | Most content |
| Premium (some) | Opus | 160–256 kbps | Depends on content and client |
These figures reflect YouTube's typical serving behaviour in 2026. The actual bitrate can vary by content, device, and network conditions. Use Stats for Nerds (right-click on desktop) to check what a specific stream is actually delivering.
Why the codec matters as much as the bitrate
AAC and Opus are both more efficient than MP3. At 128 kbps, AAC sounds noticeably better than 128 kbps MP3. So "128 kbps from YouTube" is not equivalent to "128 kbps MP3" — the AAC source sounds better, and converting it to MP3 at any bitrate produces something that sounds worse than the original AAC, because you're adding a second encode.
The perceptual quality chain for a typical download:
- Original audio (lossless or high-quality AAC from the creator)
- YouTube transcode → 128 kbps AAC (first lossy encode)
- Your download / converter → 192 kbps MP3 (second lossy encode)
Each step loses information. The output MP3 at step 3 contains the artefacts of two encode passes, even though its bitrate is higher than the intermediate source.
The "320 kbps MP3 from YouTube" myth
Many converters offer "320 kbps MP3" as a premium option. The bitrate number is real — the file genuinely contains 320,000 bits per second. What's misleading is the implication that this means higher quality.
Taking a 128 kbps AAC stream and re-encoding to 320 kbps MP3 produces a file:
- 2.5× larger than a 128 kbps MP3
- Containing the same audio detail as the 128 kbps source
- Plus additional MP3 encoding artefacts layered on top of the existing AAC artefacts
In blind tests, listeners consistently rate the 128 kbps source AAC as equal to or better than the 320 kbps re-encoded MP3. The extra file size buys nothing.
Best bitrate to use when downloading from YouTube
Given that the source is ~128 kbps AAC (free tier), the practical recommendation:
- 128 kbps MP3: Minimal quality loss from source, smallest file. Reasonable for all uses.
- 192 kbps MP3: Slightly more headroom; files ~50% larger for negligible audible benefit over 128 from this source. Fine if storage isn't a concern.
- 256 or 320 kbps MP3: No audible benefit when the source is 128 kbps AAC. Only worth it if you're downloading from a Premium account (256 kbps AAC source) and want to preserve as much of that quality as possible.
See the MP3 bitrate guide for a full breakdown of what each bitrate sounds like with original audio samples.
How to check the actual bitrate of a YouTube stream
Stats for Nerds (desktop)
- Right-click the video → Stats for Nerds.
- Look at the Connection Speed row — the audio bitrate is listed alongside the video bitrate.
- Refresh the stat a few seconds after playback starts to get a stable reading.
yt-dlp format list (technical)
yt-dlp --list-formats [URL]The output table lists every available format. Audio-only rows have no resolution, just codec and bitrate (e.g., "audio only m4a 128k" for standard AAC). You can see exactly what's available for each video before downloading.
Does YouTube Music have better audio quality?
YouTube Music (a separate product) serves audio at up to 256 kbps Opus on Premium. This is slightly better than the 256 kbps AAC on YouTube Premium — Opus is a technically superior codec. Neither is lossless. The gap between 256 kbps Opus and 256 kbps AAC is small enough that most listeners can't distinguish them in blind tests.
Frequently asked questions
Does YouTube Premium give you higher audio quality?
Yes. YouTube Premium members receive 256 kbps AAC on most content — double the 128 kbps served to free users. Some content is also available in Opus at higher bitrates on Premium. The difference is audible on good headphones with complex musical content.
Why does 320 kbps MP3 from YouTube sound the same as 128 kbps?
Because the source is 128 kbps AAC. Re-encoding from one lossy format to another at a higher bitrate doesn't recover the audio detail the first encoder discarded. The 320 kbps MP3 is a larger file containing the same audio plus new encoding artefacts from the second encode.
What codec does YouTube use for audio?
YouTube primarily uses AAC (Advanced Audio Coding) for most content, and Opus for WebM streams (particularly in Chrome). On YouTube Music, some content is served at higher bitrates with Opus. The codec and bitrate depend on the client, connection, and whether the user has Premium.
Is YouTube audio lossless?
No. YouTube transcodes all uploaded audio to lossy formats. Even if you upload a FLAC file, YouTube compresses it to AAC or Opus before serving. There is no lossless tier on YouTube (YouTube Music has a "high quality" 256 kbps Opus tier, but not lossless).
How do I know the actual bitrate of a YouTube stream?
Right-click the video on desktop → Stats for Nerds. The "Connection Speed" line includes the audio stream bitrate. Alternatively, download the audio with yt-dlp using yt-dlp --list-formats [URL] and inspect the audio-only format rows.