> For the complete documentation index, see [llms.txt](https://docs.jukedisc.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jukedisc.xyz/guides/find-username.md).

# Find Your Spotify Username

If you're connecting your Spotify account to a service or importing playlists, you may need your **Spotify username** — the long one (often a mix of letters and numbers), *not* the display name you can set in your profile.

> ⚠️ Your Spotify **username** is permanent and can't be changed. It’s different from your display name, which is what most people see.

Example:

<figure><img src="/files/vORHbRxWvb2QVNHyNt8V" alt=""><figcaption></figcaption></figure>

***

### 🖥️ Method 1: From the Spotify Desktop App

1. Open the **Spotify desktop app** (Windows or macOS).
2. Click on your profile icon or name in the **top-right corner**.
3. Click **“Account”** – this opens your Spotify account page in a browser.
4. On the account page, look under the **“Username”** section — this is your permanent Spotify username.

> **Example:** `2b8kshf88lkn7sewhg89xlf3d`

***

### 🌐 Method 2: From the Spotify Web Player

1. Go to [open.spotify.com](https://open.spotify.com/) and log in.
2. Click your profile picture in the top-right and select **“Account”**.
3. You’ll be redirected to the account overview page.
4. Your **username** will be listed under the “Username” field.

***

### 📱 Method 3: On Mobile (Less Reliable)

Unfortunately, the Spotify mobile app **does not directly show your username**. However, here’s a quick workaround:

1. Tap your profile picture (top-left on the Home tab).
2. Tap the **three dots** on the top right.
3. Tap **Share > Copy Link**.
4. Paste the link somewhere (like Notes or a browser).
5. It will look like this:

```
https://open.spotify.com/user/2b8kshf88lkn7sewhg89xlf3d
```

**The long part at the end ("**&#x32;b8kshf88lkn7sewhg89xlf3d") **is your username.**

***

### ⚖️ Legal Disclaimer

* This guide is **not affiliated with or endorsed by Spotify AB**. All Spotify trademarks, logos, and brand names are the property of Spotify AB.
* Your Spotify username is public information and is used solely to help connect your Spotify account to third-party services **with your consent**.
* We do **not store** or have access to your Spotify login credentials. Any integrations with Spotify follow Spotify’s official API policies and guidelines.
* By using any third-party service to interact with your Spotify account, you agree to both that service's terms of use **and** Spotify’s own [Terms & Conditions](https://www.spotify.com/legal/end-user-agreement/).
* This document is provided “as is” and is intended for informational purposes only. We do **not accept liability** for any misuse or loss of access related to Spotify accounts or connected services.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.jukedisc.xyz/guides/find-username.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
