Denoise Audio

Remove Background Noise from Audio, Free

QUICK ANSWER

The fastest way to clean up a recording — it runs entirely in your browser, so nothing uploads. Drop an audio file and an FFmpeg denoise + loudness-normalize pass strips hum, hiss, fan noise, and room tone locally. Works across MP3, WAV, M4A, AAC, OGG, and FLAC. No signup, no watermark.

  • Cleans locally — no upload
  • Denoise + loudness normalize
  • Works across MP3/WAV/M4A/OGG/FLAC
  • No signup
  • No watermark

Files never leave your browser. The conversion runs locally on your device.

Trusted by creators at startups, agencies, and Fortune 500 teams.
Free forever — no signup, no watermark, no length cap.

What this actually removes

This tool targets the steady, constant noise that sits under most home recordings: air-conditioner hum, computer fan whir, mains buzz, tape hiss, and the broad "room tone" you only notice once it is gone. It runs FFmpeg's adaptive frequency-domain denoiser (afftdn), then trims sub-80 Hz rumble and ultrasonic fizz with a high-pass and low-pass filter, and finishes with a loudness-normalize pass so the result lands at a consistent broadcast level. It will not magically erase a dog barking, a door slamming, or someone talking over you — those are transient, non-stationary sounds that need a spectral editor, not a single denoise pass.

How the three strength settings differ

The Light / Medium / Strong buttons change the noise-floor estimate the denoiser works from. Light leaves more of the original ambience intact and is the safest choice when the noise is mild and you care about keeping the voice natural. Strong pushes the floor up so more of the constant hiss and hum is gated out — great for a noisy fan or a hummy USB mic, but lean on it and quiet speech can start to sound thin or "underwater." Medium is the sensible default for most laptop-mic and phone recordings. When in doubt, run Medium first, listen, and only step up to Strong if there is audible noise left.

Got a video, not an audio file?

This tool is audio-only by design — it outputs an MP3, not a re-muxed video. If your noise is inside a screen recording or a talking-head clip, pull the soundtrack out first with our video to audio tool, clean the resulting file here, and then mux the cleaned audio back over your video in an editor. Keeping the steps separate means each pass does one job well and you can audition the denoise on its own before committing it to the final cut.

Why FFmpeg instead of an AI denoiser

The big AI denoisers (the kind baked into paid meeting apps and cloud studios) are genuinely better at separating a voice from chaotic background sound — but they cost money, require an account, and ship your raw audio to someone else's server. afftdn is an old-school, deterministic, frequency-domain filter: it is free, it is private, and it runs on your own machine with nothing uploaded. For the common case — a single voice over steady hiss or hum — it gets you 90% of the way for 0% of the cost or signup friction. If you would rather not fight noise after the fact at all, Clipy captures cleaner mic audio at the source and auto-transcribes every recording, so there is less to clean up to begin with.

Common questions

Will this remove someone talking in the background or a dog barking?

No. afftdn removes steady, constant noise — hum, hiss, fan whir, room tone. Transient, irregular sounds like speech, barks, or door slams are non-stationary and need a spectral editor (like Audacity's noise reduction with a manual selection, or an AI separation tool), not a single denoise pass.

Why does the output come back as an MP3 even if I uploaded a WAV?

We re-encode to MP3 at VBR ~190 kbps so the result is small and universally playable. If you specifically need lossless WAV or FLAC out, this isn't the tool for that yet — let us know and we can add a format toggle.

My cleaned audio sounds thin or 'underwater' — what happened?

That's over-denoising. Drop from Strong to Medium or Light. The stronger the setting, the more of the signal near the noise floor gets gated out, which can hollow out quiet speech. Pick the lightest setting that still kills the noise you can hear.

Does it make my recording louder too?

Yes — after denoising it runs a loudness-normalize pass to a -16 LUFS integrated target with a -1.5 dB true-peak ceiling, which is a sensible level for spoken-word and podcast audio. So the output is both quieter in noise and more consistent in volume.

Is my audio uploaded anywhere?

No. The entire denoise + normalize pipeline runs in your browser via FFmpeg compiled to WebAssembly. Your file never reaches our servers — check your browser's network tab if you want to confirm.

More free tools