Skip to content
Game save workbench
Local-first tools No installation Support status shown
DEVICE-LOCAL Favorites and recent pages stay in this browser.

Save File Formats

Terraria Save File Format Reference

Terraria save-file format reference covering the known PC file or folder pattern, documented format characteristics, compatibility boundaries, and what should not be inferred from an extension alone.

Editorial state
Reviewed
Reading time
3 min
Difficulty
Beginner
Last reviewed

Before you start

Work from a copied save rather than the live file. Use the documented path and filename/folder pattern to identify the correct record before inspecting bytes or text.

Key takeaways

What this guide establishes.

  • Use the documented save directory for the PC storefront/profile you actually play.
  • Back up the complete save boundary before restore, migration, repair, or editing.
  • Treat cloud synchronization as a separate copy that can overwrite a manual restore.
  • Do not infer editability from a filename extension; format and version compatibility must be verified.

Terraria separates identity from environment: player characters live in .plr files and worlds live in .wld files. That makes a complete backup a two-part job. Copy both directories, including .bak companions, before editing or moving systems. Steam can independently move individual characters and worlds to cloud storage, so an apparently missing local file may have a counterpart under Steam userdata. SaveEditor.com keeps those locations distinct instead of presenting one universal Terraria save path.

Known Terraria save-file structure

The researched filename or folder pattern is Players*.plr
Worlds*.wld
*.bak. File-extension context: .plr, .wld, .bak The documented format notes are: Characters and worlds are separate files: .plr for players and .wld for worlds. Local .bak companions can provide rollback material. Multiplayer characters and worlds should therefore be backed up as separate sets.

Why an extension is not enough

A save filename can identify a likely container, but it does not prove the internal schema, game version, checksum rules, encryption state, or editability. A world file and a player file have different structures and cannot replace one another. Cloud status can also differ per file. SaveEditor therefore separates file identification from Tool compatibility and only labels a game-specific Tool Verified when its exact profile/version evidence passes the runtime gate.

Where the format is stored

PC save locations: Windows: %USERPROFILE%DocumentsMy GamesTerraria
Steam cloud copies may appear under <Steam-folder>userdata<user-id>105600remoteplayers and worlds | macOS: $HOME/Library/Application Support/Terraria/ | Linux / Steam Play: $XDG_DATA_HOME/Terraria/ (normally ~/.local/share/Terraria/). Storefront context: Steam, GOG Galaxy. Steam can keep cloud-designated player/world files under its userdata remote tree. The normal local Terraria directory still separates Players and Worlds. This matters because two releases can use different containers or companion files even when the visible slot name is similar.

Back up before inspecting or editing

Back up both Players and Worlds plus their .bak files. If a character and world belong together, keep them in the same dated archive even though they are separate files. A read-only viewer is lower risk than a writer, but the live save should still be copied first. Cloud context also matters: Steam Cloud and GOG Galaxy are documented. On Steam, cloud movement is enabled per character/world rather than being assumed for every local file. Keep the original bytes available so any experiment can be reversed without relying on a cloud service or automatic backup.

What this reference does not claim

This page does not infer an undocumented checksum algorithm, encryption key, compression layer, or cross-store conversion from the file extension. Troubleshooting evidence: If a character or world is missing, check both the local directory and Steam remote location. Before using a .bak copy, preserve the current .plr/.wld and the backup so the recovery remains reversible. Those questions require a verified parser/profile or a game-specific source, not a generic format guess.

Verification context: Windows/macOS/Linux locations, .plr/.wld patterns, Steam remote paths, and per-item Steam cloud behavior were reviewed against current PCGamingWiki coverage.

Troubleshooting

If the expected result does not match.

Game-specific note: If a character or world is missing, check both the local directory and Steam remote location. Before using a .bak copy, preserve the current .plr/.wld and the backup so the recovery remains reversible.

Verification and sources

How this guide was checked.

Phase 27 generated this Guide from the reviewed Phase 23/24 Game Hub evidence for Terraria. The file/folder naming and documented format boundary were cross-checked against the same public references recorded on the Game Hub. No unsupported game-specific editor, checksum, encryption, or cross-platform conversion capability is implied.

  1. www.pcgamingwiki.com