How to Get Better FPS on PC?

 Muhib Nadeem / June 11, 2025 / 10 min read

Disclaimer: This article is based on the author’s own research and opinions and does not necessarily reflect the views or positions of Hone.gg.

Your rig’s struggling. You know that feeling when you’re about to clutch a 1v3, and suddenly your frames tank from 144 to 45? Yeah, that’s not your aim letting you down. It’s your system crying for help.

Here’s the thing: most FPS guides tell you to “lower your settings” or “buy a new GPU.” That’s like telling someone with a broken car to just buy a Ferrari.

This guide covers the actual optimizations that boost FPS; from Windows kernel tweaks to GPU shader caches, the stuff that actually moves the needle.

60→240

FPS Boost

Turn your slideshow into butter-smooth gameplay

+40% FPS
🚀

Driver Deep Clean

DDU your GPU drivers and install clean. Most impactful single fix.

⏱️ 10 minutes
+25% FPS

Windows Debloat

Kill unnecessary services and processes hogging resources.

⏱️ 5 minutes
+30% FPS
🎮

GPU Unleash

Remove power limits and unleash your GPU’s true potential.

⏱️ 3 minutes

Clean Driver Install with DDU

Display Driver Uninstaller

Let’s start with the single most effective fix that nobody talks about properly. Your GPU drivers are probably a mess.

Years of updates stacked on top of each other, registry entries from that AMD card you had three years ago, corrupted shader caches. Time to nuke it all.

Download Display Driver Uninstaller (DDU)

Grab DDU from Guru3D. This isn’t your average uninstaller; it completely obliterates every trace of GPU drivers from your system, including registry entries that normal uninstallers miss.

Boot into Safe Mode

Hold Shift while clicking Restart. Navigate to Troubleshoot > Advanced Options > Startup Settings > Restart. Press 4 for Safe Mode. This prevents Windows from interfering with the cleanup.

Run DDU and Select “Clean and Restart”

Select your GPU vendor (NVIDIA/AMD/Intel) and click “Clean and restart”. DDU will remove everything including drivers, control panels, services, scheduled tasks, the works.

Note: Your screen will look terrible after restart. That’s normal, you’re running on basic display drivers.

Install Fresh Drivers

Download the latest drivers directly from NVIDIA/AMD/Intel. During installation, always choose “Custom” and check “Perform clean installation”. This prevents old settings from carrying over.

⚠️
Pro Tip
After DDU, many users report 20-40% FPS improvements. The difference is especially noticeable if you’ve been updating drivers for years without clean installs.

Windows FPS Optimization

Gaming

Windows is designed for grandma checking email, not competitive gaming. It’s running hundreds of processes you’ll never use, all stealing precious CPU cycles and RAM from your games.

Power Plan

Forget “High Performance;” there’s a hidden Ultimate Performance power plan that Microsoft doesn’t enable by default. Here’s how to unlock it:

Command Prompt (Admin)
C:\> powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61
Power Scheme GUID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx (Ultimate Performance)

This power plan keeps your CPU and GPU at maximum frequency, eliminates micro-stutters from power state transitions, and can improve 1% lows by up to 15%.

Disable These Services

Every guide tells you to disable Windows Search. That’s kindergarten stuff. Here are the services that actually impact gaming performance:

Services to Disable for Gaming

Service Name What It Does FPS Impact Safe to Disable?
SysMain (Superfetch) Pre-loads programs into RAM
High (causes stutters)
Yes
Windows Search Indexes files for searching
Medium (CPU spikes)
Yes
Connected User Experiences Telemetry collection
Low (network usage)
Yes
Print Spooler Manages print jobs
Low (RAM usage)
Yes (if no printer)
Windows Update Auto-updates Windows
Very High (during updates)
Set to Manual
Microsoft Compatibility Telemetry Usage data collection
Medium (CPU/Disk)
Yes

To disable: Press Win+R, type services.msc, find each service, right-click, Properties, set Startup type to “Disabled”.

GPU Control Panel Tweaks for Getting Better FPS on PC

GPU

Most guides copy-paste the same NVIDIA Control Panel settings from 2015. Half of them don’t even exist anymore. Here’s what actually impacts performance, even in games like Valorant and Minecraft:

NVIDIA Settings

Shader Cache Size – Set to 10GB

Default is “Driver Default” which is only 256MB. Increasing this to 10GB eliminates shader compilation stutters in games. Located under “Manage 3D Settings”.

Why it works: Games compile shaders on first run. A larger cache means they stay compiled between sessions, eliminating stutters.

