MedhaCloud
Link copied to clipboard!
Managed IT Support

Ubuntu Versions: Releases & End of Support Dates

Sreenivasa Reddy G
Sreenivasa Reddy G
Founder & CEO
Aug 2, 20268 min read
24
Ubuntu Versions: Releases & End of Support Dates

This is a reference list of every Ubuntu version — the same table our Linux server support team works from when assessing a fleet. It covers releases from Ubuntu 14.04 through 26.04, with codenames, release dates, standard support end dates, and Expanded Security Maintenance (ESM) end dates. Dates are taken from Canonical's release cycle page and the Ubuntu Releases wiki.

Ubuntu versions list: all releases and support dates

LTS (Long Term Support) releases ship every two years in April and receive five years of standard security maintenance, extendable to ten years with Ubuntu Pro ESM. Interim releases ship every six months and receive nine months of support.

VersionCodenameReleasedStandard support endsESM ends (Ubuntu Pro)
Ubuntu 26.04 LTSResolute RaccoonApr 2026May 2031May 2036
Ubuntu 25.10Questing QuokkaOct 2025Jul 2026
Ubuntu 25.04Plucky PuffinApr 2025Jan 2026 (ended)
Ubuntu 24.10Oracular OrioleOct 2024Jul 2025 (ended)
Ubuntu 24.04 LTSNoble NumbatApr 2024May 2029May 2034
Ubuntu 22.04 LTSJammy JellyfishApr 2022May 2027May 2032
Ubuntu 20.04 LTSFocal FossaApr 2020May 31, 2025 (ended)May 2030
Ubuntu 18.04 LTSBionic BeaverApr 2018May 2023 (ended)May 2028
Ubuntu 16.04 LTSXenial XerusApr 2016Apr 2021 (ended)May 2026 (ended)
Ubuntu 14.04 LTSTrusty TahrApr 2014Apr 2019 (ended)May 2024 (ended)
Past end of standard support: Ubuntu 20.04 exited standard support on May 31, 2025, and 18.04 exited in May 2023. Both now receive security updates only through Ubuntu Pro ESM. Ubuntu 16.04 and 14.04 have exited ESM as well and receive nothing.

Interim releases between the LTS versions listed (for example 21.04, 21.10, 22.10, 23.04, 23.10) all reached end of life nine months after release and are omitted from day-to-day planning. The full historical list, including every interim release back to 4.10, is maintained on the Releases wiki page.

How Ubuntu version numbers work

Ubuntu version numbers encode the release date as YY.MM. Ubuntu 24.04 shipped in April 2024; Ubuntu 25.10 shipped in October 2025. There is no semantic meaning beyond the date — a higher number is simply a later release, not a bigger change. Codenames are an adjective plus an animal, assigned alphabetically (Focal Fossa, Jammy Jellyfish, Noble Numbat); the naming scheme is documented on Canonical's development codenames page.

The LTS label is the part that matters operationally. Even-year April releases (20.04, 22.04, 24.04, 26.04) are LTS and get five years of standard support. Everything else is an interim release with nine months of support, intended for developers who want the newest kernels and toolchains, not for servers.

Ubuntu 20.04 end of life

Ubuntu 20.04 LTS (Focal Fossa) reached the end of standard support on May 31, 2025. Since that date, the main repositories receive no security updates for 20.04 unless the machine is attached to Ubuntu Pro, which extends security maintenance through May 2030 under ESM.

A 20.04 server in 2026 is therefore in one of two states: covered by Ubuntu Pro and receiving ESM patches, or unpatched. There is no in-between. Ubuntu Pro is free for up to five machines for personal use and paid beyond that; the mechanics are covered in our Ubuntu Pro guide. The alternative is upgrading to 22.04, which remains in standard support until May 2027 and is a single do-release-upgrade hop away.

Ubuntu 22.04 end of life

Ubuntu 22.04 LTS (Jammy Jellyfish) is still in standard support. Standard security maintenance ends in May 2027, and ESM under Ubuntu Pro runs to May 2032.

That leaves under a year of standard support as of mid-2026. The practical planning sequence for a 22.04 estate: inventory now, test workloads on 24.04 in the second half of 2026, and complete upgrades before May 2027. 22.04 can upgrade directly to 24.04; waiting past the deadline means either paying for Ubuntu Pro or running unpatched during the migration.

Which Ubuntu version to install now

