Developer

Variable Refresh Rate: What It Does and When to Turn It On

HR
Hassaan Rasheed
· August 13, 2026 10 min read

Variable refresh rate diagram showing a monitor receiving frames at irregular intervals from a GPU, with the display syncing its refresh timing to match each frame arrival rather than running at a fixed 60Hz cycle, illustrated with a timeline comparison of fixed-rate tearing versus VRR smooth output

Screen tearing happens when your monitor refreshes in the middle of a frame. You see the top half of one frame and the bottom half of the next, split by a visible horizontal line. Fixed-rate V-Sync eliminates tearing by locking frame delivery to the monitor cycle, but it does this by introducing latency: your GPU renders a frame and then waits for the next monitor refresh before displaying it.

Variable refresh rate solves the same problem from the other direction. The monitor adapts its timing to the GPU rather than the GPU adapting to the monitor. Before deciding whether VRR adds benefit to your setup, confirm your monitor is running at its rated Hz by running the refresh rate test tool. A monitor delivering 60Hz when it should output 144Hz is the first problem to fix.

This guide covers how VRR works mechanically, the three implementations you will encounter, the minimum-range problem most guides skip, when enabling or disabling VRR produces better results, and how to verify the feature is actually active on your system.

How Variable Refresh Rate Works

A fixed-rate 144Hz monitor refreshes 144 times per second regardless of what the GPU sends. If the GPU delivers 80 frames per second, the monitor still refreshes 144 times. Most of those refreshes show the previous frame again, and occasionally a refresh catches the GPU mid-write to the frame buffer, producing a tear line across the screen.

VRR inverts this relationship. Instead of the monitor running on its own clock, the GPU signals the monitor when a new frame is complete. The monitor waits for that signal and then refreshes. Each monitor refresh corresponds to a completed GPU frame, eliminating the mismatch that produces tearing.

The communication protocol behind this is Adaptive Sync, standardized by VESA. G-Sync, FreeSync, and HDMI VRR are all implementations of the same underlying mechanism with different hardware requirements and naming conventions.

What Is the Difference Between G-Sync, FreeSync, and HDMI VRR?

G-Sync requires a dedicated NVIDIA hardware module embedded in the monitor. This module handles the timing signals between the GPU and panel. G-Sync monitors pair only with NVIDIA GPUs and historically carried a price premium due to the module cost. NVIDIA also certifies FreeSync monitors as G-Sync Compatible after testing them for tearing, blanking, and ghosting.

FreeSync is AMD's implementation of Adaptive Sync. It requires no hardware module, runs over standard DisplayPort or HDMI connections, and is royalty-free. FreeSync Premium and FreeSync Premium Pro are AMD's certifications for panels meeting higher thresholds, including Low Framerate Compensation support.

HDMI VRR is defined in the HDMI 2.1 specification and is the version used by gaming consoles. The PlayStation 5 and Xbox Series X both output VRR over HDMI 2.1. Most recent TVs support this in game mode.

ImplementationHardware RequiredGPU CompatibilityConnection
G-SyncModule in monitorNVIDIA onlyDisplayPort or HDMI
G-Sync CompatibleNoneNVIDIA (certified FreeSync)DisplayPort or HDMI
FreeSyncNoneAMD and most NVIDIADisplayPort or HDMI
HDMI VRRNoneGPU with HDMI 2.1HDMI 2.1 only

For practical use: if you have an NVIDIA GPU and a FreeSync monitor, enable G-Sync Compatible mode in NVIDIA Control Panel. If you have an AMD GPU and a G-Sync module monitor, VRR will not function. HDMI VRR is primarily relevant for console connections.

The VRR Range Problem Most Guides Skip

Every VRR monitor operates within a rated window, not just up to a maximum. A common spec is 48 to 144Hz. The monitor dynamically adjusts within that range. Below 48Hz, VRR stops operating.

This creates a specific failure mode. If your GPU drops to 40 FPS in a demanding scene, the monitor exits VRR and reverts to a fixed refresh cycle. That transition can produce a visible flicker, sometimes more disruptive than the tearing VRR was meant to eliminate.

