Spotify expands in-app messaging with group chats for up to 10 participants

Spotify expands in-app messaging with group chats for up to 10 participants
source: gettyimages
January 29, 2026

Spotify is widening its in-app messaging to include group chats, letting you loop in up to ten friends or family members to chat about songs, podcasts, or audiobooks. This builds on the direct messaging feature rolled out last August, which lets you share what you’re listening to without leaving the app.

As with one-on-one messages, you can only add people you’ve interacted with through Spotify’s other features—such as joining a Jam session, collaborating on Playlists, or Blends.

This month also brings a new Listening Activity feature on mobile, which shows your friends what you’re listening to.

To create a group chat, open Messages in the app and tap Create group at the top of the screen. You can then invite up to 10 friends or family members to join the conversation. Group messaging is available to both free and Premium users.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 151 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) { id title text date }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) { id title }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) { id title domain }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) { id title }
}
{
  "id": 6645327,
  "domain": 7,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}