How to make audio louder without losing quality or distortion

Updated 2026 · AppsOverflow LLC

Turning audio up doesn't cost you any quality by itself. A volume change is multiplication: every sample gets scaled by the same number, and the shape of the waveform stays identical. Quality dies when you go past the ceiling, where a sample that should have hit 1.4 gets flattened to 1.0 and you hear crackle. So the useful question is how much room your particular file has left, and what to do once you run out. Both have exact answers, and you can read them off your own file in about ten seconds.

Where the damage actually comes from

There are two ways a louder file ends up worse than the original.

Clipping. Digital audio has a hard ceiling called full scale, written 0 dBFS. Samples live between -1.0 and +1.0 and there's nothing above that. Multiply a peak sitting at 0.95 by 1.5 and the math wants 1.425, which can't be stored, so the top gets chopped flat. Flat tops are square-ish, square waves carry harmonics that weren't in the recording, and that's the fizzy, grainy edge people call distortion. It shows up first on drum hits, plosives and cymbals, because that's where the peaks are.

Re-encoding. Boost an MP3 and save it back as MP3 and the encoder throws away data a second time, on top of what the first encode discarded. That's generation loss, and it happens even when nothing clipped. It's avoidable: export lossless instead.

Notice what's not on that list: the gain step. Scaling samples in 32-bit float is mathematically clean, and rendering the result offline at the same sample rate changes nothing about timing, frequency content or stereo image. That's why "increase MP3 volume without quality loss" is a solvable problem and not a slogan. Decode once, scale, write out lossless, done.

The volume booster exports WAV only, at 16-bit, 24-bit or 32-bit float. That's deliberate. Adding an MP3 re-encode would quietly undo the thing this page is about. If you need an MP3 at the end, boost here, save the WAV, and encode once from that file with whatever encoder you already use.

How much headroom your file really has

Headroom is the gap between your file's loudest sample and 0 dBFS. Peak reads -12 dBFS? You have 12 dB of headroom and you can add up to 12 dB of gain with zero clipped samples. That's arithmetic, not an estimate.

The catch is that headroom varies wildly by source, and people guess wrong in both directions.

SourceTypical peakHeadroom you get for free
Commercial pop or EDM master-0.3 to -1 dBFSUnder 1 dB. Basically none.
Track already normalized for a platform-1 to -3 dBFS1 to 3 dB
Phone voice memo, meeting recording-20 to -30 dBFS20 to 30 dB, which is 10x to 32x in amplitude
Camera or DSLR audio at default levels-15 to -25 dBFS15 to 25 dB
Quiet dialogue in a film mixpeak near -6 dBFS, dialogue far belowa few dB of peak room, much more perceived gain available

That first row is why plenty of people conclude that boosting always distorts. They tested it on a mastered track with nowhere left to go. The last three rows are where most real problems live, and there the fix is large and free.

Click Smart Boost and the tool scans every sample, then reports sample peak in dBFS, RMS in dBFS, integrated loudness in LUFS, headroom in dB, and the exact percentage that produces zero clipped samples with 1 dB of margin left below full scale. One click applies it. If it comes back at 118 %, your file was already near the ceiling and now you know before wasting an hour. If it comes back at 500 %, that's the top of the slider: your file is so quiet you run out of slider before you run out of headroom, which is normal for a voice memo recorded across a room.

One precision point most pages skate over: that reading is sample peak, not true peak (dBTP). Between samples, the reconstructed analog waveform can overshoot the highest stored sample by a few tenths of a dB, and lossy encoders can add a little more. The 1 dB of built-in margin covers ordinary cases. If you're delivering to a broadcast spec that demands -1 dBTP measured on a certified true-peak meter, do the final check on a dedicated meter.

Peak level and loudness are different numbers

Peak tells you how close you are to clipping. It says nothing about how loud the file feels. A podcast can peak at -1 dBFS because of one chair scrape and still sit at -24 LUFS, which sounds quiet next to anything else in a playlist.

That's what the LUFS figure is for. The measurement here is a real ITU-R BS.1770-4 implementation: K-weighting filters, 400 ms blocks with 75 % overlap, an absolute gate at -70 LUFS and a relative gate at -10 LU. It reports integrated loudness over the whole file, and it tells you how much gain would land you on a target, -14 LUFS for Spotify and YouTube, -16 LUFS for Apple Podcasts.

Be clear on what that is and isn't. The tool measures and suggests. It doesn't silently re-master your file to a target. You read the number and either move the slider or take the suggestion. And if a file is at -24 LUFS with only 1 dB of peak headroom, plain gain can't get you to -14. Something has to hold the peaks down, which is the next section.

Gain, normalize and limiter, explained properly

These three words get used interchangeably and they're not the same tool.

What it doesWhat it costsWhen it's right
GainMultiplies every sample by a fixed number you choose. Nothing else changes.Nothing, until you exceed the headroom. Then it clips.Any time headroom remains. Quiet recordings, most of the time.
NormalizeMeasures the peak, then applies exactly enough gain to put that peak on your target. It's gain with the amount picked for you.Nothing. But it spends all your headroom at once and can't go further.Matching a batch of files to one ceiling. One-click "as loud as it can safely be".
LimiterLets you push past the ceiling by holding the loudest peaks down while everything else comes up.Dynamic range. The gap between loud and quiet shrinks. Push hard and it sounds squashed.When normalizing left the file still too quiet, which happens whenever one door slam sits 20 dB above the dialogue.

