How to remove bots in CS:GO (CS GO)
Bots in CS:GO can be removed using console commands or server settings. Let's go through all the methods.
Removing bots via console
✅ Open CS:GO.
✅ Press ~ (tilde) to open the console.
✅ Enter the command to remove all bots:
bot_kick
This command will immediately remove all bots from the map.
Remove bots from one team only
✅ Remove bots from the CT team:
bot_kick ct
✅ Remove bots from the T team:
bot_kick t
Disabling auto-add bots
✅ To prevent bots from respawning after removal, enter:
bot_quota 0
This command sets the number of bots in the game to 0.
✅ To completely disable auto-adding bots:
bot_quota_mode 0
Now bots will no longer appear in the game.
Complete bot removal on the server
If you have your own server or are playing in single-player mode, you can completely disable bots via configuration:
✅ Open the server.cfg file (csgo/cfg/server.cfg).
✅ Add the lines:
bot_quota 0 bot_quota_mode 0 bot_kick
✅ Save the changes and restart the game.
Conclusion
Quickly remove bots — bot_kick.
Disable bots permanently — bot_quota 0 and bot_quota_mode 0.
Remove bots from one team only — bot_kick ct or bot_kick t.
✅ Now there will be no bots in your game!
