Minecraft: Java Edition makes the strongest case in this batch for treating a save as a directory tree. A world contains metadata, chunk regions, player records, dimensions, data packs, and potentially mod-specific data. Copying only level.dat is not a world backup. Close the world or server cleanly, then archive the entire world directory. If you use Prism Launcher, MultiMC, or another instance manager, find the actual instance path first because the default `.minecraftsaves` directory may not be the one in use.
Where Minecraft: Java Edition stores PC saves
The researched save-location boundary is Windows: %APPDATA%.minecraftsaves | macOS: $HOME/Library/Application Support/minecraft/saves/ | Linux / Steam Play: $HOME/.minecraft/saves/. The known file or folder pattern is <world-folder>level.dat
<world-folder>region*.mca
<world-folder>playerdata*.dat. This is the practical starting point because launcher, profile, and storefront context can change which copy is active even when two folders look similar.
Storefront and profile differences
Documented launchers or storefronts: Minecraft Launcher, Prism Launcher, MultiMC and other instance managers. Alternative launchers can use separate instance directories. The default .minecraft path is not guaranteed to contain a world launched from a custom instance. When looking for a missing save, identify the executable/storefront you actually launched and the user/profile that created the progress before copying anything between directories.
Cloud synchronization
Local Java Edition worlds do not become generic cloud saves simply because the player uses a Microsoft account. Realms worlds are service-hosted and can be downloaded separately through supported game workflows. A cloud service should be treated as another copy of the save, not as proof that the local folder is disposable. Before a manual restore, let synchronization finish, make an offline backup, and avoid starting the game while files are being replaced.
What the files represent
A Java Edition world is a directory tree. level.dat stores world metadata, region files use the Anvil .mca format, and player data is stored separately. The world folder, not one file, is the correct backup unit. The current filename/folder evidence is <world-folder>level.dat
<world-folder>region*.mca
<world-folder>playerdata*.dat. File-extension context: .dat, .mca A location guide does not claim that every file in the directory is safe to edit or that files from another storefront are automatically interchangeable.
If the save is not where expected
If a world is missing from the default saves folder, check the active launcher instance directory. If level.dat is damaged, preserve the whole world before considering level.dat_old or any repair step. Also check redirected Documents folders, Steam Play prefixes, account IDs, and launcher-specific containers where applicable. Preserve every candidate copy before testing a restore so troubleshooting does not destroy the only surviving version.
Verification context: Default Windows/macOS/Linux paths, server world location, launcher-instance behavior, Realms distinction, and Java-versus-Bedrock incompatibility were reviewed against current PCGamingWiki coverage.