On Windows 10, this error means the Windows Audio service stopped; restart services, set to Automatic, and update drivers to restore sound.
When sound disappears on a PC and a red “x” sits on the speaker icon, Windows often reports “Audio services not responding” or a toast that says the audio service isn’t running. This guide gives you a clean, step-by-step path to bring sound back without guesswork. You’ll start with fast checks, move to service restarts, and finish with reliable system repairs that stick.
Audio Service Is Not Running Windows 10 — What It Means
Windows plays audio through a stack of services and drivers. Two services do the heavy lifting: Windows Audio and Windows Audio Endpoint Builder. If either fails, stops, or can’t start at boot, sound output breaks across apps. You might still see your speakers listed, but nothing plays. In most cases, the service startup type flipped, a dependency failed, or a driver change left the service in a bad state.
Fast context helps target the fix. If sound stopped after a feature update, the issue often traces to a driver mismatch. If it happened after installing new software, a third-party audio suite may have taken exclusive control. If it appears at random after sleep, power management likely suspended the device. The steps below cover all three patterns.
Audio Service Is Not Running Windows 10 — Quick Checks
These checks rule out simple blockers before you edit services or drivers. They take minutes and frequently restore sound on the spot.
- Check Output Device — Click the speaker icon, select the arrow, and pick the correct speakers or headset. Apps can switch outputs in the background.
- Raise The Volume — Open Volume Mixer and ensure both System and app sliders aren’t muted. Some apps keep their own slider low.
- Unplug And Re-Plug — Reseat 3.5 mm plugs and USB headsets. For HDMI, reconnect the cable and power-cycle the display.
- Toggle Exclusive Mode — In Sound Settings → Device Properties → Additional Device Properties → Advanced, uncheck “Allow applications to take exclusive control,” then test.
- Disable Enhancements — In the same dialog, open Enhancements (or Spatial sound) and disable processing. Broken effects can block output.
- Run The Troubleshooter — Settings → Update & Security → Troubleshoot → Additional troubleshooters → Playing Audio. Let it apply fixes, then test.
| Symptom | Where To Look | Likely Fix |
|---|---|---|
| No sound, red “x” on speaker | Services & Device Manager | Restart services, set to Automatic, reinstall driver |
| Sound in some apps only | Volume Mixer & App settings | Select correct output, raise app slider, disable exclusive mode |
| Works then dies after sleep | Power Management tab | Disable “Allow the computer to turn off this device” |
Fix Audio Service Not Running On Windows 10 — Step-By-Step
Goal: Confirm the audio services run at startup and stay running. You’ll restart them, set the correct startup type, and confirm dependencies.
Restart And Auto-Start The Core Services
- Open Services — Press Win + R, type services.msc, press Enter.
- Restart Windows Audio — Find Windows Audio, right-click, choose Restart.
- Restart Endpoint Builder — Right-click Windows Audio Endpoint Builder, choose Restart.
- Set To Automatic — Double-click each service → Startup type → pick Automatic → Apply.
- Check Dependencies — On the Dependencies tab, confirm RPC and related services are running. Start any that are stopped.
If the Start button is greyed out or a restart throws an error, jump to the repair commands later. A permissions or file integrity issue can block service control.
Reset The Audio Engine From Command Line
- Run As Admin — Right-click Command Prompt → Run as administrator.
- Stop Services — Enter:
net stop audiosrv && net stop audioendpointbuilder
- Start Services — Then:
net start audioendpointbuilder && net start audiosrv
This clears a stuck state without rebooting. Test playback in a browser and in a local player to confirm both shared and exclusive paths work.
Set Device As Default And Match Format
- Open Sound Settings — Right-click the speaker icon → Open Sound settings.
- Pick Output — Under Choose your output device, select your speakers or headset.
- Set Default — Click Manage sound devices → choose device → Set Default.
- Match Sample Rate — Device properties → Additional device properties → Advanced → pick a common format like 16-bit, 44100 Hz. Test.
Stop Power Saving From Killing Sound
- Open Device Manager — Press Win + X → Device Manager.
- Open Your Adapter — Expand Sound, video and game controllers → double-click your audio device.
- Disable Power Saving — On Power Management, uncheck “Allow the computer to turn off this device to save power.”
- Fix USB Headsets — Under Universal Serial Bus controllers, repeat the uncheck on USB hubs used by your headset.
Driver And Device Reset That Restore Sound
Driver mismatches are a common cause of the error string “audio service is not running windows 10.” The safest approach is to roll back if a recent update caused the break, or clean-install the correct driver if the stack looks tangled.
Roll Back, Reinstall, Or Update
- Roll Back Driver — Device Manager → audio device → Driver tab → Roll Back Driver if available. Reboot and test.
- Clean Reinstall — Right-click the audio device → Uninstall device → check “Delete the driver software for this device” → Uninstall. Reboot to let Windows reload a fresh driver.
- Update From OEM — Install the vendor driver for your laptop or motherboard model. Prefer the exact package for Windows 10 over generic chips when possible.
Reset The Output Device Stack
- Remove Hidden Devices — In Device Manager → View → check Show hidden devices. Right-click and uninstall greyed-out audio devices and old HDMI outputs.
- Reconnect Hardware — Replug your speakers, headset, or HDMI cable. Windows rebuilds the endpoints and picks a new default if needed.
- Disable Duplicates — In Sound settings → Manage sound devices, disable inactive duplicates to keep routing clean.
Kill Conflicts From Third-Party Suites
- Disable App Effects — Turn off audio effects inside games, streaming apps, and voice tools that claim exclusive control.
- Turn Off “Exclusive Mode” — In device properties → Advanced, uncheck exclusive boxes. Some DAW tools and chat apps can hold the pipe open.
- Test In Clean Boot — Run msconfig → Services → hide Microsoft services → Disable all → reboot. If sound returns, re-enable groups to find the culprit.
System Repairs When Nothing Else Works
When services refuse to start, system files might be damaged. These commands and resets repair the core audio components and service permissions in Windows 10.
Repair System Files
- Open Admin Command Prompt — Search cmd, right-click, run as admin.
- Run DISM — Enter:
DISM /Online /Cleanup-Image /RestoreHealth
- Run SFC — After DISM finishes, run:
sfc /scannow
- Reboot — Restart and test sound.
Rebuild Service Registration
- Re-register DLLs — In an admin PowerShell window, run:
Get-Service audiosrv,audioendpointbuilder | Restart-Service -Force
- Reset Winsock — Some audio stacks depend on networking. Run:
netsh winsock reset
- Check Permissions — If services still fail with access errors, confirm your user is in the Administrators group and retry the restart.
Create A Fresh User Profile Test
- Add A New Local Account — Settings → Accounts → Family & other users → Add someone else to this PC → create a local account and sign in.
- Test Audio — If sound works, the old profile has a policy or registry tweak holding services back. Move data and use the new profile or reset the broken one.
Reset Windows Keeping Files
Last resort: Settings → Update & Security → Recovery → Reset this PC → Keep my files. This rebuilds Windows while keeping personal data. Reinstall vendor audio drivers afterward.
Prevention And Clean Audio Setup
The best fix is one you never need. A few habits keep audio stable and prevent the warning “audio service is not running windows 10” from coming back.
- Pin A Known-Good Driver — Once stable, keep a copy of the exact installer for your model. Avoid random “driver updater” tools.
- Match Output Formats — Stick to common sample rates. Mismatched formats can cause silent playback in some apps.
- Limit App Exclusivity — Disable exclusive mode unless a DAW needs it. Shared mode avoids device locks across apps.
- Watch Power Settings — Don’t let Windows power down the device. Laptops benefit from a balanced plan over aggressive saving.
- Update Sensibly — Install Windows quality updates, then test audio before big feature upgrades. Keep restore points.
- Label Cables — For desk setups with multiple outputs, tag HDMI and line-out cables. Picking the right device gets much easier.
When To Suspect Hardware
Software can’t fix a dead jack or blown speaker. If headphones work but speakers don’t, your speakers may be at fault. If neither works but HDMI audio plays through a TV, the onboard codec or 3.5 mm jack could be damaged. Test with a known-good USB headset to isolate the path. If only USB works, the internal codec may need board-level service.
One-Page Checklist You Can Follow
- Select The Right Output — Choose the device in Sound settings and set it as default.
- Restart Audio Services — Restart Windows Audio and Endpoint Builder; set both to Automatic.
- Disable App Locks — Turn off exclusive mode and enhancements, then test.
- Repair Drivers — Roll back, clean reinstall, or install the OEM audio package.
- Stop Power Cuts — Uncheck device power saving in Device Manager.
- Run DISM And SFC — Repair the system image and file integrity.
- Test A New Profile — Create a fresh account to rule out profile corruption.
- Plan A Reset If Needed — Use “Keep my files” if services still won’t stay running.
If you follow the order above, you’ll fix the root cause rather than chasing symptoms. Most machines recover after the services and drivers are reset. For rare edge cases, the system repair step closes the loop and gets audio back for good on Windows 10.
