Games & Performance

Frame Generation: When It Helps and When It Hurts Latency

Frame generation can multiply FPS, but at a latency cost, learn how it works, when it helps, and when to leave it off for fast competitive play.

High frame rate gameplay on a monitor
Photograph via Unsplash

Frame generation is one of the most misunderstood features on modern GPUs. On paper it doubles or triples your FPS counter, which sounds like free performance, but the number in the corner of your screen and the way your game actually feels are two very different things. After running dozens of benchmark passes across single-player showcases and twitchy shooters, I've landed on a simple rule: frame generation is a smoothness tool, not a responsiveness tool, and knowing that difference tells you exactly when to switch it on.

What frame generation actually does#

Traditional rendering pipelines produce every frame you see by running the full game logic and rasterization for each one. Frame generation changes that math. Instead of rendering every frame, the GPU renders a pair of "real" frames and then synthesizes an intermediate frame between them using motion vectors, optical flow data, and an AI model that predicts how pixels move.

The practical result is that for every real frame your GPU renders, you get one (or with multi-frame variants, several) additional inserted frames. Your monitor displays more frames per second, so motion looks visibly smoother, especially on high-refresh panels.

Here's the part the marketing slides gloss over: the generated frame contains no new information from the game engine. It is an interpolation, not a fresh simulation. Your inputs, enemy positions, and physics are not sampled again for those inserted frames. They are visual filler, beautifully convincing filler, but filler nonetheless.

Why it adds latency instead of removing it#

This is the counterintuitive core of the whole topic. You'd think more frames means a more responsive game. It's the opposite, and the reason is structural.

To insert a frame between two real frames, the GPU has to already have the "next" real frame in hand before it can show you the in-between one. That means the pipeline deliberately holds a finished frame back for a moment so it has both endpoints to interpolate from. That held-back frame is latency you can feel in your hands.

So the trade looks like this:

  • Perceived smoothness goes up, sometimes dramatically.
  • End-to-end input latency goes up too, typically by a portion of a frame's worth of time plus pipeline overhead.
  • Actual simulation rate — how often the game listens to your mouse and updates the world — does not improve at all.

A game running at a real 60 FPS that gets pushed to a displayed 120 FPS with frame generation still only responds to you 60 times a second. It just looks like 120.

The role of the reflex-style latency reducers#

Both major vendors pair frame generation with a low-latency mode (NVIDIA Reflex, AMD's Anti-Lag equivalents) precisely because they know generation adds lag. These features trim the render queue and reduce the CPU-to-GPU backlog, clawing back some of the latency the generation step introduces.

The important nuance: turning on Reflex-style latency reduction with frame generation usually gets you back to roughly where you started, latency-wise, not below it. It's a mitigation, not a cure. If a game offers the low-latency toggle, always enable it alongside frame generation. Leaving it off is the worst of both worlds.

The base frame rate rule that changes everything#

If you take one thing away, make it this. Frame generation quality is almost entirely determined by your base frame rate before generation kicks in.

The reason is straightforward once you think about the interpolation. The lower your real frame rate, the further apart your two endpoint frames are in time, and the more the AI has to guess about what happened in between. Wider gaps mean more visible artifacts and, crucially, worse latency because each held-back frame represents a longer stretch of real time.

My working guidelines from testing:

  1. Below ~40 FPS base: avoid it. The latency floor is already sluggish, generation makes it feel worse, and interpolation artifacts around fast-moving objects or UI elements become obvious.
  2. Around 55-70 FPS base: the sweet spot. You have enough real frames that latency stays reasonable and the AI has closely spaced endpoints to work with. This is where generation genuinely shines.
  3. Well above 80 FPS base: it still works and feels great, but the smoothness benefit matters less because you were already smooth. It's more about pushing a 240 Hz panel toward its ceiling.

The trap people fall into is using frame generation to rescue an unplayable frame rate. That's exactly the scenario where it performs worst. It is a multiplier for an already-decent experience, not a floor-raiser for a bad one.

Where frame generation genuinely helps#

I keep it enabled in a specific class of games, and I'm happy to when the conditions fit.

  • Cinematic single-player titles. Story-driven games, open-world RPGs, and graphically heavy showcases where you're not competing against another human. A slightly higher input latency is imperceptible when you're admiring a vista or fighting AI that reacts on its own timers.
  • Games that are GPU-bound at a solid base rate. If you're already sitting at a real 60-ish FPS and want to fill a 144 Hz or 165 Hz display, generation turns "fine" into "buttery" for motion clarity.
  • Flight sims, racing sims, and third-person adventures. Genres where visual smoothness of panning motion is a real quality-of-life win and the extra handful of milliseconds doesn't decide whether you land a shot.

In these cases the smoothness is real and pleasant, and honestly, once you're locked into a controller for a slower-paced game, the added latency sits well under the threshold where most people notice it.

Where it hurts, and you should turn it off#

The flip side is just as clear-cut.

  • Competitive first-person shooters. Anything where flick aim, peeker's advantage, and reaction time decide fights. Here you want the lowest possible latency and the highest real sample rate, which is the exact opposite of what generation provides. Turn it off, drop settings instead to hit a high native frame rate.
  • Fighting games and rhythm games. Frame-perfect inputs and timing windows live and die on responsiveness. Generation muddies the feedback loop.
  • Any situation with a low base frame rate. As covered above, using it below ~40 FPS is where artifacts and lag compound. You'll see ghosting on the HUD, warping around fast objects, and a floaty mouse feel.

The artifact tell you can actually see#

Beyond latency, watch for visual giveaways that generation is struggling. The clearest ones I look for:

  • HUD and text shimmer — health bars, ammo counters, and reticles sit on top of moving scenes and are hard to interpolate cleanly.
  • Ghosting or halos around fast-moving objects, particle effects, and thin geometry like fences or wires.
  • Warping during rapid camera whips, exactly the motion a competitive shooter is full of.

If you spot these, your base frame rate is too low or the game is a poor fit. That's your signal to disable the feature rather than push through it.

How to test it for yourself#

You don't need lab equipment to make a good call. My quick evaluation routine for any game:

  1. Establish your real base rate first. Turn generation off, cap nothing, and see what native FPS you get in a demanding area. That number is your reality.
  2. Turn on generation plus the low-latency mode together. Never test generation with the latency reducer off.
  3. Do a mouse-feel pass, not just a counter pass. Whip the camera left and right, strafe, and flick to targets. The FPS counter will look great; ask your hands whether the game feels connected or floaty.
  4. Check the HUD and edges during fast motion for the artifacts above.
  5. Decide by genre and base rate, not by the number in the corner.

If the base rate was healthy and the game is slower-paced, you'll usually keep it on. If your hands hesitate or the base rate was already marginal, trust that instinct over the frame counter.

The bottom line#

Frame generation is a legitimately great feature that has been oversold as free performance. It is not free, and it is not performance in the sense that matters for aiming and reacting. It's a motion-smoothness enhancer that costs you a little latency, and it delivers its best value in exactly one scenario: a single-player or slower-paced game that's already running at a solid real frame rate on a high-refresh display.

Use it there and enjoy it. Keep it off in competitive shooters and anywhere your base frame rate is struggling. And whatever the FPS counter says, let the way the game feels in your hands make the final call, that number was never telling the whole story anyway.

Riley Nguyen
Written by
Riley Nguyen

Riley benchmarks hardware for fun and keeps a spreadsheet no reasonable person should. They cut through marketing numbers to what a part actually delivers in real games, and are happiest telling you the cheaper option is the smarter buy.

More from Riley