Fix Crackling Sound From USB Audio Devices on Windows 11
🔍 WiseChecker

Fix Crackling Sound From USB Audio Devices on Windows 11

Quick fix: Set the USB audio device’s sample rate to 48000 Hz (24-bit) in Settings → System → Sound → [device] → Audio format. If crackling persists, disable USB selective suspend for the device’s root hub in Device Manager → Universal Serial Bus controllers → right-click each hub → Properties → Power Management → untick “Allow the computer to turn off this device.”

Your USB DAC or USB headset crackles during playback. Sometimes it’s constant, sometimes only during high CPU load (gaming, video calls). The crackling is a buffer underrun — audio data isn’t being delivered to the DAC fast enough. The cause is almost always one of three: a sample-rate mismatch, USB power-saving cutting off the device briefly, or a USB host controller bandwidth conflict.

Symptom: Crackling, popping, or stuttering audio from USB headphones, USB DAC, or USB microphone on Windows 11.
Affects: Windows 11 (and Windows 10) USB Class Audio devices.
Fix time: ~10 minutes.

ADVERTISEMENT

What causes this

USB audio is real-time: the DAC needs a steady supply of data at a specific rate (e.g., 48,000 samples per second for 48 kHz audio). If Windows can’t deliver that data on schedule, the DAC plays silence or repeats stale data — heard as crackling. Three common triggers: (1) Windows is upsampling from your file’s rate to a higher device rate, doubling the data load; (2) USB selective suspend turns the device off briefly, missing samples; (3) too many high-bandwidth devices on the same USB controller starving the audio device.

A less common cause: bad shielding on the USB cable allows electrical interference, especially from monitors and CPU coolers. Try a different USB cable as a quick test.

Method 1: Match sample rate and disable enhancements

The standard fix. Resolves crackling in most cases.

  1. Open Settings → System → Sound → [your USB device].
  2. Scroll to Audio format (or Output format). Set to 24 bit, 48000 Hz (Studio Quality).
  3. If you primarily play 44.1 kHz audio (most Spotify, CDs), set to 24 bit, 44100 Hz instead. The rule: match the device rate to your primary content rate to avoid Windows resampling on the fly.
  4. Under Audio enhancements: switch to Off. Enhancements (bass boost, virtual surround, loudness equalization) add CPU load and can introduce micro-stutters.
  5. Open Sound Control Panel: right-click the speaker icon → SoundsPlayback tab.
  6. Right-click your USB device → PropertiesAdvanced tab.
  7. Untick Allow applications to take exclusive control of this device. (Exclusive mode is great for audiophile playback but conflicts with apps that expect shared access.)
  8. Click OK.

Re-test playback. The crackling should clear immediately or after a brief audio-system restart.

ADVERTISEMENT

Method 2: Disable USB selective suspend for the audio controller

For when crackling correlates with idle periods or returning from sleep.

  1. Open Device Manager: right-click Start → Device Manager.
  2. Expand Universal Serial Bus controllers.
  3. For each USB Root Hub entry: right-click → Properties.
  4. Switch to the Power Management tab.
  5. Untick Allow the computer to turn off this device to save power.
  6. Click OK. Repeat for each Root Hub entry.
  7. Also disable USB selective suspend in the power plan: Control Panel → Power Options → Change plan settings → Change advanced power settings. Expand USB settings → USB selective suspend setting. Set to Disabled for both On battery and Plugged in.
  8. Click Apply → OK.

This stops Windows from cutting power to the USB ports during idle, which preserves continuous data flow to the DAC.

Method 3: Move the device to a dedicated USB controller

For when the audio device shares bandwidth with high-traffic USB devices.

  1. Disconnect external USB hubs entirely. Connect the audio device directly to a port on the PC chassis.
  2. If the PC has both USB 2.0 and USB 3.0 ports, try the USB 2.0 ports — USB audio doesn’t need USB 3.0 bandwidth, and USB 3.0 controllers can have interference issues with USB Class Audio in some BIOS versions.
  3. Check Device Manager: View → Devices by connection. Expand the tree to see which USB controller each port is under. If your audio device shares a controller with a USB SSD, mouse, keyboard, webcam, that’s your bandwidth conflict.
  4. Move high-traffic devices (external SSD, capture card) to a different USB controller. Reserve one controller for the audio device.
  5. For desktop PCs: if all front-panel ports share one controller and rear ports another, plug the audio device into a rear port (better grounding, often a separate controller).
  6. Update USB controller drivers: in Device Manager → Universal Serial Bus controllers → right-click each → Update driver → Search automatically.

This isolates the audio device from interference and bandwidth-starvation caused by other devices on the same USB bus.

How to verify the fix worked

  • Play continuous music for 5 minutes. No crackling, no dropouts, no stutters.
  • Open Task Manager → Performance tab → check CPU. While playing audio, CPU should be steady, with no spikes correlating with crackling sounds.
  • Run LatencyMon (free tool from resplendence.com) for 5 minutes during playback. Reported DPC latency should stay under 1000 microseconds. Higher values indicate driver or hardware bottlenecks.

If none of these work

If crackling persists after all three methods, the cause is at the driver or hardware level. Driver issue: download the latest USB audio driver directly from the device manufacturer (Focusrite, Audient, Schiit, etc.) — Windows’s generic USB Audio Class driver works but isn’t optimized. Hardware issue: the device may have a poor power supply or noisy USB cable. Test by plugging the device into a different PC — if it crackles there too, it’s the device. If it’s clean on the other PC, it’s your PC’s USB power delivery. Try a powered USB hub between the PC and the DAC. System-level interference: certain GPU drivers, especially Nvidia Studio drivers, can introduce DPC latency that causes USB audio dropouts; switch to the Game Ready driver line, or vice versa, and test. For laptops on battery: high-performance audio production work often requires plugged-in power, because battery-power profiles cause USB current limiting.

Bottom line: Match sample rate, disable enhancements, turn off USB selective suspend. The combination resolves most USB audio crackling without needing to swap hardware.

ADVERTISEMENT