Blog/CS2/🎮Game Guides

CS2 Knife Damage: Why the Backstab Isn't Automatic

Every knife tip you have ever heard treats the backstab like a cheat code: get behind someone, hit them, they die. The Counter-Strike 2 damage table tells a more specific story — a light hit to the back will not drop a full-health target, aiming for the head buys you nothing at all, and the fastest confirmed kill with a knife never requires you to get behind anyone. Here is the actual table, hitbox by hitbox.

Published September 16, 2026·9 min read·By Mythras
The default Counter-Strike 2 combat knife, the melee weapon every player spawns with for free and the one slot where damage depends on facing rather than aim.

Every knife tip you have ever heard reduces to one sentence: get behind them, hit them, they die. The Counter-Strike Wiki's own damage table for the knife tells a stranger story than that, and none of it shows up anywhere else on this site.

The knife is the one weapon every player owns from the round's first second, free, unpurchased, and mostly ignored past "run faster and eco-round backstabs." The numbers underneath it are specific enough to be worth reading once: which hitboxes actually matter, which attack you should be throwing, and why a "backstab" does not automatically mean somebody dies.

Two attacks, one weapon

The knife carries two separate attacks with two separate jobs, and the in-game description undersells how differently they behave: "a fast, low-damage primary attack and a slow, high-damage secondary attack."

Primary fire (a light swing) comes out every 0.4 seconds — left click, and left click again a fraction of a second later. Secondary fire (a heavy stab) takes 1 full second between attacks — right click, and a full beat before you can do it again. That is a 2.5x difference in attack speed, and it is the whole reason the two attacks exist as separate inputs instead of one knife-swing animation.

Repeated light swings also get weaker. The wiki's table marks the primary attack as dealing reduced damage on any consecutive hit — full value on the first swing, a lower fixed value on every swing after that for as long as you keep clicking. The heavy stab carries no such penalty; it hits for the same number every time, which is the tradeoff for the one-second wait between them.

The full damage table

Here is the number that surprised me researching this: every hitbox except the back takes identical damage. Head, chest, arm, stomach, leg — same table, same values. Counter-Strike moved off the head-hitbox knife multiplier when it moved to the Source engine, and nothing in Counter-Strike 2's own patch history has reversed that. Aiming for the head with a knife buys you nothing a body shot does not already give you.

HitboxLight attack (armored)Light attack (unarmored)Heavy attack (armored)Heavy attack (unarmored)
Head / chest / arm / stomach / leg34 (21 on repeat swings)40 (25 on repeat swings)5565
Back7690153 — fatal180 — fatal

Two things jump out of that table. First, the front-of-body numbers are genuinely small: a single light swing to an unarmored chest does 40 damage, barely more than a third of a 100-health player's pool. Second, look at what "fatal" means on the back row — it is marked on the heavy attack only. The light attack to the back does not carry that label, because 90 damage does not kill someone standing at full health.

The three-hit kill that never needs a backstab

Run the arithmetic on a straight frontal fight, no backstab involved, against a full-health target:

  • Unarmored: light (40) + light, reduced (25) + heavy (65) = 130 damage.
  • Armored: light (34) + light, reduced (21) + heavy (55) = 110 damage.

Both totals clear 100 health. That sequence — two fast light swings, then one heavy stab — is the fastest confirmed way to kill a full-health opponent with a knife when you cannot get behind them, straight from the wiki's own tactics notes. It works whether or not they are wearing armor, and it never touches the back hitbox at all. If you have only ever pulled the knife out for eco-round backstabs, that combo is the part worth practicing instead.

What actually counts as a backstab

This is the correction that matters most. A hit that lands on the back hitbox is not automatically a kill — only the heavy attack to the back is. Land a light swing on someone's back and you deal 76 to 90 damage, which leaves a full-health target standing. Land the heavy stab on the same spot and it is over: 153 armored, 180 unarmored, both flagged as fatal outright.

That distinction is not just a wiki labeling choice — Valve built the game to treat these as genuinely different events. Counter-Strike 2's January 21, 2026 update gave knife impact sounds unique audio per swing type and per hit location; Valve's own patch note says the change exists because "this reflects the different damage amounts dealt with each attack." An October 14, 2025 update separately added an attackType parameter to the game's own OnKnifeAttack scripting event — the engine itself tracks primary versus secondary and front versus back as separate data, not flavor text.

Practically: if you are hunting a backstab, commit to the heavy attack, not the first swing that lands. And if you are the one getting hit from behind, a light tap to the back is not automatically over — you still have a fight left in you, assuming you survive the surprise.

Your fastest weapon slot

Holding the knife also makes you the fastest thing on the server. The movement guide already covers why your run speed changes with your weapon and what that does to counter-strafing — the short version is the knife runs at 250 units per second, faster than every gun in the game.

