Share via

Audio services not responding.

thatlittledonut 0 Reputation points
2025-09-17T19:17:59.6366667+00:00

My laptop's sound suddenly stopped working. At first, it was showing like red cross symbol in the sound icon but i managed to fix that by getting my windows audio running but for some reason, the sound is not responding, i can't hear anything with or without headphones.

  1. I've tried troubleshooting but i just tells me audio services not responding.
  2. Tried updating my audio driver.
  3. Deleted my audio driver and installed it again.
  4. Tried using another audio driver.
  5. Tried using another version of my audio driver.
  6. Had the exact same problem as this person but none of fixes worked for me even though it worked for them.

But nothing works. I use a pretty old asus laptop that uses the conexant smartaudio hd driver.

I am at my wits end and slowly losing my mind, someone please help.

Windows for home | Windows 10 | Performance and system failures
0 comments No comments

1 answer

Sort by: Most helpful
  1. Francisco Montilla 30,620 Reputation points Independent Advisor
    2025-09-17T22:56:05.5066667+00:00

    Hello,

    You have already done the right driver work. That error usually means the Windows audio stack itself is unhealthy, not the Conexant driver. Try to repair Windows system files and then hard-reset the audio services.

    Open PowerShell as Administrator. Copy the block below, paste it as one shot, then press Enter. It will take a few minutes and your audio will briefly stop during the reset.

    dism /online /cleanup-image /restorehealth
    sfc /scannow
    
    Stop-Service -Name Audiosrv -Force
    Stop-Service -Name AudioEndpointBuilder -Force
    Stop-Process -Name audiodg -Force -ErrorAction SilentlyContinue
    Set-Service -Name AudioEndpointBuilder -StartupType Automatic
    Set-Service -Name Audiosrv -StartupType Automatic
    Start-Service AudioEndpointBuilder
    Start-Service Audiosrv
    

    When it finishes, reboot once. After the reboot, right-click the speaker icon, open Sound settings, pick your actual output device, click Device properties, then check Advanced and untick "Allow applications to take exclusive control" and "Disable all enhancements" if they are on. Test with a simple WAV or MP3.

    If audio is still silent and the troubleshooter keeps saying audio services not responding, tell me exactly what DISM and SFC reported and whether AudioEndpointBuilder and Windows Audio both show Running in Services. I will give you the next step.

    Was this answer helpful?

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.