Terraria — best graphics settings (2026)

MonoGame/XNASandbox2011Demand 1/5excellent optimization

Terraria runs on the MonoGame/XNA engine and lands at 1/5 for GPU demand — it runs efficiently for what it shows. Budget at least 1 GB of VRAM at 1440p to avoid texture streaming hitches.

Terraria runs on MonoGame/XNA, a 2D sprite-based framework that places almost no demand on modern GPUs — even integrated graphics handle it comfortably, and VRAM consumption stays well under 1 GB at any resolution. The real performance story is entirely CPU-side: the tile-based lighting system performs a flood-fill propagation pass across potentially thousands of lit tiles every frame, and in large late-game worlds dense with torches, campfires, and lamps this single system can push CPU utilisation surprisingly high. There is no ray tracing, no upscaling pipeline, and no deferred renderer to speak of. Virtually all optimisation headroom lives in the lighting and multicore threading settings. Players on weak CPUs or integrated platforms will find meaningful gains by adjusting lighting mode and enabling hardware threading, while GPU-constrained setups are essentially nonexistent for this title.

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

At the recommended preset, Terraria is already balanced — no single setting is worth dropping for frames on this class of hardware.

Recommended settings for Terraria

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

Lighting Quality

Color Low cost

Typical impact 5-15% · 3% fps cost

In Terraria, we recommend Lighting Quality at Color (3% fps cost).

Controls the overall fidelity of the deferred or forward+ lighting pipeline. Higher settings increase the maximum number of dynamic lights evaluated per tile/cluster in the light culling compute shader, enable higher-precision light attenuation functions, and may add area light support with linearly-transformed cosine (LTC) approximations. In clustered deferred renderers, this also affects the cluster grid resolution and the number of lights allowed per cluster before overflow.

In Terraria: Terraria has 4 lighting modes: Color, White, Retro, Trippy. Color mode uses per-tile RGB lighting — can stress CPU in large worlds with many light sources.

Frame Skip

Subtle Low cost

Typical impact N/A · no measurable cost

In Terraria, we recommend Frame Skip at Subtle (no measurable cost).

When enabled, the game skips rendering frames if the simulation is running behind real time, allowing gameplay logic to catch up. This improves simulation accuracy under CPU load at the expense of visible judder — the frame rate may drop abruptly when frames are skipped. Disabling frame skip forces the renderer to output every simulated frame, producing smoother output but potentially causing the simulation to run slower than real time on underpowered hardware. In Terraria, disabling frame skip is generally preferred when targeting ≥60fps.

Background Quality

High Low cost

Typical impact 0-3% · 1% fps cost

In Terraria, we recommend Background Quality at High (1% fps cost).

Controls the rendering quality of parallax scrolling background layers behind the main game world. In Terraria, the background consists of multiple layered 2D textures that scroll at different rates to create depth parallax. Higher settings use higher-resolution background textures, enable more parallax layers with smoother interpolation, and add additional decorative elements (distant mountains, sky gradients, biome-specific backdrops). The cost is primarily texture bandwidth — each background layer is a fullscreen or near-fullscreen textured quad.

In Terraria: The background in Terraria is a stack of parallax-scrolling 2D texture layers — distant mountains, sky gradients, and biome-specific imagery — rendered as near-fullscreen textured quads behind the tile world. Higher settings add more layers and use higher-resolution source textures, increasing texture bandwidth per frame. Because MonoGame draws these as simple SpriteBatch calls, the GPU cost is negligible on any discrete card. On very low-end integrated graphics with shared memory bandwidth, dropping this from High to Low can slightly reduce framebuffer read pressure, but the practical impact for most players is essentially zero.

Wave Quality

High Low cost

Typical impact 1-6% · 1% fps cost

In Terraria, we recommend Wave Quality at High (1% fps cost).

Controls the quality of water wave simulation and rendering. Higher settings enable GPU-computed FFT ocean wave simulation using compute shaders — the frequency domain is populated with wind-driven wave spectra, then transformed to spatial displacement via FFT. The resulting displacement map animates the water mesh's vertex positions each frame. Lower settings use simpler sine-wave animation on a coarser mesh. Foam generation at wave crests uses a separate render target updated each frame.

Expected performance by hardware tier

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

TierGPUResolutionEst. FPS
Budget GTX 1650 1080p 120
Entry RTX 3060 1080p 720
Mid-range RTX 4070 1440p 316
High-end RTX 4080 1440p 420
Enthusiast RTX 4090 4K 700
Get Terraria settings for your exact GPU →

Terraria settings — FAQ

Is Terraria well optimized on PC?

Terraria runs on MonoGame/XNA 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 Terraria?

The heaviest options are Lighting Quality (up to 3% fps), Background Quality (up to 1% fps), Wave Quality (up to 1% fps). Lower these first when you need frames — they free up the most performance for the smallest hit to how Terraria actually looks in motion.

What GPU do I need to run Terraria at 60 FPS?

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

Terraria relies on traditional rasterisation without ray tracing or vendor upscaling, so frames come from tuning the standard quality settings above.