A Zoom .m3u file is a playlist, not a video. Zoom's article on recording file formats defines it in a single line: "M3U: Playlist file to play all individual MP4 files (Windows only) that is named playback[random number].m3u by default."
That sentence answers the question underneath the question. If you double-clicked playback98796876.m3u expecting to see your meeting and got nothing useful, the file is not corrupt. It never held the meeting in the first place — it points at the files that do.
What this file actually is
Zoom lists the formats a recording can produce in one sentence: "Zoom computer recordings and cloud recordings save in MP4, M4A, M3U, TXT, CC.VTT, and VTT formats." The qualifier in the next line is the part most write-ups drop — you will see "some of the following file formats", not all six on every recording.
Inside that set, the roles split cleanly:
| File | What Zoom says it is |
|---|---|
video[random number].mp4 | "MP4: Audio/Video file that is named video[random number].mp4 by default." |
audio[random number].m4a | "M4A: Audio-only file that is named audio[random number].m4a by default." |
playback[random number].m3u | "M3U: Playlist file to play all individual MP4 files (Windows only) that is named playback[random number].m3u by default." |
Zoom's own example filenames, from the same page, make the relationship obvious: video98796876.mp4, audio98796876.m4a, playback98796876.m3u. Same meeting, same random number, three different jobs.
One caution on the naming: Zoom's page on starting a computer recording writes the same defaults slightly differently — video[number].mp4 and audio[number].m4a, without the word "random". Either way, the number in your folder will not look like the meeting topic, which is why a recording can look like it went missing when it did not.
Zoom does not describe what is written inside the M3U beyond calling it a playlist file. So treat it as an index and nothing more.
The fastest fix: open the MP4s and ignore the playlist
You almost never need the playlist. Open the folder and play the video….mp4 files directly — that is the recording.
By default, Zoom puts computer recordings here:
Windows: C:\Users\[Username]\Documents\Zoom
Mac: /Users/[Username]/Documents/Zoom
Linux: home/[Username]/Documents/Zoom(Zoom's troubleshooting page writes the Linux path as /home/Username/Documents/Zoom, with a leading slash. The two official pages differ; a Linux absolute path starts with a slash, so that is the one to try.)
If what you need is a single file you can hand to someone, an editor, or an LMS, the MP4 is the thing to work with — and if it needs to be in a different container before it will be accepted, you can do that conversion locally rather than uploading a meeting recording anywhere:
Try it right here
Runs in your browser. Your file is not uploaded anywhere.
That runs inside your browser tab: the file is read from disk, converted on your machine, and handed back. Nothing is uploaded, which is the right default for a recorded meeting. The full set is at all Clapr tools, and converting a Zoom recording to MP4 walks the normal path end to end.
Why there is more than one MP4 for one meeting
This is the reason a playlist exists at all, and Zoom states the rule plainly on two separate pages.
For computer recordings: "During a Zoom recording, a participant can Stop or Pause the recording. If a participant stops the recording and starts it again, a new video file will be created for the next recording segment. If a participant pauses the recording and starts it again, Zoom will record to the same video file for the recording segment."
For cloud recordings, the same rule: "Pausing a cloud recording does not create a separate file, but stopping a recording and starting a new cloud recording does create a new file."
So Pause keeps one file, Stop and restart creates another. Three MP4s from one meeting means somebody stopped and restarted twice — not that Zoom split the file on its own. Zoom's documentation does not describe any automatic split by duration or by file size, so if you were told Zoom cuts a new file every so many gigabytes, check the official documentation before believing it.
One related ceiling worth knowing if you are the host of a long session: Zoom states "There is a limit of 150 files that can be generated from a live session's cloud recordings. This includes different recording layouts, audio-only files, chat transcript, and language interpreter views. If you need more than 150 files, Zoom recommends ending the meeting and then restarting, which resets the file count for that live session."
Other reasons the M3U does nothing
You are not on Windows. Zoom's definition of the format carries the qualifier "(Windows only)". What Zoom's documentation does not say is whether the file is created, or whether it works, on macOS or Linux — so do not assume either way; check the official documentation. On any platform, the MP4s are the recording and open on their own.
You are on a different computer than the one that recorded. This is the trap when someone emails you a recording folder. Zoom is explicit: "To play a computer recording, you must be accessing it from the same device on which it was recorded." Its page on sharing computer recordings repeats it: "To access a computer recording file, you must be on the same device where the recording was made."
The files were renamed. Zoom's advice is to rename only after conversion has finished: "After the file has completed converting, if you choose to rename the file from the default naming convention, we recommend you use a unique file name. We recommend you do not use the words Zoom, Personal Meeting Room, or My Meeting when saving your meeting files." Renaming mid-conversion is riskier than it looks — Zoom warns that changing the name of a double_click_to_convert.zoom file while the meeting is converting "may corrupt the file and not convert correctly."
Conversion never finished. Zoom converts a computer recording after the meeting ends, not while it runs. If the folder holds double_click_to_convert_01.zoom files instead of MP4s, that is the state you are in — see the double-click-to-convert fix.
What to send other people instead
Send the MP4, not the playlist. A recipient who gets a .m3u gets a pointer to files they do not have. Zoom's own sharing page suggests uploading "your MP4 recording file" to a third-party service and names Dropbox, Box, Google Drive, YouTube and Vimeo as examples.
How to tell it worked
Play a video….mp4 from the recording folder and confirm you hear and see the meeting. If there are several, play each one — together they are the whole session, in the order the host stopped and restarted. Once that checks out, the .m3u is safe to leave where it is.
FAQ
Why won't my Zoom M3U file open? Because it is not a video. Zoom defines M3U as a "Playlist file to play all individual MP4 files (Windows only)". A player that cannot resolve the entries has nothing to show. Open the MP4 files in the same folder instead.
Where is the actual Zoom recording, then?
In the MP4. By default it is named video[random number].mp4 and sits in your Zoom recording folder — C:\Users\[Username]\Documents\Zoom on Windows. The file name will not match your meeting topic.
Can I open a Zoom M3U file on a Mac? Zoom's format definition says "(Windows only)" and its documentation does not state whether the file is generated or usable on macOS or Linux, so check the official documentation. Either way, the MP4s play without it.
Why do I have three MP4 files from one meeting? Because the recording was stopped and started again. In Zoom's words, if a participant stops the recording and starts it again, "a new video file will be created for the next recording segment" — whereas pausing and resuming keeps writing to the same file.
Can I convert an M3U to MP4? There is no video inside it to convert — it only points at MP4 files that already exist. Work with those directly. For a breakdown of every file Zoom produces, see Zoom recording file formats explained.
Quoted from Zoom's support articles on recording file formats, starting a computer recording, starting a cloud recording, managing computer recordings and sharing computer recordings, checked 16 September 2026. Zoom revises these pages — verify before relying on a detail. More troubleshooting in fixes, or convert a finished recording with MOV to MP4.