Two numbers that guide does not cover: walking speed with a knife out is 130 units per second, and crouch-walking is 85. Those matter for the same reason the run speed does — rotating between sites, or repositioning after a plant, the knife is strictly the quickest way to move regardless of which of the three movement states you are in.

The Counter-Strike 2 Counter-Terrorist knife model

You cannot buy it, and by default cannot drop it

The knife is not on the buy menu. It never has been. Every player spawns with one automatically, and Counter-Strike 2 assigns it through two separate console variables, mp_ct_default_melee and mp_t_default_melee, both defaulting to weapon_knife — which is also why the Counter-Terrorist and Terrorist models look different despite dealing identical damage. The wiki lists the entity names as weapon_knife and weapon_knife_t: two different in-game objects wearing the same stat sheet.

The Counter-Strike 2 Terrorist knife model

You cannot drop it in standard play either. The convar that would allow it, mp_drop_knife_enable, ships with a default value of false — a community server operator can flip it on, but Premier, Competitive and Casual do not. One more default worth knowing: weapon_reticle_knife_show ships true, which puts a target-ID reticle on screen whenever the knife is out. The cvar's own description says it exists for "game modes requiring target id display when holding a knife" — I could not confirm which modes beyond the default that covers, so do not assume it changes anything in a standard Premier match.

Cosmetic knives change nothing but the render

Counter-Strike 2 sells close to two dozen purchasable knife finishes — Karambit, Butterfly, Talon, Huntsman, and the rest — and none of them ship with a separate damage table. I checked four of them against the wiki directly: the Butterfly Knife, Karambit, Talon Knife and Huntsman Knife all list the same $1,500 Competitive and $750 Casual kill reward as the base knife, each with its own entity name (weapon_knife_butterfly, weapon_knife_karambit, weapon_knife_widowmaker, weapon_knife_tactical respectively) but no divergent stats published anywhere. That is a different model and a different entity wrapped around the identical weapon, not a different weapon.

The Counter-Strike 2 Butterfly Knife, a cosmetic finish over the same base weapon

That $1,500 figure is the highest kill reward of any weapon in the game — the economy guide has the full reward table if you want every weapon's number side by side, this post is only concerned with the knife's own.

Where these numbers come from

Two honesty notes before you build a habit around any of this.

Valve has not republished these exact figures for Counter-Strike 2. The wiki carries the damage table under a Global Offensive heading, not a separate Counter-Strike 2 one, and I read back through Counter-Strike 2's full release-note history looking for any change to knife damage or hitbox behavior. I found none — only sound and animation fixes, in April 2026 and January 2026. The numbers in this post are current by the absence of a contradicting patch note, not because Valve has confirmed them for this specific game.

I could not confirm the exact frame timing of the three-hit combo. The wiki names light-light-heavy as the fastest kill sequence and the damage totals clear 100 health with room to spare, but nothing in the source specifies whether the heavy stab can begin the instant the second light swing lands or whether there is additional wind-up on top of that. Treat the combo as damage-confirmed, not stopwatch-confirmed.

More weapon breakdowns and mechanics guides live on the Counter-Strike 2 coverage hub, and the practice server commands guide has the setup for testing convars like these yourself on a private server.

Quick Action Checklist

  • Every hitbox except the back deals identical knife damage. Stop aiming for the head with it.
  • Light swings fire every 0.4s and get weaker after the first hit; heavy stabs take 1s and never lose value.
  • In a straight fight, two light swings plus one heavy stab (110-130 total damage) kills anywhere on the body, armored or not.
  • A backstab is only an automatic kill with the heavy attack. A light hit to the back leaves a full-health target alive.
  • The knife is your fastest movement option at every speed state: 250 running, 130 walking, 85 crouch-walking.
  • You cannot buy or, in standard matchmaking, drop your knife — mp_drop_knife_enable defaults to off.
  • Skins change the model, never the numbers. Spend your money on something else.

Frequently Asked Questions

