Menu

Guidefor players3 min read

Is Minecraft 26.1 the same update as 1.22?

Minecraft 1.22 never shipped. See which release took its place, what the 26.1 name means, and how the old and new version numbers line up against each other.

The short answer

There is no Minecraft 1.22 and there never was. The update that would have carried that number shipped as 26.1 instead. If you were waiting for 1.22, you already have it, and it is sitting in your launcher under a name you did not expect.

That is the whole answer. The rest of this page is about why the name changed and what it means for the version numbers you already know.

What the two numbers in 26.1 mean

The new scheme is a calendar scheme. It reads as year dot drop:

  • 26 is the year, 2026.
  • 1 is the first major drop of that year.

So 26.1 is the first big update of 2026 and 26.2 is the second. When 2027 comes round the counter resets and the first drop of that year is 27.1. Hotfixes hang off the drop the way they always did, so a fix to 26.1 is 26.1.1.

The old scheme was a major dot minor dot patch scheme. In practice the major number never moved: everything from 2011 onward was 1 point something. The minor number did all the work, which is why players learned to say "the 1.21 update" and mean a year of releases.

The last 1.x release and the first calendar release, side by side

Minecraft 1.21.11Minecraft 26.1
EraLegacy numberingCalendar numbering
Released9 December 2025Early 2026
Position in the manifestlast of the 1.x linefirst of the calendar line
Snapshots leading to it25w-series26w-series
Pre-release names1.21.11-pre126.1-pre1

The live figures for both, including protocol version, data version and required Java, are on the 1.21.11 and 26.1 pages.

Telling a hotfix from a drop under the new scheme

The rule is the same as it always was, only the labels moved:

  • 26.1 is a drop. New features, new blocks, new mechanics.
  • 26.1.1 is a hotfix. Bug fixes and nothing else.
  • 26.2 is the next drop.
  • 26w14a is a snapshot. The number is the week of the year and the letter is the build within that week, so 26w14a is the first snapshot published in week 14 of 2026.

Snapshots kept the old naming because it was never tied to the release number in the first place. A 26w snapshot has always meant "a 2026 snapshot", which is exactly what the calendar scheme now says out loud.

Where you still see 1.21 numbers in 2026

Plenty of places, and none of them are wrong:

  • Servers that have not upgraded. A large modded server can sit on 1.21.1 for years, because the mods it depends on are pinned there.
  • Mods and plugins that support both eras. A well-maintained plugin will list 1.20, 1.21 and 26.1 in the same compatibility list.
  • Modpacks. Packs are pinned to one Minecraft version by design, and many popular ones are still on 1.20.1.
  • Tutorials and videos. Anything filmed before 2026 says 1.21 because that is what it ran on.

Seeing a 1.21 number in 2026 tells you the thing was built for the old line. It does not tell you the thing is broken.

Checking any version's real position in the timeline

The safe way to compare two Minecraft versions is never to compare their names. Use the order Mojang publishes in its own version manifest, which is chronological and covers both eras in one list.

Every version page on this site shows its position in that order, along with what came before and after it. Start from every Minecraft version and the list is already in the right order, or read which version is newer if you need to sort them in your own code.

Frequently asked

Was 1.22 ever released as a snapshot?

No. No snapshot, pre-release or release candidate was ever published under a 1.22 number. The snapshots that led to the first calendar release were named 26w02a, 26w03a and so on, and the pre-releases were named 26.1-pre1 upward. There is nothing called 1.22 anywhere in Mojang's version manifest.

Does 26.1 contain the features that were planned for 1.22?

It contains the work that was in progress when the numbering changed. Nothing was cancelled because of the rename. The rename changed the label on the box, not what went into it.

Is 26.1 newer than 1.21.11?

Yes. 1.21.11 was the last release under the old scheme and 26.1 was the first under the new one. If your software says otherwise it is comparing the two strings as text, which puts 1 before 2 and gets the answer backwards.

Will Minecraft ever go back to 1.x numbers?

Nothing published suggests it will. The calendar scheme is designed to keep working indefinitely, because it never runs out of numbers the way a major version does.

Referenced on this site

Last reviewed 2026-07-27. Version data on this site updates automatically; this guide is reviewed by hand when the ecosystem changes.