Back to Blog

OBS Not Recording Audio on Windows: 7 Fixes

By MorganPublished July 5, 202610 min read

# OBS Not Recording Audio on Windows? 7 Fixes That Work (2026)

You hit record, play back the file, and hear silence. Or just your voice, no game sound. Or just the game, no mic. OBS not recording audio is one of the most common OBS problems on Windows, and most fixes take under a minute once you know where to look.

This guide walks through seven fixes, ordered from "most likely" to "last resort." Tested on Windows 11 with OBS Studio 30; the same steps work on Windows 10. Skip around, or start at Fix 1. Already given up on OBS? Our roundup of free screen recorders for Windows covers lighter tools.

Why OBS is not recording audio on Windows

OBS audio has three layers, and any one can break the signal chain:

  1. The Windows audio device. OBS reads from the system default input or output. If Windows switched your mic to a Bluetooth headset, OBS follows without asking.
  2. The OBS audio source. Each scene pulls from a specific input or output. If the source points at the wrong device or is muted in the Mixer, no sound is captured.
  3. The audio track mapping. OBS records up to six tracks. MP4 files save only track 1 by default, so a mic on track 2 vanishes on playback.

Most "OBS no audio" issues trace to one of those layers. Before you start, close OBS and reopen it. A clean restart fixes maybe one case in five on its own.

Fix 1: Check audio tracks in Output settings

This is the top cause in 2026. You recorded fine, the mixer showed green bars, but the saved file is silent. The culprit is track routing.

OBS Studio Output settings showing audio track checkboxes 1 through 6
OBS Studio Output settings showing audio track checkboxes 1 through 6

Open OBS and do this:

  1. Click Settings in the bottom right.
  2. Go to Output.
  3. Change Output Mode from Simple to Advanced.
  4. Click the Recording tab.
  5. Look at the Audio Track row. You should see six numbered checkboxes.
  6. Tick the boxes for every track you want saved. Track 1 is safe: it mixes all sources by default.

Then drop to the Audio tab. Each source (Mic/Aux, Desktop Audio) has its own track assignment. Make sure each one maps to a track you ticked in step 6.

If you use MP4, keep audio on Track 1 only. MP4 with multiple tracks is unreliable. For multi-track, switch the format to MKV. More on that in Fix 7.

Fix 2: Enable the right audio source in Mixer

Look at the bottom of the OBS main window. You should see an Audio Mixer panel with bars for Desktop Audio and Mic/Aux. If a bar is all gray, flat, or has a red speaker icon next to it, that source is muted or disabled.

Quick fixes:

  • Click the speaker icon beside each source to unmute it.
  • If a source shows "Desktop Audio: Disabled" on gray, right-click it and choose Properties. Set the Device dropdown to Default or to your actual speakers.
  • If Mic/Aux is missing, right-click in the Mixer panel, pick Add Audio Input Capture, and choose your microphone.

Talk into the mic or play a song. If the green bars move, OBS is hearing the source. If they stay flat, the problem is at the Windows level. Jump to Fix 5 or Fix 6.

Fix 3: Set mic and desktop audio to separate tracks

Recording a tutorial or commentary? You probably want your voice on one track and app sound on another, so you can balance them later. Here is the setup most creators use:

  1. Open Settings → Audio → Global Audio Devices.
  2. Set Desktop Audio to your speakers, Mic/Aux to your mic.
  3. Go to Settings → Output → Recording and tick tracks 1, 2, and 3.
  4. In the Mixer, click the gear next to Desktop Audio, choose Advanced Audio Properties.
  5. Give Desktop Audio tracks 1 and 2. Give Mic/Aux tracks 1 and 3.

Track 1 is your mix, track 2 is clean desktop, track 3 is clean mic. This only works in MKV format: MP4 collapses multi-track audio. See Fix 7 for a quick remux.

Fix 4: Update audio drivers

Outdated drivers are a silent killer. OBS may show green bars but save a corrupted audio stream. This shows up most often after a big Windows Update, when older Realtek or USB audio drivers fall out of sync.

Windows 11 Sound settings panel showing audio input and output devices
Windows 11 Sound settings panel showing audio input and output devices

To update:

  1. Press Windows key + X and pick Device Manager.
  2. Expand Sound, video and game controllers.
  3. Right-click your audio device (Realtek, Intel, or your USB interface).
  4. Choose Update driver → Search automatically for drivers.
  5. Restart Windows.

If Device Manager says you already have the latest driver, go to the vendor's site directly. Realtek, Focusrite, and Elgato release newer builds than Windows Update ships. Microsoft's official guide to updating drivers walks through the full process if you hit a snag.

Bluetooth headset users: update the headset firmware too. Many Bluetooth audio issues on Windows trace back to the headset, not the PC.

ScreenSnap Pro
Sponsored by the makers

Tired of plain screenshots? Try ScreenSnap Pro.