Low Framerate Compensation resolves this. When FPS drops below the VRR minimum, LFC doubles or triples each frame's display time to keep the effective refresh rate inside the VRR window. For LFC to activate, the monitor's maximum VRR Hz must be at least twice the minimum floor. A 48 to 144Hz monitor qualifies because 144 is more than twice 48. A 90 to 144Hz monitor does not qualify.

VRR range specifications vary significantly between panels:

Monitor TierTypical VRR RangeLFC Eligible?
Budget (75Hz)48-75HzYes (75 is 1.56x of 48, borderline)
Mid-range (144Hz)48-144HzYes
Gaming (165Hz)40-165HzYes
Premium (240Hz)1-240HzYes

If your gaming session involves heavy frame rate swings, check whether your monitor's VRR minimum is below your expected FPS floor and whether LFC is listed in its specifications.

VRR frequency range diagram showing a horizontal bar from 0Hz to 165Hz with a green zone labeled VRR Active between 48Hz and 144Hz, a red zone below 48Hz labeled VRR Off and flicker risk, and a grey zone above 144Hz labeled VRR ceiling with no effect, an orange marker at 90Hz sitting inside the green active zone

When Should VRR Be On or Off?

Turn VRR on when: Your GPU frame rate fluctuates between the VRR minimum and the monitor's maximum Hz. This is the scenario VRR was designed for. You get tearing-free output with lower input lag than V-Sync. A mid-range GPU delivering 70 to 120 FPS on a 144Hz monitor is a textbook VRR use case.

VRR is inactive when: Your GPU consistently exceeds the monitor's maximum Hz. At the ceiling, VRR cannot run faster than the panel's rated maximum. The display simply operates at its peak. In this situation, VRR neither helps nor hurts. See the refresh rate vs FPS guide for what happens to frames above the monitor ceiling.

Turn VRR off when: Frame rate regularly drops below the VRR minimum and your monitor lacks LFC. The flickering at the transition boundary is more visually disruptive than tearing for most people.

Consider disabling VRR for competitive play when: You are running at FPS well above your monitor's maximum Hz and want to minimize every possible millisecond of input lag. Some competitive players disable all sync technologies and cap FPS slightly below the monitor maximum using an external frame limiter.

VRR and Frame Pacing

Frame pacing is the consistency of intervals between frames. A GPU delivering 100 FPS does not necessarily deliver frames at exactly 10ms each. If some frames take 5ms and others 15ms, the motion on screen looks uneven even though the average FPS is correct.

VRR tracks frame delivery but cannot correct uneven pacing. If a game produces frames at inconsistent intervals, VRR will still display each frame as it arrives, but the visual rhythm will be irregular. This is why high average FPS with poor frame pacing can look worse than slightly lower FPS with consistent pacing.

Games with good frame pacing deliver smooth results under VRR. Games with poor pacing show stutter even with VRR active. If you notice stuttering despite VRR being enabled and FPS being within range, inconsistent frame delivery from the game engine is the likely cause.

VRR and HDR Together

Some monitors require you to choose between VRR and HDR: enabling one disables the other. This was a common limitation on monitors from 2018 to 2021. Most monitors released after 2022 support simultaneous VRR and HDR over DisplayPort and, increasingly, over HDMI 2.1.

If your monitor shows correct HDR output but VRR appears inactive, check the OSD for a simultaneous mode or look for a firmware update from the manufacturer. NVIDIA and AMD driver updates have also added support for combined VRR and HDR modes on panels that previously required a choice.

VRR on Consoles and TVs

Television VRR operates through HDMI 2.1 VRR. Game mode on most major TV brands from 2020 onward includes it. For console use, the system enables VRR automatically when the TV supports it and game mode is active. No manual per-game configuration is required.

For PC-connected TVs, the same drivers apply over HDMI where supported. Compatibility between specific GPU models and specific TV models is inconsistent and worth testing directly. The TV refresh rate guide covers the additional complication of TVs that advertise high motion numbers on physically 60Hz panels.

How to Confirm VRR Is Active

Enabling VRR in software settings does not guarantee the full chain is working. Several verification steps confirm the feature is operating:

Windows 11: Settings, System, Display, Advanced Display. Variable refresh rate status appears under the display information section.

NVIDIA Control Panel: Under "Set Up G-Sync," check whether the monitor appears as G-Sync or G-Sync Compatible. Enable the in-game indicator to see real-time VRR status during gaming.

