ametistos
EN

Minecraft Server Running Slowly: Causes and Fixes

Diagnose lag, low TPS and rubber-banding using view distance, entity counts, plugin/mod load and resource allocation — in the order most likely to fix it first.

Common Causes of Minecraft Server Lag

  • High view or simulation distance relative to available CPU
  • Too many entities, hoppers, redstone circuits or item drops in one area
  • A single poorly optimized plugin or mod
  • Insufficient RAM causing garbage-collection pauses
  • Chunk loading from spread-out player activity or AFK farms

Lower View and Simulation Distance First

Most reported lag on plugin and Vanilla servers is chunk- and entity-related, not memory-related. Reduce view distance and simulation distance in server settings before increasing RAM, then check whether tick time recovers. A smaller render radius often fixes lag that a RAM upgrade would not.

Find the Specific Cause in Console

  1. Open the live console during a laggy period and watch for repeated warnings (e.g. "Can't keep up").
  2. Note which plugin, mod or world region is mentioned around the warning.
  3. Ask players to report their coordinates when lag spikes, and check that area for entity or redstone buildup.
  4. Disable one recently added plugin or mod at a time and restart to isolate the cause.

Increase Resources Only After Ruling Out Configuration

If tick time is still poor after reducing distances and removing the suspect plugin or mod, increase RAM to match the modpack or player count. Boosted resources use 1 credit per configured GB of RAM per running hour, so raise memory deliberately rather than as a first response to lag. See Minecraft Server Hosting Best Practices for resource planning guidance.

Modded Servers Need a Different Baseline

Fabric and Forge servers commonly need more RAM than plugin servers at the same player count. If lag appears right after installing a modpack, confirm the pack’s published RAM and Java requirements before assuming a configuration problem — see How to Install a Modrinth Modpack .