YouTube Video Size Limits
YouTube maximum upload size and length, verified against Help Center docs, plus recommended H.264 settings and when to compress before upload.
Export finished at 18 GB for a 40-minute 4K timeline. Upload stalled overnight. YouTube’s hard caps are generous on paper, but your home connection and browser session are not.
Limits below come from YouTube Help Center documentation. Platforms change policies over time, so confirm in Studio if a launch depends on an edge-case duration or file size.
Default and maximum upload limits
YouTube Help states:
| Rule | Current documented limit |
|---|---|
| Default (unverified) duration | Up to 15 minutes |
| After account verification | Longer than 15 minutes |
| Maximum file size or duration | 256 GB or 12 hours, whichever is less |
Verification unlocks longer uploads. The Help article does not publish a separate, smaller file-size ceiling for unverified accounts beyond the duration gate and the overall 256 GB / 12 hour maximum. Check YouTube Studio → Settings → Channel → Feature eligibility for your account state before a live-event upload.
Older videos on the platform can exceed today’s duration rules because limits changed in the past.
For files larger than about 20 GB, YouTube recommends an up-to-date browser for a more stable upload.
Length limits vs file size limits
Two different gates:
- Duration: unverified channels hit the 15-minute wall until verification completes.
- Bytes: verified creators rarely hit 256 GB except with huge 4K mezzanines or raw-style screen captures.
A 90-minute 1080p H.264 podcast video might be a few gigabytes: well under the byte cap, but painful on asymmetric upload bandwidth.
HDR and high frame rate 4K inflate mezzanine size before YouTube ever touches the file. Downscale to 1080p SDR for faster upload if HDR is not the point of the video.
What YouTube does after upload
YouTube transcodes every upload into multiple adaptive streams. Viewer devices may receive H.264, VP9, AV1, or other ladder rungs depending on the platform’s current delivery choices. Uploading a 100 Mbps 4K master does not bypass that process.
Implications:
- Upload a high-quality mezzanine, not camera RAW or editing ProRes, unless you have a specific reason.
- Clean 1080p or 4K H.264 MP4 with sensible bitrate is the standard creator workflow.
- Avoid heavy double compression before upload. Mild generation loss plus YouTube’s encode can create banding.
You cannot opt out of re-encoding by picking a special codec. The platform normalizes for adaptive delivery. Background: VP9 and AV1 .
Recommended export settings for creators
YouTube’s recommended upload encoding settings include:
| Setting | Recommendation |
|---|---|
| Container | MP4, moov atom at the front (fast start) |
| Video codec | H.264, progressive, High Profile |
| Audio codec | AAC-LC (or other codecs listed in Help), often stereo at 48 kHz |
| Frame rate | Match the recorded frame rate |
Recommended SDR video bitrates from the same Help article (ranges, not hard requirements):
| Resolution | Standard frame rate (24 / 25 / 30) | High frame rate (48 / 50 / 60) |
|---|---|---|
| 1080p | 8 Mbps | 12 Mbps |
| 720p | 5 Mbps | 7.5 Mbps |
| 4K | 35 to 45 Mbps | 53 to 68 Mbps |
Recommended stereo audio bitrate in that article is 384 kbps. Match bitrate concepts to your content: gaming needs more Mbps than static slides.
Step-by-step export: optimize video for YouTube on Mac or on Windows .
When to compress before upload
Compress locally when:
- Upload fails or times out repeatedly.
- You exported ProRes or similar for editing and never made a delivery copy.
- Disk backup of the upload matters and you want a smaller mezzanine.
- You need to preview on a laptop before committing bandwidth.
Skip aggressive compression when:
- YouTube is the only destination and upload speed is fine.
- You might re-edit from the same file (keep the master, upload a copy).
When upload bandwidth is the bottleneck, compress video to target size on Mac can shrink mezzanine files before Studio ingest.
Large files and slow connections
Practical tactics:
- Export overnight to 1080p H.264 even if you shot 4K, when viewers on phones will not benefit from the extra pixels.
- Use wired Ethernet for multi-gigabyte uploads.
- Estimate size first with a video file size calculator mindset:
(Mbps × seconds) ÷ 8.
If a clip must also fit email, that is a different cap entirely. See email attachment size limits .
Corporate networks and mobile apps can still fail uploads that are under YouTube’s server-side maximum.
When a simple export is enough
A clean 1080p H.264 MP4 from your editor can work when upload speed is fine and the file sits far under 256 GB.
Compress first when the mezzanine is huge, the connection is slow, or Studio times out. GetCompress can shrink MOV, MP4, and other exports locally, with trim, preview, and reusable 1080p presets. Exact target file size is a video workflow. Keep masters on disk. GetCompress does not replace YouTube Studio, thumbnails, or rights management.
- Optimize Video for YouTube on MacOptimize video for YouTube on Mac with QuickTime and FFmpeg. Prepare a clean H.264 MP4 upload mezzanine without transferring an oversized editing master.
- Optimize Video for YouTube on WindowsOptimize video for YouTube on Windows with Clipchamp and FFmpeg. Prepare a clean H.264 MP4 upload mezzanine without transferring an oversized editing master.
- Target Video Size on MacHit an exact MB cap for email or uploads on Mac. Use GetCompress target file size, or FFmpeg two-pass encoding when you want manual bitrate control.
- Video size calculatorEstimate video file size from duration, resolution, and bitrate. Use the formula and tables to plan MP4 exports before you re-encode.