A display traditionally refreshes on a metronome — 60 times a second, exactly, whether or not there is anything new to show. A game renders frames whenever it finishes them, which is irregular by nature. Those two schedules do not align, and everything unpleasant about the result follows from that mismatch.
Send a new frame mid-refresh and you get tearing: the top of the screen shows one frame, the bottom another, with a visible horizontal seam. Wait for the next refresh instead and you get stutter: a frame is held twice while a finished frame sits unused.
Variable refresh rate resolves it by inverting the relationship. Instead of the frame waiting for the display, the display waits for the frame.
What changed in 2026
- VRR became standard rather than premium. It reached mainstream televisions and midrange monitors, and it is now unusual for a gaming-oriented display to lack it.
- The branding fragmentation faded. Cross-compatibility between the major implementations improved to the point where the badge matters much less than the specifications underneath.
- Ranges widened. Panels supporting VRR from very low refresh rates upward became common, which addresses the biggest historical weakness.
- Console support matured. VRR on consoles moved from a launch-window promise to a widely implemented feature.
How it works
Rather than refreshing on a fixed interval, a VRR display holds the current image until the next frame arrives, then displays it immediately. The refresh rate becomes whatever the framerate is, moment to moment.
The result is no tearing — a frame is never delivered mid-refresh — and no stutter from a frame waiting for the next slot. It also means an inconsistent framerate stops looking inconsistent. A game oscillating between 80 and 110 frames per second looks smooth under VRR and visibly uneven without it, which is why VRR often matters more than raw framerate.
| Approach |
Tearing |
Stutter |
Input lag |
| No sync |
Yes |
Minimal |
Lowest |
| Traditional vsync |
No |
Yes, when below refresh rate |
Higher |
| VRR |
No |
No, within range |
Low |
| VRR + capped frames |
No |
No |
Low |
The last row is the configuration to aim for and the one people most often get wrong.
The range is the specification that matters
A display's VRR range — say 48Hz to 144Hz — is where it operates. Outside that range, you are back to the original problem.
Below the range the display cannot refresh slowly enough. This is what low framerate compensation addresses: the display repeats frames to stay within its supported range, so 35 frames per second is shown as 70 refreshes of duplicated frames, keeping it inside the window. Whether a panel supports this, and how well, matters far more than its headline maximum. A panel with a range starting at 48Hz and no compensation falls apart precisely when framerates dip — which is exactly when you needed help.
Above the range you exceed the panel's maximum, and the behaviour depends on your vsync setting: either tearing returns or you get vsync's latency. The fix is simple and widely under-applied — cap your framerate a few frames below the panel maximum. On a 144Hz display, cap around 138. That keeps you inside the VRR window permanently, and it is the single most valuable configuration step.
A wide range with compensation is worth more than a higher peak. A 48-144Hz panel with good compensation behaves better across real gameplay than a 100-165Hz panel without it.
Setting it up properly
VRR is frequently sold as working out of the box and frequently is not enabled.
Turn it on in the display's own menu. Many displays ship with VRR disabled, sometimes per input. This is the most common reason someone with a VRR display is not using VRR.
Enable it in the GPU or console settings. A separate step, and both must be on.
Cap your framerate below the panel maximum. In-game or driver-level, either works.
Check the connection. Not every input on a display necessarily supports VRR at every resolution and refresh rate. If it is not engaging, the cable or the port is a likely culprit.
Verify it is actually running. Most displays can show current refresh rate in an on-screen menu. If it sits at a fixed number during gameplay, VRR is not active.
Be aware of two side effects. Some panels exhibit brightness flicker when the refresh rate swings sharply, most visibly in dark scenes and on loading screens — panel-dependent, and worth checking. And on some displays enabling VRR restricts other features, so read what your specific model gives up.
Common mistakes
- Assuming it is on. Disabled by default on many displays.
- Ignoring the lower bound. Without compensation, VRR abandons you when framerates drop.
- Not capping framerate. Exceeding the range brings back tearing or latency.
- Buying on peak refresh rate alone. Range and compensation matter more in practice.
- Expecting it to help with video. Film content has a fixed framerate; VRR addresses variable ones.
- Overlooking flicker. Some panels flicker under rapid refresh changes.
- Enabling it on the wrong input. Support can vary by port.
FAQ
Does VRR add input lag?
Not meaningfully in itself, and it removes the latency traditional vsync adds while staying tear-free. That combination is why it is worth using rather than simply disabling sync.
Do the competing standards still matter?
Much less than they did. Cross-compatibility improved to the point where the badge is a weaker signal than the range and compensation support. Check the specifications rather than the logo.
Is VRR useful outside gaming?
Marginally. It can smooth some variable-framerate content and occasionally helps with scrolling, and it is fundamentally a solution to variable render times — which is a gaming problem.
Does it work over any connection?
Support depends on the connection standard and the specific port, and not all inputs on a display necessarily support it at full resolution and refresh. Check the manual for which port to use.
Where to go next
For choosing a display where VRR support is a headline feature, read the best gaming monitors. For the brightness and contrast side of display specifications, HDR explained, and for the format comparison beneath it, HDR10 vs Dolby Vision.