Skip to content
Fixes & Errors

Crackling Audio on Windows 11: Silencing the Pops

Windows 11 audio crackling ruins music, calls, and media. Here are all the real fixes — sample rate, audio enhancements, USB power, DPC latency, Bluetooth mode, and spatial sound.

Crackling Audio on Windows 11: Silencing the Pops

Audio crackling, popping, or distortion in Windows 11 — sounding like a vinyl record with bad pops, hissing under quiet passages, occasional sharp clicks during playback — is almost always a sample rate, buffer, or driver-level problem rather than damaged hardware. Most cases resolve in under 5 minutes with a single setting change. You’ll find the complete rundown in our Complete Guide to Fixing Windows, Browser, and Software Errors.

Start here: right-click the speaker icon in the system tray → Sound settings → Output device → click the device → “Audio enhancements” → Off. This single change fixes a surprising percentage of crackling issues because Windows audio enhancements (especially the equaliser and bass boost) can over-process the signal until it distorts. If the crackling stops after disabling enhancements, you’ve found it. If not, work through the rest.

Sample rate mismatch — the silent culprit

This causes more crackling than anything else. Windows and the audio source need to agree on a sample rate (typically 44.1 kHz or 48 kHz). When they disagree, Windows resamples on the fly, and a busy CPU or buggy driver produces audible artifacts during the conversion.

Right-click speaker icon → Sound settings → Output device → click device name → Properties → Advanced tab → Default Format dropdown. Most users should select 24 bit, 48000 Hz (Studio Quality). If that doesn’t fix it, try 16 bit, 44100 Hz (CD Quality). Don’t pick the highest available unless you know your hardware actually supports it — overdriving the audio chip into modes it can’t handle produces exactly the kind of crackling you’re trying to fix.

One thing worth knowing: the “Best” or “Studio” quality settings aren’t always best. They’re just highest sample rate. The optimal setting matches what your audio chip is designed for, which on most consumer hardware is 24-bit/48 kHz.

Exclusive mode — the subtle saboteur

In the same Properties → Advanced tab, there are two checkboxes under “Exclusive Mode”:

  • “Allow applications to take exclusive control of this device”
  • “Give exclusive mode applications priority”

Try unchecking both → Apply. Some applications (DAWs, certain music players, video editors) try to take exclusive control of the audio device, which works for that app but breaks audio for everything else, occasionally producing crackling. Disabling exclusive mode forces shared access, which is more compatible at a small CPU cost.

DPC latency — the gamers’ nemesis

Deferred Procedure Call (DPC) latency is what audio engineers measure when troubleshooting crackles. High DPC latency means the system is taking too long to service audio interrupts, causing dropouts that sound like clicks and pops. It’s especially common in gaming laptops and during heavy multitasking.

Download LatencyMon (free) → run it for 60 seconds while your audio is crackling → it tells you which driver is causing the problem. Common offenders:

  • Wi-Fi adapter drivers (Killer Networking is notorious for this on gaming laptops)
  • USB controller drivers (especially with multiple USB devices)
  • NVIDIA / AMD GPU drivers (sometimes after a major update)
  • Network adapter drivers generally

The fix depends on which driver. Update from the manufacturer’s site, or in extreme cases roll back to a previous version. Killer Networking specifically: disable “Killer Prioritization Engine” and “Killer Network Manager” in services.msc, leaving only the basic driver active.

USB audio devices and power management

USB headphones, USB DACs, and USB microphones get crackling for a different reason: Windows is putting them into low-power mode between audio bursts. Each time it wakes up, you get a brief click.

Device Manager → Universal Serial Bus controllers → for each USB Root Hub: right-click → Properties → Power Management → uncheck “Allow the computer to turn off this device to save power” → OK. Do this for all USB Root Hubs and USB Hubs. Slightly higher battery drain on laptops, but no more USB audio clicks.

Our guide on Windows audio troubleshooting covers the broader audio device configuration that applies when sound is missing entirely, and our microphone fixes guide covers the input-side equivalent. For driver updates specific to your audio chipset, Realtek’s driver download portal covers the most common consumer audio drivers; Microsoft’s audio documentation covers the WASAPI configuration that governs how applications access audio hardware.

