Free: the Audio Quality Cheat Sheet. 128 vs 320 vs FLAC, and exactly which format to pick for your phone, car, or DJ set, on one page you can keep. Instant download.

Get the free cheat sheet →

What people mean by "Spotify downloader"

Search "spotify downloader" and you get two very different things wearing the same name. One is Spotify's own download button, the one Premium gives you for offline listening. The other is a tool that pulls the audio out and hands you an MP3 or FLAC you can drop onto a USB stick, load into an old iPod, edit in Audacity, or keep after your subscription lapses.

Those are not the same, and the gap between them is the whole reason this page exists. Spotify's built-in download saves an encrypted, DRM-locked copy that only plays inside the Spotify app on the device that downloaded it. It is not a file in any useful sense. According to Spotify's own support docs, you can hold up to 10,000 tracks on each of 5 devices, you have to go back online at least once every 30 days or the downloads disappear, and on the free tier you can only download podcasts, not music. Stop paying and the music goes with it.

A real downloader gives you a standalone file. That is what most people are after when they type the query, and it is what our tool does: paste a Spotify link, pick a format and bitrate, download the result. The sections below walk through how every method actually works so you can pick the right one, and where each one bends the truth about quality.

The three ways to download from Spotify

There are really only three categories of tool, plus Spotify's own offline mode. Here is how they compare before we get into the details.

MethodHow it worksInstall?OutputCost
Online link tools (ours included)Paste a URL, a server fetches a matched copy and transcodes it, you download the fileNoMP3 / AAC / FLAC / WAVFree
Desktop apps (NoteBurner, Sidify, TuneFab)Capture or re-encode the stream through the Spotify app, then convertYesMP3 / AAC / WAV / FLACPaid, limited free trial
spotDL (open source)Reads the Spotify track list, finds a match on YouTube, downloads and tags itYes (Python)MP3 / M4A / OPUSFree
Spotify Premium offlineEncrypted download inside the appAppNo portable filePremium

Online downloaders (the paste-a-link kind)

This is the category our tool sits in, and it is the one most people find first. Sites like SpotyLoader, SpotDown, and SpotMate all work on the same basic idea: you copy a track, album, or playlist link out of Spotify, paste it into the box, and the site returns a downloadable file. No software on your machine.

Under the hood, none of these actually crack Spotify's DRM. Spotify audio is DRM-protected Ogg Vorbis, and the encrypted stream is not something a website can just decode. What these tools really do is read the metadata off the link (title, artist, album, duration), find a matching copy of that recording from an open source, and transcode it into the format you asked for. That matters for a couple of reasons we will get to under quality.

Our version keeps it deliberately simple. Paste the Spotify link, choose MP3, AAC, WAV, or FLAC, pick a bitrate anywhere from 128 to 320 kbps for the lossy formats, and download. It runs in the browser, so it works the same on Windows, Mac, a Chromebook, or a phone. For bigger jobs there are dedicated pages: whole playlists on the Spotify playlist downloader, full records on the Spotify album downloader, one track at a time on the Spotify song downloader, and the general-purpose Spotify music downloader if you are not sure which you need.

Desktop apps: NoteBurner, Sidify, TuneFab

If you have gone down a few reviews you have seen these names. NoteBurner, Sidify, and TuneFab are paid desktop programs that install alongside (or hook into) the Spotify app itself. Instead of matching a copy from elsewhere, they capture the audio as Spotify plays or re-decodes it, then re-encode it to MP3, AAC, WAV, or FLAC with the metadata attached.

The upside is that the source is genuinely Spotify's stream, so the tagging tends to be clean and the batch handling is solid for large libraries. The downsides are real too. They cost money once the trial runs out, and the free trials are hobbled on purpose. Sidify's free version, for example, converts only the first minute of each track or caps how many songs you can do. You have to install software, keep the Spotify app running, and on some versions the conversion happens close to real time, so a long playlist takes a while. If you only need a handful of tracks, a browser tool is faster and there is nothing to uninstall afterward.

spotDL and the "matched from YouTube" catch

spotDL is the popular open-source option, a Python command-line tool with over 25,000 stars on GitHub. It is honest about what it does right in its own README: it "finds songs from Spotify playlists on YouTube and downloads them" along with album art and metadata. It does not pull audio from Spotify at all. It reads your Spotify playlist to get the track list, then searches YouTube for each song and downloads the closest match.

That design has two consequences worth knowing before you rely on it. First, results vary. The tool is guessing which YouTube upload matches each Spotify track, and sometimes it grabs a live version, a sped-up edit, a remaster, or the wrong upload entirely. Second, the quality ceiling is lower than people expect. spotDL's own docs note it aims for "the highest possible bitrate; which is 128 kbps for regular users and 256 kbps for YouTube Music premium users." In a long-running GitHub issue thread on the project (issue #2345, "Cannot download 256 kbps quality from YouTube PREMIUM"), users report the tool staying stuck at 128 kbps even with Premium cookies, and one contributor spells out the trap plainly: passing --bitrate 320k just makes the file bigger, it does not add quality that was never in the source. That is the single most useful thing to understand about any downloader.

