Skip to main diagnostic tool
⚑ Display Synchronization

FPS vs. Refresh Rate (Hz): The Complete Guide

The fundamental difference between graphics rendering throughput (FPS) and physical monitor scan frequency (Hz), and how to achieve tear-free low latency.

Verify your physical monitor Hz scan frequency or benchmark your GPU frame delivery pacing in real time.

The Core Distinction: Software Output vs Hardware Scanout

While both terms measure temporal frequency, they refer to two entirely separate components of your gaming setup:

DimensionFrames Per Second (FPS)Refresh Rate (Hertz / Hz)
OriginGPU & CPU (Software rendering pipeline)Display Panel (Physical hardware timing controller / T-Con)
NatureVariable: Changes constantly depending on scene complexity and 1% Lows.Fixed: Constant scanout cycle (e.g. 60Hz = 16.66ms, 144Hz = 6.94ms, 240Hz = 4.16ms) unless using VRR.
MeasurementNumber of completed 3D frame buffers rendered per second.Number of times the monitor panel refreshes its liquid crystal/OLED grid per second.
Excess BehaviorWhen FPS > Hz, causes screen tearing without Variable Refresh Rate.When Hz > FPS, panel repeats older frames (stutter/judder).

Why High FPS Matters Even on a 60Hz or 144Hz Monitor

Many gamers ask: "If my monitor is only 144Hz, why should I uncap my framerate to 300 FPS in Counter-Strike or VALORANT?"

The answer is input lag reduction. When your GPU renders at 300 FPS (a frame every 3.33ms), each time your 144Hz monitor pulls a frame buffer from the front buffer, it receives a frame containing more recent mouse movement and game physics state. This reduces total click-to-photon latency by several milliseconds.

How Variable Refresh Rate (G-Sync & FreeSync) Solves Tearing

Traditional V-Sync eliminates tearing by forcing the GPU to wait for the monitor's vertical blanking interval (V-Blank), introducing massive input lag (up to 16ms).

Variable Refresh Rate (VRR) reverses this relationship: the monitor dynamically adjusts its hardware refresh cycle to match the exact moment the GPU delivers a frame. This guarantees 100% tear-free gaming with zero V-Sync latency penalty.

Hardware Knowledge Base

Frequently Asked Questions

Technical answers to common hardware, refresh rate, and browser diagnostic questions.

Can my monitor display more FPS than its refresh rate (Hz)?

No. A 60Hz monitor physically draws 60 images per second, regardless of whether your GPU produces 120, 240, or 500 FPS. However, running higher GPU framerates reduces input latency because each newly scanned frame contains newer game state telemetry.

What causes screen tearing?

Screen tearing occurs when the GPU delivers a new frame buffer in the middle of the monitor's vertical scanout cycle, causing the top half of the screen to show one frame and the bottom half to show another.