Unexpected restarts and freezes in Windows 11 are often caused by faulty drivers or services. The “Dolby DAX API Service service terminated unexpectedly” entry in Event Viewer indicates that the Dolby audio service is crashing, but the actual system crash is usually due to the underlying audio driver or another kernel component.
Use these steps to narrow it down and stabilize the system:
- Check for stop code errors
- Go to Settings → System → About → Advanced system settings → Startup and Recovery → Settings.
- Make sure “Automatically restart” is unchecked so any future crash shows the full stop code on the blue/black screen.
- After the next crash, note the stop code (for example, MEMORY_MANAGEMENT, PAGE_FAULT_IN_NONPAGED_AREA). This helps identify if a driver is responsible, as described in the Windows stop-code guidance.
- Update or reinstall audio drivers
- Open Device Manager → Sound, video and game controllers.
- Right‑click the audio device associated with Dolby (often the main Realtek/Conexant/Intel audio device) and choose “Uninstall device,” checking “Delete the driver software for this device” if available.
- Restart Windows so it reinstalls a clean driver, or install the latest audio driver package from the laptop manufacturer’s support site (which usually includes the Dolby DAX components).
- Temporarily disable Dolby DAX API Service
- Press Win+R, type
services.msc, and press Enter. - Locate “Dolby DAX API Service.”
- Right‑click → Properties → set Startup type to “Disabled,” then stop the service.
- Use the system for a while. If crashes stop, the Dolby service or its driver is likely the trigger. Continue using the updated driver from step 2, or leave the service disabled if Dolby enhancements are not required.
- Press Win+R, type
- Look for other recent driver or software changes
- In Event Viewer → Windows Logs → System, look around the time of each crash for entries indicating driver installation or updates (for example, new services or drivers being installed).
- If a specific driver or service appears just before each crash, roll back or uninstall that driver and test again.
- If crashes continue, collect more data
- Configure Windows to create a memory dump (Settings → System → About → Advanced system settings → Startup and Recovery → ensure “Write debugging information” is set to at least “Automatic memory dump”).
- After the next crash, use the dump file together with the stop code to further analyze which driver or module is failing, following the general guidance for troubleshooting unexpected restarts and stop-code errors.
These steps focus on stabilizing Windows by isolating the Dolby DAX service and any related audio drivers, while also using stop codes and event logs to identify whether another driver or component is responsible for the system crashes.
References: