Skip to content
Fixes & Errors

Sound Crackling on Windows 11: Getting Clean Audio Back

Sound crackling on Windows 11 follows patterns that identify the cause. Here is the layered guide that reads the crackling pattern and fixes it at the right level.

Sound Crackling on Windows 11: Getting Clean Audio Back

Sound crackling, popping, or stuttering on Windows 11 — whether constant or only under certain conditions — is almost always fixable, but the fix varies significantly based on when and how the crackling happens. We go deeper on the whole subject in our Complete Guide to Fixing Windows, Browser, and Software Errors.

Three quick pattern checks before anything else:

  • Crackling only when audio starts then stops: audio device not waking correctly from idle — power management is likely.
  • Crackling under CPU load (gaming, rendering, video calls): sample rate conflict or CPU scheduling interrupting audio threads.
  • Constant crackling regardless of what’s playing: driver issue or hardware problem with the audio device.

Fix 1: Audio driver — the most common cause

Generic audio drivers from Windows Update often replace manufacturer-specific Realtek, Conexant, or IDT drivers. The generic versions lack the tuning for specific laptop hardware configurations, which manifests as crackling, distortion, or volume inconsistency. Download the audio driver from the laptop manufacturer’s support page for the specific model — not from Realtek’s generic installer page and not from Windows Update.

If crackling started after a Windows Update: Device Manager → Sound, video and game controllers → right-click the audio device → Properties → Driver → Roll Back Driver. This restores the driver that was working before the update replaced it.

Fix 2: Exclusive mode and sample rate

Right-click the speaker icon → Sound settings → More sound settings → Playback tab → right-click the output device → Properties → Advanced tab:

  • Default Format: try different combinations. 24-bit 48000 Hz is the most commonly compatible setting. Some devices crackle at 44100 Hz but are stable at 48000 Hz (or vice versa).
  • Exclusive Mode: uncheck “Allow applications to take exclusive control of this device” — applications in exclusive mode sometimes prevent other audio from mixing cleanly.

After changing: click Test to hear the current setting before committing.

Fix 3: Power management — extremely common on laptops

Windows powers down the audio device during inactivity. When audio starts again: the device wakes but the transition isn’t clean, causing a pop or brief crackle. The crackle happens specifically at the beginning of playback, then stops — highly characteristic of power management.

Device Manager → Sound, video and game controllers → right-click audio device → Properties → Power Management → uncheck “Allow the computer to turn off this device to save power.” Also check under Sound, video and game controllers for USB audio devices if using external audio — apply the same change there.

Fix 4: DPC latency — the CPU scheduling culprit

Audio playback requires the CPU to process and deliver audio buffers at precise intervals. When high-latency device drivers interrupt the CPU (Deferred Procedure Calls — DPCs), they can cause the CPU to miss audio buffer timing, producing crackling or stuttering specifically under load.

LatencyMon (free from ResPlux) measures DPC latency in real-time and identifies which drivers are causing long DPC times. Run LatencyMon while audio crackles → Main Drivers tab → look for any driver with DPC count above normal — particularly network adapters, USB controllers, and storage drivers. Updating or replacing the identified driver typically resolves audio crackling under load.

Fix 5: Audio enhancements

Windows and audio device drivers add sound enhancements: equalizer, virtual surround, bass boost, loudness equalization, noise reduction. These signal processing operations can cause crackling if the enhancement algorithm has bugs with specific audio content or at specific volume levels.

Sound settings → Playback → Properties → Enhancements tab → “Disable all enhancements” → apply → test. If crackling stops: one of the enabled enhancements was causing it. Re-enable them one at a time to identify the specific problematic one. Loudness Equalization and Virtual Surround Sound are the most common causes of crackle in this category.

USB audio devices — additional causes

USB audio interfaces, USB DACs, and USB headsets have their own failure modes:

  • USB controller power management suspending the USB audio adapter — fix: USB selective suspend disabled (same Device Manager power management approach as above, but for the USB hub the audio device is on)
  • USB bandwidth conflicts — a USB audio device sharing a USB controller with USB 3.0 devices (hard drives, hubs) may not get consistent USB bandwidth, causing audio buffer underruns that crackle
  • USB cable quality — cheap or long USB cables for audio interfaces cause data errors that manifest as crackling

Move the USB audio device to a different USB port (try USB 2.0 specifically if USB 3.0 conflicts are suspected) and test. For USB audio interfaces: connect them directly to the computer rather than through a hub for most stable operation.

Sample rate mismatch between source and output

Bluetooth audio and some digital audio outputs require sample rate conversion when the source material is at a different rate than the device’s configured rate. Windows resamples the audio automatically, but its resampling quality varies — some source/output combinations crackle during resampling. Setting the Windows audio output to match the most common sample rate of your audio content (44100 Hz for music, 48000 Hz for video) reduces resampling requirements and often resolves crackling.

Our guide on Windows 11 audio troubleshooting covers the audio service restart and the speaker configuration that affects crackling alongside other audio issues. For LatencyMon and DPC latency specifically, the same analysis applies to any real-time audio application — our system performance guide covers the driver interrupt handling that affects both network latency and audio latency. Microsoft’s Windows audio documentation covers the WASAPI exclusive mode configuration and the audio session lifetime management that determines how applications share or compete for the audio device.

Bluetooth audio crackling specifically

Bluetooth audio has two modes: HFP (Hands-Free Profile, lower quality, mono, used when the microphone is active) and A2DP (Advanced Audio Distribution Profile, stereo, high quality). When a communication application activates the Bluetooth microphone, Windows switches from A2DP to HFP — the audio quality drops suddenly, and the transition sometimes produces a pop or crackle.

For Bluetooth headsets: if crackling occurs specifically when a video call starts, communication apps are triggering HFP mode. Disable the Bluetooth headset as a microphone source in the calling application → use the laptop’s built-in microphone instead → the headset stays in A2DP for audio output. This eliminates the mode-switching that causes crackle at the cost of the headset’s microphone.

For general Bluetooth audio crackling: 2.4 GHz Wi-Fi interference is a common cause. Switching Wi-Fi to 5 GHz reduces interference with Bluetooth’s 2.4 GHz signal. Also: moving the Bluetooth device closer to the computer reduces the signal margin pressure that causes audio stutter on weaker connections.

HDMI audio crackling

Audio output through HDMI (when a monitor or TV is used as the audio device) has specific causes for crackling. HDMI audio depends on the GPU’s audio component — it’s technically a GPU driver issue when HDMI audio crackles. The fix: update the GPU driver (which includes the HDMI audio driver) rather than the Windows audio driver.

Also: some HDMI cables have insufficient bandwidth for simultaneous high-resolution video and high-quality audio. A 4K 60Hz HDMI connection near cable bandwidth limits may cause audio artifacts. Switching from HDMI to DisplayPort (which carries audio without bandwidth competition in most implementations) often resolves HDMI audio crackling on high-resolution setups.

Audio buffer size and crackling under load

Professional audio applications (DAWs, audio interfaces) allow adjusting the audio buffer size. Smaller buffers = lower latency but more CPU demand. When the buffer is too small for the CPU to fill on time: crackling occurs under any load. Larger buffers = higher latency but more stable audio.

In the audio application or audio interface control panel: increase the buffer size from 64 or 128 samples to 256 or 512 samples. Crackling during music production specifically is almost always a buffer size issue when the DPC latency (from LatencyMon) is otherwise acceptable.

Windows Audio service restart

Services.msc → Windows Audio → right-click → Restart. Also restart Windows Audio Endpoint Builder. These services sometimes get into a degraded state — not fully crashed but processing audio incorrectly — that produces crackling or distortion that a restart clears. This is a quick fix that doesn’t require any settings changes and resolves transient audio service issues.

Interrupt affinity and CPU core assignment

On multi-core systems: audio interrupt handling is typically assigned to a specific CPU core. When that core is heavily loaded by another process (antivirus scans, background compilation, game shader loading), audio interrupts queue up and miss their timing window, causing crackling. This is why crackling often occurs “out of nowhere” when a background task ramps up.

Task Manager → Details → right-click the audio device’s associated process (audiodg.exe) → Set Affinity → pin it to a specific CPU core that other heavy processes avoid. This is an advanced workaround that requires monitoring which cores other processes use. More practically: closing background tasks that are known to spike CPU (cloud sync, antivirus scans, Windows Defender scans) during audio-critical sessions prevents the priority conflict.

Sound card hardware issues

