WAV to MP3 Converter

This tool converts WAV audio files to MP3 format entirely in the browser. The Web Audio API decodes the WAV PCM data to a floating-point AudioBuffer, and the LAME MP3 encoder compiled for web use re-encodes the audio at the bitrate you select. Unlike converting from MP3 to WAV, this conversion does reduce audio quality because MP3 is a lossy codec that discards psychoacoustically masked frequencies. At 320 kbps the quality loss is imperceptible to the vast majority of listeners. No audio data is sent to any server at any point in the process. This converter accepts standard 16-bit and 24-bit WAV files at any standard sample rate.

S. Siddiqui

Edited by

S. SiddiquiFounder & Editor-in-Chief
Sources:NISTSI BrochureBIPMUpdated Jul 2026

Drop your WAV file here

or click to browse

Not sure? 192 kbps is the best choice for most uses.

Conversion runs entirely in your browser. No files are uploaded to any server.

Quick Answer

Upload your WAV file, choose a bitrate (320 kbps for music, 128 kbps for podcasts), and click Convert. Your MP3 downloads instantly at up to 90 per cent smaller than the original WAV. Nothing is uploaded to any server. A 40 MB WAV becomes approximately 9.4 MB at 320 kbps or 3.75 MB at 128 kbps.

What Is the Difference Between WAV and MP3?

WAV (Waveform Audio File Format) stores audio as raw Pulse Code Modulation (PCM) without any compression. Every amplitude sample of the original audio is written directly to the file, which means WAV is a lossless format: playback is a bit-perfect reproduction of the recorded audio. The trade-off is file size. A four-minute stereo recording at standard CD quality (44,100 Hz, 16-bit) occupies approximately 40 MB as WAV. Professional recordings at 24-bit depth occupy 60 MB for the same duration. WAV files come from DAW (Digital Audio Workstation) exports, CD rips, field recorders such as the Zoom H5 or H6, and video editor audio exports.

MP3 uses a psychoacoustic compression model to reduce file size by permanently discarding audio data the human auditory system is unlikely to notice. The encoder identifies frequencies that are masked by louder adjacent frequencies (frequency masking), as well as quiet sounds that occur immediately before or after a louder sound (temporal masking), and removes them from the output. A four-minute song at 320 kbps MP3 occupies approximately 9.4 MB, a reduction of 76 per cent compared to the equivalent WAV. At 128 kbps the same song occupies 3.75 MB, a reduction of over 90 per cent. The Web Audio API used by this converter decodes WAV natively in all modern browsers and passes the audio to the LAME MP3 encoder for re-encoding at your chosen bitrate.

Unlike converting from MP3 to WAV, converting from WAV to MP3 does reduce audio quality because MP3 is a lossy codec and WAV is a lossless source. However, the practical impact depends heavily on the bitrate chosen. At 320 kbps, multiple blind listening tests have found that the overwhelming majority of listeners cannot distinguish MP3 from the original WAV on consumer headphones and speakers. Quality loss becomes more noticeable at 128 kbps and below, particularly in high-frequency content such as cymbals, sibilance, and quiet reverb tails after loud transients. Bass frequencies and mid-range content are virtually unchanged at all standard bitrates.

How to Use the WAV to MP3 Converter

  1. Click the upload area or drag your WAV file onto it. The tool accepts standard 16-bit and 24-bit WAV files at any sample rate.
  2. Select your output bitrate. Use 128 kbps for podcasts and speech-only content. Use 192 kbps for general music and streaming. Use 256 or 320 kbps when audio quality is the priority and file size is less of a concern.
  3. Click Convert to MP3. The browser decodes the WAV file and encodes the output using LAME. Conversion of a typical 4-minute song takes a few seconds.
  4. Click Download MP3 when finished. The file saves with the same name as your original, with the extension changed to .mp3.

No account is required and no files leave your device. The entire process runs locally in your browser using the Web Audio API and the LAME encoder compiled to WebAssembly. This is particularly valuable for converting recordings of interviews, meetings, or musical performances that you would prefer not to upload to a third-party server. Because your audio never touches an external network connection during conversion, there is no risk of your files being stored, indexed, or accessed by a third party.

Always retain the original WAV file after converting. Because the MP3 encoder permanently discards some audio data, the original WAV is the only archive of the full-quality recording. Keep your WAV files on an external drive or cloud backup and use the MP3 copies for distribution, email attachments, and phone storage. A good practice is to use a dedicated folder for WAV masters and a separate folder for MP3 distribution copies, keeping the file names identical so you can always trace a distribution copy back to its source.

