Introduction -- Valorant Is CPU-Bound, Not GPU-Bound

Most PC games are GPU-bound: your graphics card is the bottleneck, and upgrading it directly translates to higher frame rates. Valorant is different. Riot Games built it on a heavily modified Unreal Engine 4 that is deliberately lightweight on the GPU side. The engine hands off the majority of work -- scene traversal, draw call batching, game logic updates -- to the CPU. This means a GT 1030 paired with a strong CPU can comfortably hit 100 FPS in Valorant, while the same GT 1030 paired with a weak dual-core CPU might struggle to break 60 FPS, not because of the GPU but because of the processor starving the render thread.

For budget gamers in Pakistan, this is genuinely good news. The GPUs most commonly available at used market prices -- GT 1030, Quadro P620, GTX 1050 Ti, Quadro P1000, GTX 1060, RX 580 -- are all capable of running Valorant well above competitive frame rates. The trick is configuring the game correctly so the GPU and CPU aren't working harder than they need to be.

The following settings guide applies to Valorant as of 2026. Riot updates the game engine periodically, but the core rendering architecture and the settings that matter most have been stable for several years.

Best Video Settings for Low-End PC

Open Valorant, go to Settings → Video. These are the exact values you want for maximum FPS on low-end hardware, along with the reasoning behind each one.

SettingRecommended ValueFPS Impact
Display ModeFullscreenHigh -- Exclusive Fullscreen gives the GPU direct access to the display, reducing latency and preventing the Desktop Window Manager from intercepting frames.
Resolution1920×1080Medium -- Dropping to 1280×720 does help on very weak CPUs but hurts visibility of enemy models. Keep 1080p unless you are below 60 FPS on a dual-core CPU.
Frame Rate LimitUnlimited (or match monitor Hz)Medium -- Uncapped frames reduce input lag even on a 60 Hz monitor. If your system is stable, leave it unlimited. If you see screen tearing, cap to 2× your monitor refresh rate.
Multithreaded RenderingONVery High -- the single most important setting in the entire list. Enables all CPU cores for rendering. See dedicated section below.
Material QualityLowMedium -- Affects surface shaders. Low removes complex material computations with minimal visual change in a fast-paced competitive game.
Texture QualityLowLow-Medium -- Reduces VRAM usage. Particularly important on 2GB VRAM cards like the GT 1030 to avoid VRAM overflow stutters.
Detail QualityLowMedium -- Controls environmental detail density. Low removes foliage detail and distant mesh complexity, reducing GPU fill rate demand.
UI QualityLowLow -- The HUD is rendered at a lower resolution. Barely noticeable during play but removes some GPU overhead every frame.
VignetteOffLow -- Darkens screen edges. Turning it off is a personal preference that also frees a minor shader pass.
VSyncOffHigh -- VSync locks frames to your monitor's refresh rate and adds a frame of input lag. Always off for competitive play.
Anti-AliasingNoneHigh -- MSAA and FXAA both consume GPU processing every frame. At 1080p with Valorant's clean art style, None is perfectly acceptable for competitive play.
Anisotropic Filtering1xMedium -- Higher values sharpen textures at oblique angles. At 1x, distant ground textures look blurrier, but this saves real GPU cycles every frame.
Improve ClarityOffLow-Medium -- A post-process sharpening pass. Costs GPU time without contributing to competitive advantage.
Experimental SharpeningOffLow -- Another sharpening pass, currently labeled experimental. Off on low-end hardware.
BloomOffMedium -- Bloom is the glow effect around bright light sources. Disabling it removes a post-process pass and improves visibility of enemies near light sources simultaneously.
DistortionOffMedium -- Affects heat shimmer and ability visual effects. Off removes these GPU-heavy distortion passes entirely.
Cast ShadowsOffHigh -- Shadow rendering is one of the most expensive GPU operations in any game. Disabling it entirely in Valorant gives a meaningful FPS boost at the cost of some visual fidelity.

Quick-apply order: Before touching anything else, enable Multithreaded Rendering and disable Cast Shadows. Those two changes alone will give you the biggest FPS jump. Then work through the rest of the table.

Why Multithreaded Rendering Is the #1 Setting

