AudioUtils

How to Remove Background Noise From Audio (What Actually Works)

How noise reduction really works, what it can and cannot fix, a free Audacity walkthrough, and the recording changes that beat any software cleanup.

Background noise is the most common reason a recording gets thrown away, and the most commonly misunderstood problem in audio. The hum, the hiss, the air conditioning, the traffic outside — people assume there is a button that removes it cleanly. There is not, and understanding why is what separates a recording you can rescue from one you cannot.

Here is the honest version: noise reduction is subtraction, not restoration. It removes the unwanted sound and part of the sound you wanted, because the two are mixed together in the same waveform. Used lightly it is close to invisible. Pushed hard it produces the watery, warbling, underwater artifact everyone recognises — and that artifact is usually worse than the noise it replaced.

A note on what this site does: AudioUtils converts, trims, compresses and joins audio in your browser. It does not do noise reduction — that needs spectral processing we do not offer, and pointing you at a tool that cannot do the job would waste your time. This guide covers the tools that can.

What "Background Noise" Actually Is

Different noise types need different treatment, and misdiagnosing it is why cleanup attempts fail.

Broadband noise is the constant hiss or rush that sits behind everything — preamp self-noise, air conditioning, room tone, distant traffic. It is spread across the whole frequency range at a steady level. This is the type noise reduction handles best, because it is predictable.

Hum is a narrow tone at a specific frequency, almost always mains electrical interference — 50 Hz in most of the world, 60 Hz in North America — plus its harmonics. Because it lives at known frequencies, a notch filter removes it surgically with very little damage to the rest.

Intermittent noise is a door, a cough, a chair scrape, a notification. It is not continuous, so noise reduction models cannot learn it. The fix is editing it out, not processing.

Overlapping noise is anything sharing the same frequency range as the voice — another person talking, music behind speech. This is the one nobody can fix properly. The information is genuinely blended; separating it means guessing, and guessing sounds like guessing.

How Noise Reduction Works

Nearly every noise reduction tool follows the same two-step logic, and knowing it explains every result you will get.

1. It learns a noise profile. You give it a stretch of audio containing only the noise — a second or two of "silence" before anyone speaks. It analyses the frequency content of that sample and builds a picture of what the noise looks like across the spectrum.

2. It subtracts that profile from the whole file. At every frequency, it reduces the signal by roughly the amount the noise profile says is noise.

The consequence follows directly: anything sharing frequencies with the noise gets reduced too. Voices contain energy across the same broad range as hiss, so aggressive reduction thins the voice, hollows it out, and leaves the characteristic warble as the algorithm makes moment-to-moment decisions about what to keep.

This is also why the noise profile matters so much. Profile a section that accidentally includes a word, and the tool will treat that word's frequencies as noise and carve them out of the entire recording.

Removing Noise in Audacity (Free, Step by Step)

Audacity is free, cross-platform, and remains the most practical option for this job.

1. Open your file in Audacity. 2. Find a noise-only section. Two seconds of room tone with no speech is ideal. If your recording has none, record ten seconds of silence in the same room with the same setup and paste it in — it is worth the trip back. 3. Select just that section. 4. Go to Effect → Noise Removal and Repair → Noise Reduction, and click Get Noise Profile. The window closes. That is expected. 5. Select the entire track (Ctrl+A / Cmd+A). 6. Open Noise Reduction again. Now set the three controls. 7. Preview, adjust, apply.

The three settings, and what they actually do:

  • Noise reduction (dB) — how much to cut. Start around 6–12 dB. This is the control people ruin recordings with; the instinct is to push it to 30 and remove everything, and the result is unusable. If 12 dB is not enough, the recording may not be salvageable to the standard you want.
  • Sensitivity — how eagerly it classifies something as noise. Higher removes more and damages more. Small adjustments only.
  • Frequency smoothing — smears the reduction across neighbouring frequency bands, which softens artifacts. Around 3 is a reasonable starting point for speech.

