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:
- Open the cutter and load your MP3.
- Play the track and note roughly where the section you want begins and ends.
- Drag the selection handles to those points, then zoom in and nudge them precisely.
- Play just the selection to check both edges before exporting.
- Apply a short fade in and out if the cut lands mid-sound.
- 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.
| Approach | Quality | Speed | When you are forced into it |
|---|---|---|---|
| Frame-accurate copy | Lossless | Near instant | — |
| Decode and re-encode | Loses more data | Slower | Adding 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.
| Platform | Format | Length limit | Where the file goes |
|---|---|---|---|
| Android | MP3, M4A, OGG | No hard limit; 20–30 s is practical | Internal storage → Ringtones |
| iPhone | M4R (AAC in an M4R container) | 40 seconds maximum | Added 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.