1.8k

Shares

How to Listen to Music Offline Without a Subscription

Streaming subscriptions solve one problem — access to almost everything — and create two others: a monthly cost in a currency that may not be yours, and music that disappears when the payment or the connection does.

An owned library solves both. It costs storage instead of money, it works in a basement or on a plane, and nothing is removed from it because a licence expired. Here is how to build one.

What "offline" means on a streaming service, and why it is not the same

Downloading inside a subscription app is not the same as owning the file. The download is encrypted, tied to your account, and readable only by that app. It stops working when the subscription lapses, when the app checks in and finds no valid licence, or when the track is pulled from the catalogue.

Most services also require the app to reconnect periodically — commonly every thirty days — or offline playback stops. That is fine when you have connectivity now and then, and it is a real problem when you do not.

A file you own has none of these properties. It plays in any app, on any device, forever, with no check-in.

Where the music comes from

The catalogue you can legally own for free is different from the streaming catalogue, but it is far from empty.

  • Public domain recordings. Everything from the acoustic recording era, a very large classical catalogue, and archived live performances that the artists released for trading.
  • Creative Commons releases. Full albums across every genre, published by artists who chose that licence. Attribution is usually the only condition.
  • Name-your-price releases. Many independent artists set a minimum of zero and let you choose the format, including lossless.
  • Music you have already bought. Purchased downloads are yours. Store-bought tracks do not expire.
  • Free artist releases. Singles, live sets and remix packs given away for promotion.

Commercially released chart music is not available to own for free. If a site offers it, it does not have the right to.

How much storage you actually need

Less than most people assume. A phone that streams for two hours a day can hold a year of listening without special effort.

Library sizeAt 128 kbpsAt 192 kbpsAt 320 kbps
100 tracks370 MB550 MB920 MB
500 tracks1.8 GB2.7 GB4.6 GB
1,000 tracks3.7 GB5.5 GB9.2 GB
5,000 tracks18 GB27 GB46 GB

A thousand tracks is roughly seventy hours of music. At 128 kbps that fits in under four gigabytes — less than a couple of modern games.

Players that work without an account

You want a player that reads files from storage and does not require sign-in. This is a short list of requirements, and it rules out most of the apps that appear first in an app store search.

  • Reads local files from a folder you choose, rather than importing into a private database you cannot access.
  • Plays in the background with lock screen controls. The Files app preview player on iOS does not.
  • Handles tags and folders so an album stays together and tracks are in order.
  • Works with no network at all. Test this by turning on airplane mode before you commit to an app.
  • No account required. A local music player that wants a sign-in is doing something other than playing music.

On Android, most system file managers and any of the well-known open-source players meet all of these. On iOS, look for players that read from the Files app rather than requiring an import.

Organising it so it stays usable

A folder with four hundred files named track01 through track400 is technically a library and practically unusable. Twenty minutes of structure at the start saves a lot later.

  1. Use a folder per artist, and a folder per album inside it. Players that fail to read tags fall back to the folder structure, so this alone keeps things navigable.
  2. Fill in the tags: artist, album, track number, title. Track number matters more than it looks — without it, albums play alphabetically.
  3. Keep filenames simple. Some car stereos and older players choke on non-ASCII characters or very long names.
  4. Add cover art to the folder as cover.jpg. Most players pick it up automatically without needing it embedded in every file.
  5. Keep one master copy somewhere other than the phone. A phone is a device that gets lost.

Filling the library efficiently

The practical constraint is usually data, not storage. Downloading a hundred tracks at 320 kbps costs nearly a gigabyte of transfer; the same hundred at 128 kbps costs a third of that and is indistinguishable on the earbuds most people use.

A few habits keep the cost down:

  • Download on Wi-Fi in batches rather than one track at a time on mobile data.
  • Pick the bitrate before the transfer. Converting down afterwards saves storage but the data is already spent.
  • Use 96 kbps for podcasts and spoken word. Speech does not need more, and the saving is large.
  • Grab whole albums rather than singles when you like an artist — you will listen to more of it than you expect, and one session costs less overhead than ten.

You can search for a track and choose the bitrate before downloading, which is where the data saving actually happens.

What you give up

Being straightforward about the trade-off: an owned library has no algorithmic recommendations, no instant access to a song you just heard, and no automatic sync between devices. Discovery becomes something you do deliberately rather than something that happens to you.

For a lot of people that is the point. For others it is a real loss, and the honest answer is a mix — a subscription for discovery, an owned library for the music you keep coming back to and for the times when there is no connection.

Frequently asked questions

Can I keep streaming downloads if I cancel my subscription?

No. Downloads inside a streaming app are encrypted and tied to an active subscription. They stop playing when it lapses, and they cannot be moved to another player.

How many songs fit on a 64 GB phone?

At 128 kbps, around 17,000 tracks in theory — but the system and apps take a large share of that. Reserving 10 GB for music gives you roughly 2,700 tracks at 128 kbps or 1,000 at 320 kbps, which is far more than most people listen to.

Is there free music I can legally own?

Yes: public domain recordings, Creative Commons releases, name-your-price albums set to zero by the artist, and free promotional tracks. Current commercial chart music is not in that set.

Do I need an SD card?

Only for a large library. Music is small compared with video, and a few thousand tracks fit in internal storage on most phones. A card makes sense past roughly 10,000 tracks or if you want the library readable in a car.

Will my files still play in ten years?

MP3 and FLAC are both stable, widely implemented formats with no licensing restrictions remaining. Files in them will play as long as general-purpose computers exist. The risk to your library is storage failure, not format obsolescence — keep a second copy.

Read next

  • Best Free Music Download Sites That Are Actually Legal

    · 7 min read

    There is a lot of free music on the internet that you are genuinely allowed to download and keep. It is not the current Billboard top ten — that music is licensed, and no free site has the right to…

  • How to Download Music on Android and Play It Offline

    · 5 min read

    Android is the easy case: Chrome saves audio files to normal storage, and almost every music player on the phone will find them by scanning that storage. Where people get stuck is that the file lands…

  • Converting Video to MP3: What Works and What Is Allowed

    · 5 min read

    Pulling the audio out of a video file is a normal, mundane operation — the audio is already a separate stream inside the container, and extracting it is closer to unzipping than to converting.