The Witcher 3: Wild Hunt — best graphics settings (2026)

REDengine 3Action RPG2015Demand 4/5average optimization

The Witcher 3: Wild Hunt runs on the REDengine 3 engine and lands at 4/5 for GPU demand — it rewards a careful settings pass. It supports DLSS, FSR upscaling and hardware ray tracing. Budget at least 8 GB of VRAM at 1440p to avoid texture streaming hitches.

The Witcher 3 runs on CD Projekt Red's REDengine 3, a deferred-rendering engine built for open-world complexity. It is a notoriously demanding title — Velen's dense foliage, Novigrad's packed streets, and Toussaint's lush landscapes push VRAM hard, with 6 GB the practical minimum at 1080p Ultra and 10 GB required for stable 4K. The 2022 next-gen update added a DX12 rendering path, DLSS 3, FSR 2, and a substantial ray tracing suite covering global illumination, ambient occlusion, and reflections. Despite the update's visual gains, REDengine 3's CPU-side draw call submission and limited async compute support mean optimization headroom is uneven — some settings trade heavily for minimal visual gain, while HairWorks and ray tracing GI are disproportionately costly. Targeting 60 fps on mid-range hardware requires careful tuning of grass, shadows, and RT features rather than blanket preset adjustments.

Below is a per-setting breakdown: what each option does, how much it costs, and the value we recommend — tuned to keep the image looking right while reclaiming frames. Want the exact numbers for your GPU? Open the optimizer →

Biggest wins

The settings that buy back the most frames for the least visual loss in The Witcher 3: Wild Hunt.

+8 fps
Drop Foliage Quality to High

Barely visible in motion vs Ultra — strong frame saver.

+6 fps
Drop Grass Quality to High

Barely visible in motion vs Ultra — strong frame saver.

+6 fps
Drop Shadow Quality to High

Barely visible in motion vs Ultra — strong frame saver.

Recommended settings for The Witcher 3: Wild Hunt

Reference rig: RTX 4080 at 1440p, balanced preset. Values are accurate to The Witcher 3: Wild Hunt's in-game options.

Texture Quality

High Low cost

Typical impact 0-5% · 4% fps cost

In The Witcher 3: Wild Hunt, we recommend Texture Quality at High (4% fps cost).

Controls the maximum mipmap resolution loaded for surface textures. Higher levels stream larger texture maps (2K/4K) from disk into VRAM via the texture streaming pool. The GPU samples these during fragment shading using the currently bound sampler state. The FPS cost is minimal when VRAM is sufficient because texture fetch latency is hidden by the cache hierarchy, but exceeding VRAM capacity triggers page-faulting and hitching as textures are swapped between system RAM and VRAM.

In The Witcher 3: Wild Hunt: REDengine 3 streams texture mips from disk into a VRAM pool. At Ultra, full 4K albedo, normal, and specular maps are loaded for surfaces across Velen and Novigrad, demanding 6+ GB at 1080p. Dropping to High noticeably reduces VRAM pressure with minimal visible difference on static geometry, though Geralt's armor and NPC clothing textures show softening. Avoid Low — the streaming pool shrinks enough to cause visible hitching when galloping through dense areas on Roach.

Shadow Quality

High Heavy

Typical impact 8-25% · 12% fps cost

In The Witcher 3: Wild Hunt, we recommend Shadow Quality at High (12% fps cost).

Controls shadow map resolution, filtering method, and cascade count for dynamic shadows. The engine renders the scene from each light source perspective into depth-only shadow map textures. Higher settings increase shadow map resolution (1024 to 4096 texels), add more cascaded shadow map splits for the directional light (improving near-field resolution), and enable softer PCF or PCSS filtering which requires more depth comparison samples per pixel during the lighting pass.

In The Witcher 3: Wild Hunt: REDengine 3 uses cascaded shadow maps for the directional sun light. Ultra increases shadow map resolution to 4096 and extends the cascade count, producing sharper contact shadows under tree canopies in Velen and on Novigrad's cobblestones. The cost is 8–20% FPS depending on scene complexity. Medium is the practical sweet spot — shadow map resolution drops to 2048 but remains crisp at normal play distances, and far-cascade coverage is barely perceptible.

Ray Tracing

Off Low cost

Typical impact 20-50% · no measurable cost

In The Witcher 3: Wild Hunt, the recommended preset leaves Ray Tracing off — little visual loss for the frames it returns.

