How to open .M3U files on Mac

To open .M3U files on Mac, control-click the .M3U file → Open With → choose a playlist-capable media player (commonly VLC).

Step-by-step instructions

  1. Control-click the .M3U file → Open With → choose a playlist-capable media player (commonly VLC).
  2. If it fails, open the .M3U in TextEdit (plain text) to verify the listed paths/URLs are valid and accessible.

Common issues

The playlist opens, but nothing plays

The .M3U file typically references media that has been moved, renamed, deleted, or is not reachable (broken file paths or dead URLs).

  1. Open the .M3U in a text editor and verify each referenced path/URL still exists and is reachable.
  2. If the playlist uses relative paths, keep the .M3U in the correct folder relative to the media files (or convert entries to absolute paths).
  3. Re-export/recreate the playlist from your media library or player if many entries are broken.

Wrong tracks play or the order is unexpected

Playlists can contain relative paths or entries that resolve differently depending on the current folder or device, causing mismatches.

  1. Inspect the .M3U text and confirm each line points to the intended file (especially if multiple files share similar names).
  2. Prefer absolute paths or re-save the playlist from the player/library on the target device to match its file layout.

It opens in a text editor instead of a media player

File associations may be set to a text editor because .M3U is plain text.

  1. Use “Open with” to choose your media player (e.g., VLC or Windows Media Player).
  2. Optionally set the chosen player as the default app for .M3U files in your OS settings.

Streaming playlist doesn’t work (HLS-related)

Some M3U-style playlists are meant for HLS streaming and rely on specific tags and MIME types; not all players handle every HLS variant.

  1. Try opening the playlist URL/file in VLC first, as it commonly supports many playlist types.
  2. If you control the server, verify the correct playlist format and MIME type are served for HLS (see Apple HLS authoring guidance and RFC 8216).

Security note

.M3U files are plain text, but they can silently direct your player to remote URLs (streams). Only open playlists from sources you trust if you want to avoid unexpected network access or tracking.

Back to .M3U extension page