Skip to content
[/craft]

Stop All Sounds

Silence sounds or music that are currently playing

✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026

Immediately stops sounds for the targeted players. With no extra arguments it stops every sound at once — handy for cutting off long ambient tracks, a looping music disc, or a sound you triggered by mistake. On Java you can narrow it with a category and a specific sound ID (e.g. /stopsound @a music minecraft:music.game); Bedrock takes an optional sound name after the target.

/stopsound @a
13 characters

How to use

  1. Open chat (T on Java, / on Bedrock).
  2. Paste /stopsound @a to cut everything, or add a sound ID to stop just one.
  3. Press Enter — the sounds stop for all targeted players.
  4. Use @s instead of @a to silence only yourself.

Related commands

Play a dramatic Ender Dragon growl sound to players

/playsound minecraft:entity.ender_dragon.growl master @a

Play any sound effect to a specific player

/playsound minecraft:entity.player.levelup player @s ~ ~ ~ 1 1

Become nearly invincible

/effect give @p resistance 999999 255 true

Switch yourself into Creative mode

/gamemode creative

Instantly remove every mob from the world except players

/kill @e[type=!player]

Give yourself XP levels for enchanting

/experience add @p 30 levels