Enables hardware-accelerated ray tracing via DXR or Vulkan RT extensions, dispatching rays from the GPU RT cores through a bounding volume hierarchy (BVH) acceleration structure built over scene geometry. Depending on the implementation, RT may cover reflections (tracing reflection rays from glossy surfaces), shadows (tracing shadow rays toward light sources for pixel-perfect hard/soft shadows), ambient occlusion (short-range visibility rays), and global illumination (multi-bounce path tracing). Each feature adds its own ray budget — a single pixel might dispatch 1-8 rays. BVH traversal and ray-triangle intersection testing occur on dedicated RT hardware, but shading the hit points runs on standard compute units.

In The Witcher 3: Wild Hunt: Next-gen update added RT global illumination and RT ambient occlusion. RT GI dramatically improves indoor lighting in Novigrad buildings. 20-30% FPS hit.

Reflection Quality

Medium Low cost

Typical impact 3-20% · 6% fps cost

In The Witcher 3: Wild Hunt, we recommend Reflection Quality at Medium (6% fps cost).

Controls the method and fidelity of surface reflections. Low settings use pre-baked cubemap probes — a single texture lookup per pixel. Medium enables screen-space reflections (SSR) that ray-march through the depth buffer to find reflected geometry. High uses higher-resolution SSR with more march steps. Ultra may enable planar reflections (re-rendering the scene from a mirrored viewpoint) or RT reflections (hardware-accelerated rays). The cost escalation from cubemaps to SSR to RT is dramatic — cubemaps are nearly free, SSR costs 3-8%, and RT reflections cost 15-25%.

In The Witcher 3: Wild Hunt: In the next-gen update, reflection quality controls the SSR implementation quality layered over static cubemap probes. High enables full-resolution SSR with 64+ ray march steps per pixel, producing convincing reflections on wet Velen cobblestones and Novigrad's flooded dockside puddles. Low falls back to cubemap-only reflections — notably flat on dynamic wet surfaces. Medium SSR at 32 steps recovers 5–10% versus High with only subtle loss in reflection detail on non-planar surfaces. When RT reflections are enabled via the ray tracing settings, this setting becomes secondary.

Ambient Occlusion

SSAO Low cost

Typical impact 3-12% · 4% fps cost

In The Witcher 3: Wild Hunt, we recommend Ambient Occlusion at SSAO (4% fps cost).

Computes soft shadowing in crevices and where surfaces meet by estimating how much ambient light is occluded at each pixel. SSAO samples the depth buffer in a hemisphere around each pixel, testing for nearby occluders. HBAO+ uses ray-marching along the depth buffer horizon. GTAO uses a multi-directional horizon search with cosine-weighted integration for physically correct results. Each method runs as a fullscreen compute or pixel shader pass — higher quality modes increase sample count from 4 (SSAO) to 32+ (GTAO Ultra), directly scaling the per-pixel ALU cost.

