How to Mute CS:GO Music - Quick Guide to Disable In-Game Music

How to Mute CS:GO Music - Quick Guide to Disable In-Game Music

By Marcus Chen

February 20, 2025 at 03:09 PM

To mute CSGO music quickly and effectively, I'll show you several methods that work in 2024. You can either disable all game music or selectively mute specific audio elements.

Using Console Commands: - Open the console by pressing the

~
key (enable it first in game settings if needed) - Type
snd_musicvolume 0
to completely mute all music - Use
snd_menumusic_volume 0
to mute only the main menu music - Enter
snd_roundstart_volume 0
to mute round start music - Type
snd_roundend_volume 0
to mute round end music - Use
snd_tensecondwarning_volume 0
to mute the bomb timer warning

Using Audio Settings Menu: - Launch CSGO - Click on the settings gear icon - Select "Audio Settings" - Adjust the "Music Volume" slider to 0% - You can also individually adjust: - Main Menu Volume - Round Start Volume - Round End Volume - Bomb/Hostage Volume - Ten Second Warning Volume - Death Camera Volume

Create an Autoexec File: 1. Navigate to your CSGO config folder 2. Create a new file named "autoexec.cfg" 3. Add these commands:

        snd_musicvolume 0         snd_menumusic_volume 0         snd_roundstart_volume 0         snd_roundend_volume 0         snd_tensecondwarning_volume 0         snd_deathcamera_volume 0        
4. Save the file 5. Add
+exec autoexec
to your CSGO launch options

Your music settings will now stay muted even after restarting the game. If you want to restore the music later, simply change the "0" values to "1" in any of these methods, or adjust the sliders back up in the audio settings menu.

Remember that muting game music won't affect important game sounds like footsteps, gunshots, or voice chat. These audio cues remain crucial for competitive gameplay.

Related Articles

Previous Articles