1.8k

Shares

How to Cut an MP3: Trim, Split and Make a Ringtone

Cutting an MP3 means keeping a section and discarding the rest. The job itself is simple; what separates a clean result from a rough one is where you put the cut points and whether the tool re-encodes the audio on the way out.

This covers doing it in a browser, on a phone, and on a desktop, plus the details that make the difference: fades, exact timing, and the length limits ringtones have to respect.

Cutting in the browser

For a single trim this is the fastest route, and nothing leaves your device if the tool works locally. You load the file, drag the start and end handles over the waveform, and export the selection.

The general sequence is the same in any browser cutter:

  1. Open the cutter and load your MP3.
  2. Play the track and note roughly where the section you want begins and ends.
  3. Drag the selection handles to those points, then zoom in and nudge them precisely.
  4. Play just the selection to check both edges before exporting.
  5. Apply a short fade in and out if the cut lands mid-sound.
  6. Export and save the result.

You can trim a file this way with the MP3 cutter on this site — it runs in the browser, so the audio is not uploaded anywhere.

Choosing cut points that sound clean

Most bad cuts come from cutting at the wrong moment rather than from the tool. Three rules cover almost everything.

Cut in silence when you can. The gap between a verse and a chorus, or the moment a note has fully decayed, gives you an edge with nothing to interrupt.

Cut on the beat when you cannot. A cut that lands exactly on a downbeat reads as intentional even when the music is continuous. A cut two-thirds of the way through a bar sounds like a mistake.

Add fades when neither is possible. A 20 to 50 millisecond fade at each edge removes the click you get from cutting mid-waveform. It is short enough to be inaudible as a fade but long enough to stop the discontinuity.

A click or pop at a cut point is almost always the waveform being severed away from zero. A very short fade fixes it every time.

Why the cut can shift by a fraction of a second

MP3 stores audio in frames of roughly 26 milliseconds. A cutter that avoids re-encoding can only cut on frame boundaries, so your requested cut point can move by up to about a frame.

That is inaudible for music and irrelevant for a ringtone. It matters only when you are lining audio up against video or another track, and in that case the fix is to work from a lossless source and encode once at the end.

There is a second, subtler effect: MP3 encoders add a short padding at the start and end of a file. Cutting will not remove it, so a track cut to start "exactly at zero" may still have a few milliseconds of silence in front. Trimming that off by hand is the only cure.

Cut without re-encoding whenever you can

Two things can happen when a tool exports your selection. It can copy the existing MP3 frames straight out, or it can decode the audio, apply the edit, and encode a new MP3.

The first is lossless — the kept audio is bit-identical to the original — and it is fast. The second discards data a second time, on top of what the original encode already discarded, and the damage is more audible than the bitrate alone would suggest.

ApproachQualitySpeedWhen you are forced into it
Frame-accurate copyLosslessNear instant
Decode and re-encodeLoses more dataSlowerAdding fades, changing volume, mixing

If your edit involves fades or volume changes, re-encoding is unavoidable — those operations change the samples. Export at the original bitrate or higher to limit the additional loss.

Splitting one long file into tracks

For a DJ set, a mixtape or a recorded show, you want several files rather than one selection. Most desktop editors handle this with markers: you place a marker at each boundary and export all the regions at once.

A few things save a lot of time here:

  • Place every marker first, then export once. Exporting after each cut means reloading the file repeatedly.
  • Name the regions before exporting if the tool allows it — otherwise you get track-01 through track-40 and no way to tell them apart.
  • Set the tags after splitting, not before. Split output rarely inherits the original tags cleanly.
  • If the source is lossless, split from the lossless file and encode the pieces afterwards. Splitting an MP3 and re-encoding the pieces is two lossy passes.

Making a ringtone

Ringtones have platform rules that have nothing to do with audio quality, and getting them wrong is the usual reason a file will not show up in the list.

  • Android: cut the section, save it as MP3, move it to the Ringtones folder in internal storage, then pick it under Settings → Sound → Ringtone. Restart the phone if it does not appear.
  • iPhone: Apple does not accept MP3 ringtones. Cut your section to 40 seconds or less, convert it to M4R, and add it through a computer — or build it in GarageBand on the phone, which can export directly to the ringtone list.
PlatformFormatLength limitWhere the file goes
AndroidMP3, M4A, OGGNo hard limit; 20–30 s is practicalInternal storage → Ringtones
iPhoneM4R (AAC in an M4R container)40 seconds maximumAdded through a computer or GarageBand

Pick a section that starts with something recognisable straight away. A ringtone that opens with two seconds of quiet intro sounds like a phone that is not ringing.

On a phone, without a computer

A browser-based cutter works on a phone and avoids installing anything, which matters if storage is tight. The waveform is small on a phone screen, so zoom in before fine-tuning the handles rather than trying to place them precisely at full-track zoom.

The other route is a dedicated app. Most Android audio cutters can write directly to the Ringtones folder and set the result as your ringtone in one step, which saves the file-manager detour. On iOS, GarageBand is the free option that can export to the ringtone list without a computer.

Frequently asked questions

Does cutting an MP3 reduce its quality?

Not if the tool copies frames rather than re-encoding. The kept audio is identical to the original. Quality only drops if the tool decodes and re-encodes, which is required for fades and volume changes.

How do I cut an MP3 without installing software?

Use a browser-based cutter. Modern browsers can decode, edit and export audio locally, so the file never leaves your device and there is nothing to install.

Why does my cut have a click at the start?

The cut landed part-way through a waveform, leaving a sudden jump in the signal. A fade of 20 to 50 milliseconds at each edge removes it without being audible as a fade.

How long can an iPhone ringtone be?

Forty seconds. Longer files are rejected by iOS and will not appear in the ringtone list. Text tones are limited to 30 seconds.

Can I cut a FLAC file the same way?

Yes, and it is the better source to cut from — lossless audio has no encoding artefacts to be amplified by fades or volume changes. Cut the FLAC, then convert the result to MP3 once if you need a smaller file.

Read next

  • Best Audio Formats for Music: MP3, AAC, Opus, FLAC and WAV

    · 6 min read

    There are only about six audio formats you will meet in normal use, and each one exists because it solved a specific problem better than the others. None of them is best at everything.

  • MP3 Bitrate Guide: 128, 192 or 320 kbps?

    · 5 min read

    Bitrate is how much data an MP3 spends on each second of audio. More data means less was thrown away during encoding, a bigger file, and a longer download.

  • How to Download Music on Android and Play It Offline

    · 5 min read

    Android is the easy case: Chrome saves audio files to normal storage, and almost every music player on the phone will find them by scanning that storage. Where people get stuck is that the file lands…