The Problem
Volume is up, the mixer shows activity, but the speakers or headphones stay silent—often after a Windows update or a driver change. On Windows 11 this is usually the wrong output device, a stopped audio service, or a driver that needs reinstalling, not dead hardware.
Quick Checks First
- Mute. Check the keyboard mute key, the headset's inline control, and the volume icon in the tray.
- Physical connection. Powered speakers plugged in and switched on; the cable in the green jack, not the pink or blue one.
- Bluetooth. Headphones paired, connected, and charged—see Bluetooth not working.
- Try another app. If one app is silent and everything else works, jump to Step 3.
Step 1: Pick the Right Output Device
Windows is frequently sending audio somewhere real but silent—an HDMI monitor with no speakers is the classic case.
- Click the volume icon in the system tray.
- Click the > arrow next to the volume slider.
- Choose your actual speakers or headphones from the list.
- For more control: Settings → System → Sound → Output, select the device, and set Volume on that device.
If your device is not listed at all, go to Step 4.
Step 2: Restart the Audio Services
The audio service can stop silently, and everything then looks normal while producing nothing.
- Press
Win + R, typeservices.msc, press Enter. - Find Windows Audio → right-click → Restart (or Start if it is stopped).
- Do the same for Windows Audio Endpoint Builder.
- Double-click each and confirm Startup type is Automatic.
- Also restart Remote Procedure Call (RPC) dependencies only if the audio services refuse to start—they depend on it.
If the services will not stay running, see fix audio services not responding.
Step 3: Check the Volume Mixer
An individual app can be muted while the system is fine.
- Right-click the volume icon → Open Volume mixer.
- Check the slider and mute state for each running app.
- In the same panel, confirm each app is pointed at the correct output device—Windows 11 allows per-app output routing, and an app stuck on a disconnected device produces silence in that app only.
Step 4: Reinstall the Audio Driver
- Right-click Start → Device Manager.
- Expand Sound, video and game controllers.
- Right-click your audio device (Realtek Audio, Intel SST, NVIDIA High Definition Audio) → Uninstall device. Do not tick "remove driver software" on the first attempt.
- Restart. Windows reinstalls its generic driver automatically, which is often enough to restore sound.
- If sound returns but quality or features are missing, install the OEM audio package from your laptop or motherboard maker's support page.
Missing device entirely? View → Show hidden devices, and look under Other devices for an unknown device with a yellow triangle.
Step 5: Disable Audio Enhancements
Vendor effects processing is a common cause of complete silence after an update.
- Press
Win + R, typemmsys.cpl, press Enter. - Playback tab → double-click your device → Enhancements tab (if present) → tick Disable all enhancements.
- On the Advanced tab, change the Default Format to 16 bit, 48000 Hz (DVD Quality) and untick Allow applications to take exclusive control.
- Click Apply and test.
The exclusive-control setting matters: an app that grabbed the device and crashed can leave it locked, silencing everything else until you restart the service.
Step 6: Run the Troubleshooter
Settings → System → Troubleshoot → Other troubleshooters → Audio → Run. It restarts the endpoint builder and resets device defaults, which resolves a fair share of cases without further work.
Step 7: Roll Back a Recent Update
If sound stopped the day an update installed:
- Roll back the audio driver: Device Manager → device → Properties → Driver → Roll Back Driver.
- Or remove the Windows update: fix Windows 11 after a bad update.
Step 8: Repair System Files
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
Details: repair Windows 11 with SFC and DISM.
What Not to Do
- Don't install a "sound driver" from a search result. Audio drivers come from your PC maker or Windows Update; downloadable driver packs are a known malware channel.
- Don't set the default format to 24-bit 192 kHz hoping for better sound. It is a common cause of crackling and dropouts on integrated audio—see fix crackling or popping sound.
Still Silent?
Plug in a cheap USB headset or USB DAC. If that produces sound, the motherboard's analogue output or the front-panel header is at fault—a hardware issue with an easy workaround. If even a USB device is silent, the problem is Windows-side and worth a fresh user profile test before anything more drastic.
Microphone works but no output, or the reverse? Input problems are separate: fix a microphone not working. Sound comes out of the wrong device? See headphones not detected or wrong audio output.
Related guides
How to Fix Headphones Not Detected in Windows 11
Sound plays through the monitor instead of headphones, or the 3.5 mm jack is ignored? Fix default output, jack detection, and Realtek audio on Windows 11.
How to Fix a Microphone Not Working in Windows 11
Mic not working in Teams, Zoom, or Discord on Windows 11? Fix the default input device, privacy permissions, mic levels, and per-app sound settings.
How to Fix PFN_LIST_CORRUPT in Windows 11
PFN_LIST_CORRUPT means Windows' index of physical memory pages was damaged. Test the RAM first, then the storage driver — here is the order that works.
How to Fix a Discord Mic Not Working in Windows 11
Nobody can hear you on Discord in Windows 11? Fix input device selection, exclusive mode, privacy permissions, and the push-to-talk and voice settings behind a dead mic.
How to Fix CLOCK_WATCHDOG_TIMEOUT in Windows 11
CLOCK_WATCHDOG_TIMEOUT means a CPU core stopped responding to the rest of the processor. Fix unstable overclocks, bad drivers, and cooling faults with these step-by-step checks.