# Video File Size Calculator — Bitrate & Storage Planner

> Calculate video file size from bitrate and duration, or find the bitrate needed to hit a target file size. Compare 720p, 1080p and 4K storage requirements instantly.

- **Category:** Conversions & Units
- **Interactive calculator:** https://youcalc.com/en/conversions-units/video-file-size-calculator/
- **Price:** Free, no sign-up required

## Overview

This calculator estimates how much storage space a video will occupy, or works backwards to find the bitrate you need to hit a target file size. Use it to plan uploads, compare storage requirements across resolutions, or decide how to encode a project before committing to a format.

## How to read your result

The headline figure is the estimated file size in megabytes or gigabytes. When you enter a video bitrate, an audio bitrate, and a duration, the tool multiplies the total bitrate by the duration and divides by 8 to convert bits into bytes. Switch to "find bitrate" mode to solve in reverse — enter a target size and duration, and the calculator returns the maximum video bitrate you can use.

## Method

File size in bytes equals the total bitrate in kilobits per second multiplied by 1,000 to convert to bits per second, then multiplied by the duration in seconds, then divided by 8 to convert bits to bytes. Total bitrate is the sum of video bitrate and audio bitrate, both expressed in kbps using the SI decimal convention where 1 kbps equals exactly 1,000 bits per second. Higher resolution and higher frame rates require a higher bitrate to maintain perceived quality, so they indirectly increase file size when quality is held constant. Constant bitrate encoding fills every second at the same rate, making the formula exact. Variable bitrate encoding fluctuates around an average, so the result is an approximation based on the average bitrate entered.

## Example

- **Setup:** A 1080p video encoded at 8,000 kbps (video) plus 192 kbps (audio) runs for 10 minutes (600 seconds).
- **Result:** Total bitrate is 8,192 kbps. File size = 8,192 × 1,000 × 600 ÷ 8 = 614,400,000 bytes, which the calculator displays as 614.40 MB.

## Frequently asked questions

### Why does this calculator use 1,000 bits per kilobit instead of 1,024?

Video bitrates are defined in SI (decimal) kilobits — 1 kbps = 1,000 bits per second — following the ITU-T H.264 standard and platform specs like YouTube. Hard-drive capacities also use decimal prefixes, so the formula stays consistent with both.

### Does a higher resolution automatically mean a larger file?

Resolution alone does not determine file size — bitrate and duration do. However, higher resolutions (1080p, 4K) require a higher bitrate to look good, so they indirectly lead to larger files when quality is held constant. A 4K clip encoded at a very low bitrate can be smaller than a high-quality 720p clip.

### What is the difference between constant bitrate and variable bitrate?

Constant bitrate (CBR) keeps the data rate fixed for every second of video, making file size easy to predict. Variable bitrate (VBR) allocates more bits to complex scenes and fewer to simple ones, producing better quality at the same average file size. This calculator uses the average bitrate you enter, so it gives accurate estimates for CBR and good approximations for VBR.

### Does audio bitrate make a big difference to total file size?

For most video, audio is a small fraction of the total. A 192 kbps stereo track on a 10-minute clip adds about 14 MB — significant for very short clips or low-bitrate video, but minor against a 600 MB high-definition file.

### How do streaming platforms affect the actual file size after upload?

Platforms like YouTube re-encode every upload to their own target bitrates, so the file your viewers stream will differ from what you uploaded. Use this calculator to plan your source file and upload budget, not to predict the platform’s output size.

## Related calculators

- [Aspect Ratio Calculator](https://youcalc.com/en/conversions-units/aspect-ratio-calculator/)
- [Download Time Calculator](https://youcalc.com/en/conversions-units/download-time-calculator/)
- [PPI & DPI Calculator](https://youcalc.com/en/conversions-units/ppi-dpi-print-size/)
- [Unit Converter](https://youcalc.com/en/conversions-units/unit-converter/)

## Sources

- https://support.google.com/youtube/answer/1722171
- https://www.itu.int/rec/T-REC-H.264

---

Interactive version: https://youcalc.com/en/conversions-units/video-file-size-calculator/ · From YouCalc — https://youcalc.com
