Home / Guides / Stereo Mix Not Working on Windows 11

Stereo Mix Not Working on Windows 11 — Why It's Missing and What to Use Instead

If Stereo Mix isn't showing up in your Windows 10 or Windows 11 sound settings, you're not doing anything wrong. It's largely dead on modern Windows — most laptops don't expose it, Microsoft has moved away from it, and even when it exists it's often disabled or recording silence. This guide explains exactly why, how to check if you still have it, and the modern alternatives that just work.

Updated June 2026 Windows 10 & 11 ~8 minutes

TL;DR

Stereo Mix is a virtual recording device from the Windows XP / Vista / 7 era that was bundled with Realtek HD Audio drivers. On modern Windows 10 / 11 laptops it's usually missing entirely (the OEM driver doesn't include it), disabled by default, or present but recording dead silence due to driver bugs. Microsoft's modern replacement is WASAPI loopback, which is built into Windows since Vista and works on any audio chipset. Apps like OBS, Audacity 3, VoiceMeeter, and AudioRoute use WASAPI loopback under the hood — you don't need Stereo Mix at all if you use the right tool.

Contents
  1. What Stereo Mix actually is
  2. Why it's missing on modern Windows
  3. How to check if you have it
  4. How to enable it (if it's there)
  5. What if it's there but records silence
  6. Modern alternatives that just work
  7. Option 1: WASAPI loopback in OBS or Audacity
  8. Option 2: VoiceMeeter
  9. Option 3: AudioRoute
  10. Which option should I pick?
  11. FAQ

What Stereo Mix actually is

Stereo Mix — sometimes called "What U Hear", "Wave Out Mix", or "Loopback" depending on the audio chipset — is a virtual audio recording device that was standard on Windows audio drivers in the XP, Vista, and Windows 7 era. It exposed the system audio output mix as an input device, so any recording app could capture "whatever your computer is playing" by selecting Stereo Mix as the microphone source.

It was particularly common on PCs with Realtek HD Audio drivers. Realtek's driver suite included Stereo Mix as one of the recording-tab devices, alongside the actual microphone input. Plenty of recording, screencasting, and podcasting tutorials from that era told users to "just enable Stereo Mix and pick it as your input."

That advice is mostly broken on Windows 10 and Windows 11. Here's why.

Why it's missing on modern Windows

Four things combined to kill Stereo Mix as a reliable feature:

1. OEMs ship slimmer audio drivers

Most laptop and desktop manufacturers now ship a stripped-down audio driver instead of the full Realtek HD Audio Manager. Dell, HP, Lenovo, ASUS, Acer — most current-gen consumer laptops use either Microsoft's generic High Definition Audio Bus driver or a thin OEM wrapper. Neither typically exposes Stereo Mix. The full Realtek control panel that used to ship with Stereo Mix as a checkbox is increasingly rare.

2. Microsoft moved audio to a newer architecture

The old Stereo Mix worked via Windows' WaveCyclic and Kernel Streaming filter model. Since Vista, Microsoft has been moving Windows audio onto a new stack built around the Windows Audio Engine and the WASAPI (Windows Audio Session API). Modern audio drivers are increasingly written against this newer model, where Stereo Mix doesn't exist as a first-class concept. WASAPI does support recording the system audio output, but it does so through a different mechanism (loopback capture — more on this below) rather than a virtual recording device.

3. Different audio chipsets, different behaviour

Even where some form of Stereo Mix exists, it's chipset-dependent. Realtek calls it "Stereo Mix". Creative Sound Blaster cards have "What U Hear". Conexant chipsets sometimes have nothing. C-Media has its own naming. Modern laptops with Cirrus Logic chipsets (common in business laptops) usually have no equivalent at all. This patchwork makes it impossible to give a "do this and it'll work" answer that's universal.

4. It's disabled by default when it does exist

On the small subset of modern Windows machines that do still have Stereo Mix, it's almost always disabled by default. Microsoft and OEMs disable it during driver installation, and Windows Update often re-disables it after major OS updates. So even Windows users who once had it working find it silently gone after an update.

How to check if you have it

Worth a 30-second check before giving up on it:

  1. Right-click the speaker icon in the system tray (bottom-right of taskbar).
  2. Click Sound settings.
  3. Scroll down and click More sound settings (Windows 11) or Sound Control Panel (Windows 10) — this opens the classic Sound dialog.
  4. Click the Recording tab.
  5. Right-click in the empty area of the device list and tick both Show Disabled Devices and Show Disconnected Devices.
  6. Look for Stereo Mix, What U Hear, Wave Out Mix, Loopback, or any similarly-named entry.

If nothing remotely like Stereo Mix appears even with disabled and disconnected devices shown — your driver doesn't include it. No amount of tweaking will surface it. Skip ahead to the alternatives; that's where most readers end up.

How to enable it (if it's there)

If Stereo Mix does appear in the Recording tab list:

  1. Right-click it.
  2. Click Enable.
  3. Optional: right-click it again and click Set as Default Device if you want it to be the default recording input. Most users skip this — you want your microphone as the default and just pick Stereo Mix per-app when needed.
  4. Right-click again → PropertiesLevels tab — make sure the level slider isn't at 0 and the mute icon next to it isn't engaged. A surprising number of "Stereo Mix records silence" issues come down to a muted level here.

Then open the app you wanted to record with (Audacity, OBS, your DAW, Discord, etc.) and pick Stereo Mix as the input. Test by playing something and watching the meter.

What if it's there but records silence

This is depressingly common. Stereo Mix shows up in the Recording tab, you enable it, the meter never moves. Things to try, in order:

If none of that works — and on most modern systems it won't — the driver simply doesn't implement Stereo Mix correctly. There's no fix at the user level. Time for an alternative.

Modern alternatives that just work

The good news: you don't actually need Stereo Mix. Windows has had a built-in mechanism for recording system audio since Vista — it's called WASAPI loopback, and unlike Stereo Mix it works on every audio chipset because it lives in the OS, not in the audio driver.

You have three practical ways to use it.

WASAPI loopback in OBS / Audacity

Free · per-app setup

  • Built into Windows.
  • Free.
  • Each app sets it up its own way.
  • Best if you only record in one specific app.

VoiceMeeter

Free (donationware) · steep curve

  • Powerful virtual mixer.
  • Free, donationware.
  • Steep learning curve.
  • Overkill for "just record system audio".

AudioRoute

€29 one-time · 7-day free trial

  • Single tray app, click record.
  • Cross-platform (Mac & Windows).
  • Disclosure: we make this one.
  • Best if you want zero setup.

Option 1: WASAPI loopback in OBS or Audacity

This is the free path. Pick the app you record with and configure WASAPI loopback inside it. Two of the most common:

OBS Studio

  1. In OBS, click the + under SourcesAudio Output Capture.
  2. In the device dropdown, pick your system playback device (usually "Speakers" or your headphones).
  3. That source now captures everything your system is playing. OBS uses WASAPI loopback under the hood — no Stereo Mix needed.

Audacity 3.0 and later

  1. Open Audacity. In the toolbar, find the Audio Setup button (or go to Edit → Preferences → Audio Settings).
  2. Set Host to Windows WASAPI.
  3. Set Recording Device to the device with (loopback) in its name — e.g. "Speakers (Realtek High Definition Audio) (loopback)".
  4. Hit record. Audacity captures the system audio output directly via WASAPI loopback.

Caveat: each app has its own setup, and not every audio recording app exposes WASAPI loopback in a usable way. Discord, for example, doesn't expose loopback as an input source — so if you want to broadcast your system audio over Discord, you need a different approach.

Option 2: VoiceMeeter

VoiceMeeter by VB-Audio is a free virtual audio mixer that creates virtual cables which appear as both input and output devices. You can route Windows audio output through a virtual cable that loops back as a recording input, then any app can record from that input.

It's powerful: full mixing console, multiple buses, EQ, gating, virtual cables for routing audio between apps. It's also famously hard to set up — the UI is dense, the documentation assumes you understand pro audio routing, and YouTube tutorials for the basic "record system audio" setup tend to run 15-20 minutes. If you're already comfortable with audio engineering, VoiceMeeter is a fine free tool. If you're not, the learning curve is steep relative to the problem you're trying to solve.

VoiceMeeter has three editions — Standard, Banana, and Potato — with increasing complexity. For "record what my Windows is playing," Standard is enough.

Option 3: AudioRoute

Disclosure: AudioRoute is the product we make. This section explains what it does for the Stereo Mix problem; the comparison above is even-handed and the other options work. Treat this as the "what does it look like to use AudioRoute for this" section, not an exhortation.

AudioRoute uses WASAPI loopback under the hood (same as OBS, same as Audacity) but wraps it in a single tray app with a single record button. Install it, click the icon in the system tray, hit Record to File, do whatever produces the audio (YouTube, Zoom, Spotify, Discord, a game, anything), and click stop. A WAV file lands in %USERPROFILE%\Music\AudioRoute\, ready to drop into a DAW or use anywhere.

That's the whole setup. There's no source-picking, no device wiring, no enabling-disabled-devices, no driver reinstall. The tray app does the WASAPI loopback work that you'd otherwise do per-app in OBS or per-bus in VoiceMeeter.

It also ships a virtual audio device named AudioRoute Capture that appears as an input in any app accepting audio input — Discord, Zoom, OBS, Audacity, DAWs. That lets you pipe system audio into apps that don't have their own loopback recording capability (Discord, in particular).

Pricing: €29 one-time, 7-day free trial. Same code on Mac and Windows, so if you have both platforms it's one purchase.

Tradeoffs worth being honest about:

Which option should I pick?

Quick decision tree:

FAQ

Why did Microsoft remove Stereo Mix?

Microsoft hasn't removed it — OEMs have stopped shipping audio drivers that include it. Microsoft's modern audio stack (WASAPI loopback) does the same job more reliably, so there's no longer a strong reason for OEMs to invest in including the older mechanism. There's also some implicit pressure around DRM and copyright (Stereo Mix was historically used for ripping DRM-protected audio), though Microsoft has never made an official statement attributing the change to that.

Is WASAPI loopback the same thing as Stereo Mix?

Functionally yes — both let you record the system audio output. Technically they're different. Stereo Mix was a virtual device exposed by the audio driver. WASAPI loopback is an API exposed by Windows itself that any app can call to capture audio sent to a specific output device. The end result — you get the system audio mix as a recording — is the same.

Does WASAPI loopback work with Discord, Zoom, or other voice-chat apps?

Not directly. Discord and Zoom only accept input from devices that appear as standard audio inputs to Windows — they don't have built-in WASAPI loopback support. To pipe system audio into Discord or Zoom, you need a tool that exposes a virtual audio input device backed by WASAPI loopback. VoiceMeeter does this with its virtual cables; AudioRoute does it with the AudioRoute Capture virtual device; VB-Audio Cable is another free option specifically for this.

Will Stereo Mix come back in a future Windows version?

Unlikely. Microsoft is consistently moving away from the WaveCyclic / KS Filter audio model that Stereo Mix lived in. The trajectory is clearly toward WASAPI and AudioGraph APIs. Some OEM drivers may still include Stereo Mix for backwards compatibility, but as a feature you can rely on across machines, it's effectively retired.

Does this affect Mac users?

No — Stereo Mix is a Windows-specific feature that never existed on macOS. On Mac, the modern equivalent is the Core Audio process-tap API (macOS 14.4+) or older tools like BlackHole. If you're on Mac, see our Record System Audio on Mac guide instead.

Want the click-to-record path?

Free 7-day AudioRoute trial. No card required. Works on Windows 10 and 11, no Stereo Mix needed. Mac too if you're cross-platform.

Download free trial All guides