Change View Distance on Your Minecraft Server

How to adjust view distance and simulation distance for performance and visibility on your Minecraft server.

View distance controls how many chunks are sent to players. Simulation distance controls how far game logic runs.

Settings

In server.properties:

view-distance=10
simulation-distance=10
SettingDefaultRangeDescription
view-distance104–32Chunks rendered for each player
simulation-distance104–32Chunks where mobs spawn, redstone runs, crops grow

Performance Impact

View DistanceChunks per PlayerRAM Impact
6~144Low — best for busy servers
8~256Moderate
10~400Default
12~576High — smooth for small groups
16~1024Very high — needs good hardware

Recommendations

Server Typeview-distancesimulation-distance
Large public (20+ players)6–86
Medium (10–20 players)8–108
Small private (2–5 players)10–1410
Solo / testing16+10

💡 Tip: Reducing simulation-distance has a bigger performance impact than view-distance because it controls mob spawning and entity processing.

How is this guide?

40% Off — Limited TimeGet your Minecraft server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page