Skip to content
Valheim world disk and Tiwaz rune emblem
Valheim Map Wiki 1.0 Deep North

Valheim Map Distance: How Far Is 1500 Meters? (1.0 Scale)

Valheim map distance explained for 1.0: what 1500 metres actually looks like, how to measure a gap from X/Z coordinates, and how it maps onto sailing time.

Quick Answer Valheim 1.0 · community reference

The Valheim map does not draw a scale bar, so the way to judge distance is to read coordinates. Every location has an X and Z value, and the distance between two points is the straight-line gap between those pairs. Because the world is a circular disk of roughly 10,000 metres in radius, a 1500 metre gap is a short-to-medium hop rather than a cross-world voyage — but it still crosses the biome bands near spawn, which is why it feels much longer on foot than it looks on the map. Press F5, run devcommands, then use pos to read your coordinates and goto to test any route before you commit to it.

The Valheim map looks like it should tell you how far things are, and it does not. There is no scale bar, no ruler and no distance readout — the map shows terrain, biome colouring and your markers, and leaves the arithmetic to you. That gap is why so many players search for what 1500 metres actually means in practice.

This page explains the distance scale directly: how to read it from coordinates, what the common distances look like in world terms, and how to check a route before you sail it.

Why the map has no distance scale

Valheim generates each world procedurally from a seed, so there is no fixed map to draw a scale onto. What stays constant is the shape: a flat circular disk centred on the starting Sacrificial Stones at (0, 0), with a community-measured radius of about 10,000 metres. The disk is the same size in every world even though the terrain inside it is not.

That is the key idea for distance work. Biome placement, coastlines and island shapes all move around from seed to seed, but the outer boundary does not. So a distance measurement is meaningful in every world, while “how long it takes to cross” is not.

Reading distance from coordinates

Every position in Valheim is tracked on two ground axes, X and Z, with spawn sitting at the origin. That means any location can be written as a coordinate pair, and the distance between two locations follows from those pairs.

In practice you rarely need the exact number. What route planning actually asks is “which of these two targets is closer” and “is this detour worth it” — and both of those are answered by comparing the raw gaps in X and Z. If one target is 400 apart on both axes and another is 1800 apart on both, the first one is closer, full stop. You do not need to resolve the diagonal to make that call.

When you do want the true straight-line figure, the straight-line gap is the hypotenuse of the two axis differences — the classic result of squaring each difference, adding them and taking the square root. Treat it as a planning estimate rather than a measurement you will ever see in the game, because nothing in Valheim displays it for you.

What common distances look like

Because the bands radiate outward from spawn, a distance also tells you roughly which biome tier you are heading into. The ranges below are community-measured approximations rather than published developer figures, and real placement depends on the seed’s terrain noise.

Distance from spawnBiome you are inWhat that means for a trip
≈0–1500mMeadowsStarter ground; almost everything is walkable
≈1500–3500mBlack ForestCopper and tin country; first real overland hauls
≈3500–5500mSwampSunken Crypts and iron; wet debuff slows everything
Mid-to-outer ringsMountainElevation climb; freezing altitude gates the route
≈5500–8000mPlainsBarley and flax; Deathsquito territory
≈6000–8500mMistlandsDense mist, Infested Citadels, hardest navigation
Far southAshlandsBoiling ocean approach; Charred fortresses
Far northDeep North1.0 polar biome; world ends past here

So a 1500 metre gap sits right at the Meadow-to-Black-Forest transition: close to home, but far enough that you will want a portal at the other end before you start hauling ore back.

Measuring a route in practice

The reliable loop is to read coordinates, decide, then test:

  1. Press F5 to open the console and enable devcommands.
  2. Run pos to print your current X, Y and Z into the chat log.
  3. Compare that pair against your target’s coordinates to see the real gap.
  4. Run goto [X] [Z] to jump there and confirm the spot is what you expected.
  5. Use findbiome [Biome] to have the game calculate the nearest instance of a biome, or findbiometp to jump straight to it.

The full command list, including everything added in 1.0, is in our Valheim 1.0 console command reference.

Sailing distance versus walking distance

Two points 1500 metres apart are not 1500 metres of work. The map is a disk of islands and ocean, so the straight-line gap and the actual route can diverge sharply:

This is why a coordinate pair is a planning tool rather than a travel time. It tells you how far apart two things are, not how much work separates them.

If you are choosing a world and want the distances to work in your favour, our 1.0 seed guide covers how to judge spawn-area biome adjacency and trader reachability before you commit, and the seed map viewer will preview any seed string you paste in.

Before you plan a long haul

A few habits make distance planning much less painful:

Sponsored

Frequently Answered Questions

How far is 1500 meters on the Valheim map?

1500 metres is about 15 percent of the way from the world centre to the outer rim. On a disk with a community-measured radius of roughly 10,000 metres, that places 1500 metres inside the innermost biome bands rather than out at the frontier. It is a short distance by boat and a long one on foot, because the terrain between two points is rarely open.

How do I measure distance between two points in Valheim?

Read each location's coordinates with the pos command, then compare the two X and Z pairs. The straight-line distance is found by taking the difference in X, the difference in Z, squaring both, adding them, and taking the square root — but in practice you rarely need the exact number. Comparing the raw gaps tells you which of two targets is closer, which is what most route planning actually needs.

Does the Valheim map have a scale bar?

No. The map shows terrain, biomes and markers but no ruler, so distance has to come from coordinates rather than from measuring on screen. Zoom level also changes how far apart things appear, which is why eyeballing the map is unreliable for anything you intend to sail.

How long does it take to travel 1500 meters in Valheim?

Travel time depends far more on the route than on the raw distance. A 1500 metre open-water sail is quick, while the same 1500 metres across mountains, swamp or Mistlands takes considerably longer because you are climbing, detouring around water and fighting along the way. Use paths over open ocean when the route allows it.

What is the maximum distance on the Valheim map?

The world is a circular disk with a community-measured radius of about 10,000 metres, so the longest straight line you can travel is roughly the diameter of that disk. Beyond the outer rim the world ends and anything that sails past it is lost. Iron Gate has not published an official size figure, so treat the radius as community-measured.

How do I jump straight to a distance instead of walking it?

With devcommands enabled, goto [X] [Z] teleports you to an exact coordinate pair, and findbiometp jumps you to the closest instance of a named biome. Use pos first to read where you are, so you know what gap a goto command is actually closing.

Sponsored