Stop All Sounds
Silence sounds or music that are currently playing
✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026Immediately 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 @a13 characters
- Java: yes
- Bedrock: yes
- Command block: yes
- Needs cheats / OP: yes
How to use
- Open chat (T on Java, / on Bedrock).
- Paste /stopsound @a to cut everything, or add a sound ID to stop just one.
- Press Enter — the sounds stop for all targeted players.
- 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 @aPlay any sound effect to a specific player
/playsound minecraft:entity.player.levelup player @s ~ ~ ~ 1 1Become nearly invincible
/effect give @p resistance 999999 255 true