Resolution Scaling Calculator

Enter your native resolution and a scaling percentage to see the real resolution your GPU is actually rendering internally.

Render Resolution
-
Pixels Rendered
-
Pixel Count Reduction
-

What Resolution Scaling Actually Means

When a game shows a scaling option like "67%" for DLSS, FSR, XeSS, or a built-in resolution scale slider, that percentage applies to each dimension of your display resolution, not to the total pixel count. A 67% scale doesn't mean your GPU renders 67% of the pixels - because it's applied to both width and height, the actual pixel count drops by much more than the percentage suggests, which is exactly why the performance gain from lowering it is so large.

How to Use This Calculator

  1. Enter your native (display) resolution's width and height.
  2. Pick a common upscaling preset, or choose "Custom %" to enter any scale value.
  3. See the real internal render resolution, total pixels rendered, and how much smaller that is than native.

How the Calculation Works

Render Width = Native Width × (Scale % ÷ 100)
Render Height = Native Height × (Scale % ÷ 100)

Because both dimensions shrink by the same percentage, total pixels rendered shrinks by roughly the square of that percentage. At 67% scale, for example, the GPU renders only about 45% of the native pixel count - not 67% - which is why even a modest-sounding scale reduction can meaningfully boost frame rate.

Understanding Your Result

Scale %Approx. Pixels RenderedTypical Use
100% (Native)100%Maximum image quality, no upscaling artifacts
77% (Quality)~59%Near-native sharpness with a solid FPS gain
67% (Quality/Balanced)~45%Common default balance of clarity and performance
58% (Balanced)~34%Noticeable performance boost, some softness
50% (Performance)25%Large FPS gain, visible upscaling softness
33% (Ultra Performance)~11%Maximum FPS, most reliant on the upscaler's reconstruction

Benefits and Practical Uses

  • Understand exactly what render resolution a DLSS/FSR/XeSS preset is actually using before choosing one.
  • Set a custom scale percentage to hit a specific target render resolution.
  • Explain the disproportionate FPS gain from small-looking scale percentage changes.

Common Mistakes to Avoid

  • Assuming scale % equals pixel count % - as shown above, the pixel reduction is always more dramatic than the percentage label suggests, since it compounds across both dimensions.
  • Ignoring upscaler quality differences - the same render resolution can look noticeably different in sharpness depending on which upscaling technology reconstructs it.

Frequently Asked Questions

Why does 67% scale look almost as sharp as native?

Modern temporal upscalers like DLSS and FSR reconstruct detail using information from previous frames, not just simple pixel stretching, which is why they preserve far more clarity than the raw render resolution alone would suggest.

Is a lower scale percentage always a bigger FPS gain?

Generally yes for the GPU-bound render workload, though the actual FPS gain also depends on how much of your frame time is spent on GPU-bound rendering versus CPU-bound game logic, which scaling doesn't affect.

What's the difference between resolution scaling and PPI?

Resolution scaling changes what the GPU renders internally before upscaling it back to your native resolution; PPI is a fixed property of your physical display's pixel density and doesn't change with in-game settings. Check that separately with the PPI Calculator.

Conclusion

Knowing your true render resolution takes the guesswork out of choosing an upscaling preset. If you're trying to decide whether your GPU or CPU is the bigger limiter at your chosen render resolution, the Bottleneck Calculator is the natural next step.