System Hide or Show Disabled Sound Devices in Settings on Windows 11


sound_banner.webp

This tutorial will show you how to hide or show disabled input and output sound devices on the Settings > Sound > All sound devices page for your account in Windows 11.

Starting with Windows 11 build 26340.9354 (Experimental 26H2) for Insiders, Microsoft added toggles so that you can choose whether to hide or show disabled, disconnected, and unplugged devices on the All sound devices page in Settings.

If you don't want to see disabled sound or audio input and output devices on the All sound devices page in Settings, you can hide them.



Contents

  • Option One: Hide or Show Disabled Sound Devices in Settings
  • Option Two: Hide or Show Disabled Sound Devices in Settings using REG file




Option One

Hide or Show Disabled Sound Devices in Settings


1 Open Settings (Win+I).

2 Click/tap on System on the left side, and click/tap on Sound on the right side. (see screenshot below)


audio_devices-1.webp

3 Under Advanced, click/tap on All sound devices. (see screenshot below)


audio_devices-2.webp

4 Under System defaults, click/tap on Show devices for flow on this page to expand it open. (see screenshots below step 5)

5 Turn on (show - default) or off (hide) Show disabled audio devices on this page for what you want. (see screenshots below)

You will see all disabled audio devices grayed out at the bottom of this page when Show disabled audio devices on this page is turned on.


audio_devices-4.webp
audio_devices-3.webp

6 You can now close Settings if you like.




Option Two

Hide or Show Disabled Sound Devices in Settings using REG file


1 Do step 2 (show) or step 3 (hide) below for what you would like to do.

2 Show Disabled Sound Devices in Settings

This is the default setting.


A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Turn_ON_Show_disabled_audio_devices_on_Settings_All-sound-devices_page.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Multimedia\Audio\DeviceCpl]
"ShowDisabledDevices"=dword:00000001

3 Hide Disabled Sound Devices in Settings

A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Turn_OFF_Show_disabled_audio_devices_on_Settings_All-sound-devices_page.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Multimedia\Audio\DeviceCpl]
"ShowDisabledDevices"=dword:00000000

4 Save the .reg file to your desktop.

5 If you have Smart App Control turned on, you will need to unblock the downloaded REG file.

6 Double click/tap on the downloaded .reg file to merge it.

7 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

8 You can now delete the downloaded .reg file if you like.


That's it,
Shawn Brink


 

Attachments

Last edited:
Back
Top Bottom