How to Change Audio Output With a Hotkey on Windows 11

If you use multiple audio devices on your PC — like headphones, speakers, Bluetooth earbuds, or a monitor with built-in audio — switching between them can get tedious. Normally, you’d have to click through menus in the system tray every time you want to change your sound output.

But what if you could switch audio outputs instantly with a keyboard shortcut?

In this guide, we’ll show you how to change audio output with a hotkey on Windows 11 using a few different methods — from simple built-in tricks to lightweight third-party tools.

1. The Manual Way: Change Audio Output from Quick Settings

Before setting up a shortcut, it’s worth knowing the default way to switch devices.

  1. Click the sound icon on the taskbar (bottom-right corner).
  2. Click the arrow (>) next to the volume slider.
  3. You’ll see a list of all available playback devices.
  4. Click the one you want to use — like Speakers, Headphones, or Bluetooth audio.

This works fine occasionally, but if you switch often, a hotkey is much faster.

2. Use Windows Settings to Set a Default Audio Device

If your PC automatically switches to the wrong audio output, you can set your preferred default before creating hotkeys.

  1. Press Windows + I to open Settings.
  2. Go to System → Sound.
  3. Under Output, select the device you use most often.
  4. Click Set as default sound device.

Now you’re ready to create a shortcut to toggle between outputs quickly.

3. Use SoundSwitch to Create Audio Output Hotkeys

The easiest and most powerful way to change audio devices with a hotkey on Windows 11 is by using a free tool called SoundSwitch.

It lets you assign a custom keyboard shortcut to instantly switch between connected playback devices — perfect for users who alternate between speakers and headphones frequently.

Steps to Set It Up

  1. Download SoundSwitch from its official website.
  2. Install and launch the app. You’ll see a SoundSwitch icon appear in the system tray.
  3. Right-click the icon and choose Settings.
  4. Under the Playback tab, check the boxes next to the audio devices you want to include in your switch list.
  5. Go to the Hotkeys tab.
  6. Under Switch Playback Devices, click the field and press the key combination you want (e.g., Ctrl + Alt + F1).
  7. Click OK to save your changes.

Now, whenever you press your chosen shortcut, SoundSwitch will instantly toggle between your selected audio devices — no menus or clicks needed.

Bonus:

SoundSwitch also supports switching recording (microphone) devices and showing on-screen notifications for clarity.

4. Use AutoHotkey to Create a Custom Audio Switch Shortcut

If you prefer a more hands-on approach, you can create a custom hotkey using a small AutoHotkey script.

AutoHotkey (AHK) is a free scripting tool that lets you automate Windows actions with simple commands — including changing audio output devices.

Steps to Use AutoHotkey

  1. Download AutoHotkey and install it.
  2. Right-click on your desktop → New → Text Document → rename it to something like SwitchAudio.ahk.
  3. Right-click the file → Edit Script, and paste this example code: ; Switch between two audio devices F9:: Run, mmsys.cpl WinWait, Sound ControlSend, SysListView321, {Down 1}, Sound ControlClick, &Set Default, Sound ControlClick, OK, Sound return
  4. Replace {Down 1} with {Down 2} or more, depending on how far down your desired device appears in the Sound list.
  5. Save and double-click the script to run it.

Now, every time you press F9, your PC will switch the default audio output device automatically.

Tip: You can change F9:: to any key or key combination you prefer, like Ctrl + Shift + A.

5. Create a Taskbar Shortcut for Fast Switching

If you don’t want to use third-party tools or scripts, you can still make switching faster with a desktop or taskbar shortcut to open the Sound settings directly.

To create the shortcut:

  1. Right-click your desktop → New → Shortcut.
  2. In the location field, type: ms-settings:sound
  3. Name the shortcut (e.g., “Audio Settings”).
  4. Right-click it → Properties → Shortcut key, and assign a hotkey (for example, Ctrl + Alt + S).
  5. Click Apply → OK.

Now pressing your chosen key combo will open the Sound settings page instantly — letting you switch outputs in two clicks.

6. Use PowerToys (Optional Alternative)

Microsoft’s PowerToys doesn’t directly support changing audio devices with a hotkey (as of now), but you can use its Run utility as a quick access method.

  1. Install PowerToys from the Microsoft Store.
  2. Press Alt + Space to open PowerToys Run.
  3. Type Sound settings or ms-settings:sound and press Enter.

It’s not a direct toggle, but it’s still much faster than manually navigating through menus.

7. Bonus Tip: Use Keyboard Software for Specific Devices

Some headsets or keyboards (like Logitech, Corsair, or Razer models) include built-in software that lets you assign audio switch macros.

  • Logitech G Hub → Create a macro to open audio settings or trigger SoundSwitch.
  • Corsair iCUE → Map a key to toggle between default playback devices.
  • Razer Synapse → Assign media control functions to custom keys.

This approach works best if you already use branded gaming peripherals.

8. Restart Windows Audio Service (If Hotkey Doesn’t Work)

If your audio switch hotkey suddenly stops working, the Windows Audio service might have frozen.

  1. Press Windows + R, type services.msc, and press Enter.
  2. Scroll down to Windows Audio.
  3. Right-click it → Restart.
  4. Do the same for Windows Audio Endpoint Builder.

After restarting the services, your hotkeys and audio switching should function again.

Wrapping Up

Changing audio outputs manually in Windows 11 can be a hassle, but with a few tweaks, you can make it instant.

For most users, SoundSwitch is the easiest and most reliable option — letting you create a single hotkey to toggle between any connected audio devices. If you like automation, AutoHotkey offers deeper customization.

Once set up, switching between headphones, speakers, or Bluetooth devices becomes effortless — just press your hotkey, and Windows instantly redirects the sound where you want it.

Posted by Arpita

With a background in Computer Science, she is passionate about sharing practical programming tips and tech know-how. From writing clean code to solving everyday tech problems, she breaks down complex topics into approachable guides that help others learn and grow.

X