PUBG: Battlegrounds — best graphics settings (2026)

Unreal Engine 4 (Modified)Battle Royale2017Demand 3/5average optimization

PUBG: Battlegrounds runs on the Unreal Engine 4 (Modified) engine and lands at 3/5 for GPU demand — it rewards a careful settings pass. It supports DLSS upscaling. Budget at least 6 GB of VRAM at 1440p to avoid texture streaming hitches.

PUBG: Battlegrounds runs on a heavily modified Unreal Engine 4, and despite years of optimization patches its CPU-side performance remains a persistent concern — the game's large open-world maps (Erangel, Miramar, Taego) push significant draw call overhead through UE4's render thread. GPU demand is moderate for mid-range hardware, but the engine's deferred renderer struggles with consistent frame-times in high-player-density zones like Pochinki or school. There is no DLSS, FSR, or ray tracing support, so every frame is rendered natively, making resolution and individual setting choices the primary levers. VRAM requirements are modest — 4 GB covers 1080p comfortably — but streaming hitches can appear on maps like Deston when texture quality exceeds what your pool supports. The optimization headroom lies primarily in shadow and foliage settings, which carry disproportionate GPU and CPU costs relative to their visual return in a title where spotting enemies at range matters more than visual fidelity.

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 PUBG: Battlegrounds.

+15 fps
Drop Shadow Quality to Medium

Barely visible in motion vs Ultra — strong frame saver.

+11 fps
Drop Foliage Quality to Medium

Barely visible in motion vs Ultra — strong frame saver.

+10 fps
Drop Effect Quality to Medium

Barely visible in motion vs Ultra — strong frame saver.

Recommended settings for PUBG: Battlegrounds

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

Texture Quality

Medium Low cost

Typical impact 0-5% · 2% fps cost