Low Latency Mode – Ultra

Not just “On” – set it to “Ultra”. This reduces the render queue to 1 frame, cutting input lag dramatically. Essential for competitive games.

Texture Filtering – Negative LOD Bias – Allow

Sharpens textures at a distance with zero performance cost. Most people don’t know this setting exists.

Threaded Optimization – On

Allows the driver to use multiple CPU cores. Can improve performance by 10-15% in CPU-limited scenarios.

AMD Settings

Surface Format Optimization – Enabled

Allows the driver to use more efficient texture formats. Can improve performance by 5-10% with zero visual quality loss.

Shader Cache – AMD Optimized

Similar to NVIDIA’s setting. Stores compiled shaders to eliminate compilation stutters.

Anti-Lag+ – Enabled (Where Supported)

Reduces input lag by synchronizing CPU and GPU workloads. Can reduce latency by up to 30% in supported games.

Note: Some games flag this as a cheat. Check compatibility first.

Process Lasso and CPU Affinity

Here’s something barely anyone talks about: modern CPUs have efficiency cores (E-cores) and performance cores (P-cores). Windows is terrible at scheduling games properly, often putting them on slow E-cores.

Process Lasso CPU Affinity
[Game.exe]
CPU Affinity: P-Cores Only (0,2,4,6,8,10,12,14)
Priority Class: High
I/O Priority: High
Result: 15-25% FPS improvement on Intel 12th/13th gen CPUs

Process Lasso can automatically assign games to P-cores only, set their priority to High, and maintain these settings permanently. This single tweak can transform stuttery gameplay on modern Intel CPUs.

Memory Optimization for Higher FPS

von neuman architecture

Windows has a dirty secret called the Standby List. It’s supposed to cache frequently used data, but in games, it causes massive stutters when it fills up.

Here’s how to tame it:

RAM Performance Impact

Monitoring Active
Before ISLC
12GB
Standby List Size
After ISLC
1GB
↓ 91% reduction
Stutter Frequency
0
↓ Eliminated

Solution: Use Intelligent Standby List Cleaner (ISLC). Set it to purge when free memory drops below 1024MB and standby list exceeds 1024MB. Also enable “Start ISLC minimized and auto-Start monitoring”.

This eliminates the random stutters that happen every few minutes in games, especially noticeable in open-world titles that stream lots of assets.

Timer Resolution

Windows runs at a default timer resolution of 15.6ms. This creates micro-stutters and inconsistent frame pacing. Lowering it to 0.5ms smooths out frame delivery dramatically.

💡
Game Changer Alert
ISLC has a built-in timer resolution feature. Enable “Enable custom timer resolution” and set to 0.50. This single setting can make 120 FPS feel like 144 FPS due to improved frame pacing.

DirectStorage and Similar Optimizations

DirectStorage Benchmarks
via UL Benchmarks

Your SSD might be fast, but Windows isn’t using it properly for games. Here’s how to fix that:

Enable DirectStorage

For Windows 11 users with NVMe drives: Enable GPU decompression for DirectStorage. This allows games to load assets directly to GPU memory, bypassing the CPU.

Command: In PowerShell (Admin): fsutil behavior set disablecompression 0

Disable Windows Compression

Right-click your game drive > Properties > Uncheck “Compress this drive”. Compression adds CPU overhead during asset loading.

Set Game Folders to No Indexing

Right-click game folders > Properties > Advanced > Uncheck “Allow files to have contents indexed”. Prevents Windows Search from scanning game files.

Network Optimization for Online Games FPS

Lag isn’t always about FPS. Network optimization can eliminate stutters in online games:

Network Optimization Commands
C:\> netsh int tcp set global autotuninglevel=normal
C:\> netsh int tcp set global chimney=disabled
C:\> netsh int tcp set global rss=enabled
C:\> netsh int tcp set global rsc=disabled
Network stack optimized for gaming

These commands disable network offloading features that can cause packet processing delays in games. The improvement is especially noticeable in games with lots of players or high tick rates.

Optimizine Using Hone

If manually tweaking dozens of settings sounds overwhelming, Hone automates most of these optimizations. It’s basically having a PC optimization expert built into software. Hone handles driver optimizations, Windows debloating, network tweaks, and game-specific optimizations automatically.

What makes Hone different is it doesn’t just apply generic tweaks; it analyzes your specific hardware and applies optimizations tailored to your system. It can boost FPS by 20-40% with a few clicks, especially on systems that have never been properly optimized.

