Skip to content
Fixes & Errors

Speakers Not Working on Windows 11: Getting Sound Back

Speakers not working on Windows 11 starts with settings before hardware. Here is the layered fix that covers wrong output device, driver failure, and physical causes.

Speakers Not Working on Windows 11: Getting Sound Back

Speakers not working on Windows 11 is frustrating precisely because it can be caused by so many different things — from a muted volume mixer to a crashed audio driver to a failed hardware component. This guide works through the causes from most to least likely, starting with the 30-second checks that resolve most cases. You’ll find the complete rundown in our Complete Guide to Fixing Windows, Browser, and Software Errors.

One cause worth ruling out early: when per-app volume control has stopped working entirely, the speakers themselves are fine, but Windows can no longer set levels for individual apps.

Before anything else: the 60-second checklist

Run through these first. Each one takes 10 seconds and resolves about one-third of speaker problems:

  1. Volume mixer: right-click the speaker icon in the taskbar → Open Volume Mixer → confirm neither the master volume nor the application volume is muted or at zero
  2. Default playback device: right-click the speaker icon → Sound settings → look at “Output” — is it set to the right device? Windows sometimes switches to HDMI or a Bluetooth speaker when one connects
  3. Mute key: press the mute/volume button on your keyboard, or Fn+F1 on laptops. Check the speaker icon in the taskbar — a red X or slash means muted
  4. Physical cable: if using external speakers, check the cable connection at both ends

If those don’t fix it, continue with the fixes below.

Fix 1: Restart the Windows Audio service

The Windows Audio service occasionally crashes or gets stuck in a non-functional state, causing complete silence across all applications. Restarting it is faster than rebooting and resolves the problem just as effectively.

Win+R → type services.msc → find “Windows Audio” → right-click → Restart. Also restart “Windows Audio Endpoint Builder” the same way. After both services restart, test your speakers.

Alternatively, from an administrator Command Prompt:

net stop audiosrv && net start audiosrv

Fix 2: Run the audio troubleshooter

Settings → System → Troubleshoot → Other troubleshooters → Playing Audio → Run. The troubleshooter checks for the most common audio problems and often fixes them automatically — missing driver, wrong default device, service not running. It’s worth running before doing anything manual because it catches easy fixes you might otherwise spend 20 minutes on.

Fix 3: Set the correct default audio device

Windows 11 sometimes changes the default audio output automatically when a new device connects (headphones via Bluetooth, a monitor with HDMI audio, a USB audio adapter). When the new device disconnects, Windows doesn’t always switch back to your speakers.

Right-click the speaker icon → Sound settings → Output → select your speakers explicitly from the dropdown. If your speakers don’t appear in the list, see Fix 5 (driver issue) or Fix 6 (device not recognised).

For more control: right-click speaker icon → Sound settings → “More sound settings” → Playback tab. Right-click your speakers → “Set as Default Device” and “Set as Default Communication Device.”

Fix 4: Check audio enhancements

Windows applies audio processing enhancements (equaliser, spatial sound, loudness equalisation) that can sometimes cause audio output to fail. To check:

  1. Right-click speaker icon → Sound settings → More sound settings → Playback tab
  2. Right-click your speakers → Properties → Enhancements tab
  3. Check “Disable all enhancements” → Apply → test

If this restores audio, a specific enhancement was causing the problem. Re-enable enhancements one at a time to identify which one — Loudness Equalization and Virtual Surround Sound are the most common culprits.

Fix 5: Update or reinstall the audio driver

A corrupted, outdated, or incompatible audio driver is one of the most common causes of speakers not working on Windows 11, particularly after Windows Updates that replace manufacturer drivers with generic versions.

Two approaches, in order of preference:

  1. Manufacturer driver: go to your laptop or motherboard manufacturer’s support page → find audio drivers for your specific model → download and install → restart
  2. Windows Device Manager: Device Manager → Sound, video and game controllers → right-click your audio device → Update driver → Search automatically

If the driver recently changed and audio broke: Device Manager → audio device → Properties → Driver → Roll Back Driver to restore the previous version.

For a completely clean driver reinstall: right-click the audio device → Uninstall device → check “Delete the driver software for this device” → restart. Windows reinstalls a fresh driver on next boot.

