Diablo IV — best graphics settings (2026)

Custom (Blizzard)Action RPG2023Demand 2/5excellent optimization

Diablo IV runs on the Custom (Blizzard) engine and lands at 2/5 for GPU demand — it runs efficiently for what it shows. It supports DLSS, FSR upscaling and frame generation. Budget at least 6 GB of VRAM at 1440p to avoid texture streaming hitches.

Diablo IV runs on a custom Blizzard engine built specifically for the title, not a licensed middleware solution. Despite its isometric perspective suggesting modest hardware needs, the engine's physically-based rendering pipeline, dynamic global illumination, volumetric lighting across dungeon environments, and dense particle effects from skill interactions push GPU demand higher than the camera angle implies. GPU demand is relatively moderate at 2/5, but optimization is excellent — Blizzard has shipped consistent driver-level and patch-based performance improvements since launch. DLSS and FSR 2 are both supported, making upscaling the most accessible path to higher framerates. VRAM requirements are sensible: 4 GB at 1080p, 6 GB at 1440p, and 8 GB at 4K Ultra. The engine's biggest performance variable is shadow quality, which dominates GPU budget in dense outdoor zones like the Dry Steppes and Fractured Peaks far more than in linear dungeons.

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 Diablo IV.

+3 fps
Drop Water Quality to Medium

Barely visible in motion vs High — strong frame saver.

+4 fps
Drop Shadow Quality to High

Barely visible in motion vs Ultra — strong frame saver.

+2 fps
Drop Ambient Occlusion to Medium

Barely visible in motion vs High — strong frame saver.

Recommended settings for Diablo IV

Reference rig: RTX 4080 at 1440p, balanced preset. Values are accurate to Diablo IV's in-game options.

Texture Quality

High Low cost

Typical impact 0-5% · 4% fps cost

In Diablo IV, 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 Diablo IV: Blizzard's engine manages VRAM aggressively — Ultra textures run fine on 8GB even at 4K. The primary VRAM concern is only at 4K Ultra with a mid-range GPU. Texture quality has minimal FPS impact; lower it only if hitting VRAM limits.

Shadow Quality

High Heavy

Typical impact 8-25% · 8% fps cost