AMD Radeon Software: FreeSync status appears in the Display section. The Radeon overlay can display VRR activity during gameplay.

Monitor OSD: Most VRR monitors show Adaptive Sync, FreeSync, or G-Sync status in the gaming submenu of the on-screen display.

Before troubleshooting VRR behavior, confirm your actual output with the refresh rate test and review the monitor refresh rate settings guide if the Hz reading is lower than expected.

For the underlying question of how human vision perceives the difference between Hz tiers, the human eye and refresh rate guide covers the science behind flicker perception and motion clarity at different Hz levels. For choosing between 60Hz, 144Hz, and 240Hz based on your GPU and game genres, the best refresh rate for gaming guide has the full comparison.

Frequently Asked Questions

Variable refresh rate (VRR) lets your monitor dynamically adjust its refresh rate to match the frame rate your GPU is currently delivering. Instead of refreshing at a fixed 60Hz or 144Hz regardless of what the GPU outputs, the monitor waits for the GPU and refreshes only when a new frame is ready. This eliminates screen tearing without the input lag penalty that fixed-rate V-Sync introduces. VRR requires support from both the monitor and the graphics card, and it only operates within a rated minimum-to-maximum Hz window.

G-Sync is NVIDIA's proprietary VRR implementation requiring a hardware module inside the monitor, pairing only with NVIDIA GPUs. FreeSync is AMD's royalty-free version based on the open VESA Adaptive Sync standard, requiring no module and working over standard DisplayPort or HDMI. HDMI VRR is the same technology built into the HDMI 2.1 specification, used by gaming consoles. G-Sync Compatible monitors are FreeSync panels that NVIDIA has certified to work with their drivers. All three sync the monitor refresh to the GPU frame output.

Every VRR monitor has a minimum Hz floor, typically 40 to 48Hz. If your frame rate drops below that floor, VRR disables itself and the display reverts to fixed-rate behavior, which can cause visible flickering at the transition point. Low Framerate Compensation (LFC) is the solution: when FPS drops below minimum, the monitor doubles or triples each frame's display time to stay inside the VRR window. LFC requires the monitor's maximum Hz to be at least twice the minimum. Check your monitor's specifications for both numbers.

VRR adds a small amount of input lag compared to running with no sync technology at all. The monitor waits briefly for the GPU's frame-ready signal before refreshing, adding roughly 0.5 to 3 milliseconds depending on the implementation. This is considerably less than traditional V-Sync, which can add a full frame of delay: 16.7ms at 60Hz or 6.9ms at 144Hz. For most gaming use cases, VRR's lag addition is acceptable. Only competitive players operating above their monitor's maximum Hz and chasing minimum latency need to consider disabling it.

Enable VRR when your GPU frame rate fluctuates between roughly 60 and 95 percent of your monitor's maximum Hz. In this zone, VRR eliminates tearing and reduces stutter without the latency cost of V-Sync. Disable VRR when your GPU consistently exceeds the monitor's ceiling (VRR is inactive at the top anyway) or when frame rate consistently falls below the VRR minimum range and your monitor lacks LFC support, since the flickering at that boundary is worse than a static tear artifact.

Yes, most modern TVs support VRR through HDMI 2.1 VRR, which is the console-oriented implementation. Sony, Samsung, and LG include HDMI VRR in their mid-range and premium TV lines from 2020 onward. The feature must be enabled in the TV's game mode settings. For PC-connected TVs, G-Sync Compatible and FreeSync support extends over HDMI on some combinations, though compatibility varies and is worth testing directly rather than assuming it works from spec alone.

On Windows 11, go to Settings, then System, then Display, then Advanced Display. Variable refresh rate status appears in the display information panel. NVIDIA users can check G-Sync status in the NVIDIA Control Panel under Set Up G-Sync and enable the in-game indicator overlay. AMD users see FreeSync status in Radeon Software under the Display section. Most VRR monitors also show Adaptive Sync or FreeSync status in the on-screen display menu. Absent tearing during fluctuating frame rates is the practical confirmation.

HR

Written by

Hassaan Rasheed

Builder of ToolCenterHub. Passionate about creating fast, privacy-first tools that anyone can use without friction, accounts, or paywalls. Writing about design, development, and the web.

Connect on LinkedIn