Purpose: A basic guide for Minecraft server owners on common causes of lag and how to reduce it.

Howdy Friends! Nothing kills the fun faster than a laggy Minecraft server. Chunks not loading, mobs rubber-banding, actions delayed — it’s frustrating for everyone. The good news is that most lag has a straightforward cause. Here’s what to look for.


Understand the Two Types of Lag

Not all lag is the same. It helps to know which kind you’re dealing with.

Server lag (TPS) — TPS stands for Ticks Per Second. Minecraft runs at 20 TPS. When the server can’t keep up, TPS drops and everything slows down — mobs, redstone, gameplay. This is true server lag.

Network lag (ping) — This is the delay between a player’s computer and the server. High ping affects that player’s experience but doesn’t slow down the server itself.

If everyone on the server is experiencing lag at the same time, it’s likely a TPS issue. If only one player is lagging, it’s probably their connection.

Common Causes of Server Lag

Too Many Mobs

Minecraft has a natural mob cap, but things can still get out of hand. Large mob farms — especially ones that accumulate hundreds of mobs — are one of the most common causes of TPS drops. The server has to track and update every single entity every tick.

What to do: Set reasonable limits on mob farms. Kill off accumulated mobs periodically. If you’re on Paper, entity cramming and mob culling settings help automatically.

Redstone Contraptions

Complex redstone builds — clocks, sorters, large automated farms — can be extremely tick-intensive. A single poorly optimized redstone clock running constantly can noticeably impact server performance.

What to do: Turn off redstone contraptions when they’re not in use. Avoid always-on redstone clocks where possible.

Loaded Chunks

Every player loads chunks around them. The more players spread out across the map, the more chunks the server has to keep active. This adds up fast.

What to do: Encourage players to build closer together, especially early on. Pre-generating the world map in a set radius also helps — it eliminates the CPU spike that happens when players explore new chunks.

Plugins and Mods

A poorly coded plugin or mod can quietly eat server resources. This is easy to miss because the problem isn’t obvious.

What to do: Only install plugins you actually use. Remove anything you’ve stopped using. If performance dropped after adding something new, that’s your first suspect.

Choose the Right Server Software

Running vanilla Minecraft is fine for a small private group, but it has no performance optimizations built in. Paper is our default recommendation for most servers — it includes significant performance improvements over vanilla and gives you access to plugins that can help manage lag.

How GR Host Helps

We handle the server-side optimizations on our end so you don’t have to dig into config files. Every GR Host Minecraft server runs on a dedicated VM with resources allocated specifically to your server — no competing with other customers for CPU or memory.

If your server is struggling, open a support ticket and we’ll take a look. Sometimes a quick config tweak makes a big difference.

Lag is manageable. A few good habits from your players and the right server setup go a long way toward keeping things smooth.

2026

Dirty Frag Response

1 minute read

A Linux kernel vulnerability called Dirty Frag was disclosed earlier this month. Here’s what we did about it and what it means for you.

5 Common WordPress Security Mistakes

2 minute read

WordPress powers over 40% of the web. That makes it a massive target. Here are five security mistakes we see all the time — and how to avoid them.

Title

less than 1 minute read

Excerpt

Back to top ↑

2025

WordPress Plugin Best Practices

3 minute read

Plugins make WordPress powerful. They can also slow it down, break it, or get it hacked. Here’s how to use them the right way.

Back to top ↑

2024

Version Control, Git, and an Intro to CI/CD

4 minute read

Version control is one of the most important tools in modern software development. Here’s why it matters, how Git works, and what CI/CD means for your workfl...

Back to top ↑

2023

Basics of Computing

3 minute read

Computers, servers, drivers, firmware. Tese words get thrown around a lot. Here’s what they actually mean.

Back to top ↑