A bottleneck is not automatically bad
Every game eventually waits on something. The limiting part can change from one game—or even one scene—to another. The useful question is whether that limit prevents the experience you want.
Signs of a GPU limit
- GPU usage is consistently near its practical maximum in the problem scene.
- Dropping resolution, ray tracing, shadows or effects produces more FPS.
- You want higher image quality at the same frame rate.
Signs of a CPU limit
- Lowering graphics quality changes image quality but not frame rate.
- The GPU is not fully occupied while one or more CPU cores are heavily loaded.
- The problem is worse in busy cities, large battles, simulations or high-player-count scenes.
Why total CPU usage can mislead
A game can be limited by one busy thread while Windows reports a much lower average across every core. Look at per-core activity and frame-time behavior, not only the total CPU percentage.
Resolution changes the balance
Higher resolution asks the GPU to process more pixels, so 1440p and 4K often move more work toward the graphics card. Very high FPS targets can place more pressure on the CPU because the entire game loop must complete more frequently.
Check the package, not only the chip
A CPU upgrade may require a motherboard, compatible RAM and cooler mounting. A GPU upgrade may require a stronger power supply, different connectors or more case clearance. Compare the complete cost before deciding which path gives better value.
Compare compatible upgrade paths →