What FPS Is and Why the Metric Alone Doesn’t Explain Low Performance
Frames per second (FPS) measures how many complete images your device can display each second. A higher FPS generally means smoother motion, but there is no single universal FPS target because perceived smoothness depends on monitor refresh rate, game genre, and input pipeline latency. Low FPS usually indicates a mismatch between what the software is asking the hardware to render and what the hardware can sustain at full quality. This article explains common, well-verified causes—CPU, GPU, memory, storage, drivers, and settings—and provides targeted diagnostics and fixes you can apply safely.
Before troubleshooting, distinguish between average FPS, low minimums (stutters), and frame time spikes that feel juddery even when average FPS looks acceptable. In many cases, the root issue is one component becoming a bottleneck while others remain underused. The following sections break down each major subsystem and explain how to measure and address specific problems.
Measure First: Use Reliable Tools and a Consistent Methodology
Effective troubleshooting starts with accurate measurement. Use the tools built into games when available, plus a consistent capture method so results are comparable across tests. Recording numbers over time matters more than a single peak reading.
- In-game overlay: Many engines offer an internal performance counter.
- NVIDIA Frame View, AMD Radeon Software, and Intel Arc Control: Provide average and min FPS plus frame time graphs.
- MSI Afterburner with RivaTuner Statistics Server: For detailed per-second graphs and CPU/GPU utilization.
- Benchmark tools (3DMark, Time Spy, Fire Strike): Useful for controlled synthetic comparisons, not always representative of real game performance.
When you test, keep background apps closed, use the same power plan, and run each setting or configuration for several minutes after initial loading to avoid one-off cold-start effects.
CPU Bottlenecks: When the Processor Cannot Keep Up
The CPU can become a bottleneck when it is responsible for game logic, physics, AI, and draw call preparation. If utilization stays near or above 80–90 percent while GPU usage is much lower, the CPU is likely limiting your FPS.
Common CPU-related causes and practical fixes
- Single-core performance matters heavily in many games; a CPU with stronger per-core performance often outruns a higher-core model at the same clock.
- Background processes and antivirus scans can steal cycles; pause heavy updates or scans while gaming and set the game process to High priority in Task Manager briefly for testing.
- RAM speed and capacity can affect CPU-bound workloads; DDR4/DDR5 latency and bandwidth become relevant in some titles.
- Power plan settings on laptops or misconfigured BIOS power states can throttle sustained clocks; use the High Performance plan and check for “Maximum Processor State” settings.
If usage is consistently high, try lowering CPU-heavy settings such as crowd density, object/building culling range, physics detail, or post-processing that relies on CPU-side effects.
GPU Bottlenecks: Graphics Card Cannot Sustain the Required Work
When GPU utilization is near or at 100 percent across most frames, the card is the limiting factor. This is common at high resolutions, high texture quality, or with demanding effects like ray tracing, shadows, and reflections.
Addressing GPU-limited frames safely and cost-effectively
- Reduce graphical settings that most impact fill rate and shader workload: shadow quality, anti-aliasing, render scale, and texture filtering.
- Lower resolution or try dynamic resolution scaling if available; rendering fewer pixels reduces workload with a smaller hit to visible quality.
- Update graphics drivers periodically; newer drivers can improve efficiency and fix regressions that lower FPS in specific titles.
- Check GPU temperature; sustained high temps trigger thermal throttling. Clean dust from vents and ensure case airflow is adequate.
- Consider power target and fan curves in vendor software to maintain higher average clocks without excessive noise.
Benchmark the card in similar titles to see whether your measured FPS falls within typical ranges; that context helps decide if a setting tweak suffices or if a hardware upgrade is needed.
Memory and Storage: Latency and Stutters Can Masquerade as Low FPS
Slow or insufficient system memory can force the system to swap to disk, causing hitches that look like low FPS in moments when the game streams assets. Storage speed also affects load times and, in some engines, streaming performance during play.
| Component | Verified Detail | Source Type |
|---|---|---|
| Minimum system RAM (typical modern games) | 8 GB, but 16 GB strongly recommended to avoid swapping | Vendor and game system requirements |
| Recommended RAM for current titles | 16 GB DDR4/DDR5 at typical kit speeds; some workloads benefit from 32 GB | Game benchmarks and engine documentation |
| Storage impact on stutter | SATA SSD reduces load times and texture pop-in versus HDD; NVMe SSD improves asset streaming in supported titles | Comparative game tests |
| Memory bandwidth and latency | Higher bandwidth and lower latency can improve performance in CPU and GPU-bound scenarios depending on engine | Independent benchmarks; consult specific game profiles |
If you experience sudden stutters during play, check task manager or system monitor for disk activity spikes and consider an SSD for your game install. Sufficient RAM capacity prevents constant paging; if utilization consistently nears the system limit, adding modules is a durable fix.
Drivers, Windows Settings, and Power Management Tweaks
Outdated or mismatched drivers, aggressive power management, and telemetry/reporting services can introduce micro-stutters and lower peak FPS.
- Graphics driver cadence: Install major vendor releases and monitor known issues; consider a clean driver install if you recently upgraded and see regressions.
- Power plans: Use High Performance or create a custom plan with both processor and display set to maximum; on laptops, prefer “Best performance” or equivalent in vendor utilities.
- Background services: Pause automatic updates and large cloud sync activities while gaming.
- Game Mode and HDR: On Windows, Game Mode can help reduce latency; HDR and some overlays may add latency or reduce performance on some systems, test with them off.
- VSync and frame limiting: Enabling VSync can reduce tearing but may add input delay and cap FPS to the monitor refresh; use in-game frame limiters or adaptive sync if supported.
Game Settings, Resolution, and Supersampling Choices
Adjusting settings is often the fastest way to raise playable FPS. Prioritize changes that reduce GPU workload while keeping the visual experience acceptable to you.
- Resolution: Rendering at native 1080p is faster than 1440p or 4K; if you use a high-refresh 1080p display, prioritize frame rate over ultra settings.
- Shadows, reflections, and ambient occlusion: Lower or disable these for a significant FPS gain.
- Texture quality and anti-aliasing: Reduce one or both; consider temporal AA over heavy MSAA if available.
- Render scale or dynamic resolution: Lowering render scale or enabling dynamic resolution can preserve immersion while boosting FPS.
- Field of view and particle effects: Narrower FOV and lower particle settings reduce overdraw and GPU load.
Compare before-and-after averages and minimums rather than peak alone. If a low minimum causes visible stutter, that number often matters more than a higher average FPS.
Putting It All Together: A Simple Diagnostic Workflow
Use this straightforward sequence to identify and act on the most likely causes of low FPS.
- Record baseline numbers with MSI Afterburner while playing your typical scenario.
- Check CPU and GPU utilization; if one is near 100% while the other is much lower, you have a bottleneck.
- Reduce settings that target the bottlenecked component and test again.
- Update graphics drivers, set a High Performance power plan, and close background apps.
- If disk spikes appear during play, move the game to an SSD and ensure enough RAM to avoid swapping.
- Compare results against published benchmarks for your card at your resolution; decide whether settings, cooling, or hardware upgrades are the next step.
By measuring, isolating the subsystem responsible, and applying targeted adjustments, you can resolve the majority of low-FPS situations without unnecessary expense or risk. When performance goals still aren’t met, the data you gathered helps determine whether a modest tuning change or a hardware upgrade is the most efficient path forward.
Continue revisiting driver updates and game patches; optimization improvements can meaningfully change FPS long after initial troubleshooting. Consistent measurement and a clear understanding of where your system spends time are the most reliable paths to sustainable, smooth frame rates.