To understand why Multithreaded Rendering matters so much, you need to know a little about how a game engine submits work to the GPU. Traditionally, Unreal Engine 4 games use a single render thread: one CPU core assembles all the draw calls -- instructions for the GPU telling it what to render -- and submits them in sequence. This means no matter how many cores your CPU has, only one of them is doing the render work. If that one core hits 100% utilization, your frame rate drops, even if every other core is sitting idle.

Multithreaded Rendering changes this by splitting the workload across multiple CPU cores. Valorant's engine uses a task graph system where different parts of the frame -- culling, material batching, geometry submission -- run on separate threads simultaneously. On a quad-core CPU like a Core i3-10100 or Ryzen 3 3300X, enabling this can reduce CPU frame time by 35-50%, which directly translates to higher FPS. On a dual-core processor like an older Pentium or low-end Core i3, the gain is even more significant proportionally because the single-thread burden is being cut in half.

There is one edge case where Multithreaded Rendering can cause issues: very old CPUs with only two logical threads, or systems where a single core is running at significantly different speeds from others (common in some older Intel CPUs with turbo boost disabled). If you enable it and notice more stuttering than before, try disabling it. On the vast majority of modern budget CPUs sold in Pakistan's used market -- Core i5-3470, Core i5-4590, Ryzen 3 2200G, Ryzen 5 2600 and above -- Multithreaded Rendering should always be on.

One more thing: if you recently reinstalled Valorant or the game updated, double-check this setting. There have been reports of it silently resetting to Off after major patches. It is worth verifying before each gaming session if your FPS suddenly feels lower than expected.

Expected FPS by GPU (Low Settings, 1080p)

These numbers are with all settings at the values in the table above -- fully optimized low. Test system CPU is an Intel Core i5-10400F to isolate GPU performance. FPS will vary depending on your processor; a weaker CPU will pull these numbers down.

GPUExpected FPS (Low Settings, 1080p)Competitive Viability
GT 1030 (GDDR5/GDDR6)80–100 FPSSolid for 75 Hz
Quadro P62070–90 FPSSolid for 75 Hz
GTX 1050 Ti110–140 FPSExcellent for 144 Hz
Quadro P1000100–130 FPSGreat for 144 Hz
GTX 1060 6GB150–180 FPSExcellent for 144–165 Hz
RX 580 8GB140–170 FPSExcellent for 144–165 Hz

A few important notes on these numbers. The Quadro P620 scores lower than you might expect for its spec sheet because its shader count and clock speeds are tuned for professional workloads, not gaming throughput. The Quadro P1000 follows the same pattern but with more headroom, landing it above the GT 1030. The GTX 1050 Ti punches well in Valorant because the game's low GPU demands mean even a mid-tier Pascal card has plenty of overhead.

If your FPS is significantly below these numbers with the same GPU, the bottleneck is almost certainly your CPU. An older dual-core CPU at low clock speeds can halve these figures even with Multithreaded Rendering enabled. Check CPU usage in Task Manager while playing -- if any single core is consistently at 95-100%, that is your bottleneck.

Launch Options That Help

Valorant's launch options are set through the Riot Client, not Steam. Open Riot Client → Settings → Valorant → and look for the Launch Arguments field. The options below are low-risk and genuinely useful on budget hardware.

  • -high — Sets Valorant's process priority to High in Windows. This tells the OS scheduler to allocate CPU time to Valorant before background tasks. On systems running Chrome, Discord, or other apps in the background, this measurably reduces frame time spikes. It does not overclock your CPU; it just makes the OS prioritise the right process.
  • +fps_max unlimited — Removes the default in-game frame cap entirely. By default, Valorant may apply a conservative frame cap depending on your power profile. Setting this explicitly ensures no cap is active without needing to navigate the in-game menu every launch.
  • -forcenovsync — Forces VSync off at the engine level regardless of what the in-game settings say. Redundant if you have already turned VSync off in the video settings, but useful as a belt-and-suspenders approach if you suspect the setting is being reset.

Avoid -dx9: Some older guides recommend the DirectX 9 flag for very old hardware. On modern systems and even budget hardware with current drivers, DX9 mode performs worse than the default DX11 path in Valorant 2026. Skip it unless you are running a GPU too old to have proper DX11 driver support.

Windows Optimisations for More FPS

The game settings only go so far. Windows itself makes several choices by default that prioritise battery life and background app responsiveness over raw gaming throughput. These changes are safe, reversible, and make a real difference on budget hardware.

Set Power Plan to High Performance

