---
answer: direct
beat: system-design
source: 1 article · updated: August 5, 2026
---

Why does lag compensation exist at all? Can't players just aim for where the enemy is now?

At 80ms latency, the enemy moves ~1 meter ahead during your shot's round trip. If servers only tested hits against present-time positions, laggy players would have to aim into empty space to hit stationary enemies — making the game unplayable for anyone not on fiber. Lag compensation tests the hit against where the enemy WAS when you fired, giving everyone fair aim.

Answered in

Time-Travel Fairness: How Servers Rewind for Lag Compensation

Why lag compensation rewinds the game world to when a shot was fired, and why victims experience the cost.

Crashtech Editorial August 5, 2026 System Design

Read the full analysis

Other questions this article answers

More system design questions

Every answer on Crashtech is written by the editor of the article it comes from — never auto-summarised. Browse all answers or the System Design beat.