Windows Reinstall (Nuclear Option #2)

Bill Gates

Sometimes, your Windows installation is too far gone. Years of registry bloat, driver conflicts, and leftover software make a clean install the only solution.

But don’t just reinstall Windows normally; here’s how to do it for maximum gaming performance:

Use Windows 11 LTSC or Debloated ISO

LTSC (Long-Term Servicing Channel) is Windows without the bloat, no Cortana, no Store apps, no telemetry. Alternatively, use tools like NTLite to create a custom ISO with unnecessary components removed.

Install with Internet Disconnected

This prevents Windows from downloading bloatware and generic drivers during installation. Install your specific drivers manually afterward.

Run Post-Install Scripts

Use scripts like ChrisTitusTech’s Windows Utility to remove telemetry, disable unnecessary services, and optimize for gaming in one shot.

Monitoring Your ‘Better’ FPS on PC

After applying these optimizations, you need to verify they’re working. Here’s what to monitor:

Key Metrics to Track

Performance Tracking
1% Lows
165
Most important metric
Frame Time
6.1ms
Lower = smoother
CPU Frame Time
4.2ms
Shows CPU bottlenecks
GPU Usage
97%
Should be 95%+

Use CapFrameX or MSI Afterburner to log these metrics. Focus on 1% lows; they matter more than average FPS for perceived smoothness.

The Bottom Line

Getting better FPS isn’t about one magic setting. It’s death by a thousand cuts in reverse, each optimization adds up. Start with the high-impact stuff (DDU, Windows debloat, GPU settings), then work your way down the list.

Most importantly, don’t just chase average FPS. A stable 144 FPS with good frame times beats a stuttery 200 FPS every time. Focus on consistency, eliminate the stutters, and watch your gameplay transform.

Remember: your hardware is probably more capable than you think. It’s just being held back by software that assumes you’re using your PC to browse Facebook, not dominate lobbies.

FAQs

Will these optimizations void my warranty or damage my hardware?

No, these software optimizations won’t void warranties or damage hardware. We’re not overclocking or modifying voltage settings. Everything here is reversible software configuration. The only “risk” is you might need to re-enable some Windows features if specific software requires them.

Which optimization gives the biggest FPS boost?

Clean driver installation with DDU typically provides the largest single boost (20-40%). Second is proper Windows power settings and disabling unnecessary services (15-25%). GPU control panel optimizations come third (10-20%). However, the cumulative effect of all optimizations often doubles or triples individual gains.

Do I need to do all these optimizations?

Start with the high-impact ones: DDU driver reinstall, Ultimate Performance power plan, and disabling SysMain/Superfetch. These three alone can boost FPS by 30-50%. Add more optimizations based on your specific bottlenecks. Use monitoring tools to identify what’s limiting your system.

Will these optimizations work on laptops?

Yes, but laptop users should skip the Ultimate Performance power plan when on battery. Also, ensure your laptop is plugged in and set to “High Performance” when gaming. Laptop GPUs often throttle on battery power. The other optimizations work identically on laptops.

How often should I redo these optimizations?

Major Windows updates (twice yearly) often reset settings and re-enable services. Check your optimizations after these updates. For drivers, clean install with DDU every 6 months or when experiencing issues. Process Lasso and ISLC settings are permanent once configured.

Can these optimizations fix stuttering even if my FPS is already high?

Absolutely. Stuttering with high FPS usually indicates frame time inconsistencies, often caused by standby list issues, timer resolution, or CPU scheduling problems. ISLC, timer resolution fixes, and Process Lasso CPU affinity specifically target these frame pacing issues.

Is Hone safe to use?

Yes, Hone is legitimate optimization software used by many professional gamers and streamers. It applies the same tweaks covered in this guide but automates the process. It creates system restore points before making changes and all optimizations can be reverted. Always download from the official Hone website.

What if my FPS got worse after these optimizations?

This is rare but can happen with incorrect Process Lasso CPU affinity on non-standard CPUs, or if you disabled a service your specific hardware needs. Start by resetting GPU control panel settings to default, re-enable services one by one, and ensure you selected the correct CPU cores in Process Lasso. When in doubt, system restore to your pre-optimization state.

Full Performance,
No Cost

Kick off an exciting adventure for free! Just download the app, create your account, and enjoy up to 20 optimizations at no cost.

Muhib Nadeem

Muhib Nadeem

I grew up on frame drops, boss fights, and midnight queues. Now I write about games with the same energy I once saved for ranked.

Level Up
Your FPS

Kills background lag

Instant FPS boost

One-click setup

Table of Contents

You may also like