The Problem
You run the audio troubleshooter and it reports Audio services not responding. The volume icon may show a red cross, output devices may be missing entirely, or sound simply stops after a sleep or an update.
Windows audio depends on three services that must all be running: Windows Audio, Windows Audio Endpoint Builder, and Remote Procedure Call (RPC). If one stops, is set to Manual, or loses its login account, everything above it goes silent.
Sound device present but nothing plays? Try no audio in Windows 11 first. Audio going to the wrong device? See headphones playing through the wrong output.
Symptoms
- Troubleshooter result: Audio services not responding.
- Speaker icon with a red X, or No audio output device is installed.
- Volume mixer is empty, or audio dies after every sleep/wake cycle.
Step 1: Restart the Audio Services
- Press
Win + R, typeservices.msc, press Enter. - Find Windows Audio. Right-click → Restart.
- Find Windows Audio Endpoint Builder. Right-click → Restart.
- Test sound. If it works, continue to Step 2 anyway so it survives the next reboot.
Step 2: Set the Services to Start Automatically
- Still in services.msc, double-click Windows Audio.
- Set Startup type to Automatic → Apply.
- Do the same for Windows Audio Endpoint Builder and Remote Procedure Call (RPC).
- Leave RPC running — never stop it manually; half of Windows depends on it.
- Click Start on any that are stopped, then OK.
Step 3: Fix the Service Log On Accounts
A wrong login account is the classic cause of a service that refuses to start.
- Double-click Windows Audio → Log On tab.
- Select This account and enter
Local Service, clearing both password fields. - Click OK — ignore the warning about a blank password; this account has none.
- For Windows Audio Endpoint Builder, the account should be
Local System. - Restart the PC.
Step 4: Add the Service Accounts to the Local Administrators Group
Do this only if Step 3 left the services still failing to start.
- Open Terminal (Admin) and run:
net localgroup Administrators /add networkservice - Then:
net localgroup Administrators /add localservice - Restart the PC and test sound.
Step 5: Reinstall the Audio Driver
- Right-click Start → Device Manager → expand Sound, video and game controllers.
- Right-click your audio device (Realtek, Intel SST, NVIDIA High Definition Audio) → Uninstall device.
- Tick Attempt to remove the driver for this device if offered, then Uninstall.
- Restart. Windows installs a generic driver automatically.
- If sound is still wrong, install the manufacturer's driver from your motherboard or laptop support page — not from a driver-updater app. See how to update outdated drivers.
Step 6: Try the Generic High Definition Audio Driver
Manufacturer drivers sometimes break after a Windows feature update; the Microsoft driver is more tolerant.
- Device Manager → right-click the audio device → Update driver.
- Choose Browse my computer for drivers → Let me pick from a list of available drivers on my computer.
- Select High Definition Audio Device → Next.
- Accept the compatibility warning and restart.
Step 7: Run the Audio Troubleshooter Again
- Settings → System → Troubleshoot → Other troubleshooters.
- Run Audio and apply any fix it offers.
- Also run Playing Audio if listed separately.
Step 8: Repair System Files
- In Terminal (Admin):
sfc /scannow - Then:
DISM /Online /Cleanup-Image /RestoreHealth - Restart. Details: repair Windows 11 with SFC and DISM.
Step 9: Roll Back a Recent Update
If sound died the day an update installed, remove it.
- Settings → Windows Update → Update history → Uninstall updates.
- Remove the most recent quality update and restart.
- Then pause updates for a week so it does not immediately return: roll back Windows 11 after a bad update.
What Not to Do
- Don't disable the RPC service. Windows will not boot properly without it.
- Don't install "audio enhancer" or codec-pack software. These are a common cause of endpoint builder crashes.
- Don't stop at a working session. If you restarted the service manually, set it to Automatic or the problem returns at the next boot.
Still Not Working?
If the services start cleanly but there is still no output device, the audio hardware or its bus may have failed — test a USB headset, which brings its own audio device and bypasses the onboard chip entirely. If the USB headset works, the onboard codec is the fault.
Related: no audio in Windows 11, sound crackling and popping, and microphone not working.
Related guides
Remove Malware Startup Entries and Scheduled Tasks
Malware you deleted keeps coming back? It left a scheduled task, service, or Run key behind. Here is how to find and clear every persistence point in Windows 11.
How to Fix a Missing Dual-Boot Menu in Windows 11
PC boots straight into Windows with no choice of operating system? Restore the boot menu with firmware settings, bcdedit, and a GRUB repair if needed.
Fix "Signed In with a Temporary Profile" in Windows 11
Blank desktop and a warning that you're using a temporary profile? Your files are safe. Here is how to restore the real profile before anything is lost.
Fix "User Profile Service Failed the Sign-In" in Windows 11
Locked out with "The User Profile Service service failed the sign-in"? Repair the profile entry in the registry and get your account and files back.
How to Fix DISM Error 0x800f081f in Windows 11
0x800f081f means DISM could not find the replacement files it needs. Point it at a Windows 11 ISO with the /Source switch and the repair completes.