How to Capture Loopback Audio for OBS Without Stereo Mix on Windows 11
🔍 WiseChecker

How to Capture Loopback Audio for OBS Without Stereo Mix on Windows 11

Capturing loopback audio — the sound your Windows 11 PC plays through speakers or headphones — is essential for recording gameplay, streaming presentations, or creating software tutorials in OBS Studio. Many users expect the Stereo Mix device to handle this task, but Stereo Mix is often disabled, hidden, or not present on modern audio hardware and drivers. This article explains why Stereo Mix is unreliable on Windows 11 and provides three working methods to capture loopback audio directly in OBS: using an audio cable utility, enabling the Windows Audio Session API, and configuring OBS’s desktop audio device. You will learn the exact steps for each approach, the hardware and software requirements, and how to avoid common pitfalls like audio echo, sync drift, and driver conflicts.

Key Takeaways: Capture Loopback Audio in OBS on Windows 11

  • OBS Settings > Audio > Desktop Audio Device: Set to your default playback device to capture system sound without Stereo Mix.
  • VB-CABLE Virtual Audio Cable (free driver): Creates a virtual output device that routes any audio to an OBS input source.
  • OBS Audio Monitoring (Advanced Audio Properties): Enables real-time monitoring of captured audio without feedback loops.

ADVERTISEMENT

Why Stereo Mix Is Not a Reliable Option on Windows 11

Stereo Mix is a legacy Windows recording device that captures all audio played through the system’s sound card. On Windows 11, many audio drivers — especially Realtek, Conexant, and Intel Display Audio — no longer expose Stereo Mix by default. Manufacturers often hide it to simplify the audio stack or because the hardware does not support simultaneous capture and playback. Even when Stereo Mix is present, enabling it requires navigating to Sound Control Panel > Recording tab, right-clicking an empty area, and selecting Show Disabled Devices. If the device appears, you must enable it and set it as the default recording device. This process fails on many laptops and USB headsets because the audio chipset lacks a dedicated loopback path. OBS also cannot use Stereo Mix reliably when the audio format or sample rate mismatches the driver’s capabilities. For these reasons, alternative methods are more consistent and easier to configure.

Method 1: Use OBS Desktop Audio Device (Built-in, No Extra Software)

OBS can capture system audio directly without Stereo Mix by selecting the correct desktop audio device. This method works when your audio driver supports WASAPI loopback, which is standard on Windows 11. No additional drivers or cables are needed.

  1. Open OBS Studio and go to Settings > Audio
    In the Audio tab, locate the Desktop Audio Device dropdown. By default, it is set to Default. Change it to the name of your active playback device — for example, Speakers Realtek Audio or Headset Earphone. OBS will capture all audio routed to that device.
  2. Test the audio capture
    Play any sound — a YouTube video, a music player, or a system notification. In OBS, look at the audio mixer dock. You should see the Desktop Audio meter moving. If it remains flat, the selected device is not receiving audio. Switch to a different playback device from the list.
  3. Mute Desktop Audio monitoring if needed
    To prevent echo or feedback when you hear the captured audio through the same speakers, right-click the speaker icon in the Windows taskbar, select Sound settings, then Volume mixer. Mute OBS or lower its output volume. Alternatively, in OBS, click the gear icon next to Desktop Audio in the mixer, choose Advanced Audio Properties, and set Audio Monitoring to Monitor Off.

ADVERTISEMENT

Method 2: Install VB-CABLE Virtual Audio Cable for Flexible Routing

VB-CABLE Virtual Audio Cable is a free, lightweight driver that creates a virtual audio device. You can set it as your Windows output device, then use it as an input source in OBS. This method gives you full control over which applications produce loopback audio.

  1. Download and install VB-CABLE
    Go to the official VB-Audio website and download the VB-CABLE Virtual Audio Cable installer. Run the installer and restart your PC when prompted. After restart, open Sound settings and confirm that CABLE Input and CABLE Output appear in the list of sound devices.
  2. Set CABLE Output as the default playback device
    Right-click the speaker icon in the system tray and select Sound settings. Under Output, choose CABLE Output. All system sounds now route through the virtual cable instead of your speakers. You will not hear anything until you forward the audio to your physical output.
  3. Forward virtual cable audio to your speakers
    Open the VB-CABLE Control Panel from the Start menu. In the Output section, select your real playback device — for example, Speakers Realtek Audio. This sends the audio from CABLE Output to your headphones or speakers so you can hear it.
  4. Add CABLE Input as an audio source in OBS
    In OBS, go to Sources and click the plus icon. Choose Audio Input Capture and name it Loopback Audio. In the Device dropdown, select CABLE Input. The audio meter in OBS will now show the loopback signal.

