Can you trim a voice memo without losing quality on iPhone?
Short answer: yes, for anything you would notice on ordinary playback. The more useful answer is why the question even comes up — a compressed recording is not stored the way an uncompressed one is, so "just delete the part you don't want" is a slightly different job than it looks like from the outside.
It seems like it should be the simplest possible edit: drag a handle to where you want the recording to start, drag another to where it should end, done. For an uncompressed file that is roughly what happens. For the AAC audio inside an .m4a, which is what an iPhone actually records, there is a layer underneath that makes an exact cut a slightly different question — not a harder one, just a different one, and worth understanding before you assume a trimmed file has quietly lost something.
What trimming means for an uncompressed file
A WAV file stores audio as a plain sequence of samples, one after another, each one independent of its neighbours. Cutting it is arithmetic: find the sample that corresponds to the timestamp you want, throw away everything before it, and what remains is a complete, valid file on its own. There is no context spanning across the cut point that could go missing, because nothing in a WAV depends on anything beyond the sample sitting right next to it.
Why a compressed format changes the picture
AAC, the codec inside an .m4a, does not store one independent sample after another. It groups audio into frames — roughly a thousand samples bundled together — and encodes each frame as a unit, using patterns within that frame to compress it. That is the whole reason AAC gets a voice recording down to a fraction of the size a WAV would need: it is not storing every sample plainly, it is storing a compact description of a whole frame at once.
The consequence is that a frame is the smallest piece you can cleanly lift out without decoding it first. An arbitrary point you might want to cut at — the exact instant a word starts — usually falls in the middle of a frame, not at its edge, because frames are a fixed length and speech is not.
The two ways a trim can actually happen
A tool that trims a compressed file takes one of two routes, and they trade precision against an extra processing step.
- Cut at the nearest frame boundary. This never touches the encoded audio itself — it just decides which frames to keep and which to drop, the same way tearing pages out of a book leaves every remaining page untouched. Nothing is re-encoded, so there is no additional generation of lossy compression. The trade-off is that the cut lands on the nearest frame edge rather than the exact point you dragged to, which can be off by up to the length of one frame — a few dozen milliseconds at most, at the sample rates a phone records at.
- Decode, cut exactly, re-encode. This gets you the precise instant you asked for, because the audio is briefly uncompressed — plain samples, cuttable anywhere — before being packed back into AAC frames. The cost is that AAC is lossy in both directions: the original recording already discarded some detail when it was first encoded, and encoding it a second time discards a further, separate slice on top of that.
Whether either one is something you would hear
For a spoken-word recording, no, in practically every case. A few dozen milliseconds of slack on where a cut lands is well below what anyone notices as "the trim was in the wrong place" — it reads as normal silence or the tail end of a breath, not a missing word, unless the trim point was chosen right on top of speech to begin with. And a second pass of AAC encoding on already-compressed speech behaves the same way converting an .m4a to another lossy format does: a small, technical loss that is not something you will pick out on ordinary playback, for the same reason the first pass of compression is not audible on speech in the first place — a narrow frequency range, one source, a lot of redundancy for the codec to work with.
What actually matters far more than either of these is choosing where to cut. A trim that clips the first syllable of a word because the handle landed a half-second too late will bother you every time you hear it, regardless of which of the two methods produced the file. Frame-boundary imprecision and a second encoding pass are both well beneath that threshold.
When the imprecision would actually matter
There is a narrow set of cases where a few dozen milliseconds is a real problem rather than a rounding error: syncing audio to video frame by frame, laying a spoken track under music in a proper mixing session, or a workflow that needs sample-accurate cuts for forensic or legal reasons. That is the same short list of situations where an uncompressed format earns its place over a compressed one in general — trimming precision is one more entry on it, not a different problem. Outside of that list, for a voice memo, a lecture recording or an interview you are cutting down before sharing, neither trimming method costs you anything worth worrying about.
What actually trims a recording on iPhone
Apple's own Voice Memos app includes a basic trim tool — open a recording, tap Edit, and drag handles in from either end. GarageBand goes further, letting you cut and rearrange sections rather than just shortening the ends. Beyond those two, a number of third-party audio editors on the App Store handle the same job, some offering a choice between the fast frame-boundary cut and the precise re-encoded one described above. None of this requires anything special about the file itself — an .m4a is a completely ordinary file once it is out of whichever app recorded it, and any tool built to edit audio can open one.
How Voice Studio fits in
Voice Studio does not include a trim or cut tool — recording, transcription, markers, search, stats, export and import are the feature set, and shortening a file afterward is not one of them. That is a deliberate line rather than an oversight: a marker dropped mid-recording solves the far more common version of this problem, which is finding a specific moment again, without ever touching the file itself. If what you actually want is a shorter file to send someone, export the .m4a exactly as it was recorded and hand it to Voice Memos, GarageBand or any other editor built for that job — the file opens there without conversion or loss, because it was never anything other than a standard .m4a to begin with. Keeping recording and editing as separate jobs, done by tools built for each, is the reason the original untouched recording is always still there if a first trim turns out to be the wrong one.
Common questions
Does trimming a voice memo lose audio quality?
Only if the trim re-encodes the file, and even then the loss is small enough that it is not something you would hear on spoken-word audio. A trim that only removes whole frames without re-encoding loses nothing at all — the trade-off there is landing on the nearest frame edge rather than the exact millisecond you chose.
Why did my trimmed recording start slightly before or after where I dragged the handle?
Because AAC groups audio into frames rather than storing independent samples, a tool that trims without re-encoding can only cut at a frame boundary, which sits close to but not exactly on an arbitrary point. The gap is at most a few dozen milliseconds, well under what is audible as a missing word.
Is there a way to trim an m4a with zero quality loss?
Yes — a trim that cuts only at frame boundaries, without decoding and re-encoding the audio, changes nothing about the encoded frames you keep. The precision trade-off is the cut landing on the nearest frame edge rather than an exact arbitrary instant.
Does Voice Studio let you trim a recording?
No. Recording, transcription, markers, search, stats, export and import are what the app does; shortening a file is not among them. A marker gets you back to a specific moment without altering the file; for an actually shorter file, export the .m4a and trim it in Voice Memos, GarageBand or another audio editor.
Try it in Voice Studio
Voice Studio records, transcribes on your iPhone, and files each note by time and place — so the thought you had in the car is still findable next month.
Free to download · iPhone and iPad · iOS 16.4 or later