Fix 6: Check if the device is disabled or not recognised

Sometimes the speaker device gets disabled without an obvious reason. In Device Manager → Sound, video and game controllers → if there’s a downward arrow on any audio device, it’s disabled. Right-click → Enable device.

If no audio devices appear at all in Device Manager (not even with disabled devices shown via View → Show hidden devices): this is either a hardware failure or a severe driver issue. Run:

sfc /scannow

from an administrator Command Prompt, restart, and check Device Manager again.

Fix 7: Check audio format and sample rate

A sample rate mismatch between what the audio device expects and what Windows is sending can cause silence or distortion. Right-click speaker icon → Sound settings → More sound settings → Playback → right-click speakers → Properties → Advanced:

  • Try “24 bit, 48000 Hz (Studio Quality)” as a starting point
  • If that doesn’t help, try “16 bit, 44100 Hz (CD Quality)”
  • Click “Test” after each change to see if audio returns

Fix 8: HDMI and display audio conflicts

When a monitor is connected via HDMI or DisplayPort, the display registers as an audio device — and Windows sometimes routes audio to it instead of the speakers. This is especially common after connecting a new monitor or TV.

Right-click speaker icon → Sound settings → More sound settings → Playback tab. You may see multiple audio devices here. Right-click any HDMI/Display audio devices → Disable (if you don’t use them for audio) to force Windows to use only your speakers.

Our guide on sound crackling and quality issues covers the related problem of audio that plays but sounds wrong. For Bluetooth speaker problems specifically, our Bluetooth troubleshooting guide covers the connection and codec issues. Microsoft’s audio troubleshooting documentation covers the advanced Windows Audio Session API (WASAPI) settings and the audio diagnostics using the Windows Performance Recorder.

Fix 9: Exclusive mode application conflicts

Some applications (especially communication tools, recording software, and games) can take exclusive control of the audio device, blocking all other applications from producing sound. When this happens, only that one application’s audio works.

To prevent this: right-click speaker icon → Sound settings → More sound settings → Playback → right-click speakers → Properties → Advanced tab → uncheck “Allow applications to take exclusive control of this device” → Apply. After this change, no application can monopolise the audio output.

Fix 10: SFC for audio system file corruption

Audio components in Windows can become corrupted by failed updates, disk errors, or malware. Running System File Checker repairs these:

sfc /scannow

Run this from an administrator Command Prompt. If it reports finding and fixing corruption, restart and test your speakers. If SFC can’t fix the corruption, follow up with:

DISM /Online /Cleanup-Image /RestoreHealth

Then run SFC again — DISM restores the repair source that SFC relies on.

External speakers: checking the non-Windows causes

If you’re using external speakers (not built-in laptop speakers), work through the physical checklist before blaming Windows:

  • Power: are the speakers powered on? Active speakers need their own power supply
  • Input selection: do the speakers have multiple inputs (3.5mm, optical, Bluetooth)? Make sure the right input is selected on the speaker itself
  • Cable type: 3.5mm audio cables look identical but vary in quality — try a different cable if available
  • Jack location: most desktops have both a front-panel and rear-panel 3.5mm output. If one doesn’t work, try the other
  • Volume on the speaker: separate from Windows volume; check the physical volume knob or remote

When only one speaker works

If sound comes from only the left or only the right speaker:

  • Check the balance slider: right-click speaker icon → Sound settings → More sound settings → Playback → Properties → Levels → Balance. The slider should be centred
  • Test with a different application to confirm it’s system-wide, not app-specific
  • Try the mono audio accessibility feature (Settings → Accessibility → Audio → Mono audio) to confirm both channels have any output at all
  • If one speaker works and one doesn’t in headphones or external speakers, the hardware (cable, speaker) is likely faulty rather than Windows

Windows 11 spatial audio and speaker output

Spatial audio (Windows Sonic for Headphones, Dolby Atmos) can cause problems with regular stereo speakers if accidentally enabled. Right-click the speaker icon → Spatial sound → check that it’s set to “Off” unless you’re specifically using a compatible headset that supports it. Spatial audio enabled with stereo speakers sometimes causes distortion, silence on specific channels, or complete audio failure.

Checking Windows Event Log for audio errors