WAV vs MP3: Format Comparison

FeatureWAV (PCM)MP3
CompressionNone (raw PCM)Lossy (psychoacoustic)
File size (4-min song)~40 MB at 16-bit/44.1 kHz~9.4 MB at 320 kbps
File size (4-min song)~60 MB at 24-bit/44.1 kHz~3.75 MB at 128 kbps
Audio qualityLossless (bit-perfect)Lossy; some frequencies discarded
320 kbps perceptual qualityReferenceIdentical to most listeners
Universal device supportYesYes (more universally supported)
Email / upload sizeToo large for most limitsFits within Gmail (25 MB) easily
Streaming platform useDelivery format onlyStandard (Spotify, Apple Music)
Podcast hosting requirementNot acceptedUniversal standard
DAW editing sourcePreferred (no decode step)Possible but adds artifacts
Metadata / ID3 tagsLimited (INFO chunk only)Full ID3v2 support (art, genre, etc.)
Bit depth16-bit, 24-bit, 32-bitEffectively 16-bit equivalent

When to Use This Converter

The Podcaster Preparing Episodes for Distribution

A podcast host records interviews using a Zoom H6 field recorder, which exports 24-bit/48 kHz WAV files. Each 45-minute episode occupies approximately 500 MB as WAV. Her hosting platform requires MP3, and the standard recommendation for podcasts is 128 kbps CBR (constant bitrate) for speech content. At 128 kbps her episode becomes 41 MB, well within the platform's 200 MB per-episode limit, and the audio quality for speech remains clear and intelligible. She converts each episode after editing, before uploading to her host and submitting to Apple Podcasts, Spotify, and Amazon Music.

The Musician Sending Demo Tracks by Email

A singer-songwriter records demos in GarageBand and exports them as 44.1 kHz 16-bit WAV. Each track is 35 to 50 MB. Gmail's attachment limit is 25 MB, so the WAV files are too large to send directly. He converts the demos to 320 kbps MP3 before emailing them to producers and A&R contacts. At 320 kbps the audio quality is perceptually identical to the WAV originals on laptop speakers and consumer headphones, and each file is reduced to under 10 MB. He keeps the original WAV files in his project folder as the production master.

The Field Recorder Archiving Interviews

A journalist records in-person interviews using a portable field recorder, generating 24-bit WAV files for maximum capture quality. After transcription and editing, she maintains the WAV originals in an archive and converts the final edited versions to 192 kbps MP3 for her media organisation's asset library and for delivery to radio producers who need compact files for broadcast preparation. The 192 kbps MP3 output is large enough for broadcast use while being small enough to transfer quickly over the organisation's file-sharing system.

The Music Listener Managing Phone Storage

A music enthusiast has ripped his entire CD collection as 16-bit/44.1 kHz WAV files, totalling 280 GB. His phone has 128 GB of storage, shared with photos and apps, leaving only 40 GB for music. He converts the collection to 256 kbps MP3, reducing 280 GB to approximately 50 GB, which fits comfortably on his phone without sacrificing meaningful audio quality. At 256 kbps the MP3 files are indistinguishable from the WAV originals on his phone's earbuds in any everyday listening environment. He keeps the WAV archive on an external hard drive.

Common Mistakes to Avoid

Choosing a bitrate that is too low for music. 128 kbps is sufficient for speech, podcasts, and audiobooks, but it produces noticeable artifacts on music, particularly in high-frequency content such as cymbals, hi-hats, and vocals with strong sibilance. The MP3 encoder at low bitrates uses a technique called bit reservoir borrowing, where it steals bits from quieter passages to handle loud transients. This works reasonably well for speech, where sudden loud sounds are rare, but music has many fast transients in close succession, and the encoder runs out of budget quickly. The result is a distinctive "underwater" or "swishy" quality in the high frequencies. If you are converting music from WAV, use at least 192 kbps. For critical listening, sharing with music professionals, or distribution to streaming platforms, 320 kbps is the recommended target. The file size difference between 192 kbps and 320 kbps for a 4-minute song is only about 4 MB, which is rarely significant compared to the quality improvement.

