HomeBlogDownload Free
Valorant

How to Fix Stuttering in Valorant — 10 Fixes That Actually Work

April 20268 min readTested on 2,400+ PCs

Valorant runs on the Unreal Engine 4 and is designed to hit high FPS on almost any hardware. So why does it stutter? The answer is almost always Windows — background processes, bad power settings, and hidden recording features silently stealing your frames.

Here are 10 fixes that actually work to eliminate stuttering in Valorant, ordered from highest to lowest impact.

1. Disable GameDVR

Impact: HIGH. GameDVR is the #1 cause of stuttering in Valorant. It silently records your gameplay in the background, causing periodic frame drops every few seconds as it writes to disk.

How to disable

Settings → Gaming → Captures → Turn off "Record what happened". Then: Settings → Gaming → Xbox Game Bar → Turn Off.

Registry: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR
Set AppCaptureEnabled = 0

Registry: HKLM\SOFTWARE\Policies\Microsoft\Windows\GameDVR
Set AllowGameDVR = 0

2. Use Fullscreen Mode

Impact: HIGH. Valorant's "Windowed Fullscreen" mode routes every frame through Windows' Desktop Window Manager, adding input lag and causing stutters. True fullscreen bypasses DWM entirely.

How to set

In Valorant: Settings → Video → Display Mode → Select "Fullscreen". Also right-click VALORANT.exe → Properties → Compatibility → Check "Disable fullscreen optimizations".

3. Optimize NVIDIA Settings

Impact: HIGH. Several NVIDIA Control Panel settings can cause stuttering when set incorrectly.

Optimal settings

NVIDIA Control Panel → Manage 3D settings → Program Settings → Add Valorant:

4. Set Ultimate Performance Power Plan

Impact: HIGH. The "Balanced" power plan throttles your CPU dynamically, causing frame time spikes whenever it ramps up or down. Ultimate Performance keeps constant max clock speeds.

powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61

Then select "Ultimate Performance" in Control Panel → Power Options.

5. Close Background Applications

Impact: MEDIUM. Discord overlays, browser tabs, Spotify, RGB software, and other background apps compete with Valorant for CPU time. Close everything non-essential before playing.

What to close

Chrome/Firefox, Spotify, Discord overlay (keep Discord, disable overlay), Wallpaper Engine, RGB software (iCUE, Synapse), hardware monitoring tools.

Pro tip: DRX Optimizer's Tournament Mode automatically closes non-essential processes and restores them when you're done gaming.

Fix Valorant stuttering in one click

DRX Optimizer applies all stutter fixes automatically — GameDVR, power plan, timer resolution, and more.

Download Free

6. Update GPU Drivers

Impact: VARIES. NVIDIA and AMD regularly release driver updates with game-specific optimizations. Always use the latest Game Ready (NVIDIA) or Adrenalin (AMD) driver.

How to update

NVIDIA: Download from nvidia.com/drivers. Select "Game Ready Driver" and do a clean install. AMD: Use AMD Software for automatic updates.

Warning: If stuttering started after a driver update, use DDU (Display Driver Uninstaller) to clean install the previous version.

7. Disable Overlays

Impact: MEDIUM. Discord overlay, GeForce Experience overlay, Steam overlay, and Windows Game Bar overlay all inject into Valorant's rendering pipeline, causing stutters.

How to disable

Discord: Settings → Game Overlay → Turn off. GeForce Experience: Settings → In-Game Overlay → Turn off. Steam: Settings → In-Game → Uncheck "Enable the Steam Overlay".

8. Lower Specific In-Game Settings

Impact: MEDIUM. Not all settings are equal. Some cause stuttering even on powerful hardware:

9. Check Thermals

Impact: HIGH (if thermal throttling). If your CPU or GPU hits its thermal limit, it will throttle clock speeds, causing massive stuttering. This is especially common on laptops.

How to check

Download HWiNFO64 → Run while playing Valorant → Check "CPU Package" temperature (should stay under 85C) and "GPU Temperature" (should stay under 83C).

10. Fix Timer Resolution

Impact: MEDIUM. Windows' default 15.6ms timer resolution causes uneven frame pacing. Setting it to 0.5ms makes frame delivery much smoother, reducing perceived stutter even when FPS is stable.

Registry: HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\kernel
Set GlobalTimerResolutionRequests = 1

Then use DRX Optimizer or a timer resolution tool to request 0.5ms at runtime.

All 10 fixes. One click. Free.

DRX Optimizer applies every stutter fix automatically with built-in backup. Free version includes 8 essential tweaks. Pro unlocks all 59+.

Download DRX Optimizer — Free

Frequently Asked Questions

Why does Valorant stutter on a good PC?
Valorant stuttering on powerful hardware is almost always caused by Windows-level issues, not hardware limitations. GameDVR silently recording, power plan throttling the CPU, background apps stealing CPU time, and bad timer resolution are the most common culprits. Your GPU might be capable of 400+ FPS, but Windows is interrupting the frame delivery.
Is Valorant CPU or GPU intensive?
Valorant is heavily CPU-bound. It uses Unreal Engine 4 with relatively simple graphics, so your GPU is rarely the bottleneck (even mid-range cards can push 300+ FPS). This means optimizations that free up CPU resources — like disabling GameDVR, background apps, and search indexing — have the biggest impact on performance.
Does capping FPS reduce stuttering?
Yes, it can. Capping your FPS to a stable value (e.g., your monitor's refresh rate or slightly above) prevents your CPU/GPU from fluctuating between wildly different frame times. Use Valorant's built-in FPS limiter rather than V-Sync. A stable 240 FPS feels smoother than 300 FPS that dips to 180.