The quality ceiling nobody advertises

You cannot get more out of a file than went into it. A converter can shrink quality or hold it steady, never add it. Spotify streams top out around 320 kbps Ogg Vorbis on the highest quality setting, so an MP3 made from a Spotify source is, at absolute best, a 320 kbps lossy file that started from another lossy file. It is fine for a car stereo, earbuds, or a phone. It is not lossless, no matter what a download button claims, and re-encoding it to FLAC or WAV does not restore detail the source never had. A "FLAC from Spotify" is a lossless container wrapped around lossy audio, which is a bigger file, not a better one.

So pick your format for the use, not the marketing:

FormatBest forNotes
MP3 320 kbpsAlmost everything: phones, cars, USB sticksPlays on every device ever made
AACApple devices, smaller files at similar qualityMore efficient than MP3 at the same bitrate
WAVEditing in a DAW, ringtones, samplesUncompressed and large, no quality gain from a lossy source
FLACArchiving, players that want lossless containersLossless container, but only as good as the source audio

There is a fuller breakdown in our audio quality guide, and a step-by-step in how to convert Spotify to MP3. If you want a straight comparison of the tools out there, the best Spotify to MP3 converters for 2026 roundup covers it.

Why the Premium download button is not what you want here

It is worth being blunt about this because a lot of people try it first and get frustrated. When you hit download on a Premium playlist, Spotify saves an encrypted copy that the app can decrypt and play. You cannot find those files in your file browser, you cannot copy them to another device, you cannot open them in another player, and you cannot keep them if you cancel Premium. Per Spotify support, they also expire if you do not reconnect within 30 days. That is by design, so artists get paid on every play. It is genuinely useful for offline listening on the subway. It is useless if your goal is a portable file, which is exactly why the tools above exist.

How to use our downloader

  1. Open Spotify, find the track, album, or playlist, and use Share to copy the link. On desktop you can right-click the title and choose Copy Song Link.
  2. Paste the link into the box on the homepage.
  3. Choose your format (MP3, AAC, WAV, or FLAC) and, for lossy formats, a bitrate up to 320 kbps.
  4. Start the conversion and download the file when it is ready. Nothing installs, and we do not need your Spotify login.

For podcasts specifically, use the Spotify podcast to MP3 page, which handles longer episodes and chapter data better than the music flow.

Is any of this safe and allowed?

Two separate questions live inside "is it safe." One is your device: a good browser-based tool does not ask you to install an executable, so there is no software to carry malware, though you should still avoid sites that push fake "download" buttons or demand your Spotify password. The other is legality. Spotify's audio is copyrighted, and its terms do not permit stripping content out of the service. Downloading a track you own or that is genuinely free is a personal-use gray area in many places; redistributing anything, selling it, or uploading it is not gray at all. Keep copies for yourself, do not share them, and support artists you like. We go deeper on both angles in is Spotify to MP3 safe, which is worth two minutes before you start.

Frequently Asked Questions

What is the best Spotify downloader?

It depends on the job. For a few tracks with no install, a browser tool like ours is quickest. For a huge library with clean metadata you might tolerate a paid desktop app like TuneFab or Sidify. For a free command-line workflow, spotDL works but pulls matches from YouTube, so quality and accuracy vary.

Can I download Spotify songs as MP3 for free?

Yes. Paste the Spotify link into our tool, choose MP3 and a bitrate up to 320 kbps, and download. There is no account and no software to install.

Is the audio really 320 kbps or lossless?

At best it is 320 kbps lossy, because Spotify itself streams lossy audio that maxes out around 320 kbps Ogg Vorbis. No converter can add quality the source never had, so a FLAC or WAV from Spotify is a bigger file, not a higher-fidelity one.

Why can't I just use my Premium offline downloads?

Those are encrypted and locked to the Spotify app on the device that made them. You cannot copy them out, play them elsewhere, or keep them after canceling, and they expire if you do not go online within 30 days.

How does spotDL get the audio if it can't touch Spotify?

It reads your Spotify track list, then finds a matching upload on YouTube and downloads that. Because it is matching rather than pulling the original, you sometimes get the wrong version, and the free-user ceiling is 128 kbps.

Do I need to install anything?

No. Our downloader runs in the browser on Windows, Mac, Chromebook, or phone. The paid desktop apps and spotDL do require installation.

Is it legal to download from Spotify?

Spotify's terms do not allow extracting content, and the music is copyrighted. Personal-use copying sits in a legal gray area in many regions; sharing, selling, or reuploading does not. See our safety and legality write-up for the full picture.

References