Hi Luboslava,
Thanks for reaching out to Microsoft Q&A Forum. I understand you are experiencing no sound on your PC and that recent Windows updates appear to have corrupted the system, preventing updates or restore from working.
Please make sure you already tried the Q&A Assist steps. In addition, please try the following.
Before we proceed, I would like to narrow this down a bit to better understand the scope of the issue:
- Are you currently able to sign in to Windows normally, or does the issue occur before or during sign‑in?
- Does this problem start immediately after a specific Windows update, or did it appear after a restart without a clear update prompt?
In the meantime, you can try these steps:
1, Run a system file check to repair corrupted Windows components
- Press Windows key + X and select Windows Terminal (Admin) or Command Prompt (Admin)
- Type
sfc /scannowand press Enter - Wait for the scan to complete and restart the PC
2, Repair the Windows image using DISM
- Open Windows Terminal (Admin) again
- Run these commands one by one:
-
DISM /Online /Cleanup-Image /CheckHealth -
DISM /Online /Cleanup-Image /ScanHealth -
DISM /Online /Cleanup-Image /RestoreHealth
-
- Restart the PC after completion
3, Restart Windows audio services
- Press Windows key + R, type
services.msc, and press Enter - Locate Windows Audio and Windows Audio Endpoint Builder
- Right‑click each service and select Restart
- Test audio again
4, Check if audio devices are disabled
- Right‑click the speaker icon in the taskbar and select Sound settings
- Scroll down and select More sound settings
- Under the Playback tab, right‑click inside the list and enable Show Disabled Devices
- Enable the correct playback device and set it as default
5, Reset Windows Update components
- Open Windows Terminal (Admin)
- Stop update services by running:
-
net stop wuauserv -
net stop bits
-
- Restart the PC and check Windows Update again
6, Use Advanced Startup repair
- Open Settings and go to System > Recovery
- Under Advanced startup, select Restart now
- Choose Troubleshoot > Advanced options > Startup Repair
- Allow Windows to attempt automatic repair
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.