Configuring Default Playback Device in Windows 11 and 10: 7 Methods (Complete 2026 Guide)
Quick Solution: Configuring default playback device in Windows 11 takes under 30 seconds. Right-click the speaker icon in the taskbar and select Sound settings. Under Output, click the dropdown and choose your preferred device. For full control over both the Default Device and the Default Communication Device, press Win + R, type mmsys.cpl, and use the Playback tab.
Most guides give you one method, and if it does not work, you are on your own. This Axeetech guide gives you all 7 methods, a symptom-to-fix navigator, specific fixes for HDMI takeover, Bluetooth reconnect issues, and complete steps for Teams, Zoom, Discord, PowerShell, and Remote Desktop. If your audio is going to the wrong device, one of these sections solves it.

Also on Axeetech: Default printer settings | Your System Is Repairing Itself Please Wait
What Is Configuring Default Playback Device is? (Three Roles Explained)
Before configuring anything, it helps to know that Windows assigns audio output to three separate roles, not just one. Most users only know about the Default Device and miss the other two entirely.
| Device Role | What It Controls | Apps That Use It |
|---|---|---|
| Default Device | All general audio: media, games, system sounds, browser audio | Spotify, Netflix, YouTube, games, Windows notifications |
| Default Communication Device | Voice and call audio only | Microsoft Teams, Zoom, Discord, Skype |
| Default Console Device | Audio from command-line and console applications | Rarely configured, used by terminal audio output |
These roles can point to different hardware simultaneously. For example, speakers can handle media playback while a USB headset handles call audio. The green checkmark icon in mmsys.cpl indicates the Default Device. The green phone icon indicates the Default Communication Device. In the Windows 11 Settings app, a device showing “Default device” is configured as the default. A device showing “Enabled” is active but not the default output.
Also on Axeetech: Run a Troubleshooter for PC Issues in Windows 11
Quick Symptom-to-Fix Navigator
If you already know your specific problem, use this table to jump straight to the section that solves it. You do not need to read every method in order.
| Symptom | Most Likely Cause | Jump to Section |
|---|---|---|
| Audio plays from wrong device after plugging in headphones | Default Device not updated | Method 1 or Method 2 |
| HDMI monitor keeps stealing audio | Windows auto-promotes HDMI | HDMI troubleshooting H3 |
| Teams or Zoom use a different audio device than Windows | Default Communication Device is wrong | Communication Device section |
| Bluetooth headphones do not restore as default after reconnecting | Bluetooth reconnect behavior | Bluetooth troubleshooting H3 |
| No audio devices appear in the Playback tab | Audio service has stopped | AudioEndpointBuilder H3 |
Method 1: Configure Default Playback Device via Taskbar (Fastest Method)
The taskbar fly-out is the quickest way to switch the default playback device without opening any settings panel.
Windows 11
- Click the speaker icon in the taskbar to open the volume fly-out.
- Click the chevron (right-angle arrow) to the right of the volume slider.
- A list of all available playback devices appears.
- Click your preferred device to switch immediately.
Windows 10
- Click the speaker icon in the taskbar.
- Click the device name displayed above the volume slider.
- A list of connected audio devices expands.
- Click the device you want to use.
Tip: The taskbar fly-out switches the Default Device immediately but does not let you control the Default Communication Device separately. For Teams, Zoom, or Discord, also configure the Default Communication Device via mmsys.cpl, which is covered in Method 2 below.
Must read: Preferred Default Printer
Method 2: Configure Default Playback Device via Sound Control Panel (Full Control)
mmsys.cpl is the most powerful method for configuring the default playback device because it gives you separate control over the Default Device and the Default Communication Device in one window. The taskbar and Settings app do not offer this split control.
- Press Win + R, type mmsys.cpl, and press Enter.
- Click the Playback tab.
- Right-click your preferred playback device.
- Select Set as Default Device to set it for all general audio.
- Select Set as Default Communication Device to set it for voice apps.
- Click Apply, then OK.

Alternatively, use the Set Default dropdown button at the bottom to choose both roles at once or independently.
Tip: Right-click anywhere inside the blank area of the Playback tab and select Show Disabled Devices and Show Disconnected Devices. This reveals hidden audio hardware that would otherwise not appear. If your headphones, Bluetooth device, or secondary sound card are missing from the list, this step makes them visible.
Method 3: Configure Default Playback Device via Windows Settings
The Settings app is the most user-friendly path for everyday users and handles most straightforward configuration needs.
Windows 11
- Press Windows + I to open Settings.
- Click System, then Sound.
- Under Output, click the dropdown or click the arrow to expand the full device list.
- Devices showing “Default device” are already configured. Devices showing “Enabled” are active but not the default.
- Select your preferred device. The change takes effect immediately.