Smart Boost is peak normalization done for you. The soft limiter is what you use after it. It's a tanh-knee waveshaper: below 0.7 of full scale it's transparent and leaves samples alone, above that it curves and approaches full scale without crossing. No attack or release to set, no pumping to fight, because it's a limiter and not a compressor. It's on by default, so the honest description of dragging the slider too far is "the peaks get rounded" rather than "the peaks get chopped square". Rounded is a much gentler failure than clipped. It's still a change to the sound, so use it deliberately. If you want a mathematically pure pass-through on a file that already peaks above 0.7, switch the limiter off.

So how many dB can I boost?

As many as your headroom number says, and not one more. The slider works in percent, so here's the conversion.

SettingGain in dBWhat it means
100 %0 dBUntouched. Samples pass straight through.
141 %+3.0 dBClearly louder
200 %+6.02 dBDouble the amplitude
282 %+9.0 dBMost quiet recordings are happy here
400 %+12.04 dBFour times the amplitude
500 %+13.98 dBThe maximum on the slider

Doubling amplitude is +6.02 dB and it doesn't sound twice as loud. Perceived loudness roughly doubles around +10 dB, which is why 200 % often feels like a modest lift instead of a transformation. For most quiet recordings the useful range is +6 to +12 dB, and a voice memo sitting at -25 dBFS hands you that with no limiting at all.

While you drag, a live clip warning names what percentage of the file would run past full scale at the current setting. Watch that number. At 0.00 % you're in purely lossless territory. At 0.3 % you're touching a handful of transients and the limiter is rounding them. At 12 % you've gone too far, and it will sound like it.

The steps, on your own file

  1. Open the browser volume booster and drop the file in. Nothing uploads, there's no server behind the page, and you can switch Wi-Fi off after it loads and keep working.
  2. Hit Smart Boost. Read the headroom figure. That tells you which situation you're in before you touch anything.
  3. Take the suggested percentage. That's your free, zero-clipping ceiling.
  4. Still too quiet? Raise the slider further and let the soft limiter work. Go in steps, listen, and stop when the loudest moments start to sound held back rather than played.
  5. If the problem is tone rather than level, use the five-band equalizer instead. Voice buried in a room? The Voice preset is -4 dB at 60 Hz, -2 dB at 230 Hz, +3 dB at 910 Hz, +5 dB at 3 kHz and +2 dB at 14 kHz, cutting rumble that eats headroom and lifting the consonant range. Cutting can make something sound louder while giving you more peak room, not less.
  6. Export WAV. 24-bit is the sensible default. Pick 32-bit float if the file is heading into an editor next.

Why louder always sounds better

Here's the trap that gets people to accept a worse file: a louder version of anything sounds better in a quick comparison. More detail, more punch, more presence. It isn't a preference, it's how hearing works, and under 1 dB of difference is enough to swing the judgement. Every A/B you run without matching levels first is measuring volume, not quality.

The compare button handles that. Flip between processed and original and the processed side is automatically trimmed back to the original's peak, so both arrive at the same level and the only thing left to hear is the tone change. Do it after you've added limiting and you'll hear exactly what you traded. Sometimes it's nothing you care about. Sometimes the snare has gone dull and you'll want to back off 30 %. Either way you're deciding with your ears instead of being sold by loudness. The same level-matched compare is on the 120 Hz low-shelf bass booster, where it matters most, since bass energy eats headroom faster than anything else in a mix.

Limits worth knowing up front

Nothing in a browser can push your phone or laptop's system volume past its maximum, and no iOS app can either. These pages make the file louder, which is a different thing and usually the thing you actually needed.

Video is a partial case. The video volume tool loads MP4, MOV and WebM, plays them back with the audio boosted live so you can set the level against the picture, and exports the boosted audio as a WAV. It does not re-encode the video. You get an audio track to drop back into your editor, not a finished MP4.

DRM-protected streaming audio can't be processed at all, because the browser never hands the decoded samples to the page. And if the real problem is hiss, room echo or a bad mic, gain won't save you: raising the level raises the noise by exactly the same amount. That needs noise reduction, which this site doesn't do and doesn't pretend to.

For the same five EQ bands and the same genre presets on your phone, with your files saved between sessions, the iPhone app and the Android app cover that: volume to 200 %, bass control, WAV export, offline, free, with an optional subscription that lifts the export limit. The soft limiter and the level-matched compare are web-only for now, so for careful work on one important file, the browser is the better place to sit.

Try it right now

The volume booster, bass booster and equalizer on this site are free, unlimited, and run entirely in your browser — nothing is uploaded.

Open the volume booster

Do it on your phone instead

Increase Volume: Sound Enhance is free on iPhone and Android — the same volume boost, bass boost and equalizer, with your files in one place.