This guide explains exactly what's causing your VALORANT stuttering, how to diagnose which type you have, and how to fix it. Every fix here is free, OS-level, and fully Vanguard-safe.
Before you fix anything, you need to know what you're actually dealing with. Not all stutters have the same cause — and applying the wrong fix wastes your time.
VALORANT has a built-in frame time graph. Press Shift + F1 in-game to open the Performance Stats overlay. Look at the Client FPS and Frame Time (ms) rows.
| Stutter Pattern | Most Likely Cause | Fix |
|---|---|---|
| Only on map load / first 60s | Shader compilation | Fix 02 |
| Consistent micro-stutter throughout | RAM not running at rated speed | Fix 03 |
| Gets worse after 20+ minutes | Thermal throttling | Fix 04 |
| Random hard freezes mid-game | Background process spike | Fix 08 |
| Stutter started after a driver update | Driver issue | Fix 07 |
| Stutter on all maps, all the time | Power plan / HAGS | Fix 05 + 09 |
If VALORANT stutters for the first 30–90 seconds on every map but smooths out after that, this is your problem. Your GPU is compiling shaders in real-time as new objects appear on screen — and the default cache is too small to hold them all.
For NVIDIA users:
- Open NVIDIA Control Panel → Manage 3D Settings
- Under Global Settings, find Shader Cache Size
- Change from 4GB to 10 GB
- Click Apply
For AMD users:
- Open AMD Software: Adrenalin Edition
- Click Settings (gear icon) → Graphics
- Find Shader Cache → set to maximum
After changing this, play one full session on each map. The cache will build up and the stutters will stop permanently on those maps.
This is the most underrated stutter fix and affects more systems than any other. When you install RAM into a PC, Windows runs it at a safe default speed — usually 2133MHz or 2400MHz — regardless of what speed the RAM is rated for.
If you bought 3200MHz or 3600MHz RAM, there's a very high chance it's running at 2133MHz right now. This creates a bottleneck between your CPU and RAM that manifests as constant micro-stutter, even with high average FPS.
The fix is enabling XMP (Intel) or EXPO (AMD) in your BIOS — a one-time toggle that runs your RAM at its advertised speed.
- Restart your PC and press Delete or F2 repeatedly as it boots to enter BIOS (key varies by motherboard — check your manual)
- Look for a setting called XMP, EXPO, D.O.C.P., or Memory Profile
- Enable it and select Profile 1 (your RAM's rated speed)
- Press F10 to Save and Exit
When your CPU or GPU gets too hot, it automatically reduces its clock speed to protect itself from damage. This is called thermal throttling — and it causes stuttering that gets progressively worse the longer you play.
If your game runs fine for the first 10 minutes then gradually becomes stuttery, this is almost certainly the cause.
How to check: Download HWiNFO64 (free) and run it while playing VALORANT. Watch for:
| Component | Safe | Throttling |
|---|---|---|
| CPU Temperature | Under 85°C | 90°C+ while gaming |
| GPU Temperature | Under 83°C | 90°C+ while gaming |
| CPU Clock Speed | Stays near max boost | Drops mid-game |
If you're throttling, fixes in order of effectiveness:
- Clean your PC — dust in fans and heatsinks is the #1 cause. Compressed air in the vents every 6 months
- Improve airflow — ensure your case has front intake and rear/top exhaust fans
- Repaste your CPU — thermal paste dries out after 2–3 years and loses effectiveness
- Undervolt your CPU/GPU — reduces heat with no performance loss (advanced, look up your specific chip)
Hardware-Accelerated GPU Scheduling (HAGS) is enabled by default in Windows 11. On GPUs released before 2020 (GTX 10/16 series, RX 500 series), it causes consistent frame time spikes that show up as micro-stutter even when average FPS looks fine.
- Go to Settings → System → Display
- Scroll down to Graphics → click Change default graphics settings
- Toggle Hardware-Accelerated GPU Scheduling to Off
- Restart your PC
The paging file is Windows' overflow memory — when your RAM fills up, Windows spills data onto your drive. If the paging file is too small, set to a slow drive, or left on "System managed" (which can resize itself mid-game), it causes hard stutters whenever VALORANT hits a memory spike.
- Press Win + R → type
sysdm.cpl→ OK - Click the Advanced tab → under Performance, click Settings
- Click the Advanced tab again → click Change under Virtual Memory
- Uncheck "Automatically manage paging file size for all drives"
- Select your fastest drive (your SSD or NVMe, not HDD)
- Select Custom size and enter:
| Your RAM | Initial Size | Maximum Size |
|---|---|---|
| 8GB RAM | 8192 MB | 12288 MB |
| 16GB RAM | 8192 MB | 16384 MB |
| 32GB RAM | 8192 MB | 8192 MB |
- Click Set → OK → restart your PC
🎯 You're Halfway Through
Get our full GPU driver guide + thermal management deep-dive sent to you when published. No spam.
Free. Unsubscribe anytime.
GPU driver issues are one of the most common causes of stuttering that starts suddenly — particularly after a Windows Update or driver update. A corrupted or partially-conflicting driver installation can cause frame time spikes that no amount of in-game settings will fix.
A clean driver install using DDU (Display Driver Uninstaller) removes every trace of the old driver before reinstalling — unlike the standard update which just overwrites it.
- Download DDU from Guru3D (free, trusted tool)
- Download the latest Game Ready Driver from NVIDIA or AMD but don't install it yet
- Disconnect from the internet (prevents Windows auto-reinstalling drivers)
- Boot into Safe Mode: Settings → System → Recovery → Advanced Startup → Restart now → Troubleshoot → Advanced Options → Startup Settings → Restart → press 4
- In Safe Mode, run DDU → select GPU → click "Clean and restart"
- After restart (back in normal mode), install the driver you downloaded
- Reconnect to internet
Random hard stutters that happen once every few minutes — especially mid-round — are almost always caused by a background process waking up and demanding CPU or disk time. The three biggest culprits:
Windows Update:
- Settings → Windows Update → Advanced Options
- Set Active Hours to cover your entire gaming window (e.g. 2pm–4am)
- Enable "Pause Updates" when you're about to play a ranked session
OneDrive sync:
- Right-click the OneDrive icon in your system tray
- Click Pause syncing → select Until tomorrow before gaming
Antivirus real-time scans:
- Most antivirus software has a Gaming Mode or Do Not Disturb option
- Enable it — it delays scans until you stop playing
- For Windows Defender: add your VALORANT folder to exclusions in Windows Security → Virus & Threat Protection → Manage Settings → Exclusions
Windows' default Balanced power plan throttles your CPU between tasks — and those micro-throttles create frame time inconsistency even when average FPS looks fine. The Ultimate Performance plan eliminates all CPU frequency scaling entirely.
- Press Win + S → search Command Prompt → right-click → Run as Administrator
- Paste and run:
- Press Win + R → type
powercfg.cpl→ select Ultimate Performance
Corrupted or missing game files can cause stutters that appear completely random and don't match any of the other patterns. This is worth doing if nothing else has worked — it takes 5 minutes and has no downside.
- Open the Riot Client
- Find VALORANT in your library
- Click the settings cog (⚙) next to the Play button
- Click Repair
- Wait for the scan and repair to complete (5–15 minutes)
- Relaunch VALORANT
Fixes 01, 02, 05, 08, and 09 from this guide — plus 25 more stutter-related optimisations — are automated inside Valo Optimise. It applies them in one click, keeps them applied after Windows updates, and monitors your system health in real time.
It can't fix thermal paste or BIOS settings (those are physical), but everything else on this list it handles automatically — including setting VALORANT CPU priority on every launch, cleaning up background processes, and managing your power plan.
Stop Fighting Your Own PC.
Valo Optimise applies all the automatable fixes from this guide — and keeps them applied. Free, Vanguard-safe, one click.
⚡ Download Free — Windows 11/10No account required · Vanguard-safe · 7-day free Pro trial included