Windows 10
- Press Windows + I to open Settings.
- Click System, then Sound.
- Under Output, use the “Choose your output device” dropdown.
- Select your preferred device.
Tip: In Windows 11 Settings, click the right-angle arrow next to any device name to access advanced settings for that specific device. This panel contains volume normalization, audio enhancements, the Spatial sound selector (Dolby Atmos, Windows Sonic for Headphones, DTS Sound Unbound), and per-device format configuration.
Method 4: Configure Default Playback Device via Game Bar (For Gamers)
The Xbox Game Bar lets you configure the default playback device without leaving fullscreen, which makes it the best option for switching audio mid-game.
Press Win + G to open the Game Bar from any application. In the Audio widget (the speaker section), click the Output dropdown and select your preferred playback device. The change applies immediately. Also use the Communications input dropdown in the same panel to configure the device for Teams, Zoom, and Discord voice chat.
Tip: Win + G works in all fullscreen applications, not just games. Use it to switch audio output during any video call, streaming session, or presentation without alt-tabbing out. It is also the only method that lets you switch both the playback device and the communication device in one place without opening mmsys.cpl.
Method 5: Configure Default Playback Device Using PowerShell
PowerShell is the method for IT administrators, automation scripts, and remote configuration. It requires the AudioDeviceCmdlets module from PowerShell Gallery, maintained by frgnca on GitHub.
Open PowerShell as administrator and install the module:
Install-Module -Name AudioDeviceCmdlets
If prompted about an untrusted repository, type Y and press Enter.
List all audio output devices:
Get-AudioDevice -List
Note the Index number of the device you want to set as default.

Set the default playback device by index:
Set-AudioDevice -Index 2
Replace 2 with your device’s actual index number. Verify the change applied correctly:
Get-AudioDevice -Playback
Confirm the output shows Default: True for your chosen device.
Set the Default Communication Device on the same index:
Set-AudioDevice -Index 2 -DefaultCommunication
Warning: AudioDeviceCmdlets is a third-party PowerShell module maintained by frgnca on GitHub and is not developed or supported by Microsoft. Review the module source on GitHub before installing in enterprise environments. The module does not require a restart and changes apply immediately.
Method 6: Configure Default Playback Device Using SoundSwitch (Hotkey Method)
SoundSwitch is a free open-source tool that adds a global hotkey to cycle through your configured audio devices without touching any settings menu. It is the best long-term solution for users who switch between headphones and speakers many times per day.
- Download SoundSwitch from its official GitHub page.
- Install and open SoundSwitch.
- In the Playback tab inside SoundSwitch, tick the checkboxes next to the devices you want to include in the rotation.
- Press Ctrl + Alt + F11 to cycle through your selected playback devices.
- Press Ctrl + Alt + F12 to cycle through recording devices.
- A system tray notification confirms which device is now active.
Tip: SoundSwitch is especially useful for users who switch between headphones and speakers many times per day. Set up two devices in the rotation and tap Ctrl + Alt + F11 to switch between them instantly from any application without opening any settings panel.
Method 7: Configure Default Playback Device Per App (Volume Mixer)
Windows 11 supports per-app audio output routing. Different apps can use different playback devices simultaneously without changing the system default, which means Spotify can play through speakers while a Zoom call uses a USB headset at the same time.
- Press Windows + I to open Settings.
- Go to System, then Sound, then Volume mixer.
- Under Apps, find the application you want to configure.
- Click the Output dropdown next to that app.
- Select the playback device for that specific app.
- The change takes effect immediately.
Tip: Volume Mixer per-app routing does not affect the system Default Device. Changes here only apply to the specific app you configure. If the app restarts, Windows may reset its output to the system default. Reconnecting the app’s audio device inside Volume Mixer resolves this.
Configure Default Communication Device for Teams, Zoom, and Discord
The Default Communication Device is the most common source of audio going to the wrong device during calls. Most users fix their system default but forget this separate role entirely, then wonder why Teams still uses the wrong output.

