Pause in OBS is not a convenience feature bolted onto the interface. It is an encoder level capability, and it comes with one hard requirement that most people meet by accident and some people fail by accident. That is why half the internet says "just click the pause icon" and the other half says "there is no pause icon in my OBS".
Both are describing the same version of the same program. The difference is a single dropdown in your output settings.
What Pause Actually Does to the File
Understanding this saves you from the two most common surprises.
When you pause, OBS stops sending frames to the encoder but keeps the file open and keeps the timestamp clock running from where it left off. When you resume, encoding continues into the same file. You end up with one continuous video, and the paused period simply does not exist in it. There is no gap, no black frame, no silence to trim.
Two consequences follow:
- The paused time is not in the duration. Record 5 minutes, pause for 10, record 5 more, and you get a 10 minute file. This is what makes pause worth using instead of stopping and restarting: no second file, no stitching, no re-syncing audio.
- The cut is instant, so it can be abrupt. Video jumps straight from the last frame before the pause to the first frame after it. If you paused mid sentence, or your webcam framing moved while you were away, the seam is visible. Pause at natural breaks and start speaking a beat after you resume.
Where the Pause Button Is
Start the recording, then look at the Controls dock in the bottom right. A small pause icon appears immediately to the right of Stop Recording, and only while a recording is active. Click it once to pause, once again to resume. The recording indicator changes state so you can tell at a glance which mode you are in.
That is the whole feature, when it is available.
Why the Pause Button Is Missing
If there is no pause icon next to Stop Recording, OBS has disabled pausing because of how your recording output is configured. Pausing requires the recording to have its own encoder instance. When the recording is set to reuse the stream encoder, there is a single encoder feeding two outputs, and pausing one would corrupt the other, so OBS removes the option rather than offering you a way to break your stream.
The fix depends on which output mode you use. Settings → Output, then look at Output Mode at the top.
Simple mode: find Recording Quality. If it is set to Same as stream, that is your answer. Change it to High Quality, Medium File Size (or any of the other quality presets). Each of those gives the recording its own encoder, and the pause button comes back.
Advanced mode: open the Recording tab and look at Video Encoder. If it reads (Use stream encoder), change it to a real encoder: NVIDIA NVENC, AMD, Intel QuickSync, Apple VT H.264 Hardware Encoder, or x264. Click Apply, then OK.
Start a new recording after applying. The button appears the moment a recording begins with a dedicated encoder, and there is nothing else to enable.
One side effect worth knowing: giving the recording its own encoder means your machine is now running two encodes while streaming. On a hardware encoder that is usually free. On x264 for both outputs, watch your CPU, and see OBS encoding overloaded if frames start dropping.
Enjoying this read?
Get weekly insights on video editing, AI workflows, and creator growth straight to your inbox.
Hotkeys, Because Clicking Is Visible
If you are recording your whole screen, reaching for the OBS window to pause puts the OBS window in the video. Bind keys instead.
Settings → Hotkeys, then scroll to the recording section. Pause Recording and Unpause Recording are two separate bindings and you should set both. OBS hotkeys are global, so they fire while another application has focus, which is exactly what you need and also exactly the risk.
Choosing keys sensibly matters more than it sounds:
- Use a three key combination such as
Ctrl + Shift + P. Two key combinations collide with application shortcuts constantly. - Never bind a bare key like
Space,PorF1. A global hotkey fires even when you are typing into a form, so a bare letter will pause your recording in the middle of a sentence in the app you are demonstrating. - Test it in the app you plan to record, not on the desktop. Some applications capture keystrokes before OBS sees them, and full screen games are the worst offenders.
- If a hotkey silently does nothing on Windows, run OBS as administrator once to check whether the target app is elevated. An elevated app absorbs input from a non elevated OBS.
What Pause Does Not Do
- It does not pause a stream. The stream keeps going. Pause affects the recording output only.
- It does not pause the Replay Buffer. The buffer keeps rolling, which is occasionally useful and occasionally not what you meant.
- It does not undo anything. Pause is for skipping what is about to happen, not for removing what already happened. There is no rewind.
- It does not create a new file. If you actually want separate files, use Split Recording or stop and start again. That is the opposite of what pause is for.
- It does not mute a live microphone in any visible way. Nothing is being written, so nothing is captured, but your own headphone monitoring keeps playing, which is why people forget they are paused.
That last one is the failure mode worth guarding against: pausing, doing your thing, and then narrating a further ten minutes to a recording that was never running. If you pause often, keep the OBS window visible on a second monitor.
Pause, or Keep Rolling and Cut?
Pausing is the right tool when what happens next must never touch the disk: typing a password, opening an account with real customer data on screen, or taking a call.
It is the wrong tool for the thing most people actually use it for, which is tidiness. Pausing to think, to cough, or to reread your notes trades a clean file for constant risk, because every pause is a chance to forget to unpause. Recording continuously and trimming the dead air afterwards costs a minute in an editor and cannot silently eat your session.
That is a real trade off in OBS, since OBS has no trimming of its own, so "cut it later" means a second application. It is worth knowing the trade is not universal.
Cubix Capture records straight through and gives you trimming in the same window, so removing a fumbled thirty seconds does not mean opening an editor. For the password case specifically it takes a different route: on screen information can be blurred before the video leaves your machine, which is a better answer than hoping you paused in time. It runs on Windows and macOS, with a free Starter plan.
If you are running a stream with scenes, sources and hotkeys already dialled in, fix the encoder dropdown above and pause away. It works well once it is available.
Keep Reading
- How to Stop Screen Recording in OBS and Save It for the end of the take, including the stop that hangs.
- How to Screen Record with OBS: The Simplest Guide if you are still assembling the basic setup.
- OBS Best Settings for Screen Recording for the encoder choices behind the dropdown you just changed.
- OBS Encoding Overloaded: What It Means for when a second encoder costs more than you have.
- How to Set Up a Microphone in OBS for the mute and push to talk hotkeys that often replace pausing.
Don’t miss the next one.
Join our newsletter for exclusive tips, product updates, and the latest from the Cubix team.