Method 3: Use OBS Audio Monitoring with WASAPI Loopback

This method uses OBS’s built-in WASAPI loopback capability combined with audio monitoring. It is useful when you want to capture audio from a specific application without affecting other system sounds.

  1. Create an Application Audio Capture source in OBS
    In OBS, click the plus icon in Sources and select Application Audio Capture. In the dialog, choose the specific application from the dropdown — for example, Chrome or Spotify. This source captures only that application’s audio, not the entire system.
  2. Enable audio monitoring for the source
    Right-click the new source in the mixer and select Advanced Audio Properties. In the Audio Monitoring column, choose Monitor and Output. This sends the captured audio to your headphones or speakers while also including it in your stream or recording.
  3. Adjust monitoring delay if audio is out of sync
    If the monitored audio lags behind the video, go to Settings > Advanced > Audio. Under Audio Monitoring, adjust the Sync Offset in milliseconds. A value of 100-300 ms often fixes sync issues with webcam or game capture.

Common Issues When Capturing Loopback Audio on Windows 11

OBS shows no audio meter for Desktop Audio

This occurs when the selected Desktop Audio Device is not receiving any sound. Open Windows Sound settings and confirm that the chosen device is set to Default and that audio is playing. If the device is a Bluetooth headset, switch to a wired output because Bluetooth often disables loopback support. Restart OBS after changing the audio device.

Audio echo or feedback loop during recording

Echo happens when OBS captures the desktop audio and plays it back through the same speakers, creating a loop. Disable audio monitoring for the Desktop Audio source in Advanced Audio Properties. Also mute OBS in Windows Volume mixer. If using VB-CABLE, ensure the control panel is not routing audio back into CABLE Input.

VB-CABLE audio is distorted or has static noise

Distortion often results from a sample rate mismatch. Open the VB-CABLE Control Panel and set both Input and Output sample rates to 48000 Hz. In OBS, go to Settings > Audio and set Sample Rate to 48 kHz. Restart OBS and the audio source. If the problem persists, uninstall VB-CABLE, reboot, and reinstall the latest version.

Application Audio Capture does not list the app

Some applications — especially UWP apps from the Microsoft Store — do not expose their audio streams to OBS. Close the application, restart OBS, and relaunch the app. If it still does not appear, use the Desktop Audio method instead. Alternatively, run the application in windowed mode rather than fullscreen.

Item Desktop Audio Device (OBS Built-in) VB-CABLE Virtual Audio Cable
Description Captures all audio from a selected playback device using WASAPI loopback Creates a virtual output device that routes system audio to an OBS input source
Setup complexity Low — no extra software required Medium — requires driver install and configuration
Audio routing flexibility Low — captures entire device, cannot isolate apps High — can mix or isolate applications by routing to the virtual cable
Latency Very low — native WASAPI loopback Low — adds 1-5 ms buffering
Compatibility Works with most wired and USB audio devices Works with all audio devices, including Bluetooth

Capturing loopback audio on Windows 11 for OBS is straightforward once you bypass the unreliable Stereo Mix device. Use the built-in Desktop Audio Device method for quick recordings with no extra software. Install VB-CABLE when you need to route audio from multiple applications or want to hear the captured sound through your speakers. For application-specific capture, rely on OBS’s Application Audio Capture source with monitoring enabled. After setting up your preferred method, test the audio levels by playing a known sound and adjusting the mixer sliders in OBS so the peak stays between -12 dB and -6 dB. An advanced tip: create a separate audio track in OBS Settings > Output > Recording for loopback audio only — this lets you adjust the volume independently during post-production.

ADVERTISEMENT