TTK Calculator (Time To Kill)
Enter damage, fire rate and target health to see how many bullets you need and how long the fight actually lasts.
Time to kill is the gap between your first landed shot and the moment the target drops. It is the single number that defines how a shooter feels: it sets how much room you have to react when someone sees you first, and how harshly a missed shot is punished. This calculator derives it from four values you can read off any weapon stat card or measure yourself on the range.
There are deliberately no preloaded weapon stats here. Patches move damage and fire rate every few weeks, and a stale figure is worse than none at all. You enter numbers you have verified, and you get back the bullets required, the body TTK and the headshot TTK, so you can put two weapons from the same game side by side in a matter of seconds.
The TTK Formula, Explained
The maths runs in two steps. First you find the bullets required: bullets = ceiling(total health ÷ damage per bullet), where total health is health plus shields or armour, and the ceiling means always rounding up, because half a bullet does not exist. Then you turn that count into time: TTK = (bullets − 1) × (60 ÷ fire rate in RPM) seconds. Dividing 60 by the rounds-per-minute figure gives the interval between shots in seconds. The subtraction is the part that matters: you are counting the gaps between shots, not the shots themselves. The first round leaves the barrel at time zero, so if four bullets are needed, only three intervals elapse before the last one lands. Plenty of calculators multiply by the full bullet count and report a TTK inflated by one whole interval, an error that exceeds a hundred milliseconds on low fire rates and is easily enough to flip a comparison between two guns. When you switch on the headshot multiplier, damage per bullet is multiplied before the division, and the rounding-up rule still applies.
TTK Ranges By Game Type
Every genre lives in a different band. This table places your result in context and tells you how a gunfight tends to play out inside each range.
| TTK range | Game type | What it means for the player |
|---|---|---|
| < 200 ms | Tactical shooters with one-shot headshots, such as Counter-Strike or Valorant | The first shot settles the duel. There is no time to correct your aim or fall back to cover once the exchange has started. |
| 200–400 ms | Military and squad shooters, such as the Call of Duty or Battlefield entries | You can react if you move first, but poor positioning is rarely forgiven. Pre-aiming the angle does most of the work. |
| 400–600 ms | Hero and arena shooters, such as Overwatch or Team Fortress 2 | There is room to strafe, heal or break line of sight. Tracking the target starts to matter more than winning the first shot. |
| 600–1000 ms | Battle royales with shields, such as Apex Legends or Fortnite | Fights stretch out, and movement, shield swaps and teammate support can turn the result halfway through the exchange. |
| > 1000 ms | High-health or extraction shooters with heavy armour, such as Destiny 2 or Escape from Tarkov | Combat becomes a chain of decisions: reloading, repositioning and picking your moment to commit outweigh raw aim. |
Why TTK Matters So Much
TTK shapes the identity of a shooter before any other stat does. With a low TTK, the game rewards whoever fires first: information, sound cues and where your crosshair sits before you peek are worth more than sustained aim, and a duel resolves in a single flick. With a high TTK, weight shifts to tracking, to moving during the exchange and to managing resources, because you genuinely have time to correct your aim while the opponent tries to escape.
TTK also governs peeker's advantage. Because the attacker sees the defender a few milliseconds before the defender sees them, thanks to network latency and the order frames are drawn in, that gap eats a fixed slice of the fight. The lower the TTK, the bigger that slice is in proportion: if dying takes 150 milliseconds and the deficit is 40, there is barely any window left to respond. In high-TTK games, the same 40 milliseconds are close to irrelevant.
Bear in mind that theoretical TTK is not what you will see in a match. The calculator assumes every bullet lands, that shots leave at maximum fire rate and that damage never falls off with range. A real round adds your reaction time, recoil pulling the fourth shot onwards off target, damage drop-off at mid range, and bullets that simply miss. The figure you get is a floor, the best possible case, and it is built for comparison rather than prediction.
How To Use The Result Well
- Always compare weapons from the same game. Every title has its own health pools, shields and multipliers, so a TTK from one game says nothing next to another.
- Factor in damage drop-off. Many weapons lose damage per bullet past a certain range, so rerun the numbers with the long-range damage value if your typical fight is not point blank.
- Weigh headshot TTK against body TTK. A huge gap means the weapon rewards precision; a narrow one usually means it performs better for less steady hands.
- Add magazine size and reload time to the picture. A gun with a superb TTK that burns most of its magazine on one target collapses the moment a second opponent appears.
- Remember TTK excludes your own reaction time. Roughly 200 to 250 milliseconds pass between seeing an enemy and pulling the trigger, and no formula covers that.
- Verify on the practice range. Shoot a dummy using the stats you entered and check that the bullets required match before you trust the number in ranked play.
Frequently Asked Questions About TTK
What is TTK in a shooter?
TTK, or time to kill, is the time from your first landed bullet until the target dies, assuming every shot connects. It is measured in milliseconds and is the most common way to compare the lethality of two weapons and to describe the pace of a game.
How is TTK calculated?
First divide the target's total health by damage per bullet and round up: that gives the bullets required. Then multiply the bullets minus one by the interval between shots, which is 60 divided by the fire rate in rounds per minute. The result is the number of seconds the weapon needs to finish the kill.
What counts as a good or bad TTK?
There is no good TTK in the abstract, only TTKs suited to a genre. In a tactical shooter anything under 200 milliseconds is normal, while a battle royale with shields routinely sits above 600. What matters is whether a weapon beats its alternatives inside the same game and at the range you actually use it.
Why is real TTK higher than the calculated one?
Because the formula assumes perfect conditions. In a match you add your reaction time, bullets lost to recoil and spread, damage drop-off over distance, opponent movement and network latency. Effective TTK is normally well above the theoretical figure, especially with high-fire-rate automatic weapons.
How is TTK different from DPS?
DPS measures sustained damage per second and ignores both rounding and the target's health threshold. TTK answers the practical question of how long a specific enemy takes to kill. A weapon can have higher DPS and still a worse TTK if it needs one extra bullet to cross the health threshold.