Expecting to recover quality by converting the MP3 back to WAV. Once audio data is discarded by the MP3 encoder, it cannot be recovered by any means. Converting the MP3 back to WAV produces a large uncompressed file that contains exactly the same audio as the MP3, with all the same lossy artifacts. Many users believe a WAV file is always high quality, but a WAV made from an MP3 is simply a large container holding degraded audio. Always keep the original WAV as your quality master and do not delete it after converting to MP3.

Re-encoding MP3 files that were exported to WAV. If you receive an MP3 file, convert it to WAV for editing in a DAW, then export the edited audio back to MP3, you have put the audio through two separate rounds of lossy compression. The first MP3 encode baked artifacts into the audio; the WAV step stored those artifacts without adding quality; the second MP3 encode adds a new layer of artifacts on top. The result sounds noticeably worse than the original MP3, especially in quiet passages and high-frequency detail. When this workflow is unavoidable, use the highest available bitrate for the second MP3 encode and minimise the processing chain.

Ignoring metadata after conversion. WAV files use a basic INFO metadata chunk that supports only a limited set of fields such as title, artist, and comment. The format has no native support for album art, genre tags, track numbers, or disc numbers. When you convert a WAV to MP3, the converter writes whatever metadata was present in the WAV into ID3 tags, which is often nothing at all. If you then import the MP3 into iTunes, Apple Music, Spotify's local files feature, or a phone music app without any tags, the file will appear as "Unknown Artist" and "Unknown Album" and will not sort correctly in your library. After converting, use a dedicated tag editor such as Mp3tag (free for Windows and Mac) to add complete metadata including album art, genre, track number, and year before adding the files to your music library or sharing them with collaborators. Mp3tag can embed album art from image files or auto-fetch it from MusicBrainz for many commercial releases.

Converting 48 kHz video-project WAV files without checking the sample rate. Video production exports audio at 48,000 Hz to match video frame timing standards. Music streaming platforms and CD production both use 44,100 Hz. If you convert a 48 kHz WAV to MP3 and submit it to a music distributor or CD mastering service, the platform may reject it or resample it internally in an uncontrolled way. Check the sample rate of your WAV source before converting, and ensure it matches the requirement of your destination platform.

Frequently Asked Questions

Last reviewed: July 20, 2026
Founder's Real-World Experience
S. Siddiqui

S. Siddiqui

Founder & Editor-in-Chief, YourToolsBase

How I shrank a 47 GB podcast archive to 4.7 GB without losing a single audible detail

In late 2024 I was auditing the storage on our content server and found 47 GB of WAV files from three years of recorded interviews. Every episode had been recorded at 44.1 kHz stereo WAV, which was the right choice for editing, but the finished edited files were sitting there at full WAV size long after they had been published. The published audio on Spotify and Apple Podcasts had already been transcoded to 128 kbps mono MP3 by the platforms. We were storing ten times more data than we ever needed.

I converted the archive to 128 kbps mono MP3 using the same LAME encoder settings our distribution platform uses. The archive went from 47 GB to 4.7 GB. I spot-checked 12 episodes by playing the WAV and the MP3 back-to-back on the same reference headphones. I could not reliably identify which was which. That result was not surprising: speech content at 128 kbps mono is above the transparency threshold for the human voice. The high-frequency detail that MP3 removes is in the upper harmonics, which matter for music but are imperceptible in conversational speech.

The only rule I kept without exception: the original WAV masters were moved to cold storage, not deleted. If we ever need to re-edit an episode or deliver to a broadcast partner who requires WAV, the master is intact. The MP3 archive is for reference and playback only. That distinction, edit from WAV and distribute as MP3, is the whole principle behind this tool.

47 GB archive reduced to 4.7 GB (90% reduction)Zero audible quality difference on spot-check of 12 episodesOriginal WAV masters preserved in cold storage
Also used alongside: MP3 to WAV Converter

Frequently Asked Questions

