How do I share a voice memo without losing quality?
By Taha Baalla·
Voice memos lose quality not because the recording is poor but because the share sheet quietly re-encodes the .m4a file depending on the destination. Messages, WhatsApp, and Mail compress aggressively. AirDrop and Files do not. The exact same recording can arrive at the other end as a crisp 256 kbps file or a 32 kbps mumble depending on which icon you tap.
## What Apple Voice Memos actually records
Voice Memos has recorded at AAC 256 kbps mono 44.1 kHz since iOS 14, with an optional "Lossless" toggle added in iOS 17 (Settings → Voice Memos → Audio Quality → Lossless). Lossless mode produces ~10 MB per minute; standard produces ~2 MB per minute. For most use cases — interview notes, idea capture, meeting voice memos — standard quality is indistinguishable from lossless because the signal is voice, not music.
## The five share destinations ranked by fidelity
- AirDrop to another Apple device. Sends the original .m4a byte-for-byte. Zero re-encode. Highest fidelity.
- Save to Files → iCloud Drive. Original .m4a written to disk. Shareable as a link via the Files app. Zero re-encode.
- Mail. Attaches the .m4a as-is if under 25 MB. Some email providers re-encode at gateway — Gmail does, Apple Mail does not.
- Messages (SMS/iMessage). iMessage between Apple devices sends the .m4a relatively intact at ~128 kbps. SMS-fallback re-encodes to ~32 kbps mono and the result is muddy.
- WhatsApp, Telegram, Signal. All three re-encode to 32-64 kbps Opus or AAC. Voice content stays intelligible; music is destroyed.
## The recommended workflow for highest quality
For interview audio, legal recordings, or anything you might transcribe later, the workflow that preserves quality:
- Open Voice Memos, tap the memo.
- Tap the three-dot icon → Share.
- Choose AirDrop if the recipient is nearby on Apple hardware, otherwise Save to Files → iCloud Drive.
- Copy the iCloud Drive share link and send the link, not the file.
## Why Némos preserves audio quality by default
Némos stores voice recordings in the iOS app sandbox using AVAudioRecorder with AAC 256 kbps mono, the same codec and bitrate as Apple Voice Memos. When you tap Share in Némos, the export options include "Original quality .m4a" which writes the unmodified file to the share sheet. Per Apple's <a href="https://developer.apple.com/documentation/security/app-sandbox">App Sandbox documentation</a>, the file stays in your sandbox until you explicitly export it, so no automatic cloud upload happens unless CloudKit sync is on.
## Edge cases
- Long recordings over 25 MB. Mail rejects them. Use Files share link instead.
- Lossless mode on an iPhone with full storage. Voice Memos silently falls back to standard quality. Check Settings → General → iPhone Storage before recording lossless interviews.
- Re-encoded forwarding. If you receive a Voice Memo via WhatsApp and re-share it, the file is already lossy; sharing again does not restore quality.
- Recipient on Android. WhatsApp or Signal handle cross-platform gracefully but still re-encode. AirDrop is not an option.
## Bottom line
AirDrop and Save to Files preserve full quality. Messages between iPhones is acceptable. WhatsApp, Telegram, and Mail-via-Gmail re-encode every file. For professional-grade preservation, set Audio Quality to Lossless and route every share through Files or AirDrop.