On older machines or after liquid exposure: the audio hardware itself may be degrading. Crackling that varies with volume level (louder at higher volumes, fine at very low volume), crackling from only one channel, or crackling that persists through driver reinstalls and settings changes often indicates hardware degradation rather than a software issue.

Test: try a USB audio adapter (£10–20) as an alternative audio output. If the USB adapter produces clean audio while the internal audio is crackling: the internal audio hardware has a fault. USB audio adapters bypass the internal sound card entirely and are a permanent workaround for failed internal audio on laptops or desktops where replacing the audio hardware isn’t practical.

Spatial audio and crackling interaction

Windows Sonic for Headphones and Dolby Atmos spatial audio processing adds significant DSP (Digital Signal Processing) overhead. On machines with CPU constraints: this overhead causes audio buffer starvation and crackling, particularly during other intensive tasks. Right-click the speaker icon → Spatial Sound → Off. If crackling stops: the spatial audio DSP was contributing to the timing pressure. Use spatial audio only when the machine has sufficient CPU headroom to handle both the audio processing and other active workloads.

A quick note on the fix order: disable enhancements → change sample rate → audio driver reinstall → LatencyMon DPC analysis → power management → hardware test. The first three steps each take under 5 minutes and resolve the majority of crackling cases. LatencyMon is the right tool for crackling that’s load-dependent (appears under CPU pressure but not during silence or light use). Hardware testing with a USB adapter is the last resort that definitively separates software-fixable from hardware-degradation-driven crackling.

Volume Mixer and per-application audio levels

Individual applications can have different volume levels in the Windows Volume Mixer. When an application is set to maximum volume (100%) but the system volume is low, some audio devices clip when the application tries to output more than the master volume allows — producing crackling specifically from that application at high volumes. Right-click speaker → Open Volume Mixer → check that individual application sliders are at reasonable levels (not maxed while the master is low or vice versa). Keeping application sliders at 75–85% of maximum and adjusting the system volume provides headroom that prevents clipping.

Equalizer APO and crackling conflicts

Equalizer APO and Peace GUI (popular free audio processing tools that many users install for EQ control) add their own DSP layer to the audio pipeline. When configured incorrectly or incompatibly with a specific audio driver version: they cause crackling by over-driving or under-buffering the audio signal. If Equalizer APO is installed: check its configuration for any settings that pre-amplify the signal above 0 dB, which causes digital clipping and crackling. Temporarily disabling Equalizer APO in its control panel (or uninstalling it) confirms whether it’s contributing to the crackling.

AMD CPU simultaneous multithreading and audio

A specific pattern that affects some AMD Ryzen machines: simultaneous multithreading (SMT/hyperthreading) causes certain DPC handlers to be dispatched to different CPU cores in a way that creates audio interrupt timing inconsistency. Disabling SMT in BIOS (BIOS → Advanced → CPU Configuration → SMT Mode → Disabled) occasionally resolves crackling on AMD systems where all software-side fixes have been tried. This reduces parallel processing performance (typically 5–15% in multi-threaded workloads) but can permanently resolve audio crackling that LatencyMon attributes to CPU scheduling irregularities. Re-enable SMT after testing to confirm it was the variable.

One final pattern worth knowing: crackling that starts during specific applications (games, video editors) but not during simple playback (Spotify, YouTube) is almost always DPC latency caused by the specific application’s GPU load, not an audio problem. The GPU at high utilisation produces DPC interrupts that delay audio buffer delivery. Reducing GPU load (lower graphics settings in the game, enabling GPU encoding offload in video editing) reduces the DPC interruptions and eliminates the crackling without any audio settings changes. LatencyMon during the crackling application confirms this pattern — GPU driver DPC spikes concurrent with audio stutter. If this sounds familiar, Speakers Not Working on Windows 11 is worth a look.

Nikolas Lamprou

Nikolas Lamprou (MSc; GCFR, SC-200, Security+) has been working with computers professionally since 2009 — starting with web development and e-commerce, and moving into cybersecurity over the years. Based in Greece, he brings over 15 years of real-world IT experience to SolveTechToday, where he writes about Windows fixes, software reviews, security tools, and AI applications. His goal is straightforward: cut through the noise and give readers clear, honest guidance on the tech decisions that matter.

Stay Ahead

Fix your next problem before it starts

Get the week's best Windows fixes, software picks, and security guides delivered straight to your inbox. No noise, just solutions.

Press ESC to close · Try "Windows 11" or "Chrome"