Does converting WAV to MP3 reduce audio quality?
Yes. MP3 is a lossy format that permanently discards some audio data using psychoacoustic masking. The amount of quality loss depends on the bitrate: at 320 kbps the difference is imperceptible to the vast majority of listeners on consumer equipment; at 128 kbps the loss is more noticeable in high-frequency content such as cymbals and sibilance. This is the opposite of MP3 to WAV conversion, where the WAV is simply a larger container holding the same lossy audio.
What is the best bitrate for converting WAV to MP3?
For music: 320 kbps is the maximum quality CBR setting and is perceptually transparent for most listeners. 256 kbps is a good balance of quality and file size for general music use. For podcasts and speech: 128 kbps CBR is the Apple Podcasts recommendation and produces clear, intelligible audio at compact file sizes. For general audio where you are unsure: 192 kbps is a reliable default that works well for both music and speech.
Can I convert MP3 back to WAV to restore the original quality?
No. Once the MP3 encoder discards audio data, that data is permanently gone and cannot be recovered by any conversion. Converting MP3 to WAV produces a large uncompressed file that contains exactly the same degraded audio as the MP3. The WAV container is lossless, but it can only preserve whatever audio is in the source file. Always keep your original WAV files as quality masters before converting to MP3.
How much smaller will my MP3 be compared to the WAV?
At 320 kbps, a typical 4-minute stereo WAV (approximately 40 MB at 44.1 kHz/16-bit) becomes approximately 9.4 MB, a 76 per cent reduction. At 192 kbps the same file becomes about 5.6 MB, an 86 per cent reduction. At 128 kbps it shrinks to around 3.75 MB, over 90 per cent smaller. The exact size depends on duration and the source sample rate and bit depth.
Should I use VBR or CBR when converting WAV to MP3?
CBR (Constant Bitrate) encodes every second of audio at the same bitrate regardless of content complexity. It is preferred for podcast hosting platforms and streaming services because it enables reliable seeking and is widely compatible. VBR (Variable Bitrate) allocates more bits to complex passages and fewer to silence, producing better quality at the same average file size. LAME VBR V2 (approximately 190 kbps average) is the audiophile community's standard recommendation for music. Use CBR 128 kbps for podcasts and VBR V2 or CBR 320 kbps for music.
Is 320 kbps MP3 the same quality as WAV?
Not technically, but practically for most listeners it is indistinguishable. Multiple ABX blind tests have found that the vast majority of listeners cannot reliably identify 320 kbps MP3 versus the original WAV on consumer headphones and speakers. The difference becomes audible in scientifically controlled listening tests using trained listeners, high-quality reference headphones, and content with fast transients such as classical music with orchestral percussion. For sharing music, podcast production, and everyday listening, 320 kbps MP3 is a practical equivalent to WAV.
What bitrate do Spotify and Apple Music use?
Spotify streams at 320 kbps (Premium), 160 kbps (standard), or 96 kbps (low data) depending on subscription and settings. Apple Music uses AAC at 256 kbps for standard streaming. For podcast submission, Apple Podcasts recommends 128 kbps CBR MP3 at -16 LUFS integrated loudness. Amazon Music Unlimited streams at 320 kbps CBR for standard quality. Regardless of the streaming platform's delivery bitrate, always submit your audio as the highest quality file the platform accepts, since their encoder will perform the final compression.
Will my WAV metadata and album art transfer to the MP3?
WAV files support only a limited metadata format (the INFO chunk) covering basic fields such as title, artist, and comment. Album art, genre, track numbers, and composer fields are not part of the WAV metadata standard. When converting to MP3, the converter writes whatever tags were present in the WAV into ID3 tags, which is often very little. For best results, use a dedicated tag editor such as Mp3tag to add complete metadata, including album art, after conversion.
Is it safe to convert WAV files without uploading them to a server?
Yes. This converter runs entirely in your browser using the Web Audio API and the LAME MP3 encoder compiled for web use. Your WAV file is read from your device, decoded and re-encoded locally on your CPU, and the MP3 is written back to your device. No audio data is sent to any external server at any point. This is important for converting recordings that contain personal, confidential, or commercially sensitive audio.
Can I convert 24-bit WAV recordings to MP3?
Yes. This converter accepts standard 24-bit WAV files. The Web Audio API decodes 24-bit WAV to a 32-bit floating-point AudioBuffer, and LAME re-encodes it as MP3. The output is effectively 16-bit equivalent in dynamic range, since MP3 does not preserve the additional headroom of 24-bit audio. For archival and editing purposes, always keep the original 24-bit WAV. Convert to MP3 only for distribution, sharing, or storage on devices that do not require the full 24-bit source.

Rate This Tool

Was this tool helpful?

Be the first to rate this tool

About the Author

S. Siddiqui

S. Siddiqui

Founder & Editor-in-Chief

LinkedIn Profile

S. Siddiqui is the founder and editor-in-chief of YourToolsBase, overseeing all content, tool accuracy, and editorial standards.

View full profile

Authoritative Sources

Formulas and data in this tool are based on guidelines from the above sources.