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.11 | Minecraft 26.1 | |
|---|---|---|
| Era | Legacy numbering | Calendar numbering |
| Released | 9 December 2025 | Early 2026 |
| Position in the manifest | last of the 1.x line | first of the calendar line |
| Snapshots leading to it | 25w-series | 26w-series |
| Pre-release names | 1.21.11-pre1 | 26.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.