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
How to Fix "There Was a Problem Resetting Your PC"
Windows 11 reset failing with "There was a problem resetting your PC"? Repair the recovery image, use a cloud reset, and get the reset to complete step by step.
How to Fix the "Undoing Changes" Loop in Windows 11
Stuck on "We couldn't complete the updates, undoing changes made to your computer"? Break the loop and install the update properly with these step-by-step fixes.
How to Fix the Settings App Not Opening in Windows 11
Settings app won't open, crashes instantly, or shows a blank window in Windows 11? Fix it with these steps — reset, re-register, and repair methods that work.
How to Fix Sleep and Hibernation Not Working in Windows 11
PC won't sleep, wakes instantly, or hibernate is missing? Fix power plans, wake timers, fast startup, and drivers that block sleep on Windows 11.
How to Activate Windows 11 (and Fix Activation Errors)
Windows 11 not activated, error 0x803fa067, or changed hardware—link your Microsoft account, enter a product key, and fix activation the official way.