In Diablo IV, we recommend Shadow Quality at High (8% 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 Diablo IV: The most impactful GPU setting in Diablo IV. Ultra shadow quality costs roughly 14% FPS over Low. Medium is the recommended balance for 60fps targets on mid-range hardware — the isometric perspective makes Ultra shadow fidelity hard to notice in gameplay.

Reflection Quality

Medium Low cost

Typical impact 3-20% · 6% fps cost

In Diablo IV, 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 Diablo IV: Diablo IV's engine uses screen-space reflections at medium and high tiers, visible on wet dungeon floors, swamp surfaces in the Hawezar region, and ice patches in the Fractured Peaks. Low falls back to static cubemap probes. High SSR increases ray-march step count and resolution, adding 3–7% GPU overhead. The isometric view limits reflection visibility to nearly-flat surfaces, so the visual return on High versus Medium is modest — most reflective detail is partially occluded by the camera angle.

Ambient Occlusion

Medium Low cost

Typical impact 3-12% · 6% fps cost

In Diablo IV, we recommend Ambient Occlusion at Medium (6% 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 Diablo IV: The engine applies ambient occlusion as a deferred post-process pass using a horizon-based method. At High, it adds meaningful depth to crevices in dungeon stonework, corpse piles, and rocky terrain in the Scosglen highlands. Low uses a reduced sample count with a coarser kernel, visibly flattening corners and contact areas. The cost scales with screen resolution — at 4K, High AO adds roughly 4–6% overhead. Medium provides most of the contact-shadow depth at lower sample cost and is the practical recommendation for 1440p targets.

Water Quality

Medium Low cost

Typical impact 3-12% · 3% fps cost

In Diablo IV, we recommend Water Quality at Medium (3% 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 Diablo IV: Water in Diablo IV appears in swamp zones (Hawezar), river crossings, and coastal areas, rendered with GPU-driven wave displacement and refraction. High enables finer mesh tessellation on water surfaces and higher-resolution refraction sampling, while Low uses a simplified planar approximation with static normal maps. The cost difference between Low and High is moderate — around 3–5% — but water surfaces rarely occupy significant screen space from the isometric camera, limiting the practical visual payoff of High outside of dedicated water-heavy areas.

Anti-Aliasing

High Low cost

Typical impact 2-15% · 4% fps cost

In Diablo IV, we recommend Anti-Aliasing at High (4% 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 Diablo IV: Diablo IV's anti-aliasing stack uses a temporal accumulation method at Medium and High that applies sub-pixel jitter to reconstruct smoother geometry edges across frames — important for fine details like chain mail and distant foliage in the Scosglen zone. Low uses a lighter spatial filter with less ghosting suppression. Off exposes sharp aliasing on diagonal geometry edges, which is more visible in Diablo IV than many isometric games due to its high geometric detail density. If using DLSS or FSR, their internal temporal components supersede this setting, making AA redundant.

Depth of Field

On Low cost

Typical impact 2-8% · 1% fps cost

In Diablo IV, 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 Diablo IV: When enabled, Diablo IV applies a background bokeh blur to distant world geometry based on depth buffer distance from the focal plane. In practice the isometric perspective keeps most gameplay elements in sharp focus, so the blur affects only far-field environmental backgrounds — distant mountain ranges in the Fractured Peaks or fog-shrouded forests in Scosglen. The cost is a single post-process pass and is minimal at around 1–2%. It is a purely cinematic preference; disabling it has no practical gameplay impact and recovers a small frame-time margin.

NVIDIA DLSS

Off Low cost

Typical impact -30-80% · no measurable cost

In Diablo IV, 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 Diablo IV: Diablo IV supports DLSS 2 on RTX hardware, rendering at a reduced internal resolution and using Tensor Core inference to reconstruct a full-resolution output. Quality mode renders at roughly 67% of native linear resolution — at 1440p output this means the 3D scene renders at approximately 960p before upscaling. The visual result is clean given the engine's predominantly flat isometric geometry, with minimal ghosting on fast-moving skill projectiles. DLSS is the recommended path for RTX users targeting 60+ fps at 1440p or 4K on mid-range hardware, providing 30–50% FPS uplift depending on tier.

AMD FSR

Off Low cost

Typical impact -25-70% · no measurable cost

In Diablo IV, 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 Diablo IV: Diablo IV supports FSR 2 via a compute-shader temporal accumulation pipeline that works across all GPU vendors. It reconstructes a higher-resolution frame from jittered lower-resolution input using motion vectors and depth. At Quality mode (67% render scale) on AMD or non-RTX hardware, FSR 2 recovers 25–40% FPS and holds up well given Diablo IV's art style — the engine's strong PBR materials and high-contrast lighting help mask residual reconstruction softness better than photorealistic games. FSR 2 is the primary performance lever for Radeon RX 6000/7000 users at 1440p and 4K.

Frame Generation

Off Low cost

Typical impact -30-80% · no measurable cost

In Diablo IV, the recommended preset leaves Frame Generation off — little visual loss for the frames it returns.

Synthesizes entirely new intermediate frames between real rendered frames using optical flow analysis. DLSS Frame Generation (NVIDIA Ada+) uses the Optical Flow Accelerator hardware to compute per-pixel motion between consecutive frames, then a neural network generates a synthetic frame by warping and blending the two surrounding real frames. AMD FSR Frame Generation uses a software-based optical flow compute shader implementation. The generated frame is inserted between real frames, effectively doubling perceived framerate. The trade-off is approximately 1 frame of additional display latency and potential artifacts on fast-moving objects where optical flow estimation fails.

In Diablo IV: Frame generation in Diablo IV is tied to DLSS 3 on Ada Lovelace (RTX 40-series) hardware, synthesizing an optical-flow-warped intermediate frame between each real rendered frame. This doubles perceived framerate on the display but adds approximately one frame of latency to input response. In an action RPG where skill timing matters, the latency overhead is more noticeable than in slower genres — Blizzard's NVIDIA Reflex integration helps mitigate this. Frame generation is most beneficial when the GPU is already sustaining 60+ real fps, where the synthetic frame fills the display cadence smoothly without motion-vector failure artifacts from rapid camera panning.

Expected performance by hardware tier

Estimated average FPS in Diablo IV on a balanced preset, before upscaling.

TierGPUResolutionEst. FPS
Budget GTX 1650 1080p 60
Entry RTX 3060 1080p 60
Mid-range RTX 4070 1440p 57
High-end RTX 4080 1440p 60
Enthusiast RTX 4090 4K 130
Get Diablo IV settings for your exact GPU →

Diablo IV settings — FAQ

Is Diablo IV well optimized on PC?

Diablo IV runs on Custom (Blizzard) and rates 1/5 for optimization — excellent optimization. With a balanced preset it runs efficiently for what it shows; the per-setting recommendations above prioritise image quality while trimming the options that cost the most frames.

What are the most demanding settings in Diablo IV?

The heaviest options are Shadow Quality (up to 14% fps), Reflection Quality (up to 10% fps), Ambient Occlusion (up to 10% fps). Lower these first when you need frames — they free up the most performance for the smallest hit to how Diablo IV actually looks in motion.

What GPU do I need to run Diablo IV at 60 FPS?

A GTX 1650 (Budget tier) reaches about 60 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 Diablo IV support DLSS, FSR, or ray tracing?

Diablo IV supports NVIDIA DLSS and AMD FSR. Upscaling is the single biggest "free" frame boost — enable it before lowering quality settings.