Windows defaults to Balanced power plan, which allows the CPU to throttle its clock speed down when it detects low load. During Valorant's loading screens and menu navigation, the CPU runs at low clocks, and sometimes the ramp-up is not fast enough when a round starts -- leading to a brief FPS drop at the beginning of every round. High Performance plan keeps the CPU at or near its maximum clock speed constantly.

Open Control Panel → Power Options → select High Performance. On a laptop, be aware this will reduce battery life significantly. On a desktop, it has essentially no downside. Alternatively, use the AMD Ryzen High Performance plan if you have a Ryzen CPU, as it is better tuned for AMD's boost behaviour than the generic Windows High Performance plan.

Enable Windows Game Mode

Windows Game Mode (Settings → Gaming → Game Mode → On) tells the OS to suppress background Windows Update downloads, reduce background app CPU allocation, and prioritise the foreground game process. On systems with 8GB RAM or less, this can reduce RAM-related stutters caused by Windows background services competing for memory bandwidth.

Disable Xbox Game Bar

Xbox Game Bar (Windows key + G) runs background services even when you are not actively using it. On budget systems with limited RAM, these services consume CPU cycles and RAM that Valorant needs. Disable it via Settings → Gaming → Xbox Game Bar → toggle off. Also disable Game DVR / Game Captures in the same menu, as background recording is one of the most common causes of unexpected FPS drops on low-end systems.

Close Background Applications

Before launching Valorant, close Chrome, Discord video streams, and any recording software. Discord's voice chat alone uses minimal resources, but its GPU-accelerated hardware rendering can interfere with exclusive fullscreen mode. Disable hardware acceleration in Discord (User Settings → Advanced → Hardware Acceleration → Off) if you want to keep it running in the background without affecting Valorant's FPS.

Update Your GPU Drivers

Nvidia and AMD both issue driver updates that include game-specific optimisations. Running drivers that are more than six months old on a budget GPU can mean missing optimisations that Riot specifically requested from the driver teams. For Nvidia GPUs, use GeForce Experience or download manually from Nvidia's website. For AMD GPUs, use AMD Adrenalin software. For Quadro cards, use the latest Studio Driver from Nvidia -- these include the same gaming optimisations as the Game Ready Drivers but are certified for workstation stability.

Why Valorant Doesn't Need a Good GPU -- The Engine Explanation

Valorant was designed from the ground up to run on hardware spanning a decade of budget PCs. Riot's stated target at launch was 30 FPS on machines with integrated graphics. To hit that, the art and engineering teams made deliberate choices about the game's visual complexity that directly benefit low-end GPU owners.

Valorant's maps use a stylised, flat-shaded art direction that minimises complex material layering. There are no photorealistic surfaces with multiple PBR texture channels competing for GPU memory bandwidth. Character models have a relatively low polygon count by modern AAA standards, and the game's ability effects are designed to run efficiently rather than look spectacular. This is not a limitation -- it is an intentional design choice that keeps the game visually readable and performant simultaneously.

On the engine side, Riot modified Unreal Engine 4 to reduce unnecessary draw calls per frame. Valorant's maps are divided into pre-computed visibility zones, so the engine never renders geometry you cannot possibly see from your current position. This culling reduces GPU workload significantly compared to games that render the full scene and rely on the GPU to discard hidden geometry later.

The result is that the GPU's fill rate -- how many pixels it can shade per second -- is rarely saturated in Valorant at 1080p low settings, even on a GT 1030. The game becomes CPU-limited before it becomes GPU-limited on almost all hardware configurations. This is why the settings that most improve FPS are the CPU-side ones: Multithreaded Rendering, disabling post-process passes that add CPU-side workload, and reducing texture streaming overhead that stresses CPU cache and RAM bandwidth.

Mouse Settings and Crosshair for Competitive Play

Settings that help you hit shots matter as much as raw FPS. These recommendations work regardless of how low-end your system is, since they are input and display settings, not rendering settings.

Mouse Settings

Set your mouse DPI to between 400 and 1600 DPI in your mouse software, then set Valorant sensitivity to between 0.3 and 0.5 at 800 DPI (or adjust proportionally at your preferred DPI). The formula is: eDPI = DPI × Sensitivity. Most professional players use an eDPI between 200 and 400. Lower eDPI gives you more precise aim at the cost of requiring more desk space per movement.

