Diagnose: FPS Drop vs. Micro-Stutter

Before fixing anything, determine which problem you actually have — they look different and require different fixes:

📊

Valorant Performance Problem Types

Identify your exact issue before applying fixes
SymptomWhat It MeansPrimary Fix
Low average FPS consistentlyCPU/GPU bottleneckSettings + driver fixes
FPS spikes low every few secondsThermal throttling or VanguardThermal + Vanguard fixes
Game feels choppy at high FPSFrametime inconsistency / micro-stutterHPET + RAM + driver
FPS drops during ability useCPU spikes — multithreading offEnable Multithreaded Rendering
FPS drops to near 0 brieflyDPC latency / Vanguard scanLatencyMon + Vanguard fix

Valorant In-Game Settings for Maximum FPS

Valorant's in-game settings have several options that are enabled by default but hurt performance significantly — including settings that add CPU overhead without meaningful visual benefit for competitive play.

1

Valorant Video Settings — Optimized for FPS

Settings → Video in Valorant
Display Mode: Fullscreen (not Windowed Fullscreen / Borderless). True Fullscreen gives the GPU exclusive control of the display, bypassing the Windows compositor — essential for lowest input latency.
Resolution: 1920×1080 for most players. Some competitive players use 1280×960 (4:3 stretched) for a wider player model appearance — this also boosts FPS on lower-end CPUs.
Limit FPS on Battery: 60. Limit FPS in Menus: 60. Limit FPS in Background: 20. These free up CPU/GPU for when you're actually playing.
Multithreaded Rendering: ON. This is the single most impactful in-game setting for modern CPUs. It distributes rendering work across CPU cores. Always enable it — the only exception is if you have a very old dual-core CPU.
Material Quality: Low. Texture Quality: Low. Detail Quality: Low. UI Quality: Low. In Valorant, these settings barely affect visual clarity but meaningfully impact CPU/GPU load.
Vignette: Off. V-Sync: Off. Anti-Aliasing: MSAA 4x (not FXAA — it blurs the image). Anisotropic Filtering: 4x. Improve Clarity: Off. Bloom: Off. Distortion: Off. Cast Shadows: Off.
✅ These settings consistently produce the highest and most stable FPS in Valorant at 1080p on hardware from mid-range and above.

Disable HPET to Fix Micro-Stutters

HPET (High Precision Event Timer) is a hardware timer that Windows uses for scheduling. For competitive FPS games — especially Valorant — enabling HPET has been widely found to introduce frametime inconsistency (micro-stutter) because the timer's precision actually interferes with the GPU driver's frame scheduling on certain hardware configurations.

2

Disable HPET via Command Prompt

Estimated time: 5 minutes · Potential stutter improvement: High

Open Command Prompt as Administrator (right-click Start → "Windows Terminal (Admin)" or search "cmd" → Run as administrator):

bcdedit /deletevalue useplatformclock
bcdedit /set useplatformtick yes
bcdedit /set disabledynamictick yes
Run all three commands above. Restart your PC.
Also verify HPET is disabled in BIOS: restart, enter BIOS, search for "HPET" in the Advanced or Power settings section. Disable it there too if present.
Test Valorant for 30+ minutes. If stutters get worse (rare), revert: run bcdedit /set useplatformclock true and restart.
✅ HPET disabling resolves micro-stutter for the majority of Valorant players — especially on Intel systems with Z790/Z890 motherboards.

Enable XMP/EXPO RAM for Valorant FPS Gains

Valorant is uniquely sensitive to RAM speed because of how its engine handles game state updates. Running RAM at stock JEDEC speeds (2133 or 3200 MHz instead of rated 3600 or 6000 MHz) causes measurable FPS reductions in CPU-bound scenarios. This is one of the most overlooked fixes.

3

Enable XMP / EXPO in BIOS