Event Viewer → Windows Logs → Application → filter by Source “AudioSrv” or “AudioEndpointBuilder.” Audio service failures and driver errors are logged here with specific error codes. Common entries:

  • Event ID 1001 (AudioSrv): service restart — the audio service crashed and was automatically restarted
  • Event ID 10010 (DistributedCOM): COM component used by audio failed to start — often related to audio driver corruption
  • Events with specific error codes from your audio hardware manufacturer provide the most targeted diagnostic information

BIOS settings for laptop built-in audio

On some laptops, the built-in audio can be disabled in BIOS/UEFI. This is rare, but if built-in speakers have never worked or stopped working after a BIOS update: enter BIOS (F2 or Delete at startup) → Advanced → look for “OnBoard Audio” or “Built-in Audio” → ensure it’s Enabled.

Audio not working only after sleep or hibernate

This specific pattern — audio works after fresh boot but fails after waking from sleep — is a power management issue with the audio adapter. The fix: Device Manager → Sound, video and game controllers → right-click audio device → Properties → Power Management → uncheck “Allow the computer to turn off this device to save power.”

If the audio device doesn’t show a Power Management tab, the built-in audio is controlled by the chipset. In that case, add the following to your Power Plan’s advanced settings: Control Panel → Power Options → Change plan settings → Change advanced power settings → Multimedia settings → “When sharing media” → “Prevent idling to sleep.”

Last resort: audio driver full reset

When all else has failed and you want a completely clean audio driver state:

  1. Device Manager → Sound, video and game controllers → right-click each audio device → Uninstall device → check “Delete the driver” → confirm
  2. Restart — Windows installs generic audio drivers automatically
  3. If generic drivers work, the original driver was corrupted. Download fresh from the manufacturer and install
  4. If generic drivers don’t work, run SFC/DISM and check for hardware issues

The generic Microsoft High Definition Audio driver that Windows installs automatically after removing third-party drivers is a useful diagnostic: if sound works with generic drivers, the custom driver is the problem. If it doesn’t work even with generic drivers, the hardware or Windows audio infrastructure itself is the issue.

Summary: speakers not working diagnostic path

SymptomMost likely causeFirst fix
No sound from any applicationService crashed or wrong deviceRestart Windows Audio service; check Output device
Sound works in one app, not othersApp using exclusive mode or wrong deviceDisable exclusive mode; check Volume Mixer
No sound after connecting a new monitorAudio rerouted to HDMISet speakers as default in Playback tab
No sound after Windows UpdateDriver replaced by generic versionRoll back or reinstall manufacturer driver
No sound after sleep/hibernatePower management suspended deviceDisable power management for audio device
One channel silentBalance off or hardware faultCheck balance slider; test hardware

The combination of checking the default output device, restarting the Windows Audio service, and reinstalling the correct manufacturer driver resolves the overwhelming majority of speakers not working cases on Windows 11.

One thing worth knowing: Windows 11 made the audio settings less accessible compared to Windows 10 by moving many controls into a simplified Settings page. The old “Sound” control panel (accessible via right-click on the speaker icon → “More sound settings” → Playback tab) still exists and provides the most complete set of speaker controls including enhancements, format settings, and exclusive mode options. Whenever the simplified Settings page doesn’t have the option you need, the old Playback tab almost certainly does.

Speakers not working is a problem worth solving completely rather than working around — audio is fundamental to most computing tasks. The steps above cover every realistic cause, from the 30-second service restart to the full driver reset. Start at the top of the list (60-second checklist, service restart, troubleshooter) and only proceed further if needed. Most cases resolve within the first three fixes. Related: Headphones Not Working on Windows 11.

Nikolas Lamprou

Nikolas Lamprou (MSc; GCFR, SC-200, Security+) has been working with computers professionally since 2009 — starting with web development and e-commerce, and moving into cybersecurity over the years. Based in Greece, he brings over 15 years of real-world IT experience to SolveTechToday, where he writes about Windows fixes, software reviews, security tools, and AI applications. His goal is straightforward: cut through the noise and give readers clear, honest guidance on the tech decisions that matter.

Stay Ahead

Fix your next problem before it starts

Get the week's best Windows fixes, software picks, and security guides delivered straight to your inbox. No noise, just solutions.

Press ESC to close · Try "Windows 11" or "Chrome"