Open mmsys.cpl, click the Playback tab, right-click your headset or call device, and select Set as Default Communication Device. Then click the Communications tab at the top of the Sound Control Panel window. This tab controls audio ducking, the automatic volume reduction Windows applies to all other audio when it detects call activity.
Under “When Windows detects communications activity,” choose one of four options: Do nothing, Reduce the volume of other sounds by 80%, Reduce the volume of other sounds by 50%, or Mute all other sounds. Set this to Do nothing to prevent Windows from reducing your speaker volume every time a call starts.
Tip: Microsoft Teams, Zoom, and Discord each have their own independent audio device selectors inside their app settings. Even after correctly configuring the Windows Default Communication Device, verify the device selection inside each app separately. App-level settings take priority over the Windows system setting for those specific applications.
Fix Common Default Playback Device Problems
Even after following every method above, some users encounter persistent problems. Each of the following issues has a targeted fix.
HDMI Audio Keeps Becoming the Default Device
Windows automatically promotes HDMI as the default audio device when it detects a display’s audio capability. This happens every time you plug in a monitor that has built-in speakers, even ones you never use. To stop this permanently, open mmsys.cpl, click the Playback tab, right-click your HDMI audio device, and select Disable. Windows will no longer switch to it automatically. Alternatively, right-click the HDMI device and select Set as Default only on the occasions when you specifically want to use monitor audio.
Bluetooth Headphones Not Restoring as Default After Reconnecting
Bluetooth devices disconnect and reconnect frequently, and Windows does not automatically restore them as the default device after each reconnection. After reconnecting Bluetooth headphones, open the taskbar fly-out or mmsys.cpl and manually set them as default again. Additionally, open Settings, Bluetooth and devices, then click your headphone’s device page. Check for the Bluetooth Absolute Volume setting and make sure it is enabled. Absolute Volume conflicts sometimes cause Bluetooth audio to route incorrectly to a different output.
No Audio Devices Showing in the Playback Tab
If the Playback tab in mmsys.cpl shows no devices at all, the AudioEndpointBuilder service or Windows Audio service has stopped. This often happens after a Windows update or driver conflict.
Open services.msc, find Windows Audio Endpoint Builder (AudioEndpointBuilder), right-click, and select Restart. Then find Windows Audio (AudioSrv), right-click, and select Restart. Return to mmsys.cpl and check the Playback tab. All devices should reappear without requiring a full system reboot.
Default Device Keeps Reverting After Reboot
A device driver update or new hardware connection sometimes resets the default audio device after each restart. Update your audio drivers from Device Manager or download the latest version directly from your OEM’s website (Realtek Audio Console, Intel SST Audio, Nahimic software). After updating, configure the default playback device again and test whether the setting persists through a full reboot.
Configure Sample Rate and Audio Format for Best Quality
Configuring the default playback device also includes setting the audio format. A mismatch between the audio format and what an app outputs causes quality degradation, stuttering, or failed audio handoff to a new device.
| Sample Rate | Bit Depth | Best Use Case |
|---|---|---|
| 44100 Hz | 16-bit | Music streaming, general playback, CD-quality audio |
| 48000 Hz | 24-bit | Video playback, YouTube, Blu-ray, video calls |
| 96000 Hz | 24-bit | High-resolution music playback |
| 192000 Hz | 24-bit | Audiophile listening and music production |
To configure, open mmsys.cpl, right-click your default device, and select Properties. Click the Advanced tab. Use the Default Format dropdown to select your preferred sample rate and bit depth. Click Test to hear the result before clicking Apply.
Under Exclusive Mode on the same Advanced tab, uncheck “Allow applications to take exclusive control of this device.” This prevents specific apps from hijacking the audio device and causing conflicts with other programs running simultaneously.
Configure Dual Output with Voicemeeter Banana
Windows only supports one Default Device for system audio at a time. To send audio to two devices simultaneously (speakers and headphones at the same time), you need a virtual routing tool. Voicemeeter Banana is the most capable free option available.
Voicemeeter Banana installs a virtual audio cable and a virtual audio device in Windows. Set the Voicemeeter virtual device as your system Default Device. Inside Voicemeeter, route that virtual input to multiple hardware outputs. Both physical devices then receive the same audio stream simultaneously without any per-app configuration.
Tip: Voicemeeter Banana also works as a full audio mixer for streaming setups. Route game audio to one output, Discord to another, and both to your streaming encoder simultaneously. It is the most capable free audio routing tool available for Windows users who need more than the built-in Volume Mixer provides.
Configure Default Audio for Remote Desktop (RDP)
When using Remote Desktop Protocol (RDP), audio from the remote session plays on the local or remote machine depending on your RDP client configuration. Many users overlook this entirely and wonder why they hear no audio during remote sessions.
To configure RDP audio playback, open the Remote Desktop Connection client (mstsc.exe). Before connecting, click Show Options to expand the full settings panel. Click the Local Resources tab. Under Remote audio, click Settings. Under Remote audio playback, select “Play on this computer” to route all remote session audio through your local default playback device. Select “Play on remote computer” to play audio on the remote machine’s speakers. Select “Do not play” to disable audio entirely in the session.
Frequently Asked Questions
What is the difference between Default Device and Default Communication Device?
The Default Device handles all general audio including music, video, games, and system sounds. The Default Communication Device is used exclusively by voice and call applications such as Microsoft Teams, Zoom, Discord, and Skype. These two roles can point to different physical hardware simultaneously, which is the most common source of audio going to the wrong device during calls.
Why does my HDMI keep becoming the default audio device?
Windows automatically promotes HDMI audio when it detects a display with audio capability. Open mmsys.cpl, click the Playback tab, right-click your HDMI audio device, and select Disable. This permanently prevents Windows from switching to it automatically, and your preferred output stays as the default.
How do I configure the default playback device in Windows 11 without a mouse?
Press Win + R, type mmsys.cpl, and press Enter. Tab to the device list on the Playback tab, use the arrow keys to select your preferred device, then press Alt + D to set it as the default. The entire process is keyboard-navigable without a mouse. This method works in Windows 10 and Windows 11.
Can I configure two devices as default audio output at the same time?
Not natively. Windows only supports one Default Device at a time. However, you can use the Volume Mixer to route different apps to different devices simultaneously. For true audio mirroring to two devices at once, install Voicemeeter Banana, set the Voicemeeter virtual device as your Default Device, and route it to multiple physical outputs inside Voicemeeter.
How do I configure the default playback device using PowerShell?
Install the AudioDeviceCmdlets module by running Install-Module -Name AudioDeviceCmdlets in an elevated PowerShell window. Run Get-AudioDevice -List to see all available devices with their index numbers. Then run Set-AudioDevice -Index 2 (replacing 2 with your device’s index). Verify with Get-AudioDevice -Playback to confirm Default: True.
What is audio ducking and how do I disable it?
Audio ducking is the automatic volume reduction Windows applies to all other audio when it detects communication activity such as a phone call or video conference. To disable it, open mmsys.cpl, click the Communications tab, and select “Do nothing” under “When Windows detects communications activity.” This stops Windows from lowering your speaker volume every time a Teams or Zoom call starts.
How do I configure per-app audio output in Windows 11?
Open Settings, go to System, then Sound, then Volume mixer. Under the Apps section, find the application you want to configure and click the Output dropdown next to it. Select the playback device for that specific app. The change takes effect immediately and does not affect the system Default Device.
Why are no audio devices showing in my Playback tab?
The Windows Audio Endpoint Builder (AudioEndpointBuilder) service has likely stopped. Open services.msc, find Windows Audio Endpoint Builder, right-click, and select Restart. Then find Windows Audio (AudioSrv) and restart it as well. Return to mmsys.cpl and the Playback tab. All devices should reappear without a system reboot.
How do I configure default audio for Remote Desktop sessions?
Open the Remote Desktop Connection client (mstsc.exe) and click Show Options before connecting. Click the Local Resources tab, then click Settings under Remote audio. Select “Play on this computer” to route all session audio through your local default playback device. This ensures you hear the remote computer’s audio through your local speakers or headphones.
Does SoundSwitch work on Windows 11?
Yes. SoundSwitch is fully compatible with Windows 11 and receives regular updates on its GitHub page. After installing, configure your preferred devices in the SoundSwitch Playback tab and use Ctrl + Alt + F11 to cycle through them. SoundSwitch also supports hotkey customization if the defaults conflict with other applications.
Is a freelance tech writer based in the East Continent, is quite fascinated by modern-day gadgets, smartphones, and all the hype and buzz about modern technology on the Internet. Besides this a part-time photographer and love to travel and explore. Follow me on. Twitter, Facebook Or Simply Contact Here. Or Email: info@axeetech.com