How much damage does the CS2 knife do?
It depends on the attack and the hitbox, not the target. The light primary attack deals 34 damage against armor and 40 without it (dropping to 21/25 on consecutive swings) to the head, chest, arms, stomach or legs, and 76/90 to the back. The heavy secondary attack deals 55/65 to the front of the body and 153/180 to the back, with both back-hit heavy values marked as an automatic kill.
Does a backstab always kill in one hit in CS2?
Only with the heavy attack. A heavy stab to the back deals 153 damage against armor or 180 without it, both well past a full 100-health pool, so it is always fatal. A light swing to the back only deals 76 to 90 damage, which is not enough to kill a player at full health, so a fast backstab attempt can leave the target alive and aware of you.
Does aiming for the head with a knife do more damage in CS2?
No. Counter-Strike 2 carries no headshot multiplier for knife attacks — the head, chest, arms, stomach and legs all take identical damage from both the light and heavy attack. The only hitbox that deals different damage is the back. This has been true since Counter-Strike moved to the Source engine, and nothing in Counter-Strike 2 release notes has changed it.
How fast do you move with a knife out in CS2?
The knife gives the fastest movement speed of any weapon in Counter-Strike 2: 250 units per second running, 130 walking, and 85 crouch-walking. Every other weapon class runs slower while equipped, which is why players switch to the knife to rotate between bombsites or sprint out of a dying position.
Can you buy or drop your knife in CS2?
You cannot buy a knife in Counter-Strike 2 — every player is issued one for free through the mp_ct_default_melee and mp_t_default_melee convars, both defaulting to the standard knife. You also cannot drop it in standard Premier, Competitive or Casual play. The convar that allows dropping, mp_drop_knife_enable, defaults to false; a community server operator can turn it on, but matchmaking does not.
Do knife skins change damage in CS2?
No. Purchasable knife finishes like the Karambit or Butterfly Knife change the 3D model and the internal entity name but not the stats. The Butterfly Knife listing carries the same $1,500 Competitive and $750 Casual kill reward as the default knife, and no cosmetic knife has a separately published damage table — they are reskins of the same weapon, not different weapons.

Keep Reading

Sources & Further Reading
Last updated September 16, 2026.

Related Guides

The Counter-Strike 2 C4 explosive, the objective item whose 40-second timer and blast damage model both sit at the centre of every post-plant round.
🎮Game GuidesSep 12, 2026·9 min read

CS2 Bomb Timer and Defuse Time: The New Blast Rules

Four numbers decide every post-plant in Counter-Strike 2, and a fifth thing changed in July 2026: Valve threw out the old C4 blast model and replaced it with a shockwave that travels through the map instead of a sphere that ignored walls. Here are the timings, the defuse windows, and what the rework actually changed.

Read article
The CS2 AK-47, the rifle whose first bullet only lands when your velocity drops under the accuracy threshold.
🎮Game GuidesJul 23, 2026·10 min read

CS2 Movement Guide: Counter-Strafing, Peeking, and Why You Keep Losing First Shot

You lose most of your duels before you ever pull the trigger, because you shoot while you are still sliding. Here is how CS2 ties accuracy to velocity, why counter-strafing wins the first shot, and how to peek without feeding.

Read article
An overview of de_anubis in Counter-Strike 2, showing the sandstone ruins and canal of the map that re-entered the Active Duty pool on January 21, 2026.
🎮Game GuidesSep 4, 2026·13 min read

CS2 Anubis Callouts: Every Name on de_anubis

Anubis came back to Active Duty on January 21, 2026, and Valve rewired part of the map on the same day it did — a bridge drop moved, the mid doors flipped, and a hole opened between something called E-box and the back of bombsite B. E-box is not on the community callout map at all. Here is the wiki's full 47-marker set for Anubis, checked line by line against what Valve has actually written down.

Read article
A daytime view across the stone temples and rainforest of de_ancient, the Counter-Strike 2 map that has been in the Active Duty pool on every day of the game.
🎮Game GuidesSep 2, 2026·12 min read

CS2 Ancient Callouts: Every Name on de_ancient

Ancient signposts its own bombsites: the site walls read PLAZA A in amber and PLAZA B in pale blue. Everything else you have to learn from other players. The Counter-Strike Wiki callout map places 30 markers on de_ancient, two of them carrying an A-site label at B-site coordinates, and its update list is at least 13 Valve patches behind. Here is the whole vocabulary, area by area, with the patch-note paper trail.

Read article
The CS2 AK-47, the $2,700 Terrorist rifle that every buy-round decision in Counter-Strike 2 is measured against.
🧠Advanced StrategyJul 20, 2026·12 min read

CS2 Economy Guide: Buy Rounds, Loss Bonus, and MR12

Half the rounds you lose in CS2 are lost in the buy menu, before anyone fires a shot. Here are the exact payout numbers, the loss bonus ladder, and the force-buy math that decides whether your next three rounds are winnable.

Read article
The Counter-Strike 2 radar for de_anubis, the map Valve removed from the Active Duty pool in July 2025 and put back in January 2026.
🎮Game GuidesAug 30, 2026·10 min read

CS2 Map Pool: Every Active Duty Swap Since Launch

Counter-Strike 2 has run on seven Active Duty maps every day of its life, and Valve has changed that seven exactly five times. Every change was a straight one-in, one-out, four of the five landed on the first day of a Premier season, and you can rebuild the launch pool from the release notes alone. Here is the whole timeline, dated.

Read article