Timer Resolution on Windows 11 24H2: What Changed for Gaming
Published
On this page
Windows 11 24H2 changed how timer resolution works: instead of one app raising the timer for the whole system, the requested resolution now generally applies only while that process is the foreground, focused window. For gamers this means the old “set it once globally” trick is less reliable — and a tool that requests and holds a fine resolution per-game while your game is focused matters more than before.

On 24H2 the timer follows your focused window — so it pays to request it where it counts.
What timer resolution actually is
The Windows timer resolution is how often the system clock “ticks” — how frequently the OS can wake threads, schedule work, and hand frames to the display. By default the interval is coarse (around 15.6 ms). Applications can ask Windows to make it finer, down to roughly 0.5 ms, so the scheduler can act on a much tighter clock.
A finer tick does not magically add frames, but it lets frame delivery and input handling land on more even, more frequent intervals. The practical result on many systems is steadier frame pacing and input that feels a touch crisper. For the full mechanism, see The Ultimate Guide to Timer Resolution for Gaming.
The 24H2 change, explained
Before 24H2, when any process raised the timer resolution, the finer interval effectively applied system-wide. That had a side effect: a single background app could keep the whole system on a high-resolution timer, hurting idle efficiency.
In 24H2, Microsoft scoped the requested resolution to the foreground process. In practice this means:
- The fine resolution a game requests applies while that game is the focused window.
- When the game loses focus or exits, the resolution can relax back toward the default.
- Setting the timer once globally with an old utility and expecting it to “stick” for your game is now unreliable.
This is not a downgrade — it is a more efficient, more correct model. But it changes the right way to get the gaming benefit.
Why this makes a per-game tool more important
Under the new model, the winning approach is to request the fine resolution for the game, while the game is in focus, and revert when you are done. That is exactly what Tier1Timer does with its Auto Mode:
| Behavior | Old global tweak | Tier1Timer on 24H2 |
|---|---|---|
| When resolution applies | Set once, hoped it stuck | While your game is focused |
| When game exits | Often left pinned high | Reverts to power-saving |
| Fits 24H2 model | No — fights the new scoping | Yes — works with it |
| Idle power impact | Worse | Minimal |
Because the OS now keys the resolution to the focused process, a tool that actively requests and maintains it per-game gives you the consistent frame pacing without leaving the timer pinned high while you sit on the desktop.
How to set it up the right way
- Confirm you are on 24H2 (Settings → System → About, or
winver). - Use a per-game timer tool — Tier1Timer with Auto Mode — so the fine resolution is requested when your game launches and is in focus.
- Pair it with the rest of a clean latency chain: NVIDIA Reflex or AMD Anti-Lag 2 where supported, and a correct FPS cap below your refresh rate.
- Measure your input lag before and after so you know what actually moved.
For the broader 24H2 picture, see Windows 11 24H2 Best Gaming Settings.
What it won’t do
Timer resolution is a frame-pacing and scheduling tweak, not a frame-rate cheat. It will not turn a CPU-bound stutter-fest into a smooth experience, and the responsiveness gain is incremental rather than dramatic. Treat it as one clean, low-risk piece of the latency stack — alongside Reflex/Anti-Lag and a sane FPS cap — not a silver bullet. The honest framing is steadier pacing and a small responsiveness edge, applied automatically while you play and reverted when you stop.
Related guides
- The Ultimate Guide to Timer Resolution for Gaming
- Use Timer Resolution to Increase Frames + Reduce Input Delay
- Windows 11 24H2 Best Gaming Settings
- How to Minimize Input Delay for Competitive Gaming
- How to Measure Input Lag
On Windows 11 24H2, the timer follows your focused window — so the cleanest way to get steadier frame pacing is to request a fine resolution per-game and revert it on exit. A tool like Tier1Timer does exactly that automatically, which is why it fits the new model better than any one-time global tweak ever could.
Frequently asked questions
What changed about timer resolution in Windows 11 24H2?
In Windows 11 24H2, the timer resolution a process requests generally only applies while that process is the foreground, focused window. Before, one application raising the global timer could affect the whole system. Now the high-resolution timer is scoped to the app in focus, so the moment your game loses focus the resolution can relax back toward the default.
Does a lower timer resolution number actually reduce input lag?
A finer timer resolution (a smaller interval, like 0.5 ms instead of the ~15.6 ms default) lets Windows schedule threads and deliver frames on a tighter clock, which can make frame pacing more consistent and input feel slightly more responsive. The effect is modest and varies by game, but it is real and measurable on many systems, especially older or busy ones.
Why does Tier1Timer matter more on 24H2?
Because 24H2 ties the requested resolution to the focused process, a tool that requests and maintains a fine resolution per-game is more useful than the old trick of setting it once globally. Tier1Timer's Auto Mode raises the resolution when your game launches and is in focus, then reverts on exit, which fits the new 24H2 behavior instead of fighting it.
Should I still use a timer resolution tool after 24H2?
Yes, if you want consistent frame pacing. The 24H2 change did not remove the benefit of a fine timer for games; it changed how the resolution is applied. A per-game tool that holds the resolution while your game is focused is the cleanest way to get the upside without leaving the timer pinned high when you are idle on the desktop.
Is raising timer resolution safe for my PC?
Yes. Raising the timer resolution is a standard Windows API call that games, browsers, and media players already use. The only real cost is slightly higher power draw and less idle efficiency while the fine resolution is active, which is exactly why reverting it when you exit a game — as Tier1Timer does automatically — is the sensible approach.