Gaming

Games stuttering or dropping frames on your PC? Here's how to fix it

Short answerWhen a game on Windows stutters or the frame rate (FPS — how many images a second the PC draws; higher is smoother) drops, it's usually one of these:
  • Shader compilation — brief freezes in the first minutes of a new game or right after an update, then it settles.
  • A power plan holding the processor back — laptops especially, and worse on battery.
  • Overheating — smooth at first, then it sags after ten or twenty minutes.
  • Background apps — browsers, cloud sync and launchers taking the power the game needs.
Set the power plan to High performance, keep the vents clear, and close background apps before playing — that covers most of it.

The game looks fine one second and hitches the next — the picture stalls for a beat, the frame counter dips, and aiming feels like it's dragging. On Windows a stutter is far more often the machine getting in its own way — holding itself back to save power, running hot, or building graphics work mid-scene.

What matters is when it stutters. Bursts in the first few minutes of a new game mean something different from a slow sag after twenty. Below are the causes, most common first. Fix it by hand, or let Noah check the power plan and what's running, and clear the way with your approval (more at the end).

The game is still compiling shaders

Sharp, brief freezes in the first minutes of a new game or straight after an update, easing off as you keep playing.

A shader is a small program that tells the graphics card how to draw a surface — light on metal, water, smoke. Your graphics card needs each one built into a form it can actually run, and that work happens the first time the effect appears on screen. The build takes a moment, and that moment is the freeze.

That store of built work — the shader cache — resets after a driver update or a game patch, so a game you've played for months can stutter again for an evening.

Fixplay through it — the stutters stop once the cache is built. If the game offers a pre-compile shaders or optimise for your hardware step on first launch, let it finish rather than skipping. If it never settles, clear the cache and let it rebuild cleanly: open Disk Cleanup and tick DirectX Shader Cache.

A power plan is throttling the processor

Steady low frame rate or constant micro-stutter, noticeably worse on a laptop and worse still on battery.

Windows ships with a power plan — a set of rules deciding how fast the processor is allowed to run and how eagerly it slows down when it's idle. The default balances speed against power, which is right for a laptop in a meeting and wrong for a game. It shows up as a frame rate that sits lower than it should for your hardware, with a rhythmic hitch as the processor speed rises and falls.

Nothing about it looks broken, so check which plan you're on:

zsh — Terminal
% powercfg /getactivescheme

Run in Command Prompt. It prints the active power plan by name — if it says Balanced or Power saver, that's your answer.

Fixopen Control Panel → Power Options and choose High performance. On a laptop also set the Windows power mode slider (Settings → System → Power & battery) to Best performance. And keep it plugged in — most laptops cap graphics performance hard on battery, whichever plan is set.

NoahNoah checks the active power plan, and whether the machine is capping itself on battery. It sets both for gaming with your approval. People skip this fix because nothing about it looks like a fault.

The PC is overheating

Smooth for the first ten or twenty minutes, then the frame rate sags and stays down. Fans loud, air from the vents hot.

Under a game the processor and graphics chip run flat out and make a lot of heat. When a chip approaches its safe limit it deliberately slows itself to cool down — thermal throttling — and that is exactly the mid-session sag. Dust builds up in vents and heatsinks over months, so this arrives gradually and feels like the PC "getting old".

Fixshut down, unplug, and clear the dust from vents, fans and heatsinks with short bursts of compressed air. Give a desktop clear space front and back; keep a laptop on a hard flat surface, never a bed or a lap. Then watch the temperature while you play — Task Manager → Performance, or your card's own tool (NVIDIA app, AMD Adrenalin). If it climbs and the frame rate falls together, that's your cause.

Background apps are taking the power

Stutter from the moment you launch, with a browser, download, or other launcher open.

A game wants as much of the processor and graphics chip as it can get. Everything else competes: a browser with many tabs, cloud sync uploading in the background, other game launchers doing their own updates, and Windows Update installing quietly. Any of them can take enough to cause hitching.

Fixbefore playing, close the browser, pause OneDrive / Dropbox / Google Drive sync, and quit the launchers you're not using. Open Task Manager (Ctrl+Shift+Esc), sort the Processes tab by CPU and then by GPU, and close anything busy that isn't the game. Let any pending Windows Update finish first rather than fighting it.

NoahNoah shows what is actually taking the processor and memory while you play — including the background updaters that never appear in a window — and closes them on your say-so.

An overlay is interfering

Stutter that started after installing or updating Discord, a recorder, or graphics-card software.

An overlay draws on top of a running game so you can see messages, frame rate, or a recording indicator. To do that it hooks into the game's graphics, and a badly-behaved one adds a small cost to every single frame — which reads as constant micro-stutter rather than an occasional hitch.

Fixturn them off and test: Discord (User Settings → Game Overlay), NVIDIA (NVIDIA app → Overlay), Xbox Game Bar (Settings → Gaming → Xbox Game Bar), plus any recording software. Turn them back on one at a time to find the culprit rather than living without all of them.

The drive is nearly full or is a hard disk

Long stalls when a level or area loads, with general choppiness alongside a nearly full drive.

Windows uses free drive space as overflow room for memory while a game runs — that overflow is called the page file. When the drive is nearly full it has no room to work with, and loading a new area stalls. A game installed on an older mechanical hard disk rather than an SSD stutters at exactly those moments for a related reason: it simply can't read the level fast enough.

Fixkeep at least 10–15% of the drive free, and install the game on an SSD if you have one. If the C: drive is packed, clear it first — how to free up space on the C: drive.

Try Noah free

Games that run smooth.

Just tell Noah what's wrong:

My games keep stuttering.
Find the cause freeFirst conversation free7-day free trial afterOnly with your OK

Already have Noah? Open it on this problem →

Frequently asked questions

Why does my PC game stutter for the first few minutes then get better?

That's shader compilation. Your graphics card builds each visual effect into a runnable form the first time it appears, and that build is the freeze. It settles once the cache is complete, and resets after a driver update or a game patch — so an old game can stutter again for one evening after an update. Play through it.

Does the Windows power plan really affect gaming?

Yes, especially on laptops. The default Balanced plan lets the processor slow down to save power, which shows up as a lower frame rate and a rhythmic hitch. Run powercfg /getactivescheme to see which plan is active, switch to High performance in Control Panel → Power Options, and keep a laptop plugged in — most cap graphics hard on battery.

Why do my games stutter after twenty minutes?

That timing is heat. Under load the chips warm up, and once one nears its safe limit it deliberately slows to cool down, which you feel as the frame rate sagging and staying down. Clear dust from the vents and fans, and watch the temperature in Task Manager's Performance tab while you play.

Can Discord cause game stutter?

Yes. Discord's overlay hooks into the game's graphics to draw on top, and that adds a cost to every frame — which reads as constant micro-stutter rather than an occasional hitch. Turn it off in User Settings → Game Overlay to test, then re-enable it if it wasn't the cause.

Will more RAM fix stuttering?

Only if you are actually running out — check the Memory graph in Task Manager's Performance tab while playing. Stutter is far more often the power plan, heat, shader compilation or background apps. Work through those first; they cost nothing and fix most cases.

Commands in this guide are standard, read-only macOS diagnostics unless noted; anything that changes your system is called out. When in doubt, back up first with Time Machine.