Disable mouse acceleration both in Windows (Control Panel → Mouse → Pointer Options → untick "Enhance pointer precision") and in your mouse software. Mouse acceleration makes your crosshair movement speed vary based on how fast you move the mouse, which destroys muscle memory for flick shots. Always off for competitive play.

Raw Input Buffer in Valorant's Mouse settings should be turned On. This makes the game read directly from the mouse hardware rather than going through the Windows input stack, reducing input latency by 1-3ms -- meaningful in a game where a frame at 144 FPS is about 7ms.

Crosshair

A good crosshair for low-end systems does not tax the GPU. Avoid crosshairs with full movement error enabled (which requires the engine to calculate crosshair bloom every frame) or heavy outlines. A simple static dot or small cross with no movement error is both the best competitive crosshair and the least GPU-heavy. In the Crosshair settings, go to the Primary section, set Color to something high-contrast like Cyan or Yellow (easier to see against bright backgrounds), and use a crosshair length of 2, gap of -3, and thickness of 1. Disable Show Firing Error and Show Movement Error.

Common FPS Drop Causes and How to Fix Them

Even with perfect settings, low-end PCs can experience unexpected FPS drops mid-game. Here are the most common causes and direct fixes.

Thermal Throttling

When a CPU or GPU overheats, it automatically reduces its clock speed to prevent hardware damage -- this is called thermal throttling. On a desktop with a dusty cooler or a laptop with degraded thermal paste, throttling can cut your FPS in half mid-match. The giveaway is FPS that starts fine and then drops progressively as the match goes on, recovering after a long break.

Fix: Clean dust from your CPU cooler and GPU heatsink with compressed air. On laptops, consider reapplying thermal paste if the machine is more than two years old. Use HWiNFO64 to monitor CPU and GPU temperatures while playing -- CPU temperatures above 95°C and GPU temperatures above 90°C are throttling territory. Target below 85°C for sustained gaming performance.

Background App Interference

Windows Update, antivirus scans, and browser sessions running in the background can spike CPU usage unpredictably during a match. The symptom is sudden 1-second drops from smooth 100 FPS to 30 FPS. Fix: enable the launch option -high so Valorant takes CPU priority, close unnecessary background apps, and schedule Windows Update for non-gaming hours (Settings → Windows Update → Advanced Options → Active Hours).

Outdated or Corrupted GPU Drivers

Corrupted GPU drivers are a surprisingly common cause of stuttering that looks like an FPS problem but is actually frame time inconsistency -- frames are rendering fast on average but individual frames take far too long. Use DDU (Display Driver Uninstaller) to completely remove the existing driver in Safe Mode, then reinstall the latest clean driver from Nvidia or AMD's website. This fixes issues that a normal driver update cannot resolve because it wipes all driver registry entries and cached settings.

VRAM Overflow Stutter

If you have a GPU with 2GB VRAM (GT 1030, some Quadro P620 variants) and are running medium or high texture settings, VRAM can overflow into system RAM. When this happens, the game stutters every few seconds as textures are swapped in and out. Fix: set Texture Quality to Low, which significantly reduces VRAM consumption and eliminates this class of stutter entirely.

Vanguard Anti-Cheat Overhead

Riot's Vanguard anti-cheat software runs at the kernel level and performs continuous integrity checks. On very old CPUs, this can add a small but consistent CPU overhead. There is no fix for this on the user side -- it is a deliberate security design choice. The best mitigation is ensuring you have Multithreaded Rendering on so the total CPU budget is spread as widely as possible.

Conclusion

Valorant is one of the most accessible competitive games on the planet from a hardware standpoint, and with the right settings it rewards even the most modest PC with competitive frame rates. The key takeaway from this guide: Multithreaded Rendering on and Cast Shadows off are your two biggest levers. Everything else in the settings table compounds the gain.

For GPU owners in Pakistan's budget market -- GT 1030s, Quadro workstation cards, GTX 1050 Tis -- Valorant is a game where your hardware genuinely is capable. The difference between 60 FPS and 120 FPS on the same machine often comes down entirely to these settings, not a hardware upgrade. Apply the full settings table, add the -high launch option, sort out your power plan, and you'll be competing on a level playing field regardless of your GPU generation.

Use the FrameXPK GPU tool to check how your specific GPU performs across other games, and see optimised settings for whatever you are playing beyond Valorant.