Bluetooth audio: codec and profile issues

Bluetooth headphones crackle for different reasons than wired ones. The main causes are interference, codec mismatches, and profile switching between A2DP (music) and HFP (calls).

Interference: Bluetooth runs at 2.4 GHz, the same band as most Wi-Fi networks. If you’re sitting next to a router with heavy traffic, or near a microwave or USB 3 device (yes, USB 3 emits 2.4 GHz interference), audio drops out. Move the laptop or move the Bluetooth dongle — even a few feet of separation often dramatically improves things. USB 3 ports specifically: never plug a Bluetooth dongle into one if you have USB 2 available.

Codec issues: Windows 11 supports SBC, AAC, aptX, and LDAC depending on hardware. If a high-quality codec is negotiated but the headphones don’t actually support it cleanly, crackling appears. Settings → Bluetooth and devices → the headphones → Properties → if there’s a codec selection: drop to SBC as a test. SBC is the lowest quality but most reliable.

Profile switching: if your headphones flip between music and call modes mid-playback (often when something accidentally activates the microphone), you’ll hear a momentary garble or pop. Close the offending app (often Discord, Teams, or a browser tab with mic access).

Buffer size and audio latency settings

For audio production work in DAWs (Ableton, Reaper, FL Studio) or with USB audio interfaces (Focusrite, MOTU, RME): the buffer size in the audio driver directly affects whether you get crackles. Lower buffers = lower latency but more CPU load and more crackles; higher buffers = safer but more delay.

If you’re a producer experiencing crackles: open your DAW’s audio settings → buffer size → bump to 256 or 512 samples. If crackles stop, you can step back down to find your CPU’s limit. The exact number depends on the audio interface driver, project complexity, and CPU.

For general use (not music production), this setting doesn’t apply — Windows handles buffering automatically.

Cable, jack, and physical hardware

Don’t skip this even though it sounds obvious. A loose 3.5mm cable, a damaged USB-C plug, or oxidation on a headphone jack causes intermittent crackling that no software fix will solve. Symptoms specific to physical issues:

  • Crackling changes when you wiggle the cable
  • Crackling on one channel only (left or right)
  • Crackling stops when you press the plug deeper into the socket
  • Different headphones in the same socket also crackle (jack is the issue, not the headphones)

3.5mm jacks accumulate dust and lint over time. Compressed air into the socket clears most of it. For oxidation on metal contacts, plugging and unplugging a clean plug 10-15 times can scrub the contacts enough to restore good connection.

Realtek and other driver-specific issues

The majority of Windows 11 PCs use Realtek audio (HDA, ALC variants). Realtek’s drivers have a long history of either being excellent or terrible depending on the specific version. If you’ve been crackling for a while:

  1. Device Manager → Sound, video and game controllers → your audio device → right-click → Uninstall device → check “Delete the driver software” → restart
  2. Windows reinstalls a generic Microsoft HD Audio driver on boot. Test if crackling stops with the generic driver
  3. If yes: install the specific manufacturer driver for your motherboard or laptop (not the universal Realtek package from realtek.com — get the one from your motherboard or laptop maker’s support page)

The reason this works: motherboard manufacturers tune the audio driver specifically for their boards. Generic Realtek drivers sometimes use settings that don’t match your specific audio codec configuration. Manufacturer drivers usually do.

Crackling pattern Most likely cause Quick fix
Constant background hiss/static Audio enhancements over-processing Disable all audio enhancements
Pops only during heavy CPU load DPC latency from another driver Run LatencyMon to identify; update driver
USB device clicks every few seconds USB power management Disable power saving on USB Root Hubs
Bluetooth dropping out Interference or codec issue Move away from Wi-Fi/USB 3; force SBC codec
Crackles only at high volumes Speaker driver damage or amp clipping Reduce master volume to 70-80%; check speakers
Crackles when wiggling cable Hardware — jack or cable issue Replace cable; clean jack; test with another device

