Share via

Windows 11 audio constantly drops out across multiple machines

AngryWin11user 0 Reputation points
2026-06-09T00:08:41.5+00:00

I am experiencing a persistent audio issue on Windows 11 across four separate machines, including two personal PCs, a work desktop, and a work laptop. Audio drops out every 30 to 60 minutes, and the issue happens regardless of which USB audio device I use.

I have already checked power management settings, including USB power saving options, but Windows 11 still appears to be suspending the USB connection or putting the device to sleep. This has made the system unreliable and frustrating to use.

Please confirm whether this is a known issue and whether a fix is planned. If not, I need clear guidance on how to prevent Windows 11 from interrupting audio devices in this way.

Tags

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments

2 answers

Sort by: Most helpful
  1. Jason Nguyen Tran 19,865 Reputation points Independent Advisor
    2026-06-09T01:18:19.16+00:00

    Hello AngryWin11user,

    Audio dropouts across multiple Windows 11 machines suggest this is not an isolated hardware issue but rather a system-level behavior. Here are a few steps you can try:

    • In Device Manager, open the properties for your USB audio device and disable “Allow the computer to turn off this device to save power.”
    • Update to the latest audio and chipset drivers from your PC manufacturer’s support site, as OEM drivers often resolve stability issues.
    • Check Windows Update for optional driver updates, sometimes audio fixes are released outside of cumulative updates.
    • As a workaround, you can disable USB selective suspend in your active power plan (Control Panel > Power Options > Advanced settings).
    • If the issue persists, enabling the “High performance” power plan can reduce device sleep events.

    I hope the response provided some helpful insight. If you find this answer useful, please hit “accept answer” so I know it addressed your concern.

    Jason.

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-06-09T00:09:03.6866667+00:00

    The provided information confirms several Windows 11 audio issues and related fixes, but does not document a general, OS-wide known issue that matches “USB audio drops out every 30–60 minutes across multiple machines” as a single acknowledged bug with a planned fix.

    However, there are two relevant categories of known issues and mitigations:

    1. USB audio/video malfunction on specific Intel-based systems with discrete TPM (dTPM)
      On Intel systems with 500/600/700 series Platform Controller Hub and a discrete TPM, USB audio and video devices (including USB headsets, microphones, speakers, and cameras) can glitch, show visible artifacts, or stop working. This is caused by delays on the internal hardware bus when Windows communicates with the dTPM, which in turn delays USB controller communication and causes Split Transaction errors on the USB bus. Time‑sensitive USB traffic (audio/video streaming) can therefore experience glitches or failures. Symptoms listed include:
      • Occasional glitches or unexpected noise (clicking/popping) in audio.
      • Momentary visible glitches in video.
      • A USB audio or video device stops working.
      A fix for this hardware issue is delivered via:
      • October 2025 update for Windows 11, version 24H2.
      • November 2025 update for Windows 11, version 23H2.
      To use this fix on affected systems:
      1. Install the most recent cumulative update for the relevant Windows 11 version and restart if required.
      2. Confirm the device uses a discrete TPM (dTPM) rather than firmware TPM (fTPM) via BIOS or vendor documentation.
      3. Run the diagnostic PowerShell script from the “More information” section of the USB audio/video malfunction article to verify whether the controller is affected.
      4. If the script indicates the fix applies, create the registry entry:
        • Subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Tpm
        • Type: REG_DWORD
        • Name: TPMDriverReadAfterWriteCount
        • Value: 0x1 (1)
        Example command in an elevated Command Prompt:
              reg.exe ADD HKLM\SYSTEM\CurrentControlSet\Control\Tpm /v TPMDriverReadAfterWriteCount /t REG_DWORD /d 1
        
      This specifically targets USB Split Transaction issues on the affected Intel+dTPM platforms. If the machines in question match that hardware profile, applying the latest Windows 11 updates and this registry configuration is the documented way to prevent USB audio devices from malfunctioning.
    2. General Windows 11 audio reliability and configuration issues
      For audio that drops, mutes, or disappears, Windows 11 has a set of supported troubleshooting and hardening steps. These do not confirm a single known bug, but they are the supported ways to reduce interruptions and rule out configuration/driver causes:
      • Verify correct output device and default device
        Ensure Windows is consistently using the intended USB audio device:
        1. Select the speaker icon on the taskbar.
        2. Use the arrow next to the volume slider to choose the correct USB device under “Select a sound output.”
        3. Alternatively, go to Start > Settings > System > Sound, and in Output, select the USB device; this also sets it as the default device.
      • Check physical connections and ports
        1. Confirm all USB cables are firmly connected and not loose.
        2. Try different USB ports for the audio device.
        3. If headphones are connected, unplug them to see if speakers resume audio.
      • Disable audio enhancements (which can sometimes cause instability):
        1. Go to Start > Settings > Sound.
        2. In Output, select the USB device.
        3. Under Advanced settings, set Audio enhancements to Off.
      • Run the Windows audio troubleshooter
        1. Go to Start > Settings > System.
        2. Select Troubleshoot > Other troubleshooters.
        3. Under Audio, select Run.
      • Update or reinstall audio drivers
        1. Open Device Manager and expand Sound, video and game controllers.
        2. Right‑click the USB audio device or sound card and select Update driver > Search automatically for drivers.
        3. If no newer driver is found, obtain the latest Windows 11 audio driver from the PC or audio device manufacturer’s support site and install it, then restart.
        4. If issues persist, in Device Manager, right‑click the device, choose Uninstall device, check Attempt to remove the driver for this device, uninstall, and restart to let Windows reinstall the driver.
        5. If needed, use the generic Windows audio driver via Update driver > Browse my computer for drivers > Let me pick from a list of available drivers on my computer.
      • Keep Windows fully updated
        1. Go to Start > Settings > Windows Update.
        2. Select Check for updates and install all available updates, then restart.
      • Microphone privacy and access (for input issues)
        If dropouts affect microphones, verify:
        1. Start > Settings > Privacy & security > Microphone.
        2. Turn Microphone access and Let apps access your microphone to On.
        3. Ensure the specific app has its toggle set to On.

    In addition, several user‑reported Windows 11 audio issues in the referenced material were ultimately resolved by:

    • Ensuring Windows Update was not disabled and installing all pending updates (which restored missing audio devices in one case).
    • Reinstalling the audio driver when inputs/outputs suddenly disappeared.
    • In isolated hardware‑specific cases, motherboard‑level changes (such as CMOS reset or PCIe/IOMMU configuration) resolved severe audio/USB4 issues, but those are platform‑specific and not general Windows guidance.

    Based on the available information:

    • A specific, documented USB audio malfunction exists for certain Intel+dTPM platforms and has a defined Windows 11 fix path (updates + registry key) to prevent USB audio/video devices from malfunctioning.
    • Outside that scenario, there is no single documented “Windows 11 always suspends USB audio every 30–60 minutes” issue with a published global fix, but the supported mitigations are: keep Windows fully updated, apply the Intel+dTPM fix if applicable, ensure correct default device selection, disable enhancements, and update/reinstall audio drivers.

    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was 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.