In PUBG: Battlegrounds, we recommend Texture Quality at Medium (2% 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 PUBG: Battlegrounds: In PUBG's UE4 renderer, Texture Quality controls the mipmap pool size streamed into VRAM for Erangel's building surfaces, weapon skins, and terrain splat maps. Very Low forces aggressive downsampling that produces noticeably muddy surfaces at close range. Ultra loads full 4K asset maps and requires a stable 4–6 GB VRAM budget to avoid mid-match streaming stalls on large maps like Taego. If your VRAM sits comfortably above the threshold for your resolution, the FPS difference between Medium and Ultra is typically under 5%.

Shadow Quality

Medium Heavy

Typical impact 8-25% · 8% fps cost

In PUBG: Battlegrounds, we recommend Shadow Quality at Medium (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 PUBG: Battlegrounds: This is PUBG's most GPU-intensive single setting. Each step from Very Low to Ultra increases the cascaded shadow map resolution and the number of shadow-casting passes rendered each frame across Erangel's open terrain and Sanhok's dense jungle. At Ultra, the engine renders high-resolution multi-cascade shadow maps for the directional sun light and dynamic objects. Dropping from Ultra to Low can recover 15–25% GPU frame-time, making it the first setting to reduce when chasing higher frame rates.

Anti-Aliasing

Medium Low cost

Typical impact 2-15% · 4% fps cost

In PUBG: Battlegrounds, we recommend Anti-Aliasing at Medium (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 PUBG: Battlegrounds: PUBG uses a TAA-based implementation across its quality tiers. Very Low applies minimal edge smoothing, leaving visible stair-stepping on foliage and building edges but delivering the sharpest pixel-level clarity — preferred by competitive players who pair it with the Sharpen toggle. Ultra applies heavier temporal accumulation with more sub-pixel jitter, reducing shimmer on distant grass at the cost of motion ghosting on fast pans. The FPS delta across all tiers is moderate — roughly 5–10% — but the image stability impact is significant.

Post-Process Quality

Medium Low cost

Typical impact 3-10% · 4% fps cost

In PUBG: Battlegrounds, we recommend Post-Process Quality at Medium (4% fps cost).

Controls the overall quality of the fullscreen post-processing effect stack including tone mapping, color grading (LUT application), bloom (bright-pass filter with multi-stage Gaussian blur), lens flare, auto-exposure (luminance histogram compute shader), and screen-space lens distortion. Higher settings run these effects at full resolution, use larger blur kernels for bloom, and enable additional effects. The total cost is the sum of multiple fullscreen passes — each reading and writing the entire framebuffer.

In PUBG: Battlegrounds: Controls color grading, bloom, and lens effects. Very Low removes the majority of post-processing for a cleaner competitive look.

Effect Quality

Medium Low cost

Typical impact 3-15% · 4% fps cost

In PUBG: Battlegrounds, we recommend Effect Quality at Medium (4% fps cost).

Controls the visual fidelity of gameplay effects including explosions, weapon impacts, ability VFX, and environmental interactions. Higher settings increase particle emitter counts per effect, use higher-resolution flipbook or mesh particles instead of simple sprites, enable GPU particle simulation via compute shaders, and add dynamic lighting from effects (each explosion spawning a temporary point light). The cost is highly variable — intense combat with multiple overlapping effects can produce 4-8x overdraw from layered transparent particles.

In PUBG: Battlegrounds: Effect Quality in PUBG controls particle fidelity for grenades, Molotov fire, smoke grenades, vehicle explosions, and the blue zone wall. At Ultra, explosions spawn high-particle-count GPU-simulated emitters with dynamic point lights. At Very Low, particle counts are significantly reduced and dynamic lighting from effects is disabled. In late-game scenarios with multiple grenades and vehicle explosions overlapping, Ultra can produce noticeable frame-time spikes. Lowering to Low or Medium provides a more consistent frame-time under heavy combat load.

Foliage Quality

Medium Low cost

Typical impact 5-20% · 6% fps cost

In PUBG: Battlegrounds, we recommend Foliage Quality at Medium (6% 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 PUBG: Battlegrounds: PUBG foliage density affects gameplay — higher settings render more grass that can provide concealment. Many pros play on Very Low for competitive advantage.

View Distance

Medium Low cost

Typical impact 5-20% · 4% fps cost

In PUBG: Battlegrounds, we recommend View Distance at Medium (4% fps cost).

Sets the maximum distance at which world geometry, props, and objects are rendered. The engine performs frustum culling and occlusion culling on all objects — increasing view distance dramatically increases the number of objects passing visibility tests, leading to more draw calls submitted to the GPU command processor. In UE5 titles, this also affects Nanite virtual geometry streaming range. The CPU cost of scene traversal and draw call submission often bottlenecks before the GPU at extreme view distances.

In PUBG: Battlegrounds: Only affects prop/building LOD pop-in distance. Player models always render at max distance regardless of this setting.

Motion Blur

On Low cost

Typical impact 1-5% · 1% fps cost

In PUBG: Battlegrounds, 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 PUBG: Battlegrounds: PUBG's Motion Blur toggle enables a per-object and camera motion vector blur pass using UE4's built-in implementation. When On, the post-process shader samples along each pixel's motion vector during high-speed vehicle travel, parachute drops, and fast ADS sweeps. For competitive play this is almost universally disabled — the directional smear reduces target acquisition clarity during combat pans. The GPU cost is a single post-process pass (roughly 1–3% frame-time), but the clarity benefit of disabling it far outweighs any framerate consideration.

V-Sync

On Low cost

Typical impact 0% · no measurable cost

In PUBG: Battlegrounds, we recommend V-Sync at On (no measurable cost).

Synchronizes the GPU's framebuffer swap with the monitor's vertical blanking interval to prevent screen tearing. When enabled, the GPU holds the completed frame until the monitor signals it is ready. If the GPU cannot maintain the refresh rate, VSync forces the frame to wait for the next blanking interval, causing framerate to drop to a fraction (e.g., 60fps to 30fps on a 60Hz display). This introduces up to one full frame of input latency. Triple buffering mitigates the fractional drop but adds more latency.

In PUBG: Battlegrounds: With V-Sync On, PUBG locks output to your monitor's refresh rate and holds frames at the vertical blanking interval, preventing tearing on displays without G-Sync or FreeSync. The practical consequence in PUBG is that if your GPU dips below your refresh rate — common in 100-player drop zones — the engine will stall to the next interval (e.g., from 144 fps to 72 fps on a 144 Hz display), introducing a jarring frame-time spike. For competitive play, disable V-Sync and use a frame cap set just below your monitor's refresh rate combined with G-Sync or FreeSync if available.

Sharpen

On Low cost

Typical impact 0-2% · no measurable cost

In PUBG: Battlegrounds, we recommend Sharpen at On (no measurable cost).

Applies a sharpening post-process filter to counteract blur from TAA, upscaling, or other post-processing. Common implementations include CAS (Contrast Adaptive Sharpening) from AMD, which uses a single-pass compute shader that evaluates local contrast using a 3x3 neighborhood and applies variable sharpening strength — stronger in areas with preserved detail, weaker in noisy areas. RCAS (used in FSR) adds robustness against ringing artifacts. The cost is a single fullscreen compute dispatch with 9 texture fetches per pixel — effectively negligible.

In PUBG: Battlegrounds: The Sharpen toggle applies a post-process sharpening filter over the final composited frame — functionally similar to CAS — that counteracts the softening introduced by TAA accumulation. In PUBG, where identifying a prone player at 300 m on Erangel is a survival decision, the added edge clarity on foliage, building windows, and character outlines is genuinely useful. With Anti-Aliasing set to Very Low or Low, Sharpen adds back fine detail without meaningful blur. The GPU cost is negligible — a single fullscreen pass with a small convolution kernel.

NVIDIA DLSS

Off Low cost

Typical impact -30-80% · no measurable cost

In PUBG: Battlegrounds, 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%.

Expected performance by hardware tier

Estimated average FPS in PUBG: Battlegrounds on a balanced preset, before upscaling.

TierGPUResolutionEst. FPS
Budget GTX 1650 1080p 50
Entry RTX 3060 1080p 128
Mid-range RTX 4070 1440p 93
High-end RTX 4080 1440p 122
Enthusiast RTX 4090 4K 212
Get PUBG: Battlegrounds settings for your exact GPU →

PUBG: Battlegrounds settings — FAQ

Is PUBG: Battlegrounds well optimized on PC?

PUBG: Battlegrounds runs on Unreal Engine 4 (Modified) 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 PUBG: Battlegrounds?

The heaviest options are Shadow Quality (up to 20% fps), Foliage Quality (up to 15% fps), Effect Quality (up to 12% fps). Lower these first when you need frames — they free up the most performance for the smallest hit to how PUBG: Battlegrounds actually looks in motion.

What GPU do I need to run PUBG: Battlegrounds at 60 FPS?

A RTX 3060 (Entry tier) reaches about 128 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 PUBG: Battlegrounds support DLSS, FSR, or ray tracing?

PUBG: Battlegrounds supports NVIDIA DLSS. Upscaling is the single biggest "free" frame boost — enable it before lowering quality settings.