← Insights
Configuration · 5 min read

Power Plans and Gaming: Why Windows Balanced Mode Costs You Frames

Windows power plans affect CPU core responsiveness in a way that directly impacts frame pacing. The correct power plan for gaming is not the default — and changing it takes thirty seconds.

What power plans actually control

Windows power plans govern how the operating system manages CPU P-states and C-states. P-states control operating frequency and voltage — lower P-states mean reduced frequency and power. C-states are processor idle states — deeper C-states save more power but take longer to exit. Together, these mechanisms trade responsiveness for power consumption.

For a laptop on battery, this trade-off is appropriate. For a desktop gaming system, it introduces latency at the worst possible time.

How Balanced mode creates frametime variance

Windows Balanced mode uses an aggressive C-state policy. When a CPU core has no work to do for a brief period — even within a single frame — the OS may put that core into a deeper idle state to save power. When work arrives, the core must transition back to active state before it can process the instruction.

This transition takes time. On modern processors, C-state exit latencies range from microseconds to milliseconds depending on the depth of the idle state. In a gaming context, where a core may be dormant for a fraction of a millisecond between draw calls and needs to resume immediately, this latency adds directly to frame preparation time.

The result is not a consistent FPS reduction — it's irregular. Some frames complete normally. Others are delayed by C-state exit latency. The pattern is characteristic frametime variance that degrades 1% lows without significantly affecting average FPS.

High Performance vs Ultimate Performance

  • High Performance — disables aggressive C-states and holds CPU cores at higher P-states. Eliminates most of the responsiveness latency introduced by Balanced. The correct default for desktop gaming systems.
  • Ultimate Performance — a more aggressive variant originally designed for workstations. Disables CPU parking and sets minimum processor state to 100%. On some systems this produces marginally better frame pacing; on others the difference over High Performance is negligible.

The practical difference between High Performance and Ultimate Performance in gaming is small — both are meaningfully better than Balanced. High Performance is the correct choice for most gaming systems.

The power consumption trade-off

High Performance mode increases idle power consumption because the processor maintains higher P-states between frames. On a desktop gaming system powered on specifically to run demanding workloads, this is an acceptable trade. On a laptop or an always-on workstation, the calculus is different — Balanced is appropriate for non-gaming workloads.

How to change it

Control Panel → Hardware and Sound → Power Options → select High Performance. If Ultimate Performance is not visible, enable it by running the following in an elevated command prompt:

powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61

This adds Ultimate Performance to the Power Options list. Select it and apply.

Does it actually help?

The impact varies by system and title. On systems with older processors or platforms where C-state transitions are slower, the frametime improvement is measurable and consistent. On modern platforms with faster idle state transitions, the delta over High Performance is smaller but generally still positive for 1% lows.

The intervention takes thirty seconds and has no downside on a dedicated gaming system. It belongs on the standard configuration checklist before any hardware upgrade conversation.

Balanced power plan on a gaming PC is a configuration error. It is the default because Windows ships for every use case — not because it is correct for gaming. Changing it is one of the fastest and most overlooked performance adjustments available.

FPS Engineering · Configuration · 2024
Run Free Diagnostic →
Next Step

See if your system has measurable constraint.

The free diagnostic takes two minutes and gives you a prioritised list of what to fix.