What Bitrate Actually Means in Live Streaming
Everyone knows their bitrate. Almost nobody can say what it measures, why more of it stops helping, or why the same number looks pristine in one game and blocky in the next.
Bitrate
Encoding & QualityAlso known as data rate, kbps
Bitrate is how much data your stream sends each second, measured in kilobits per second. It sets a ceiling on how much visual detail can survive compression — more bitrate means more detail preserved, up to the point where the picture has no more detail to give.
Bitrate is the most-quoted number in streaming and the least understood. It gets treated as a quality dial — turn it up, get a better picture — and that model is wrong in ways that cost people dropped frames, viewers and entire evenings of troubleshooting.
If you just want a number to put into OBS, the streaming bitrate calculator will give you one for your platform, resolution and framerate in about five seconds. This page is the other half: what that number actually measures, why more of it eventually does nothing, and why the same 6,000 kbps looks flawless on a card game and falls apart in a firefight.
What the Number Measures
Bitrate is how much data your stream sends every second. OBS asks for it in kilobits per second — kbps — and a stream at 6,000 kbps is pushing six megabits out of your connection every second you are live.
Turn that into something you can picture: 6,000 kilobits is 6,000,000 bits, divided by eight is 750,000 bytes, which is 750 kilobytes a second, which is roughly 45 megabytes of upload every minute. A four-hour stream at that rate has sent somewhere near 10 GB up your connection. That is the actual physical thing the number describes.
What it is not is a quality setting. Bitrate is a ceiling on information — it decides how many bits your encoder is allowed to spend describing each second of video. How well those bits get spent is the encoder's job, and how good the exchange rate is depends on the codec. Bitrate is the size of the budget; the encoder is how well you shop.
One consequence catches people out immediately: for live streaming the ceiling is also a floor. Platforms require a constant bitrate, so when your scene is a static menu screen with nothing happening, your encoder pads the stream out to hit the number anyway. You do not get to bank the unused bits and spend them on the next fight.
kbps, Mbps, and Why Your ISP's Number Isn't Yours
This is the single most expensive confusion in streaming, and it produces the same question thousands of times a year: "I pay for 500 Mbps, so why is my stream dropping frames?" The answer is almost never the connection speed you are quoting. It is that you are quoting the wrong number, in the wrong unit, for the wrong direction.
| Unit | What It Means | Where You See It |
|---|---|---|
| bit (b) | One binary digit — the smallest unit there is. | The basis of every number below. |
| byte (B) | Eight bits. | File sizes, storage, download managers. |
| kbps | Kilobits per second — a thousand bits every second. | The OBS bitrate field. This is the one you type. |
| Mbps | Megabits per second — 1,000 kbps. So 6,000 kbps is 6 Mbps. | Internet packages, speed test results. |
| MB/s | Megabytes per second — eight times a megabit. 6 Mbps is only about 0.75 MB/s. | Download progress bars, file transfers. |
A byte is eight bits. Every conversion mistake below is some version of that factor of eight, or of confusing upload with download.
There are exactly three mistakes, and most people make at least one of them.
1. Reading your download speed as your upload speed. Internet packages are advertised on download, because that is what almost everything else you do needs. Streaming is the exception — it is the one activity where you are the source. Plenty of home connections are asymmetric by a factor of ten or more, so "500 Mbps" can easily mean 500 down and 20 up, and on older cable or DSL lines a good deal less than that. Your upload figure is the only one that matters here, and it is the one nobody advertises.
2. Confusing megabits with megabytes. A factor of eight, and it moves in both directions. Someone who sees 3 MB/s on a file transfer and assumes they have 3 Mbps of upload is underestimating by eight times; someone who reads 25 Mbps and budgets 25 megabytes a second is overestimating by the same. Lower-case b is bits, upper-case B is bytes, and OBS speaks kilobits.
3. Assuming the advertised speed is the available speed. The number on your bill is a best case measured to your router in ideal conditions. What is left for OBS is that number minus everything else on the network — a housemate's video call, a console downloading a patch in the background, cloud backup, Wi-Fi interference, and the general congestion of peak evening hours, which is exactly when you stream.
Which is why the working rule is not "upload must equal bitrate". Streaming protocols cannot safely saturate a connection, so you need genuine headroom: our upload speed checker puts the absolute minimum at bitrate ÷ 0.85 and the comfortable figure at bitrate ÷ 0.7, and will tell you what your measured upload can actually carry. Test on the machine you stream from, at the time of day you stream, and use the upload half of the result.
What Bitrate Actually Buys
Here is the idea that makes everything else on this page make sense: bitrate buys change. Video compression works by describing what is different from the last frame rather than redrawing the whole picture every time. The more that changes between frames, the more bits it takes to describe.
So your bitrate gets spent on motion — camera pans, sprinting, particle effects; on fine detail — grass, foliage, crowds, textures, small text; on periodic keyframes, which are full frames sent from scratch every couple of seconds so viewers can join and seek; and on gradients and colour transitions like smoke, fog and water. The most expensive thing of all is noise and grain, because noise is random and randomness does not compress. That is why a slightly grainy webcam can eat more bitrate than a clean game feed.
What is cheap: static scenes, flat colour, slow movement, a fixed camera pointed at someone sitting still. A talking-head layout on a plain background barely changes between frames, so almost any bitrate looks clean.
Once you see bitrate as a budget for change rather than a quality slider, "what bitrate should I use" stops being a question with one answer — because it depends entirely on how much your content changes.
Why More Isn't Always Better
"Stream at the highest bitrate you can" is common advice and it is incomplete. There are four separate ways that raising the number makes your stream worse, and only the first two are widely known.
Platform ceilings. Every platform sets a maximum, and it varies by platform and by account tier. Going over it does not buy you a better stream — it gets you throttled, transcoded down or rejected at ingest outright.
Your own upload. Set a bitrate above what your connection can genuinely sustain and OBS starts dropping frames to keep up. Your viewers see stuttering and buffering. This is a strictly worse stream than the lower number would have given you.
Your viewers' download. This is the one nobody considers. Large channels get transcoded, so their viewers are offered 480p and 720p options. Transcoding is not guaranteed for everyone else — and when it is not available, your stream is offered at source quality only. Push a bitrate that a phone on mobile data cannot pull and those viewers do not get a slightly worse picture, they get a buffering wheel. The right target is not the highest bitrate you can send, it is the highest bitrate your audience can actually receive.
Diminishing returns. Past a certain point the encoder has enough bits to represent everything that is there, and extra bitrate goes into describing detail nobody can see. Going from 1,500 to 3,000 kbps is transformative. Going from 6,000 to 12,000 is, on most content, close to invisible — while doubling what you demand of your connection and your audience's.
Bitrate, Resolution and Framerate Are One Budget
This is the most useful mental model on the page. Your bitrate is a fixed pot of bits per second. Resolution and framerate both spend out of that same pot — more pixels to describe per frame, more frames to describe per second — so at a fixed bitrate they trade directly against each other.
| Configuration | Bits Per Pixel vs 1080p60 | Suits |
|---|---|---|
| 1080p60 | Baseline | Fast competitive games, where motion clarity matters more than per-frame sharpness. |
| 900p60 | 1.44× — about 44% more | Busy shooters. The best-value trade most people never try. |
| 1080p30 | 2× — exactly double | High-detail, slower content. Visibly sharper frames, half as many of them. |
| 720p60 | 2.25× | Very high-motion content, or a genuinely constrained upload. |
| 900p30 | 2.88× | Low upload with detail-heavy content that does not need 60fps. |
Bits per pixel is the honest comparison: it is the bitrate divided by pixels per second. Higher means more data available to describe each pixel, which generally means a cleaner picture.
The counter-intuitive and genuinely useful conclusion: if your stream looks soft, dropping to 900p or to 30fps will often look better than staying at 1080p60. At 30fps every frame gets twice the data it had at 60. At 900p every pixel gets about 44% more. Most people never try it because bigger numbers feel like better settings, and a sharp 900p60 stream beats a mushy 1080p60 one every time.
Which way to trade depends on your content. Fast competitive shooters want the 60fps for motion clarity, and 900p is the compromise that buys it. Slower, detail-heavy content — strategy games, art streams, anything where people read text on screen — is usually better served by 30fps at full resolution. The bitrate calculator does this arithmetic per platform if you want the specific numbers, and the OBS multistream settings guide covers where each of these fields lives.
Why the Same Bitrate Looks Different in Different Games
Two streamers on identical settings can get wildly different results, and neither of them has done anything wrong. Because bitrate buys change, the same 6,000 kbps at 1080p60 is generous for one kind of content and starved for another.
| Content | Result | Why |
|---|---|---|
| Chess, card games, visual novels | Excellent | Almost nothing changes between frames, so almost no bits are needed. |
| Just Chatting, talking head | Excellent | Static background with movement confined to a small part of the frame. |
| Slower third-person games | Good | Moderate motion and controlled detail. Comfortably inside the budget. |
| Open worlds with dense foliage | Soft in motion | Grass and leaves are detail-dense and never stop moving. |
| Competitive shooters, fast pans | Blocky in fights | A fast camera pan changes every pixel in the frame at once. |
| Confetti, smoke, snow, water, particles | Worst case | Effectively random motion, and randomness is the hardest thing to compress. |
This is precisely why "what bitrate should I use" has no universal answer, and why anyone quoting one number for everybody is guessing on your behalf.
If your content sits at the expensive end of that table, you have four levers, in rough order of how much they help. Raise the bitrate, if your platform and upload have room — the calculator will tell you what your platform allows. Move to a more efficient codec, where AV1 buys the same picture for roughly 40% less bitrate if your GPU, your platform and your viewers all support it. Use a slower encoder preset, which spends more compute per frame to compress better. Or trade resolution and framerate using the budget table above, which costs nothing and is the lever people skip.
Why 6,000 kbps Became the Magic Number
If you have read three streaming guides you have seen 6,000 kbps quoted as though it were a law of physics. It is not. It is one platform's policy that a decade of habit turned into folklore.
Twitch's practical ceiling for non-Partner channels settled at around 6,000 kbps and stayed there for years. Because Twitch was where most people learned to stream, that number propagated everywhere — into setup guides, into hardware reviews, into the !specs commands streamers still run in their own chat. It became the default answer to a question nobody re-examined.
Meanwhile the landscape moved. YouTube Live accepts considerably more. Kick documents up to 8,000 kbps. And Twitch's own Enhanced Broadcasting programme has been raising its ceilings, with 1440p over HEVC going generally available to Partners and Affiliates in June 2026. So read "6,000 is the standard" as what it actually is: 6,000 was Twitch's limit, and an entire generation of streaming advice built its habits around it. Your platform's current numbers are a question for the bitrate calculator, not for folklore.
Bitrate When You're Multistreaming
Sending one stream to several platforms changes which number you pick, but it should not change how much upload you need — provided you are relaying rather than encoding separately for each destination.
StreamUps relays your original stream without re-encoding it, so you encode once and your connection carries exactly one stream no matter how many platforms receive it. The alternative — running a separate output per destination out of OBS — means your machine performs several encodes at once and your upload carries the full bitrate several times over. Our upload speed checker multiplies the requirement by the number of platforms for exactly that reason.
What multistreaming does change is the ceiling. Because every destination receives the same encode, your bitrate has to fit inside the most restrictive platform you are sending to. The weakest link sets the number for everyone.
Bitrate FAQ
What does bitrate actually measure?
Does a higher bitrate always mean better quality?
What is the difference between kbps and Mbps?
I have a fast internet connection, so why am I dropping frames?
Why does my stream look worse in some games than others?
Is 1080p60 always better than 1080p30?
Why is 6,000 kbps treated as the standard?
Does multistreaming to more platforms need more bitrate?
Related Terms
AV1
The royalty-free codec that needs your GPU, your platform and your viewers to agree before you can use it.
Encoder
The thing that turns your frames into a stream, and the single biggest quality decision in OBS.
NVENC
NVIDIA's dedicated encode chip, its presets, and what it actually costs your frame rate.
x264
Software H.264 encoding on your CPU, its presets, and when it still beats hardware.
CBR
Why every live platform mandates a constant bitrate, and what the buffer is really doing.
VBR
Variable bitrate, CQP and CRF for recording — and why they break a live stream.
Keyframe Interval
The two-second setting every platform demands, and what breaks when you ignore it.
Latency
Where the delay between you and your chat comes from, and which parts you control.
Browser Source
How OBS renders a web page as a layer, and why every overlay you own is one.
Scene Collection
The container above scenes, and the right way to run more than one show from one OBS.
OBS Dock
The panels around the OBS canvas, and how to pin a web tool inside them.
Raid
Sending your audience to another channel at the end of a stream, and the etiquette around it.
Host
The feature Twitch deleted in 2022 and Kick still runs, and what replaced it.
Related Guides & Tools
Ready to Multi-Stream?
Start broadcasting to multiple platforms today. Free tier available with no credit card required.