Can You Skip Training Day in CS2?

The Cancel button on that prompt genuinely does nothing — here is what the game is actually gating, and how it lets go

TL;DR

Not by saying no. On a new account, pressing Play opens a Training Day prompt and its Cancel branch is empty — the popup closes and the Play menu stays shut. The gate opens when you accept. CS2 tracks the whole thing in one archived client value, cl_new_user_phase, whose own states are 0 Not Started, 1 Needs Training, 2 Training Complete and -1 Disabled.

Every new Counter-Strike account now meets the same wall. You install the game, you press Play, and instead of a mode list you get a box asking "Are you ready to proceed to a brief training session?" If you have played Counter-Strike for fifteen years on another account, that is an odd thing to be asked.

The advice you will find for it is mostly wrong, so here is what the game actually does, taken from CS2's own menu code and its convar list rather than from a forum post.

What Training Day is

Training Day is a real game mode, not a scripted tutorial level. CS2 defines it as new_user_training and its loading screen states the brief exactly:

"Welcome to Counter-Strike! You're about to play 12 rounds with bots. In each round, eliminate the enemies or complete the bomb objective."

  • 12 rounds against bots. Ordinary bomb-defusal rounds, not a drill sequence.
  • On Dust II. The mode is pinned to a single map group containing de_dust2 and nothing else.
  • Offline. It starts a local listen server rather than searching for a match, so nobody else is affected and nothing about it is ranked.

As a first experience of the game it is a reasonable one. The complaint is not really about the content — it is that it stands between you and the Play menu.

Why Cancel does nothing

This is the part worth knowing, because it saves you clicking the same button repeatedly and assuming it is broken.

When you press Play, CS2 first asks itself whether this account still needs the forced training. If it does, the menu closes the Play tab, returns you to Home, and opens an OK/Cancel popup titled Training Day. Accepting runs two things: it opens the Play menu and it calls the game's "forced training started" routine. The Cancel branch is an empty function. It does not open anything, set anything or advance anything.

So there is no decline path. Cancel is a way to close a box, not a way to opt out — press Play again and you are back at the same prompt. Anyone telling you to "just hit Cancel and queue normally" has not tried it on a fresh account.

The value the game tracks it with

CS2 keeps your progress through the new-player flow in a single client variable, and it documents its own states:

cl_new_user_phaseMeaning
0Not Started
1Needs Training
2Training Complete
-1Disabled

Two things about that entry matter. It is archived, meaning it is a setting your client stores and writes to your config rather than a per-session value. And it is not cheat-flagged, so it is not one of the variables that needs sv_cheats to touch.

What the game files do not tell us is whether your client is the final authority on it, or whether the value gets re-derived from your account state when you connect. That is the honest limit of what can be verified from the outside, and it is why we are describing the switch rather than promising you a bypass. If you want to look at it yourself, open the console — the variable is listed in our command database along with everything else CS2 ships.

The route that definitely works

Play it. Twelve rounds of bots on Dust II is a short evening's inconvenience at worst, and it is the only path the interface actually supports. Then handle the second prompt properly, because that is the one that turns the nagging off:

  1. Accept the Training Day prompt and complete the session.
  2. Press Play again. You get a box titled "Ready to Play Online?" with three options: Play Casual, Replay Training and Show All Modes.
  3. Pick Play Casual or Show All Modes. Both of those call the game's disable-new-user-experience routine — Replay Training does not.
  4. From then on the Play menu opens normally and the prompts stop.

That third step is the bit people miss. If you keep picking Replay Training out of curiosity, you keep the new-user experience switched on and you keep seeing the box.

Is it worth doing anyway?

If Counter-Strike is genuinely new to you: yes, but manage your expectations. Twelve rounds against bots teaches you the round loop — buy, take a site, plant or defuse — and nothing about how the game is actually played by people. Bots do not hold angles you have to respect, they do not trade, and they will not punish a bad rotate.

Treat it as an orientation and then go and learn the real thing. Our beginner's guide is the sensible next step, settings is worth twenty minutes before you queue anything competitive, and aim training is a far better use of practice time than replaying bot rounds.

If you are coming back to Counter-Strike on a new account rather than starting fresh, it is also worth reading what a free account does and does not get before you queue — that is covered in is CS2 free to play? and how to unlock Premier.

Frequently Asked Questions

What is Training Day in CS2?
It is CS2's new-player tutorial, run as its own game mode. The loading screen sets it out: "You're about to play 12 rounds with bots. In each round, eliminate the enemies or complete the bomb objective." It runs on Dust II, on a local server rather than through matchmaking, so nothing about it touches your rank or anyone else's match.
Can you skip Training Day in CS2?
Not by declining it. On an account the game considers new, pressing Play sends you back to the main menu and opens a Training Day prompt, and the Cancel branch of that prompt does nothing — it closes the box and leaves you where you were, with the Play menu still shut. Accepting is what releases the gate.
Is there a command for Training Day?
There is a client variable that tracks it: cl_new_user_phase. Its own description in CS2's convar list gives the states as 0 Not Started, 1 Needs Training, 2 Training Complete and -1 Disabled. It is an archived client setting and it is not cheat-flagged, so it is a normal value your client keeps rather than something a server controls.
Do you have to finish all 12 rounds?
The game marks the forced training as started at the moment you accept the prompt, not when the last round ends — the client calls its "training started" function on the accept branch. Whether the account state behind it settles at that point or later is not something the game files spell out, so treat finishing as the reliable route and quitting early as the gamble.
How do I turn off the new-player prompts after training?
Finish Training Day and press Play. You get a three-option box titled "Ready to Play Online?" offering Play Casual, Replay Training and Show All Modes. Two of those — Play Casual and Show All Modes — call the game's disable-new-user-experience routine, so picking either one is what actually switches the prompts off for good.
Can you play Training Day again later?
Yes. The Play menu carries a Replay Training Day button, shown when you are set to an offline Competitive match on a non-workshop map. It runs the same 12-round bot session on Dust II, so it stays available as a warm-up long after the new-account prompts are gone.
JL

Director at Bettor Media. CS player since 2013 with experience in skin trading, marketplace analysis, and competitive play.