๐ŸŽ‰ Save 25% on your first month with code: DOOM25
Valheim Public Test 0.221.13: New Chunked World Save System (May 6, 2026)

Valheim Public Test 0.221.13: New Chunked World Save System (May 6, 2026)

Valheim 0.221.13 lands on Public Test with a brand-new chunked world save system: faster saves, smaller writes, and far less risk of corruption.

Magnus
ยท
6 min read
ยท
May 11, 2026

Iron Gate just dropped Patch 0.221.13 to the Valheim Public Test branch on May 6, 2026 โ€” and the headline change is one of the most important under-the-hood revisions Valheim has ever shipped: a brand-new chunked world save system. For solo players it means faster saves. For dedicated server admins, it means the difference between a clean restart and a 2 AM "world is gone" panic.

Release Date

  • Patch 0.221.13 dropped to the Public Test branch on May 6, 2026.
  • The Live (Default) branch release will follow once Iron Gate finishes its PTB stabilization pass โ€” historically a couple of weeks.
  • Opt in to the PTB: right-click Valheim in your Steam library โ†’ Properties โ†’ Betas โ†’ enter the code yesimadebackups.

What's Changing in the Save System

Valheim build progress at the edge of a Plains base โ€” wooden gate and walls

Until now, every Valheim world was stored as a single .db file (the world data) plus a tiny .fwl file (metadata). Every save โ€” manual, autosave, or clean shutdown โ€” rewrote that entire .db from scratch. On a 200-hour shared server with a fully explored map and dozens of bases, that file could balloon past 100 MB and take noticeable seconds to flush to disk.

Patch 0.221.13 throws that out. Worlds are now stored as folders containing many smaller files, with the world data sliced into chunks. When the game saves, only the chunks that have been modified since the last save get rewritten. Everything else โ€” the parts of the map you haven't visited since lunch โ€” is left alone.

It's the same idea that lets Git stay fast on a massive repo: write deltas, not the whole thing.

Why This Matters for Servers

Valheim forge and smithy at night โ€” saved progress on a long-running world

Save corruption has always been the dirtiest problem in Valheim server hosting. The classic failure modes:

  • Power loss or crash mid-save corrupts the single .db file โ†’ world rolls back to last good backup, hours of progress lost.
  • Long saves cause lag spikes โ€” players already in-world feel a pause every time the world hits the disk.
  • Backups are heavy โ€” every backup is a full copy of the world file. A 100 MB world makes for 100 MB backups, and a 30-day rolling window eats 3 GB.

The new system attacks all three:

  • Smaller writes = smaller blast radius. A crash during a chunk write only puts that chunk at risk, not the whole world. The game also runs integrity checks after saving to confirm the write succeeded โ€” a bad chunk gets flagged before it can poison the rest of the save.
  • Faster saves = shorter pauses. Modified chunks are usually a tiny fraction of the map, so the disk flush is a fraction of what it used to be.
  • Backups become incremental. Backups now live in their own folders with the same chunked structure. Cheap, fast, and you can prune them aggressively without rewriting the whole world.

There's also a one-time safety net: the first time you load an old (non-chunked) world under the new system, the game makes a full backup before converting. If anything goes wrong during the migration, your pre-conversion save is right there.

The One Catch โ€” Cloud Storage File Limits

The patch notes call out the trade-off directly: many more files per world. Steam Cloud and similar services historically capped total size of saves, but not file count. The chunked save system can run into file-count caps on platforms that have them.

For PC players syncing through Steam Cloud this is not a problem in practice โ€” Steam's per-game cap is high. But if you mirror your world folder through a third-party sync (OneDrive, Google Drive, Dropbox), expect more entries and adjust any "too many files" rules accordingly.

Mods: Use the PTB Carefully

Iron Gate explicitly flags that the new save system has not been tested with mods. They don't expect issues, but BepInEx-based mods that touch the world serializer or ZDO handling are exactly the kind of code path where "chunked saves changes everything" can cause subtle breakage. If you run a heavily modded server, wait for the Live branch and watch the mod compatibility threads before flipping the switch.

What This Means for Your Server

A practical checklist for the next few weeks if you host a Valheim server:

  • Stay on the Live branch for now. Public Test is for testing โ€” don't move a production world there. Let the player base catch the edge cases first.
  • Take a fresh backup before the Live release. When 0.221.13 hits Default, the first launch will convert your world. The auto-backup is a safety net, but a manual cold copy of the entire world folder costs you nothing.
  • Audit your backup strategy. With chunked saves landing soon, blanket-copying the world folder still works, but you can finally use incremental backups that only ship modified chunks. Cheaper, faster, longer retention for the same disk.
  • Update mod loaders. If you run BepInEx + mods, plan a compatibility check before promoting any server from Live to PTB.
  • Set expectations with players. First-load-after-update will take a moment for the conversion plus the safety backup. Communicate the maintenance window so nobody panics when the server takes 30 seconds longer to come up that one time.

The Verdict โ€” Boring Patch, Huge Impact

This is not a flashy update. No new boss, no new biome, no shiny build piece. But for anyone who runs a long-lived Valheim server, this is the most important patch Iron Gate has shipped in over a year. Save corruption is the single most common reason hosted servers die a quiet death โ€” and switching to chunked, integrity-checked, incremental saves attacks the root cause directly.

If you've been putting off starting a serious dedicated world because of the corruption risk, this is the patch that finally clears the deck. Get the PTB onto a throwaway world, kick the tires, and be ready when it hits Default.

Host Your Valheim Server with DoomHosting

DoomHosting's Valheim servers run on dedicated Ryzen 9 hardware with full FTP access, automatic daily snapshots, DDoS protection, and 24/7 support โ€” exactly the setup you want under a long-running world that's about to swap save formats. Spin up a server in under a minute, scale RAM as your tribe grows, and let us worry about the disk.

Solid foundations beat flashy features โ€” and a save system you can trust is the most underrated upgrade a survival game can get.

๐Ÿš€

Ready to get started?

Experience premium game server hosting with DoomHosting. Instant setup, 24/7 support, and 99.99% uptime guarantee.

Related Posts