In The Witcher 3: Wild Hunt: The next-gen update introduced HBAO+ (NVIDIA's horizon-based AO) alongside the legacy SSAO option. HBAO+ uses multi-directional horizon ray-marching across the depth buffer, producing noticeably tighter occlusion in Novigrad's alleyways and under foliage canopies compared to SSAO's noisier hemisphere sampling. HBAO+ costs approximately 4–8% FPS at 1440p; SSAO costs 2–4%. Disabling AO entirely saves that budget but flattens contact shading significantly — SSAO is the recommended compromise on mid-range hardware.

Foliage Quality

High Heavy

Typical impact 5-20% · 10% fps cost

In The Witcher 3: Wild Hunt, we recommend Foliage Quality at High (10% fps cost).

Controls density, LOD transitions, and rendering quality for non-grass vegetation — trees, bushes, ferns, and vines. Higher settings increase the number of foliage instances, delay the transition from full 3D meshes to billboard imposters, and use higher-poly foliage meshes. In UE5 games using Nanite foliage, this controls the mesh cluster granularity and streaming distance. The primary cost drivers are massive overdraw from layered alpha-tested foliage cards and the high draw call count from thousands of individually-placed foliage instances.

In The Witcher 3: Wild Hunt: Distinct from foliage visibility range, foliage quality controls the polygon complexity and material fidelity of individual bush and undergrowth meshes. Ultra uses the highest-poly fern and bush assets with full multi-layer alpha-tested leaf cards. Toussaint's vineyard undergrowth and the Crookback Bog reed beds are particularly affected. Dropping to High reduces leaf card count per mesh, trimming the per-plant overdraw burden by roughly 20% in forested areas. Low substitutes significantly simpler meshes that look flat at close range.

Water Quality

High Low cost

Typical impact 3-12% · 6% fps cost

In The Witcher 3: Wild Hunt, we recommend Water Quality at High (6% fps cost).

Governs the fidelity of water surface rendering including wave simulation, tessellation, refraction, and reflection techniques. Higher settings enable GPU-computed FFT wave simulation in compute shaders, adaptive tessellation for displacement mapping on the water mesh, screen-space refraction via distorted depth buffer sampling, and planar or screen-space reflections. The reflection pass may render the scene a second time from a mirrored viewpoint, effectively doubling draw calls for visible water surfaces.

In The Witcher 3: Wild Hunt: The rivers of Velen and the coastal waters around Skellige use FFT-based wave displacement at High/Ultra, with screen-space refraction and reflection passes layered on top. Ultra adds a full planar reflection pass over large water surfaces, effectively re-rendering the scene from a mirrored viewpoint — this is particularly costly near Skellige's harbours. Dropping to Medium disables the planar reflection pass, falling back to SSR, saving 5–10% FPS in water-heavy areas with only minor visual degradation on open-ocean surfaces.

Grass Quality

High Heavy

Typical impact 5-20% · 10% fps cost

In The Witcher 3: Wild Hunt, we recommend Grass Quality at High (10% fps cost).

Controls grass blade density, draw distance, and rendering method. Grass is typically rendered via GPU instancing — a single blade mesh is instanced thousands of times with per-instance transforms stored in structured buffers. Higher settings increase instances per square meter and extend the draw distance. Each grass blade is an alpha-tested quad or multi-polygon mesh, producing significant overdraw in dense fields. Wind animation is computed in the vertex shader using procedural noise functions. Some engines use mesh shaders or indirect draw for grass, reducing CPU-side instancing overhead.

In The Witcher 3: Wild Hunt: Controls the geometric complexity of individual grass blade meshes — the shape and poly count of each instance in the GPU-instanced grass field. Ultra uses multi-segment bent blade meshes; Low uses single flat quads. The visual difference is subtle except in close-up cinematic shots, since grass density and draw distance (grass_density) dominate the overall grass appearance far more than per-blade geometry. Dropping to Medium costs nothing perceptible at normal play and trims vertex shader invocations slightly in grass-heavy areas.

Level of Detail (LOD)

High Low cost

Typical impact 3-12% · 6% fps cost

In The Witcher 3: Wild Hunt, we recommend Level of Detail (LOD) at High (6% fps cost).

Governs the distance thresholds at which objects transition between LOD tiers. The engine uses screen-space projected size or distance-based heuristics to swap between high-poly and simplified meshes. Higher settings push these transition distances further, keeping detailed geometry on screen longer. This increases total triangle count, draw calls, and vertex buffer memory. In UE5 titles using Nanite, this controls the aggressiveness of the virtual geometry streaming system.

In The Witcher 3: Wild Hunt: REDengine 3's LOD system governs how quickly characters, props, and buildings transition from high-poly meshes to simplified geometry as distance increases. Ultra holds full-detail models out to the maximum game draw distance — evident in the complexity of Novigrad's building facades seen from the city walls. Low causes visible pop-in where NPC models swap geometry as Geralt approaches. High is the practical maximum for most setups — it delays LOD transitions enough to eliminate jarring pop-in at a 5–10% lower GPU cost than Ultra.

Anti-Aliasing

TAA Low cost

Typical impact 2-15% · 3% fps cost

In The Witcher 3: Wild Hunt, we recommend Anti-Aliasing at TAA (3% fps cost).

Smooths jagged edges (aliasing) on geometric boundaries. FXAA is a single-pass edge-detection blur — cheap but softens the image. TAA accumulates multiple frames using motion vectors, sampling sub-pixel jitter offsets to reconstruct smoother edges — moderate cost with potential ghosting. SMAA uses pattern-matching edge detection with a more intelligent blend. MSAA runs the rasterizer at 2x/4x the sample count, evaluating coverage for each triangle edge — expensive because it multiplies ROP work and render target memory, but produces sharp geometry edges without blur.

In The Witcher 3: Wild Hunt: The next-gen update made TAA the default and strongly recommended option. REDengine 3's TAA implementation accumulates sub-pixel jitter across frames using motion vectors, effectively eliminating the severe temporal shimmer on Velen's grass and foliage that plagues FXAA and Off modes. FXAA is a single-pass edge blur that softens the entire image without resolving grass aliasing. Disabling AA entirely produces aggressive pixel-crawl on foliage. If using DLSS or FSR, TAA is superseded by the upscaler's temporal reconstruction — disable native AA in that case.

Anisotropic Filtering

16x Low cost

Typical impact 0-1% · 3% fps cost

In The Witcher 3: Wild Hunt, we recommend Anisotropic Filtering at 16x (3% fps cost).

A dedicated anisotropic texture filtering control that adjusts the maximum number of additional texture samples taken per pixel for surfaces at steep viewing angles. At 16x, up to 16 taps are taken along the anisotropy axis in the texture unit hardware. This computation is overlapped with ALU work in the shader pipeline, so even maximum settings cost virtually nothing on modern architectures. The visual payoff is significant — eliminates blurriness on ground planes and distant walls.

In The Witcher 3: Wild Hunt: REDengine 3 routes AF through the standard GPU texture unit hardware. At 16x, up to 16 taps are taken per texture fetch on oblique surfaces — ground textures across Velen's dirt roads and Novigrad's stone floors benefit most, eliminating the blurry smearing visible at lower settings. Modern GPUs execute AF in dedicated texture hardware overlapped with shader ALU work, so the cost difference between 4x and 16x is under 1% in practice. Leave at 16x; any lower setting costs image quality for no meaningful FPS return.

Bloom

On Low cost

Typical impact 0-3% · 1% fps cost

In The Witcher 3: Wild Hunt, we recommend Bloom at On (1% fps cost).

Produces a glow around bright light sources by extracting pixels above a brightness threshold and blurring them back into the scene. The implementation uses a bright-pass filter, followed by progressive downsampling with Gaussian blur at each mip level (4-6 levels), then re-compositing the blurred mips into the original image. The multi-pass nature means multiple fullscreen reads/writes, but each successive pass operates on a smaller buffer. Total cost is modest due to separable Gaussian implementation.

In The Witcher 3: Wild Hunt: A simple bright-pass plus multi-mip Gaussian blur composited back into the HDR framebuffer. REDengine 3's bloom is subtle compared to many titles — it primarily affects candle light in Novigrad's interiors and magical effect glows during Witcher signs. The performance cost at any resolution is under 1–2% (a handful of fullscreen downsample passes). Disabling it is a pure aesthetic choice with negligible FPS return; most players leave it on.

Depth of Field

On Low cost

Typical impact 2-8% · 1% fps cost

In The Witcher 3: Wild Hunt, we recommend Depth of Field at On (1% fps cost).

Simulates camera lens focus by blurring pixels based on their distance from a focal plane. The depth buffer is sampled to determine each pixel's circle of confusion (CoC). A Gaussian or bokeh blur is applied with kernel size proportional to CoC. Higher quality modes use physically-based hexagonal or circular bokeh shapes via a gather pass. Cinematic mode may use separate near-field and far-field blur with smooth transitions. The cost scales with maximum CoC radius — large blur kernels require 32+ texture taps per pixel.

In The Witcher 3: Wild Hunt: Used primarily during cutscenes and dialogue sequences to focus on characters while blurring backgrounds. REDengine 3 applies a CoC-based Gaussian bokeh pass. During open-world gameplay, DoF is subtle and mostly inactive. Disabling it saves a small post-process pass (1–3%) and removes the slight background softening visible during slow Witcher sense exploration sequences. Recommended off for gameplay clarity, though the FPS return is minor outside of cinematic-heavy sessions.

Motion Blur

On Low cost

Typical impact 1-5% · 1% fps cost

In The Witcher 3: Wild Hunt, we recommend Motion Blur at On (1% fps cost).

Applies directional blur to moving objects based on per-pixel motion vectors. The engine writes a motion vector buffer during the G-buffer pass — each pixel stores a 2D velocity derived from the difference between current and previous frame positions. The post-process shader samples the color buffer along each pixel's motion vector, averaging multiple taps to produce directional streaking. The cost is a single fullscreen pass with 8-16 dependent texture fetches per pixel. Many competitive players disable this for image clarity.

In The Witcher 3: Wild Hunt: REDengine 3 applies a per-object motion vector blur pass — a fullscreen resolve that smears pixels along each object's screen-space velocity. At 60+ fps the effect becomes barely perceptible and is often considered visual noise. Disabling saves 1–3% and produces a noticeably cleaner image during fast camera sweeps across Velen's horizon. No gameplay penalty; disable freely.

NVIDIA DLSS

Off Low cost

Typical impact -30-80% · no measurable cost

In The Witcher 3: Wild Hunt, the recommended preset leaves NVIDIA DLSS off — little visual loss for the frames it returns.

Deep Learning Super Sampling — NVIDIA's AI-based temporal upscaling that runs on dedicated Tensor Core hardware. The engine renders at a lower internal resolution and feeds the reduced-resolution frame, motion vectors, and depth buffer to a neural network that reconstructs a high-resolution output. DLSS 3+ adds optical flow-based frame generation on Ada/Blackwell architectures. The FPS gain comes from rendering fewer pixels — Quality mode renders ~67% of native pixels, Performance ~50%, Ultra Performance ~33%.

In The Witcher 3: Wild Hunt: Added in the next-gen update, DLSS runs via Tensor Core inference on RTX hardware. REDengine 3 feeds the lower-resolution scene plus motion vectors and depth to the DLSS network for AI reconstruction. Quality mode (67% native) produces output largely indistinguishable from native TAA while recovering 30–40% FPS at 1440p and above — the strongest single FPS lever available to RTX users. DLSS also improves grass and foliage temporal stability versus native TAA in motion. DLSS 3 Frame Generation on RTX 40-series can further double perceived framerate at the cost of ~1 frame additional latency.

AMD FSR

Off Low cost

Typical impact -25-70% · no measurable cost

In The Witcher 3: Wild Hunt, the recommended preset leaves AMD FSR off — little visual loss for the frames it returns.

FidelityFX Super Resolution — AMD's upscaling technology available on all GPUs. FSR 2.0+ uses temporal accumulation similar to TAA — it combines multiple jittered lower-resolution frames using motion vectors and a depth buffer to reconstruct a higher-resolution output via a multi-pass compute shader pipeline. The pipeline includes depth clip detection, motion vector dilation, luminance instability detection, and a reconstruction pass with Lanczos-based resampling. Unlike DLSS, FSR runs on standard compute units rather than dedicated AI hardware, working vendor-agnostically.

In The Witcher 3: Wild Hunt: FSR 2 (temporal) was added alongside DLSS in the next-gen update, making it available to all GPU vendors. It uses motion vectors and depth from REDengine 3's DX12 path for multi-frame temporal reconstruction via a compute shader pipeline. Quality mode (67% native) recovers 25–35% FPS with acceptable IQ — slight softening on Geralt's armor edges versus DLSS Quality but significantly better than FSR 1's spatial-only approach. The primary artifact is ghosting on fast-moving foliage in wind; reducing sharpening slightly in the FSR settings helps. Essential for non-NVIDIA hardware targeting 60 fps at 1440p/4K.

Expected performance by hardware tier

Estimated average FPS in The Witcher 3: Wild Hunt on a balanced preset, before upscaling.

TierGPUResolutionEst. FPSWith RT
Budget GTX 1650 1080p 42 19
Entry RTX 3060 1080p 92 47
Mid-range RTX 4070 1440p 77 50
High-end RTX 4080 1440p 99 64
Enthusiast RTX 4090 4K 192 125
Get The Witcher 3: Wild Hunt settings for your exact GPU →

The Witcher 3: Wild Hunt settings — FAQ

Is The Witcher 3: Wild Hunt well optimized on PC?

The Witcher 3: Wild Hunt runs on REDengine 3 and rates 3/5 for optimization — average optimization. With a balanced preset it rewards a careful settings pass; the per-setting recommendations above prioritise image quality while trimming the options that cost the most frames.

What are the most demanding settings in The Witcher 3: Wild Hunt?

The heaviest options are Ray Tracing (up to 45% fps), Shadow Quality (up to 18% fps), Foliage Quality (up to 18% fps). Lower these first when you need frames — they free up the most performance for the smallest hit to how The Witcher 3: Wild Hunt actually looks in motion.

What GPU do I need to run The Witcher 3: Wild Hunt at 60 FPS?

A RTX 3060 (Entry tier) reaches about 92 FPS at 1080p on a balanced preset, so anything at or above that class clears 60 FPS comfortably. Lower tiers can still hit 60 by enabling upscaling and dropping the heaviest settings.

Does The Witcher 3: Wild Hunt support DLSS, FSR, or ray tracing?

The Witcher 3: Wild Hunt supports NVIDIA DLSS, AMD FSR and ray tracing. Upscaling is the single biggest "free" frame boost — enable it before lowering quality settings.