League of Legends FPS Boost Guide (2026) — Optimize for Windows 11

League of Legends behaves differently from most games on this list — it's CPU-bound, not GPU-bound. Your GPU barely matters; your CPU, RAM speed, and background process load determine how many FPS you get. This changes which optimizations matter most.
Understanding this distinction is why this guide gives you different advice than generic FPS guides. Lowering graphics settings in LoL gives almost no FPS improvement because the GPU was never the bottleneck — you have to free up CPU and RAM instead.
Why League of Legends Is CPU-Bound
League of Legends runs a deterministic physics simulation — every player's client must compute identical game state. This simulation runs on the CPU, not the GPU. The GPU only renders what the CPU has already calculated.
What this means practically:
- Lowering texture quality → almost no FPS improvement
- Closing background processes → measurable FPS improvement
- Faster RAM → measurable FPS improvement on AMD Ryzen systems
- Better GPU → no improvement if your CPU is the bottleneck
On a modern GPU (GTX 1660 or better), LoL doesn't use the GPU heavily at all. The bottleneck is almost always the CPU and available RAM bandwidth.
In-Game Video Settings
Open Settings (Gear icon) → Video in the LoL client. These settings minimize CPU overhead and disable effects that don't add competitive value:
| Setting | Recommended | Notes | |---------|-------------|-------| | Resolution | Native | — | | Window Mode | Fullscreen | Reduces DWM overhead | | Frame Rate Cap | Uncapped (or monitor Hz) | Cap at your monitor refresh rate if temps are high | | Vertical Sync | Unchecked | Adds input lag | | Character Quality | Medium | Lower than Medium shows pixelated models at distance | | Environment Quality | Low | — | | Shadow Quality | No Shadows | Single biggest performance gain in LoL | | Effects Quality | Low | Particle effects — Low is competitive standard | | Post Processing | Low | Disables bloom and ambient occlusion | | Anti-Aliasing | Unchecked | LoL's AA implementation is expensive relative to visual gain | | Wait for Vertical Sync | Unchecked | Same as V-Sync above |
After applying these settings, note your FPS in a practice tool game. Compare to before. On most systems, Shadow Quality from High to No Shadows is the single setting with the largest impact.
Set League of Legends CPU Priority
Windows assigns processes a CPU priority level. By default, LoL runs at Normal priority, competing equally with background processes. Elevating it to Above Normal tells Windows to prefer LoL for CPU time.
- Launch League of Legends and get into a practice tool game
- Open Task Manager (Ctrl+Shift+Esc)
- Go to Details tab
- Find
LeagueofLegends.exe - Right-click → Set Priority → Above Normal
Note: This setting resets when you close the game. To make it persistent without a third-party tool, you need to use a startup script. The set CPU priority guide covers persistent priority methods.
Disable Windows Visual Effects
Windows visual effects (transparency, animations, shadows on window chrome) consume CPU cycles that LoL's simulation needs.
- Press Win + R, type
sysdm.cpl, press Enter - Go to Advanced → Performance → Settings
- Select Adjust for best performance
- Click Apply
This disables animations, transparency, and window shadow effects. The visual change is noticeable in the desktop UI, but the FPS gain in LoL is real — especially on 4-core systems.
Windows Power Plan — Ultimate Performance
LoL's CPU-bound simulation is particularly sensitive to CPU clock speed throttling. With Balanced power plan, your CPU may be at half its clock speed between simulation ticks, then ramping up when needed — causing inconsistent frame delivery. For the full list of Windows settings that affect competitive gaming, see the best Windows gaming settings guide.
- Press Win + R, type
powercfg.cpl, press Enter - Click Show additional plans
- Select Ultimate Performance
If Ultimate Performance isn't listed, enable it via PowerShell (Admin):
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61
Network Latency Tweaks — Reduce Ping Spikes
League of Legends is sensitive to network jitter — even brief ping spikes show up as input delay in a game where timing matters at the millisecond level.
Disable Nagle's Algorithm
Nagle's Algorithm batches small TCP packets to reduce overhead — a technique designed for 1984 modems that adds 20–40ms latency on modern networks. This directly increases your in-game ping display.
The fix requires a registry edit. See the complete lower ping guide for exact registry key paths by network adapter GUID.
Short version:
Under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\{your-adapter-GUID}:
- Set
TcpAckFrequency= 1 (DWORD) - Set
TCPNoDelay= 1 (DWORD)
Use Wired Rather Than Wi-Fi
Wi-Fi introduces variable latency from channel contention and retransmissions. For ranked play, a wired ethernet connection is the single most reliable way to reduce ping spikes. See the fix high ping spikes guide for diagnosing whether Wi-Fi is your issue.
Pause Windows Update Downloads
Windows Update downloads during gameplay compete with your game data for bandwidth and can cause sudden ping spikes.
Settings → Windows Update → Advanced options → Active hours — set to your gaming window (e.g., 6 PM – 2 AM).
Low-End PC Tips (Integrated Graphics, 8 GB RAM)
If you're running LoL on integrated graphics (Intel UHD or AMD Vega iGPU) or with 8 GB RAM:
Integrated graphics:
- Set all graphics settings to the lowest available option
- Close every background process before launching — integrated graphics shares your system RAM, so RAM used by Chrome is RAM the iGPU can't use for rendering
- Set LoL to 720p resolution if needed — at MOBA camera zoom levels, 720p vs 1080p is barely visible
8 GB RAM:
- Free up RAM before launching: close browsers, Discord if possible, any other apps
- Disable startup programs aggressively — see free up RAM on Windows 11
- Verify you're running in dual-channel mode: CPU-Z → Memory → Channel should show "Dual". Single-channel mode cuts RAM bandwidth in half, which significantly hurts performance on AMD Ryzen (which routes CPU-to-GPU traffic through RAM). For a full walkthrough on RAM configuration, see our RAM optimization guide for XMP and dual-channel
SageTweaks Automation
The Windows-level tweaks in this guide — power plan, visual effects, startup cleanup, background process management — are handled automatically by SageTweaks. For LoL specifically, the startup program cleanup and power plan change together deliver the most consistent improvement.
SageTweaks doesn't set process priority (that's per-game and resets on restart), but it handles every OS-level setting. The CPU priority step above requires manual action each session unless you set up a persistent script.
Frequently Asked Questions
What FPS should I target in ranked LoL? For competitive ranked play, target 144 FPS on a 144 Hz monitor. At 60 FPS you can play and win, but higher FPS reduces visual input lag even with V-Sync disabled. On a 60 Hz monitor, 120+ FPS still reduces input lag below the frame delivery threshold.
Will these tweaks help on a laptop with integrated graphics? Yes, but expect different absolute numbers. On Intel UHD 770 or AMD Radeon 680M integrated graphics, following this guide — particularly the background process cleanup and power plan — typically adds 15–30 FPS. LoL is designed to be playable on low-end hardware.
How much can I reduce my ping with these tweaks? Disabling Nagle's Algorithm typically reduces displayed ping by 10–30ms depending on your ISP and routing to Riot's servers. Ping spike severity (random spikes to 200–500ms) is usually a Wi-Fi issue rather than a Nagle issue — use ethernet if spike fixes are your priority.
Is SageTweaks compatible with League of Legends (no ban risk)? SageTweaks does not modify any game files, inject code, or interact with LoL's process in any way. It applies Windows system settings. Riot's Vanguard anti-cheat monitors game processes and memory — SageTweaks doesn't touch either.
Is there a Mac alternative for these tweaks? LoL is available on macOS but the optimization options are significantly more limited — Apple Silicon Macs don't expose the same power plan controls, and Nagle's Algorithm is handled differently by macOS's network stack. On Mac, the main levers are: lower in-game settings, close background apps, use ethernet.
Continue Reading

