If the pause button next to "Stop Recording" is greyed out, OBS documents exactly one reason for it: your Recording Quality is set to "Same as stream." It is a stated condition, written down in OBS's own knowledge base.
The answer is a single sentence in OBS's Recording Encoder Presets Guide:
"Note: recordings cannot be paused if the recording quality is set to "Same as stream"."
That is the whole mechanism. The rest of this page is about where that setting lives, what happens to your recordings when you move off it, and how to tell whether the change actually took.
What "Same as stream" is doing
Recording Quality is a dropdown in OBS's Simple output mode. OBS's Standard Recording Output Guide describes it like this:
"Recording Quality when in Simple view will let you select what quality you'd like your recording to be at, anything that is not Same as stream will take extra resources from your computer."
Two facts sit in that line. The setting is a Simple output mode control — that is the view OBS is describing. And "Same as stream" is the cheapest option on your machine, since OBS says everything else takes extra resources. That is the trade you make to get the pause button back.
The preset itself is described plainly:
"This preset uses the same settings as the streaming video encoder. This lets you record exactly the same quality as your stream."
So the preset that costs you the least performance is also the one that takes pause away from you. If you are recording and streaming at the same time on a machine that is already working hard, that is a real decision, not a formality.
One thing worth separating: the Encoder dropdown also has a "Same as stream" option. OBS describes it separately — "Encoder will let you select the encoder type you'd like to use - like the aforementioned Recording Quality open, anything that is not Same as stream will take extra resources." The pause note is written about the recording quality setting specifically. Do not assume the encoder dropdown behaves the same way; OBS does not say that it does.
The fix: change Recording Quality
- Open Settings. As OBS puts it: "A majority of the settings can be found under the Output tab of the main Settings menu."
- Go to the Output tab, with output mode set to Simple.
- Find Recording Quality and pick anything other than Same as stream.
- Apply, close Settings, and start a short test recording.
Once Recording Quality is no longer "Same as stream," the documented blocker is gone. OBS states the restriction in one direction only, so confirm with a short test recording rather than assuming.
Which preset to switch to
OBS ships four presets in Simple mode. Here is what the official guide says about each, word for word:
| Preset | What OBS's guide says |
|---|---|
| Same as stream | "This preset uses the same settings as the streaming video encoder. This lets you record exactly the same quality as your stream." |
| High Quality | "This preset produces a high quality video with a medium file size." |
| Indistinguishable | "This preset provides a higher quality video at the cost of larger file sizes and a potential performance impact on older or weaker hardware, depending on the choice of encoder." |
| Lossless | "This preset produces tremendously large file sizes, around 7 GB of data per minute of video, in lossless quality. This also uses the CPU encoder." |
Reading those descriptions, the call is straightforward:
- High Quality is the default answer. OBS describes it as high quality at a medium file size, which is what most people recording gameplay, tutorials or meetings actually want.
- Indistinguishable is worth it when quality matters more than disk and you can absorb what OBS itself flags as "a potential performance impact on older or weaker hardware."
- Lossless is a specialist choice. Two hard numbers from the guide should decide it for you: around 7 GB of data per minute of video, and it uses the CPU encoder — so you are off hardware encoding entirely. Note that the 7 GB/minute figure is OBS's description of the Lossless preset, not of OBS recordings generally.
Moving up that list is how you get your pause button back, and per those descriptions it is also how files get bigger. If the resulting recording is too large for wherever it needs to go next, compress a copy rather than dropping back to a lower-quality capture:
Try it right here
Runs in your browser. Your file is not uploaded anywhere.
This runs in your browser — the file is read from disk, re-encoded locally, and handed back, so nothing is uploaded. That matters for meeting and client recordings. The full video compressor page exposes the same engine with the controls visible.
What changes on your system after the switch
OBS is explicit that leaving "Same as stream" costs you resources, so if your machine was already near the edge, you may notice it.
If you start seeing choppy output or "encoding overloaded" messages after the change, OBS's Encoding Performance Troubleshooting guide puts one fix first, ahead of everything else:
"OBS Studio can ask Windows to reserve some GPU capacity for its use. In many cases, GPU overload issues can be resolved simply by running OBS Studio as administrator; try that before continuing with this guide."
After that, the guide's own list, in its words:
- Cap the game's frame rate. "The best option is to limit the game's framerate or enable vertical sync; this will free up processing power for OBS Studio to composite." It adds that "running the game with an uncapped framerate that exceeds your refresh rate brings diminishing returns, as neither you nor OBS Studio will be able to see them."
- Lower your frame rate in OBS. "Frame rate also impacts both rendering and encoding performance. Having to do the work on fewer frames will lessen the load."
- Trim sources and filters. "Every source requires some amount of resources to be shown in the scene." And on filters: "some filters can be pretty resource hungry."
- Game Mode — read the condition carefully. OBS does not say to turn it off across the board: "On recent versions of Windows 10, Game Mode can be left on. However, on Windows 10 versions older than 1809, you should disable Game Mode to ensure that Windows isn't pulling resources away from OBS Studio behind the scenes."
What the docs do not cover
Being straight about this is more useful than filling the gap with guesses. The only pause-related restriction stated in OBS's knowledge base is the "Same as stream" one quoted at the top. If your Recording Quality is already set to something else and pause is still unavailable, that specific situation is not documented — check the official documentation at obsproject.com/help rather than trusting a forum answer with no source behind it.
How to tell it worked
- Reopen Settings → Output and confirm Recording Quality reads something other than "Same as stream."
- Start a recording, wait a few seconds, and try pause.
- Stop, then actually open the resulting file. OBS's Audio Mixer Guide gives the same advice for audio checks: "be sure to record a session as you normally would and then listen back to the file before going live." Applies just as well here — verify before the session that matters.
If the file plays but sounds wrong, that is a separate problem with its own documented cause: see OBS recording has no audio. If you are also weighing which container to record into, MKV or MP4 in OBS covers what OBS says about that choice.
FAQ
Why is the pause button greyed out in OBS? Because your Recording Quality is set to "Same as stream." OBS's Recording Encoder Presets Guide states that recordings cannot be paused under that setting. Switch to another preset in Settings → Output.
Where is the Recording Quality setting? Settings → Output, in Simple output mode. OBS describes Recording Quality as a Simple-view control and notes that most output settings live on that Output tab.
Does pause work in Advanced output mode? OBS's documented restriction is written about the Recording Quality preset in Simple view, and it does not describe pause behaviour in Advanced mode. Check the official documentation rather than assuming either way.
Will changing the preset slow down my stream? It can. OBS states that anything other than "Same as stream" takes extra resources from your computer. If you hit encoding overload afterwards, OBS's first suggested fix is running OBS Studio as administrator so it can ask Windows to reserve GPU capacity.
Which preset should I use if I just want a file I can upload? High Quality. OBS describes it as producing "a high quality video with a medium file size" — the sensible middle. If the upload target still rejects it for size, shrink it afterwards instead of recording at lower quality.
Is the Lossless preset worth using? Only with a specific reason. OBS puts it at around 7 GB per minute of video and says it uses the CPU encoder, so you lose hardware encoding and fill a disk quickly — see what Lossless recording actually costs.
Quotes are from OBS Studio's own knowledge base — the Recording Encoder Presets Guide, Standard Recording Output Guide, Audio Mixer Guide and Encoding Performance Troubleshooting page — checked 16 September 2026. More recording fixes in the fix guides, and the browser-based converters and compressors are listed under all Clapr tools.