What Is view-distance in Minecraft Server?
Learn what view-distance does in Minecraft server.properties, how it affects visible chunks, bandwidth, memory, exploration, and performance tuning.
view-distance controls how far players can see server-sent chunks around them.
view-distance=8
Higher values can make the world feel larger, but they also increase chunk load, memory use, network traffic, and disk pressure.
What It Affects
| Area | Impact | | --- | --- | | Visual range | Main purpose | | Chunk sending | More chunks sent to clients | | Memory | More chunks around players | | Exploration | More loading pressure | | TPS | Can contribute, especially with many players |
view-distance is not the same as simulation-distance. Read what simulation-distance does for active ticking behavior.
Starting Values
| Server type | Starting point |
| --- | --- |
| Small SMP | 8 to 10 |
| Busy survival | 6 to 8 |
| Lobby/minigame | Depends on map size |
| Premium small server | Higher if profiling supports it |
High view distance is most expensive when players spread out and generate or load many chunks at once.
Tune With Simulation Distance
Many servers use a larger view distance and smaller simulation distance. That keeps the horizon comfortable while limiting active ticking work.
Use best view distance for performance when tuning a live server.
FAQ
What does view-distance control?
It controls how many chunks around each player the server sends for visual range.
Does view-distance affect TPS?
Yes, indirectly. It affects chunk loading, memory, network traffic, and exploration pressure. Simulation distance usually affects active ticking more directly.
Is higher view-distance always better?
No. Higher values can look better but cost more resources, especially with many players exploring.
Related Tools
server.properties Generator
Generate a clean Minecraft server.properties baseline for online mode, max players, difficulty, view distance, simulation distance, and command blocks.
Minecraft JVM Flag Generator
Generate practical Minecraft server JVM flags for Paper, Purpur, Forge, Fabric, and Velocity with sensible heap sizing and GC reminders.
View Distance Calculator
Calculate starting view-distance and simulation-distance values from player count, CPU class, world type, and performance or visual priority.
Related Articles
What Is simulation-distance in Minecraft Server?
Learn what simulation-distance does in Minecraft servers, how it affects ticking chunks, entities, farms, redstone, mobs, and TPS performance.
View Distance vs Simulation Distance
Compare view distance and simulation distance for Minecraft servers, including TPS impact, chunks, entities, farms, bandwidth, and safe starting values.
Best View Distance for Minecraft Server Performance
Choose the best Minecraft server view distance for performance by balancing chunks, player count, simulation distance, exploration, TPS, and hardware limits.