Beautiful backgrounds, pro annotations, GIF recording, and instant cloud sharing — all in one app. Pay $39 once, own it forever.

See what it does

Fix 5: Allow OBS mic access in Windows privacy settings

Windows 10 and 11 gate microphone access behind a privacy toggle. If the toggle is off, OBS picks up silence: no error, no warning. The mixer will look normal but record nothing.

Windows 11 Privacy settings showing microphone app permissions
Windows 11 Privacy settings showing microphone app permissions

Flip the toggle:

  1. Open Settings (Windows key + I).
  2. Go to Privacy & security → Microphone.
  3. Make sure Microphone access at the top is On.
  4. Make sure Let apps access your microphone is On.
  5. Scroll to Let desktop apps access your microphone and turn it on.
  6. Restart OBS.

Step 5 is the one people miss. OBS is a classic desktop app, not a Store app, so the desktop toggle is what matters. If that switch is off, OBS hears nothing.

Fix 6: Disable exclusive mode in Sound settings

Some drivers let one app "lock" the audio device. When a game or call app grabs the mic in exclusive mode, OBS gets blocked out. The fix is a single checkbox.

  1. Right-click the speaker icon in your taskbar.
  2. Click Sound settings.
  3. Scroll to Advanced → More sound settings.
  4. Go to the Recording tab, double-click your microphone.
  5. Go to the Advanced tab.
  6. Untick Allow applications to take exclusive control of this device.
  7. Click Apply, then OK. Repeat on the Playback tab for speakers.

This also helps if you hear crackling or delayed audio. Exclusive mode is off by default, but gaming headsets often turn it back on.

Fix 7: Try a different recording format (MKV vs MP4)

MP4 is the default in OBS, and it's the wrong choice for most Windows recordings. Here is why:

  • MP4 loses multi-track audio. Mic and desktop collapse into one mono mess, or one track goes silent.
  • MP4 corrupts on crash. If OBS or Windows crashes mid-record, the MP4 file is often unreadable.
  • MKV is safer. It's a container that survives crashes and preserves every audio track.

Switch like this:

  1. Open Settings → Output → Recording.
  2. Change Recording Format to MKV.
  3. Click OK and record as normal.

When you're done, use OBS's built-in remuxer: File → Remux Recordings. It converts MKV to MP4 in a few seconds, no re-encoding, no quality loss. You get the safety of MKV during capture and the compatibility of MP4 for editing or upload. The OBS Studio quickstart guide covers the basics if you want a broader reference.

Still silent? Quick checklist

If none of the seven fixes worked, try these in order:

  • Unplug and replug your USB mic. Windows sometimes loses the handle.
  • Try a different USB port. Front hubs can cause flaky audio.
  • Test a wired mic instead of Bluetooth. Bluetooth drops to 16 kHz mono when the mic is active.
  • Reinstall OBS from obsproject.com.
  • Test in Windows Voice Recorder. If that's silent too, the problem is Windows, not OBS.

Simpler alternative: ScreenSnap Pro

OBS is free and powerful, but the audio routing model costs you time. If you mostly record tutorials, bug reports, or quick walkthroughs, a simpler tool gets you to "done" faster.

ScreenSnap Pro records screen, mic, webcam, and system audio on Windows 10 and 11 with a single click. No tracks to map, no mixer to balance. Pick your mic, tick "include system audio," and hit record. The output is a clean MP4 with both tracks mixed, ready to share.

It also captures screenshots, GIFs, and adds 500+ backgrounds and 15 annotation tools. $39 one-time, license for two PCs. For a side-by-side comparison see OBS Studio alternatives for Windows, or check our screen record with audio on Windows walkthrough for built-in tools. If the built-in overlay is the real issue, see Xbox Game Bar not working.

ScreenSnap Pro is not for live streaming. OBS still wins there. But for "record this tab and my voice for five minutes," the tradeoff is worth thinking about. If you need a basic screen recorder for Windows without audio routing headaches, that guide compares the main options too.

Frequently Asked Questions

Wrapping up

OBS audio issues almost always trace back to one of three spots: track mapping in Output settings, a muted source in the Mixer, or a Windows privacy toggle. Run through Fixes 1, 2, and 5 first: they catch about 80% of cases.

If you still get silence after all seven fixes, try a simpler tool. Not every recording needs OBS-level control. Good luck, and enjoy the sound.

Author
Morgan

Morgan

Indie Developer

Indie developer, founder of ScreenSnap Pro. A decade of shipping consumer Mac apps and developer tools. Read full bio

@m_0_r_g_a_n_
ScreenSnap Pro — turn plain screenshots into polished visuals with backgrounds and annotations
Available formacOS&Windows

Make every screenshot look pro.

ScreenSnap Pro turns plain screenshots into polished visuals — backgrounds, annotations, GIF recording, and instant cloud links.

See ScreenSnap Pro