For new servers, Ubuntu 24.04 LTS is the default choice: released April 2024, supported to May 2029 standard and May 2034 with ESM, with two years of production hardening behind it. Ubuntu 26.04 LTS, released April 2026, is the newest LTS and runs to May 2031 standard support; it is the correct pick when you need its newer kernel or package versions and can accept a younger release. Both are available from the official server download page. The differences between LTS and interim tracks are covered in our Ubuntu LTS explainer.

Interim releases (25.10 and successors) are not appropriate for servers: nine months of support means a forced upgrade cycle three times as frequent as the LTS cadence.

How to check your Ubuntu version

Run either of the following on the machine:

lsb_release -a

The Description and Release lines show the version and point release, for example Ubuntu 22.04.5 LTS. If lsb_release is not installed, read the OS identification file directly:

cat /etc/os-release

The VERSION field includes the point release and codename. Point releases (24.04.1, 24.04.2) are rollups of accumulated updates plus newer hardware-enablement kernels; they do not change the support dates, which attach to the 24.04 series as a whole.

Upgrade paths

Ubuntu supports two upgrade paths: from one LTS to the next LTS, and from any release to the release immediately after it. LTS-to-LTS upgrades must be sequential — 18.04 to 20.04 to 22.04 to 24.04. There is no supported jump from 18.04 straight to 24.04; a machine that far behind is usually faster to rebuild than to upgrade three times.

The supported tool is do-release-upgrade, which handles source list migration, package resolution, and third-party repository disabling. LTS-to-LTS upgrades are not offered until the first point release of the target ships (24.04.1 before 22.04 machines were offered 24.04). The full procedure, including pre-upgrade checks and recovery steps, is in the official upgrade documentation.

Current versionSupported next hop
Ubuntu 24.04 LTS26.04 LTS (after 26.04.1)
Ubuntu 22.04 LTS24.04 LTS
Ubuntu 20.04 LTS22.04 LTS
Ubuntu 18.04 LTS20.04 LTS (ESM attach recommended first)

Running an out-of-support Ubuntu version

An out-of-support Ubuntu machine keeps running; nothing switches off. The consequences are:

  • No security patches. New kernel, OpenSSL, and userland vulnerabilities remain unpatched in the main repositories.
  • Compliance failure. PCI DSS, HIPAA, SOC 2, and most cyber-insurance policies require supported operating systems. An end-of-life server is a standard audit finding.
  • Repository archival. Packages for EOL releases move from the main archive to old-releases.ubuntu.com, so standard apt sources stop resolving until repointed.
  • Software drop-off. Docker, database vendors, and language runtimes stop publishing packages for retired releases, which eventually forces the OS upgrade anyway.

There are two exits: upgrade along the sequential LTS path, or attach the machine to Ubuntu Pro for ESM coverage while the upgrade is scheduled. ESM extends security patching to ten years from release but is a bridge, not a destination — 16.04 and 14.04 have already aged out of it.

FAQ

What is the latest Ubuntu version?

Ubuntu 26.04 LTS (Resolute Raccoon), released April 2026, is the latest LTS release. The latest interim release is 25.10 (Questing Quokka), supported only until July 2026.

Is Ubuntu 20.04 still supported?

Standard support ended May 31, 2025. Security updates continue only through Ubuntu Pro ESM, which covers 20.04 until May 2030.

When does Ubuntu 22.04 reach end of life?

Standard support ends in May 2027. Ubuntu Pro ESM extends security maintenance to May 2032.

How long is an Ubuntu LTS version supported?

Five years of standard security maintenance, extendable to ten years with Ubuntu Pro ESM. Interim releases get nine months.

Running 20.04, 18.04, or older? Linux server support from Medha Cloud covers version inventory, sequential upgrade execution, and ongoing administration for Ubuntu fleets on-premises and in the cloud.

Protect your organization with expert healthcare IT support designed for HIPAA compliance.

Managed IT for Healthcare

Topics

ubuntuubuntu-versionsend-of-support
Sreenivasa Reddy G
Written by

Sreenivasa Reddy G

Founder & CEO15+ years

Sreenivasa Reddy is the Founder and CEO of Medha Cloud, recognized as "Startup of the Year 2024" by The CEO Magazine. With over 15 years of experience in cloud infrastructure and IT services, he leads the company's vision to deliver enterprise-grade cloud solutions to businesses worldwide.

Managed IT SupportCloud InfrastructureDigital Transformation
Follow on LinkedIn

Need Expert Help?

Our certified cloud and IT engineers are ready to tackle your toughest challenges — from migrations to managed services.