The two interventions that solve the majority of audio crackling on Windows 11: disabling audio enhancements (the first 10-second fix) and correcting the sample rate. Together they handle perhaps 60% of cases. The driver-level fixes (LatencyMon analysis, manufacturer driver install) catch most of the remaining 40%. Hardware causes are rare but worth ruling out by trying different headphones in the same port.

Specific app crackling

If crackling only happens in one application (Discord during voice calls, Spotify during music, Chrome during YouTube videos), the issue isn’t system-wide — it’s that app’s interaction with the audio system. Common patterns:

Discord crackling: Settings → Voice & Video → Audio Subsystem → switch from “Standard” to “Legacy” → restart Discord. The legacy subsystem doesn’t support Krisp noise suppression but produces fewer audio issues on systems with sample rate quirks. Also check “Echo Cancellation” and “Noise Suppression” — disabling them sometimes helps.

Browser-based video calls (Meet, Zoom Web): Try a different browser. WebRTC implementations vary between browsers, and a crackling issue in Chrome may not exist in Firefox or Edge.

Games specifically: Many games have their own audio settings. Check the in-game audio menu for sample rate options that match your Windows default. Mismatches between in-game and Windows sample rates cause crackling during games but not in music.

When to suspect failing hardware

If you’ve worked through everything above and crackling persists, hardware failure is the remaining possibility. Symptoms that suggest hardware:

  • Crackling started suddenly, no software changes preceded it
  • Different speakers/headphones in the same port crackle identically
  • Crackling exists even with all audio enhancements disabled and on the generic Microsoft driver
  • The motherboard or laptop is more than 5 years old, especially if used in humid environments

Audio codec chips (the small DAC ICs on the motherboard) do fail, though it’s relatively uncommon. The fix on a desktop is a USB audio interface — a £20-£40 USB DAC bypasses the motherboard audio entirely and produces cleaner output. On laptops, the same USB DAC works as long as you can use external speakers or headphones, but if you need the built-in speakers, hardware repair or replacement is the only option.

A note on power supplies and electrical noise

Sometimes audio crackling is electrical, not digital — analogue noise from the power supply or surrounding components bleeding into the audio output. Symptoms: a faint whine or buzz that changes pitch when you scroll a page or move the mouse. This is called “coil whine” or “electromagnetic interference.”

Easy test: unplug the laptop from its charger. If the crackling stops or changes character on battery: power supply interference. Either get a better charger (replace the cheap third-party one) or use a USB DAC that has its own clean power. On desktops, the PSU itself can be the source — a £15-£25 PCIe audio card or USB DAC isolates the audio path from the noisy power rails.

This is rare on modern hardware but does happen, especially with cheap power supplies and on systems where the GPU is electrically noisy under load.

A practical workflow for chronic audio crackling that takes about 15 minutes start to finish: disable enhancements, set sample rate to 24-bit/48 kHz, disable exclusive mode, run LatencyMon for a minute to check for driver issues, disable USB power management. This covers maybe 80% of real-world cases. The remaining 20% — Bluetooth interference, codec-specific issues, hardware faults — need targeted attention based on the specific pattern, but those are the minority.

One thing worth remembering: audio quality on Windows has improved a lot over the years, but it’s still less predictable than on macOS or even some Linux configurations. If you do a lot of audio-critical work, a dedicated USB audio interface (Focusrite Scarlett Solo or similar) costs less than £100, sidesteps almost every system-level audio quirk Windows has, and lasts a decade. For casual users it’s overkill, but for anyone who depends on clean audio daily, it’s the most reliable fix available.

For users running multiple audio devices (laptop speakers + Bluetooth headphones + HDMI to monitor speakers): Windows occasionally gets confused about which device is the default output, and the wrong device receives audio that doesn’t suit its capabilities, producing artifacts. Right-click the speaker icon → Sound settings → and verify the current Output device matches what you actually want to use. Setting your daily-use device as default explicitly often eliminates intermittent crackling that comes from Windows auto-switching outputs. Related: Sound Crackling on Windows 11.

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"