Always preview before applying, and listen specifically for the warble on the ends of words. That is the first artifact to appear and the clearest sign you have gone too far.

Removing Hum Specifically

If the problem is a steady electrical buzz rather than hiss, do not use noise reduction. Use a notch filter at 50 Hz or 60 Hz depending on your region, and add notches at the harmonics (100/120, 150/180) if the buzz persists. In Audacity this is Effect → EQ and Filters → Notch Filter.

This is far gentler than broadband reduction because it removes a couple of narrow slices rather than attenuating everything. For voice work you can often add a high-pass filter around 80 Hz as well, which cuts rumble and handling noise below the range of the human voice at no cost.

The Rule That Beats Every Plugin

Fix it at the source. No processing recovers information that was never captured cleanly, and five minutes of setup beats an hour of repair.

  • Get the microphone closer. This is the single highest-impact change available. Halving the distance roughly quadruples the signal power reaching the mic while the room noise stays where it is, so the ratio improves dramatically. A cheap microphone close to the mouth beats an expensive one across the room.
  • Turn things off. Air conditioning, fans, fridges, dehumidifiers. Most constant hum in home recordings has a switch.
  • Record a room tone sample. Ten seconds of silence at the start of every session. It costs nothing and it is what noise reduction needs later.
  • Use a directional microphone pointed at the source, so it rejects sound arriving from elsewhere.
  • Treat the room cheaply. Soft furnishings, curtains, a duvet behind the mic. Reflections are noise too.
  • Watch your gain staging. Recording too quietly then amplifying afterwards raises the noise floor along with the voice. Get a healthy level going in.

When It Cannot Be Fixed

Being straight about this saves people hours:

  • Speech buried under music or another voice. Same frequencies, genuinely mixed. Separation tools exist and are improving, but results on real recordings vary a lot and the output usually carries obvious artifacts.
  • Clipping. If the input was too loud, the waveform tops were destroyed at recording. That is missing data, not noise, and nothing restores it.
  • Heavy reverb. Not noise — it is your own voice arriving late off the walls. De-reverb tools help mildly and damage quickly.
  • Wind on the capsule. Loud, low-frequency and overlapping the voice. A physical windshield prevents it; nothing removes it well.

If a recording is unrepeatable and this important, one honest option is to re-record the narration entirely and keep the original only as a reference.

For Transcription, Do Not Bother

A useful exception. If your only goal is a text transcript, heavy noise reduction usually makes accuracy worse, not better. Modern speech recognition is trained on messy real-world audio and copes with steady background noise well. What it copes with badly is the artifacting that aggressive cleanup introduces, because those artifacts do not resemble anything in its training data.

Feed transcription the cleanest unprocessed file you have. See best format for transcription for what to send.

A Sensible Order of Operations

1. Edit out intermittent noises — coughs, bumps, chair scrapes — by hand first. 2. Notch out any mains hum. 3. High-pass filter below the voice, around 80 Hz. 4. Apply gentle broadband noise reduction, 6–12 dB. 5. Normalise or compress last, so you are not amplifying noise you could have removed first. See what is audio normalization.

Do it in that order and each step has less to fight. Do noise reduction first and hardest, and everything after it works on damaged audio.

The Short Version

Noise reduction subtracts, it does not restore, so light-touch beats aggressive every time. Diagnose the noise type first — hum needs a notch filter, hiss needs broadband reduction, a cough needs the delete key, and overlapping speech needs a re-record. And the biggest improvement available to anyone is free: move the microphone closer before you hit record.

More to Read