Estimated time: 5 minutes · FPS gain: 5–25% in CPU-bound scenarios
Check current RAM speed: open Task Manager → Performance → Memory. Note the "Speed" value. If it's lower than your RAM's advertised speed (found on your RAM stick's label), it's running below rated speed.
Restart and enter BIOS. Look for XMP (Intel) or EXPO (AMD) — typically in the memory section or AI Tweaker (ASUS), Tweaker (Gigabyte), or OC (MSI).
Enable XMP Profile 1 (or EXPO Profile 1). This sets your RAM to its rated speed and timings. Save and exit.
Verify in Task Manager post-boot that RAM speed now matches the rated speed on the RAM label.
Dual channel check: If you have two RAM sticks, confirm they're installed in the correct slots (A2 and B2 on most motherboards — check your manual). Single-channel RAM cuts Valorant FPS by 10–20% compared to dual channel.
✅ Enabling XMP/EXPO on a system with 4800 MHz DDR5 or 3600 MHz DDR4 can add 15–30 FPS in Valorant CPU-bottlenecked scenarios.

NVIDIA/AMD Driver Settings for Valorant

4

NVIDIA Control Panel — Valorant-Specific Settings

NVIDIA Control Panel → Manage 3D Settings → Program Settings
Open NVIDIA Control Panel → Manage 3D Settings → Program Settings tab. Click Add → browse to and add VALORANT-Win64-Shipping.exe (usually in C:\Riot Games\VALORANT\live\ShooterGame\Binaries\Win64\).
Set Power Management Mode: Prefer Maximum Performance. This prevents the GPU from downclocking when Valorant's low GPU usage tricks it into power-saving mode.
Set Low Latency Mode: Ultra. This renders frames just-in-time rather than queueing them — reduces input lag at the cost of 1–3 FPS.
Set Texture Filtering — Quality: High Performance. Vertical Sync: Off.
Resizable BAR: If your GPU and CPU support Resizable BAR (most 2020+ hardware does), enable it in BIOS (Advanced → PCIe → Resizable BAR). Valorant sees 3–8% FPS improvement with ReBAR enabled.
✅ NVIDIA Maximum Performance + Ultra Low Latency reduces input lag by 1–2 frames in Valorant — significant at competitive play.

Windows Settings That Affect Valorant Performance

5

Windows Settings Optimized for Valorant

Control Panel + Settings + Registry — 20 minutes
Power Plan: Ultimate Performance. Open CMD as Admin, run: powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61 → open Power Options → select Ultimate Performance.
Disable Xbox Game Bar: Settings → Gaming → Xbox Game Bar → toggle Off. Game Bar captures CPU cycles and can cause stutters. Also disable: Settings → Gaming → Game Mode → Toggle "Game Mode" OFF for Valorant (counterintuitively, Game Mode can cause stutters by adjusting thread priorities at runtime).
Disable Hardware-Accelerated GPU Scheduling (HAGS) if on an older GPU (pre-RTX 2000 / pre-RX 6000): Settings → Display → Graphics → Change default graphics settings → Hardware-Accelerated GPU Scheduling. HAGS helps newer GPUs but hurts older ones in Valorant.
Set Valorant to High Priority: While Valorant is running, open Task Manager → Details tab → right-click VALORANT-Win64-Shipping.exe → Set Priority → High. You can automate this with a startup script.
Disable Vanguard background startup delays: Ensure Vanguard (vgc service) is set to start automatically — Vanguard doing a large scan on first startup causes the first match's FPS to be significantly lower. Let it complete one boot scan before entering a match.
✅ Combined Windows optimization can add 15–40 FPS and significantly reduce micro-stutter frequency in Valorant.

Valorant FPS Fix — Complete Checklist

Enable Multithreaded Rendering in Valorant video settings
Set Display Mode to Fullscreen (not Windowed/Borderless)
All quality settings: Low. V-Sync: Off. Cast Shadows: Off
Disable HPET via bcdedit commands and in BIOS
Enable XMP or EXPO in BIOS for rated RAM speed
Verify RAM is in dual-channel configuration (A2 + B2 slots)
NVIDIA: Power Management = Max Performance, Low Latency = Ultra
Enable Resizable BAR in BIOS if supported by hardware
Enable Ultimate Performance power plan
Disable Xbox Game Bar and turn off Game Mode