PC performance enthusiast and Windows optimization specialist with 10+ years tuning gaming rigs. Contributor to SageTweaks.
More from Alex →SageTweaks
Ready to review guided PC optimization?
Use SageTweaks to review FPS, input latency, and Windows overhead workflows. Guided optimization for Windows 10 & 11.
- Guided GPU, CPU & power plan workflows
- Dedicated and detected-game FPS profiles
- Registry cleaner & startup manager
- Monthly, Yearly & Lifetime plans
30-day money-back guarantee
Next steps
Free PC optimization checklist
The 47-tweak manual version — yours to keep.
Free per-game FPS cheat sheets
Printable settings for Valorant, CS2, Fortnite, Apex.
See every SageTweaks feature
System tweaks, game profiles, cleaner, registry, power plans.
How we keep your PC safe
VirusTotal report published, rollback support, clear network use.
Read user reviews
Read public feedback and product notes before you buy.
Compare plans
Monthly $5.99 · Yearly $49.99 · Lifetime $79.99.
Related Posts
Minecraft FPS Boost Guide (Java & Bedrock, 2026) — More FPS
Boost Minecraft FPS in 2026 on Windows 11. Java Edition: RAM allocation, Sodium + Lithium + Phosphor mods, render distance. Bedrock Edition: performance mode, ray tracing off. Plus Windows-level tweaks for both editions.
Warzone FPS Boost Guide (2026) — Fix Stuttering & Max Performance
Complete Warzone FPS optimization guide for 2026. Quick-wins table, in-game settings breakdown, shader quality fix, NVIDIA Reflex, fullscreen exclusive mode, and Windows tweaks. Fix stuttering and get the most FPS on Windows 11.
Apex Legends FPS Boost Guide (2026) — Get More FPS on Windows 11
Complete Apex Legends FPS optimization guide for 2026. Every in-game setting, Windows power plan, NVIDIA Reflex, HAGS, background processes, and SageTweaks automation — get 30–60% more FPS on Windows 11.