How to Convert Audio Files: Complete GuideHow to Reduce Audio File Size Without Losing QualityVoice Memo to MP3: Bitrate, WAV, and Batch TipsHow Audio Compression WorksBest Audio Format for WebsitesHow to Batch Convert Audio FilesHow to Extract Audio from Video FilesDoes Converting MP3 to WAV Improve Quality?How to Convert MP3 to WAV for Music ProductionHow to Convert MP3 to WAV Without Losing QualityHow to Convert MP3 to WAV on Mac and WindowsHow to Convert WAV to MP3 Without Losing QualityWAV File Too Large? Convert to MP3How to Convert iPhone Voice Memo to MP3 (5 Methods)How to Play M4A Files on Android (Convert to MP3)How to Convert FLAC to MP3 Without Losing QualityBest Bitrate for FLAC to MP3 ConversionConvert AAC to MP3: Best Quality SettingsHow to Extract Audio from MP4 FilesConvert iPhone MOV Video to MP3How to Convert WAV to MP3 (The Complete Guide)How to Convert MOV to MP3 (iPhone & QuickTime)How to Convert MP3 to WAV for Editing and DAWsHow to Convert YouTube to MP3 Legally (3 Ways)Best MP3 to WAV Settings for Editing and DAWsBest WAV to MP3 Bitrate for Music, Podcasts, and VoiceMOV to MP3 on Mac: Fastest Ways ComparedHow to Convert M4A to MP3 on iPhone Without a ComputerHow to Convert M4A to MP3 Free (Online, No Download)How to Convert WAV to MP3 (Free, Online — No Download)How to Convert FLAC to MP3 on MacHow to Convert FLAC to MP3 on WindowsHow to Convert OGG to MP3 on MacHow to Convert MP4 to MP3 on MacHow to Convert MP4 to MP3 on iPhoneHow to Convert MP4 to MP3 on AndroidHow to Convert WMA to MP3 on MacHow to Convert AIFF to MP3 on MacHow to Convert MOV to MP3 on WindowsM4A to WAV: How to Convert and WhyHow to Convert FLAC to OGG VorbisHow to Convert AAC to WAV for EditingHow to Convert WMA to MP3 on WindowsHow to Convert AIFF to MP3 on WindowsHow to Convert OGG to MP3 on WindowsHow to Convert FLAC to MP3 on iPhoneHow to Convert AAC to MP3 on MacHow to Convert M4A to MP3 on Mac: 3 Easy MethodsHow to Convert Audio Files with AudacityHow to Convert Audio Files with VLCFLAC to AAC: Bitrate Guide and Practical StepsOGG to AAC: Cross-Platform Audio Migration GuideWMA to OGG: Escape the Windows Media EcosystemWMA to FLAC: Lossless Archiving of Your Old WMA LibraryFLAC to Opus: Web Streaming Optimization GuideAIFF to M4A: Apple Production Workflow GuideWAV to AIFF: Windows to Mac Audio WorkflowHow to Convert AAC to MP3 on iPhoneHow to Convert FLAC to MP3 on AndroidHow to Convert OGG to MP3 on AndroidHow to Convert WAV to MP3 on iPhoneHow to Convert AIFF to MP3 on iPhoneHow to Convert M4A to MP3 on WindowsOpus to MP3: Complete Conversion GuideConvert Audio on Linux: Command Line and Browser OptionsHow to Convert Audio Without Installing SoftwareHow to Convert WMA to MP3 on Mac (Step-by-Step Guide)OGG to FLAC: What to Expect from the ConversionAAC to FLAC: Convert and What to ExpectOpus to WAV: How to Convert and Why You Might Need ToWAV to Opus: The Web Developer's Audio GuideBest Audio Format for WhatsApp Voice MessagesAudio Formats Windows Media Player Plays NativelyAudio Formats VLC Supports and Its Conversion FeaturesAudio Formats Foobar2000 SupportsAudio Formats Plex Media Server SupportsKodi Audio Format: What Works & What Needs ConversionAudio Formats for PS4 and PS5 USB PlaybackAudio Formats for Xbox USB PlaybackAudio on Nintendo Switch: Limitations and WorkaroundsHow to Play FLAC on iPhone (iOS 11 and Later)How to Play FLAC on Android NativelyWAV to FLAC: Converting Without Any Quality LossAIFF to WAV: macOS to Windows Audio WorkflowM4A to OGG: Converting Apple Audio to Open-SourceOpus Bitrate Guide: 32, 64, 96, 128, 192 kbps ExplainedReduce Audio File Size Without Losing QualityAudio Format Support on Raspberry Pi with mpd and mopidyBest Audio Format in 2025: The Definitive GuideIs yt-dlp Legal? What You Need to KnowLegal Ways to Download Music for Offline ListeningCreative Commons Music for Content Creators: Full GuideWMA to MP3: What to Expect and How to ConvertAIFF to MP3: GarageBand Exports and Quality SettingsHow to Convert Audio on Mac: GarageBand & QuickTimeHow to Convert Audio on iPhone: Files App & BrowserHow to Batch Convert Audio Files: FFmpeg & BrowserExtract Audio from MP4 Without Software (Browser Method)How to Convert iPhone Voice Memo to MP3 (Free, No App)How to Convert Zoom Recording to MP3 (M4A or MP4 Export)How to Convert Google Meet Recording to MP3How to Extract Audio from a Zoom Webinar RecordingHow to Compress Audio in Audacity: Size & DynamicsFFmpeg Compress Audio: MP3, FLAC, Opus & AAC One-LinersCompress MP3 Without Losing Quality: What's PossibleHow to Make a Ringtone From an MP3 (iPhone & Android)How to Trim an MP3 Without Losing QualityHow to Cut Audio in Audacity (2026 Step-by-Step)How to Merge Audio Files: Three Real MethodsHow to Remove Vocals From a Song (Honest 2026 Guide)How to Edit MP3 Metadata: Tools & WorkflowsHow to Find BPM of a Song: 5 MethodsHow to Split Audio Files: 3 Methods That WorkWhat Is MP3? The Format ExplainedWhat Is WAV? Everything You Need to KnowWhat Is FLAC? The Lossless Audio FormatWhat Is OGG? The Open Container Format ExplainedWhat Is M4A? Apple's Audio Format ExplainedWhat Is AAC? Advanced Audio Coding ExplainedWhat Is AIFF? Apple's Lossless Audio FormatWhat Is WMA? Windows Media Audio ExplainedAudio Bitrate Explained: What It Means for QualitySample Rate Explained: 44.1kHz vs 48kHz vs 96kHzMP3 vs WAV: Which Format Should You Use?MP3 vs FLAC: Lossy vs Lossless ComparedMP3 vs AAC: Which Codec Sounds Better?MP3 vs OGG (Vorbis): The Complete ComparisonFLAC vs WAV: Lossless Formats ComparedM4A vs MP3: Which Should You Choose?Lossless vs Lossy Audio: The Complete GuideAudio Formats Explained: The Complete GuideBest Audio Format for Music ProductionBest Audio Format for PodcastsBest Audio Format for GamingBest Audio Format for Music StreamingBest Audio Format for Archiving MusicWhy WAV Files Are So Large (And What to Do About It)MP3 vs WAV for Audio Editing in a DAWWhen Should You Convert MP3 to WAV?Convert WAV to MP3 for Sharing and EmailM4A vs MP3: Which Has Better Quality and Smaller Size?What Is M4A? The iPhone Audio Format ExplainedHow to Convert MP3 to OGG for Unity Game DevelopmentOGG vs MP3 for Web Audio: Which Should You Use?WAV vs AIFF: Which Uncompressed Format?AAC vs OGG: Which Lossy Codec Wins?Opus vs MP3: The Modern Codec ShowdownM4A vs AAC: What's the Difference?What Is Opus? The Modern Audio Codec ExplainedMP3 vs WMA: Which Format Should You Choose?AAC vs FLAC: Lossy or Lossless — Which to Choose?OGG vs Opus: What's the Difference?Best Audio Format for Discord in 2026Best Audio Format for Video EditingAudio File Size Comparison: MP3, WAV, FLAC, OGG, AACOpus Audio for Web Developers: A Practical GuidePrivacy-First Audio Conversion: Why Browser-Based MattersAudacity vs AudioUtils: Which Should You Use?AIFF vs FLAC: Which Lossless Format Is Better?WMA vs MP3: Which Sounds Better?OGG vs AAC: Which Audio Codec Is Better?M4A vs OGG: Which Lossy Audio Codec to UseBest Audio Format for Zoom RecordingsBest Audio Format to Use in AudacityWhat Is Vorbis? The Open Audio Codec ExplainedWhat Is ALAC? Apple Lossless Audio ExplainedGarageBand Audio Formats: What to Use and WhyiTunes and Apple Music Audio Formats ExplainedAudio Sample Rates: 44.1, 48, 96 kHz ExplainedWhat Is HLS Audio? HTTP Live Streaming ExplainedAIFF vs. AIF: What Is the Difference?Best Audio Format for iMovie: Import and Export GuideAdobe Premiere Pro Audio Format GuideLogic Pro Audio Guide: Best Import & Export SettingsOBS Studio Audio Format and Settings GuideTwitch Audio Requirements: Format, Bitrate & QualitySpotify Audio Format: What You Need to KnowYouTube Audio Requirements: Quality, Format & LUFSTikTok Audio Requirements: Format, Bitrate, and QualityAndroid Audio Formats: Native Support and Best PracticesiPhone Audio Formats: What iOS Supports & Doesn'tBest Audio Format for Ringtones: iPhone and AndroidBest Audio Format for Car USB: MP3, FLAC, or WAV?MP3 Bitrate Guide: 128 to 320 kbps ExplainedFLAC vs Opus: When to Use Each Audio CodecWAV vs MP3: The Honest Quality ComparisonAAC vs. MP3 for Streaming: Which Is Better?Best Audio Format for AudiobooksFFmpeg vs. AudioUtils: When to Use EachAudio Formats for Podcast Apps: Spotify, Apple, and MoreAudio Bitrate vs. Sample Rate: What's the Difference?Audio Transcoding vs. Converting: What Is the Difference?OGG vs FLAC: Which Should You Use?Opus vs AAC: Which Codec Is Better?WAV vs FLAC for Archiving: Which Is Best?M4A vs FLAC: Apple AAC vs Lossless Quality ComparedMP3 vs AAC for AirPods: Does the Codec Matter?Audio Quality Settings: Bitrate, Sample Rate, Bit DepthMP3 vs. WAV for Podcasting: Which Format to UseBest Audio Format for Discord: Opus, MP3, and File LimitsBest Audio Format for TikTok: Specs and Upload TipsBest Audio Format for Instagram Reels and StoriesAudio Sample Rate Explained: 44.1 vs 48 vs 96kHzFLAC vs. ALAC: Lossless Audio Format ComparisonWhat Is VBR vs CBR? Bit Allocation in Audio EncodingAudio File Too Large? How to Reduce Audio File SizeAudio Formats for Zoom: Recordings, Uploads, and SharingContainer vs Codec: The Most Confusing Thing in AudioPCM Audio Explained: Why WAV Files Are So LargeVBR vs CBR for MP3: When Each Mode Is the Right ChoiceMP3 128 kbps vs 320 kbps: Does the Difference Matter?FLAC vs WAV for Music Production: The Practical AnswerM4A vs MP3 for iPhone: Which Format to Use and WhenOGG Vorbis vs MP3: Quality, Compatibility & When OGG WinsBest Audio Format for YouTube Uploads in 2026Best Audio Format for Audacity: Import, Edit, and ExportBest Audio Format for Premiere Pro: Timelines & ExportAudio Bitrate Guide: Right Settings for Every Use CaseWhy Is My Audio File So Large? How to Reduce ItLossless Audio: Is It Worth It? The Honest AnswerMP3 File Corrupted: How to Diagnose and Fix ItAudio Format for Spotify: Upload Specs & What HappensBest Free Audio Converter: Browser-Based vs DesktopAudio Compression Explained: File Size vs Dynamic RangeID3 Tags Explained: MP3 Metadata StandardM4A Format Explained: What It Is and When to Use It