How to Find Recordings From OBS Studio
OBS Studio is one of the most widely used tools for screen recording and live streaming — but if you're new to it, figuring out where your recordings actually go after you hit Stop can be surprisingly confusing. Unlike some consumer-friendly apps that pop up a "Your file is saved here" dialog, OBS quietly saves your recording and moves on. Here's how to track down those files and understand what controls where they land.
Where OBS Saves Recordings by Default
When you install OBS Studio and record without changing any settings, it saves your recordings to a default folder based on your operating system:
- Windows:
C:Users[YourUsername]Videos - macOS:
~/Movies - Linux: The home directory (
~/)
OBS typically names files using a timestamp format — something like 2024-06-14 15-32-10.mkv — so they're sorted by date but not always easy to recognize at a glance.
How to Check Where OBS Is Currently Saving Files 🎯
The most reliable way to find your recording path is directly inside OBS:
- Open OBS Studio
- Go to Settings (bottom-right of the main window, or via the top menu)
- Click the Output tab
- Look at the Recording Path field
Whatever path is listed there is where your most recent recordings went. If someone else configured OBS on your machine, or if you've switched profiles, this path may differ from the default.
Output Mode Affects Where You Look
OBS has two output modes that change how recording settings are displayed:
- Simple Mode — shows a single "Recording Path" field. Easy to find.
- Advanced Mode — gives you more granular control, including separate settings for streaming and recording. The recording path is still under the Output tab, but under a dedicated Recording section.
If you can't find the path, check which mode is active at the top of the Output settings page.
Using the "Show Recordings" Shortcut
OBS Studio includes a convenient shortcut to jump directly to your saved files:
- In the main OBS window, click File in the top menu
- Select Show Recordings
This opens your file manager (Windows Explorer, Finder, or a Linux file browser) directly at the recording folder. It's the fastest method if you just finished a session and want to access the file immediately.
Common Reasons You Can't Find Your Recording
If the file isn't where you expect, a few things might be happening:
| Situation | What to Check |
|---|---|
| OBS crashed or force-quit | File may be incomplete or missing entirely |
Recording saved as .mkv | File exists but may not open in all players |
| Custom profile was active | Each OBS profile has its own output path |
| Path was on an external drive | Drive may have been disconnected or remounted |
| Remux or encoding was set | A second file may have been created in a different location |
The .mkv vs .mp4 Distinction
OBS defaults to saving recordings in MKV format. This is intentional — MKV is more resilient if OBS crashes mid-recording, since the file can often still be recovered. However, MKV files aren't always recognized by basic media players or video editors.
OBS includes a built-in Remux Recordings tool (under the File menu) that converts MKV files to MP4 without re-encoding. This creates a new file in the same folder, which can sometimes make it seem like you have duplicate recordings or a "missing" MP4.
If you've used the remux tool, look in the same directory as your original MKV — the MP4 version will be there alongside it.
Checking Your OBS Log for the Exact File Path 📋
If you're still unsure, OBS logs every recording session with a precise file path. To access it:
- Go to Help in the top menu
- Click Log Files
- Open the most recent log
- Search for the word "Recording" or look for a line that says
Writing to file:— this will show the exact path OBS used
This is especially useful when troubleshooting across multiple profiles or if you suspect the file was saved to an unexpected location.
Factors That Vary the Location Across Different Setups
Where your recordings end up isn't always the same, and several variables determine the outcome:
- OBS profile in use — Power users often maintain multiple profiles for different recording scenarios (gaming, tutorials, podcasts), each with different output paths
- Operating system and user permissions — Some paths may be restricted, causing OBS to silently fall back to a default location
- Portable installation — OBS can be run as a portable app, in which case the recording path may be relative to the OBS folder itself
- Third-party plugins — Certain plugins modify recording behavior and output destinations
- Scene collection settings — While scene collections don't directly control output paths, swapping them alongside profile changes can create confusion about active settings
File Format and Naming Patterns
Understanding OBS's default naming convention helps you identify files in a crowded folder:
- Default format:
YYYY-MM-DD HH-MM-SS.mkv(or.mp4if you've changed the container) - Custom naming: OBS allows you to set a custom filename prefix in Output settings, so files might start with something like
GameSession_followed by the timestamp
If you've set a prefix, search your recordings folder using that prefix in your file manager's search bar.
When the Recording Path Points to the Right Folder but the File Isn't There
This typically points to one of a few issues:
- OBS didn't actually start recording — It's worth checking if the recording indicator (a red dot or timer in the OBS interface) appeared during your session
- Disk space ran out — OBS may have stopped recording silently if the drive filled up
- Antivirus or security software — Some security tools quarantine newly created video files, particularly large ones, treating them as suspicious
The log file method described above will confirm whether OBS successfully wrote the file and where it was directed.
Your specific situation — which OS you're on, how OBS is configured, whether you're using profiles or plugins, and what happened during or after the recording — shapes exactly where the file ends up and what format it's in. The settings panel and the log file together give you the clearest picture of what OBS actually did with your recording.