›_ TechLoved
← All tools

Refresh rate test

Counts the actual frames your monitor produces in five seconds. If you set Windows to 144Hz and the cable is throttling, this is how you find out.

What "refresh rate" actually means

Refresh rate is how many times per second your monitor draws a fresh image, measured in Hertz (Hz). A 60Hz monitor draws 60 frames a second; a 144Hz monitor draws 144. Higher numbers mean smoother motion, less perceived blur, and lower input lag — but only if everything in the chain (graphics card, cable, display setting, application) supports the higher rate.

Why this is more reliable than the Windows display setting

Windows reports the rate it has asked for, not the rate the monitor is actually showing. If your HDMI cable cannot carry 144Hz at your resolution, the monitor will silently fall back to 60Hz — but Windows still shows 144Hz in settings, and you have no idea anything is wrong. The test above counts frames as they actually arrive, so it catches the cable-throttle bug.

Common refresh rates and what they are for

If the test shows the wrong number

Step 1 — set the rate in your OS

Windows 11: Settings → System → Display → Advanced display → Choose a refresh rate. Pick the highest your monitor lists.

macOS: System Settings → Displays → click your display → Refresh Rate.

Step 2 — check the cable

This trips up more people than anything else. Rough rules:

Step 3 — disable browser throttling

Chrome and Edge throttle requestAnimationFrame to 60fps when the laptop is on battery and battery saver is on. Either plug in or disable battery saver before re-running the test.

Related