Minecraft

My server takes very long to stop / is stuck "stopping" for minutes — why?

A server that takes a while to stop usually isn't broken — it's busy saving your world safely. Forcing it off during that process is what actually causes trouble.

Why stopping takes time

On shutdown, the server saves all loaded chunks and player data. On a big or modded world, that can take a while, and it's completely normal. You shouldn't force-kill it during a save, because interrupting the write risks corrupting the world.

When it's genuinely stuck

  1. If the log has been frozen for many minutes, use the panel Stop button again.
  2. As a last resort, use Kill — but only when it's truly hung, since killing mid-save can corrupt data.
  3. Check whether a mod or plugin is misbehaving on shutdown and holding the process open.

Shortening save times

Reducing how many chunks are loaded — lower view-distance and pre-generate the world — means less to save, so shutdowns finish faster.

Warning: Don't force-kill a server that's still saving. A normal, slightly slow shutdown is protecting your world; interrupting it is what risks corruption.

Frequently asked questions

Is a slow shutdown a problem? Usually no — it's saving chunks and player data. Big or modded worlds simply take longer.

When is it safe to use Kill? Only as a last resort when the log has been frozen for many minutes and the normal Stop won't work. Killing mid-save risks corruption.