Windows

How to Reset Sound Settings in Windows 11 and 10

By ··Updated August 27, 2026·4 min read
What this guide covers
  1. 1. Check the output device
  2. 2. Check per-app volume
  3. 3. Reset an app’s audio settings
  4. 4. Run the audio troubleshooter
  5. 5. Restart the audio services
  6. 6. Turn off audio enhancements
  7. 7. Try a different sample rate
  8. 8. Reinstall the audio driver
  9. 9. Check the microphone separately
  10. 10. Bluetooth audio specifically
  11. Frequently asked questions
  12. Is there a single button to reset all sound settings?
  13. My sound stopped after a Windows update.
  14. Why does sound work in one app but not another?
  15. Sound cuts out after the PC sleeps.
  16. Do I need the Realtek Audio Console?

There is no single “reset sound” button in Windows, which is why this question is asked so often. What there is instead is a short sequence that returns audio to a working default state — and it fixes most sound problems without reinstalling anything.

Start with the output device. It is wrong more often than everything else combined.

Windows 11 sound settings showing output devices
Settings → System → Sound is where nearly all of this lives.

Checked August 2026. Applies to Windows 11 25H2 and Windows 10 22H2, where menu names differ slightly.

1. Check the output device

Windows switches output automatically when you plug in a monitor, a headset or a Bluetooth device, and does not always switch back.

  1. Press Win + ISystemSound.
  2. Under Output, select the device you actually want.

A common trap: a monitor connected over HDMI or DisplayPort appears as an audio device even when it has no speakers. Sound is playing perfectly — into a screen that cannot make any.

2. Check per-app volume

Windows keeps a separate volume for every application, and one can be muted while everything else works.

SettingsSystemSoundVolume mixer.

Check both the level and the output device for each app — an application can be routed to a different device entirely.

3. Reset an app’s audio settings

The closest thing to a real reset button, and few people know it exists:

  1. SettingsSystemSound.
  2. Scroll to AdvancedVolume mixer.
  3. At the bottom, next to Reset sound devices and volumes for all apps to the recommended defaults, select Reset.

This clears every per-app override in one step.

4. Run the audio troubleshooter

SettingsSystemTroubleshootOther troubleshootersRun next to Audio.

It checks for muted devices, disabled endpoints and stopped services, and fixes several of them itself.

5. Restart the audio services

Audio services get stuck, particularly after sleep. From an elevated Command Prompt:

net stop audiosrv
net stop AudioEndpointBuilder

net start AudioEndpointBuilder
net start audiosrv

Order matters: AudioEndpointBuilder must be running before audiosrv will start.

To check they are configured correctly, run services.msc and confirm both Windows Audio and Windows Audio Endpoint Builder are set to Automatic.

6. Turn off audio enhancements

Enhancements are a frequent cause of distortion, crackling and complete silence on specific devices.

  1. SettingsSystemSound.
  2. Select your output device.
  3. Set Audio enhancements to Off.

If the vendor’s own utility is installed — Realtek Audio Console, Nahimic, Dolby Access, Sonic Studio — check it too. These layer their own processing on top and often re-enable effects after an update.

7. Try a different sample rate

Some devices misbehave at particular sample rates, especially over Bluetooth or USB.

  1. SettingsSystemSound → your output device.
  2. Under Format, try 24 bit, 48000 Hz (Studio Quality).
  3. Test, then try 44100 Hz if it is still wrong.

8. Reinstall the audio driver

The proper reset when nothing above helps.

  1. Press Win + X, then M, for Device Manager.
  2. Expand Sound, video and game controllers.
  3. Right-click your audio device → Uninstall device.
  4. Do not tick “attempt to remove the driver” on the first attempt.
  5. Restart. Windows reinstalls it automatically.

If that does not help, repeat and tick the remove-driver box — then install the driver from your motherboard or laptop manufacturer’s support page for your exact model, not from a generic Realtek download.

Avoid “driver updater” utilities for audio in particular. They install generic drivers over vendor-tuned ones, and on laptops that frequently breaks the speaker and microphone configuration in ways that are tedious to undo.

9. Check the microphone separately

Input has its own settings and its own privacy gate:

  • SettingsSystemSoundInput — select the right device and test the level.
  • SettingsPrivacy & securityMicrophone — confirm access is allowed, both overall and for the specific app.

A microphone that works in one app and not another is nearly always the per-app privacy toggle.

10. Bluetooth audio specifically

Bluetooth headsets appear twice — once as stereo output, once as a headset with microphone at much lower quality. If audio sounds like a telephone, Windows has selected the headset profile because something is using the microphone.

Close whatever has the microphone open, then reselect the stereo output device.

Frequently asked questions

Is there a single button to reset all sound settings?

The closest is Reset sound devices and volumes for all apps in the Volume mixer. It clears per-app settings but does not touch drivers or device-level enhancements.

My sound stopped after a Windows update.

Usually a driver replaced during the update. Reinstall the vendor’s audio driver, or roll it back in Device Manager → the device → DriverRoll Back Driver.

Why does sound work in one app but not another?

Per-app volume or per-app output device in the Volume mixer. For microphones, it is the per-app privacy permission.

Sound cuts out after the PC sleeps.

Restarting the audio services usually restores it. For a permanent fix, open Device Manager → the audio device → PropertiesPower Management, and clear Allow the computer to turn off this device to save power.

Do I need the Realtek Audio Console?

Not for basic sound, which the driver handles. It is worth having if you need its equaliser, microphone effects, or the jack-detection settings on a desktop with front-panel connectors.

Found a step that no longer matches?

Tell us which version of Windows, the browser or the app you are running — that is what makes a correction usable. Your email address is not published.