Skip to content

No Sound on Windows 11: How to Fix It

Last verified August 2026Tested against Windows 11, Windows 10Well documented

Nine times out of ten Windows is playing audio through a device you are not listening to — a monitor over HDMI, a disconnected headset, or a virtual device installed by another app. Click the speaker icon in the taskbar and pick the right output first. Only if that is already correct is it worth touching drivers.

Windows keeps a list of output devices and remembers per-device volume levels, so "no sound" often means "sound is going somewhere else" or "that one device is muted". Both are much more common than a broken driver, and both take seconds to rule out.

Symptoms

  • No sound from speakers or headphones, while the volume slider looks normal
  • Sound works in one app but not another
  • Audio stopped after plugging in a monitor, dock, or headset
  • The speaker icon shows a red X or "No audio output device is installed"
  • Sound disappeared after a Windows update

Why this happens

Windows is sending audio to a different device

Connecting a monitor over HDMI or DisplayPort adds an audio output, and Windows may switch to it automatically. The PC is playing sound correctly — into a monitor with no speakers, or a headset sitting on the desk.

Check which output device Windows is using

That device or app is muted independently

Windows stores separate volume levels per application and per device, so one app can sit at zero while everything else is fine.

Check the volume mixer for a muted app or device

Audio enhancements are interfering

Enhancements process the signal before it reaches your hardware. On some devices this produces silence rather than improved sound, which is why Microsoft documents turning them off as a troubleshooting step.

Turn off audio enhancements

The audio service or driver is in a bad state

The Windows Audio service can stop responding, and a driver can be left inconsistent by an update. Both are recoverable without reinstalling anything.

Restart the Windows audio services · Reinstall the audio driver

Fixes

1.Check which output device Windows is using

about 2 min

This is Microsoft's first step and it resolves most cases. If the wrong device is selected, everything else here is wasted effort.

Applies to: Windows 11, Windows 10

  1. Select the speaker icon on the right of the taskbar.
  2. Select the arrow next to the volume slider to list output devices.
  3. Choose the device you are actually listening through, then play something to test.
  4. If your device is not listed, open Settings → System → Sound and look under Output — a disabled device appears there but not in the taskbar list.

Confirmed by the vendor.

Source: Microsoft

2.Check the volume mixer for a muted app or device

about 2 min

Windows remembers volume per app and per device, so one can be silent while the master volume looks fine.

Applies to: Windows 11, Windows 10

  1. Right-click the speaker icon and choose Open volume mixer.
  2. Check that neither the device nor the app you are using is muted or at zero.
  3. Raise anything that is down, and unmute anything showing a crossed-out speaker.

Confirmed by the vendor.

Source: Microsoft

3.Run the built-in audio troubleshooter

about 5 min

It detects and repairs the common misconfigurations automatically, and tells you what it found even when it cannot fix it.

Applies to: Windows 11

  1. Open Settings → System → Troubleshoot → Other troubleshooters.
  2. Find Audio and select Run.
  3. Follow the prompts and note anything it reports.

Confirmed by the vendor.

Source: Microsoft

4.Turn off audio enhancements

about 3 min

Enhancements process audio before it reaches the hardware, and on some devices that produces silence.

Applies to: Windows 11

  1. Open Settings → System → Sound.
  2. Select your output device to open its properties.
  3. Set Audio enhancements to Off.
  4. Test playback again.

Confirmed by the vendor.

Source: Microsoft

5.Restart the Windows audio services

about 5 min

Recovers an audio stack that has stopped responding, without changing any configuration.

Applies to: Windows 11, Windows 10

  1. Press Windows+R, type the services console name, and press Enter.
    services.msc
  2. Find Windows Audio, right-click it and choose Restart.
  3. Do the same for Windows Audio Endpoint Builder and Remote Procedure Call (RPC).
  4. Test playback again.

Confirmed by the vendor.

Source: Microsoft

6.Try a different default audio format

about 5 min

Some devices do not support the sample rate Windows selected, which can result in no output at all.

Applies to: Windows 11, Windows 10

  1. Open Control Panel → Hardware and Sound → Sound.
  2. Select your playback device and choose Properties.
  3. On the Advanced tab, pick a different Default Format — 16 bit, 44100 Hz is widely supported.
  4. Select Test to confirm.

Confirmed by the vendor.

Source: Microsoft

7.Reinstall the audio driver

Check before applyingabout 15 min

Replaces a driver left inconsistent by an update. Windows reinstalls a working driver automatically on restart, so this is recoverable.

Applies to: Windows 11, Windows 10

Before you do this

You will have no audio at all between uninstalling and restarting. If the device came with a manufacturer driver, download it before you start so you can reinstall it if Windows only supplies a generic one.

  1. Right-click Start and choose Device Manager.
  2. Expand Sound, video and game controllers.
  3. Right-click your audio device and choose Uninstall device.
  4. If offered, tick the box to remove the driver software, then confirm.
  5. Restart the computer — Windows reinstalls the device automatically.

Confirmed by the vendor.

Source: Microsoft

If none of this worked

If sound works through headphones but not speakers, or vice versa, the problem is that specific device rather than Windows audio as a whole — check its physical connection and its own volume control first. If there is no audio device listed at all in Device Manager, the hardware is not being detected, which points at a connection or hardware fault rather than a driver.

Common questions

Why did sound stop after a Windows update?
Updates can change the default output device or replace a manufacturer driver with a generic one. Check the output device selection first; if that is right, reinstalling the audio driver is the documented next step.
Why does one app have no sound while everything else works?
Windows stores volume per application. Open the volume mixer while that app is running and check its level — apps only appear in the mixer while they are playing.

Related problems

Sources

  • Microsoft · Support page · checked Aug 15, 2026

    • Microsoft's first step is checking that the correct output device is selected
    • Audio enhancements can cause playback problems and can be turned off in Settings > Sound > Advanced
    • Windows includes an audio troubleshooter at Settings > System > Troubleshoot > Other troubleshooters
    • Restarting the Windows Audio, Windows Audio Endpoint Builder and Remote Procedure Call services is a documented step
    • Reinstalling or rolling back the audio driver in Device Manager is a documented step
    • Changing the default audio format in Control Panel > Sound > Advanced is a documented step