VSync (vertical sync) is a graphics setting that keeps your game’s frame rate in lockstep with your monitor’s refresh rate to stop screen tearing and smooth out motion.

Quick Scoop: What does VSync do?

  • It synchronizes the game’s FPS with the monitor’s Hz (for example, 60 FPS on a 60 Hz screen).
  • This prevents “screen tearing” – those ugly horizontal splits where the top and bottom of the screen show different frames.
  • It does this by making the GPU wait until the monitor finishes drawing the current frame before sending a new one.

In short: smoother, tear‑free visuals, at the cost of some input delay and possible FPS drops.

How VSync actually works

Think of your monitor as a scanner that redraws the screen a fixed number of times per second (its refresh rate). Your GPU is a painter that keeps producing new pictures (frames).

  • Without VSync, the GPU can hand over new frames whenever they’re ready, even mid‑scan, so the monitor might show the top of one frame and bottom of another → screen tearing.
  • With VSync on, the GPU is forced to wait and only deliver a frame when the monitor has finished its current refresh cycle.
  • Practically, this locks FPS to your monitor refresh rate (e.g., 60, 120, 144 FPS), or to a fraction of it if the GPU can’t keep up (30, 20, 15 FPS on a 60 Hz display).

So VSync is basically a traffic light that controls when frames are allowed onto the screen highway.

Why people turn VSync ON

VSync is mostly about visual quality and consistency, not about raw performance.

Main reasons to enable it:

  • Remove screen tearing : The big one. Tearing is especially obvious in fast camera pans, racing games, and shooters.
  • More stable frame pacing: FPS stops jumping wildly above your refresh rate, so animations can feel smoother and more consistent.
  • Slightly lower GPU load when games would otherwise run at super‑high FPS, which can marginally reduce power and heat (though this is usually a minor side effect).

If you care most about a clean, cinematic image and don’t mind a bit of delay, VSync is usually a win.

Why people turn VSync OFF

The big trade‑offs show up in responsiveness and performance. Potential downsides:

  • Input lag : Because the GPU waits for the monitor, your inputs (mouse, keyboard, controller) can feel a bit “behind” what you do, especially in fast, competitive games.
  • FPS drops to fractions: If your GPU can’t maintain the full refresh rate (e.g., under 60 FPS on a 60 Hz screen), VSync can cause sudden drops to half or even lower (30, 20, 15 FPS), making the game feel sluggish.
  • Less useful with modern adaptive sync (G‑Sync, FreeSync), which solve tearing in a different way and often make classic VSync less necessary or even counterproductive.

That’s why many competitive players prefer tearing + lower latency over perfect visuals with more lag.

When to use VSync (simple rules)

Here’s a quick “should I turn it on?” guide:

  1. Turn VSync ON when:
    • You see obvious screen tearing and it bothers you.
 * Your FPS is higher than your monitor’s refresh rate and you want the smoothest, cleanest image.
 * You’re playing single‑player or casual games where reaction time isn’t critical (RPGs, story games, strategy, etc.).
  1. Turn VSync OFF when:
    • You’re playing competitive shooters, fighting games, or anything where every millisecond of input delay matters.
 * Your FPS frequently drops below your monitor refresh rate and you feel big stutters with VSync on.
 * You use adaptive sync like G‑Sync or FreeSync and follow your GPU maker’s recommended settings instead of classic VSync.
  1. Consider “modern” sync options:
    • Fast Sync (NVIDIA) shows only the latest completed frame, trying to reduce lag while still cutting tearing.
 * Similar ideas exist in driver panels and some games as “enhanced sync” or “adaptive sync,” offering middle‑ground trade‑offs.

Mini forum‑style take

“VSync locks any new frame until the monitor is done drawing the previous one. That’s why disabling it can make your FPS skyrocket, but you’ll see more tearing and feel less latency.”

That pretty much matches what you see in real‑world discussions:

  • Visual purists: “I can’t stand tearing, VSync or bust.”
  • Competitive players: “Tearing is fine; don’t take away my responsiveness.”

The trend lately (2020s, especially with modern GPUs and monitors) is: people lean on G‑Sync/FreeSync and newer sync modes instead of plain old VSync, but the basic idea—sync frames to refresh to kill tearing—hasn’t changed.

Quick TL;DR

  • VSync = vertical synchronization setting in games.
  • It syncs FPS with your monitor’s refresh rate to stop screen tearing.
  • Pros: cleaner image, smoother perceived motion, slightly less wasted GPU work.
  • Cons: added input lag, possible big FPS drops if GPU can’t keep up.
  • Best for single‑player and visual quality; often disabled for serious competitive play.

Information gathered from public forums or data available on the internet and portrayed here.