---
title: "How to Check Your TYPO3 Version | A Step-by-Step Guide"
url: "https://b13.com/knowledge/3-ways-to-check-your-typo3-version-and-what-to-do-next"
description: Discover 3 easy ways to check your TYPO3 version and learn the next steps to keep your site secure and up-to-date. Stay informed with our helpful guide.
image: "https://b13.com/fileadmin/_processed_/1/1/csm_TYPO3VersionRunning_Sharing_a5cd8b8800.png"
date: 2024-07-24
modified: 2026-08-19
lastUpdated: 2026-08-19
---

# How to Check Your TYPO3 Version | A Step-by-Step Guide

[ TYPO3 ](https://b13.com/knowledge/typo3)

 3 Ways to Check Your TYPO3 Version (And What to Do Next)
==========================================================

![](https://b13.com/fileadmin/_processed_/c/6/csm_benni_5e519221c4.jpg)Benni Mack

  24 July 2024

 [ RSS Feed ](https://b13.com/rss.xml)

  ![A hand holds a magnifying glass over a tag labeled "v12," positioned near yellow gears and an electrical plug, suggesting a focus on mechanical or electrical components.](https://b13.com/fileadmin/_processed_/5/6/csm_TYPO3VersionRunning_Headerbild_a3e853d9c3.webp)

“Our IT Admin just left the organization and they were the only ones who had access to TYPO3.”

At b13, we often hear from people who have a TYPO3 website but aren’t familiar with it. Usually, the first step is to find out what version they’re running. Knowing this helps you understand where you are on the development roadmap so you can plan for future updates.

   Find out your version
-----------------------

What does the version number look like? TYPO3 uses [semantic versioning](https://semver.org/), a format of three numbers separated by dots representing the type of change to the code: Major.Minor.Patch.

### From the user interface (UI)

The current version is displayed on the user interface, but for security reasons, you cannot see the TYPO3 version from the login screen. You need to log in first. Once logged in, you can find the version number displayed in the top left corner of the screen under the logo.

  ![Website interface displaying the dashboard for b13.com, featuring navigation options on the left and a message prompting the user to select a page to edit content on the right.](https://b13.com/fileadmin/_processed_/c/a/csm_Bildschirmfoto_2024-07-24_um_15.35.56_a49821be88.webp)

  ### Check the Version file on the server

Maybe you can’t log in to the backend. If you have FTP or SSH access to the server, you can find the version number in the version file located at:

``vender/typo3/cms-core/Classes/Information/<strong>Typo3Version.php`</strong>` or at ``typo3/sysext/core/Classes/Information/<strong>Typo3Version.php</strong>``

  ![Code snippet displaying a PHP class named `Typo3Version` within the namespace `TYPO3\CMS\Core\Information`. It includes two protected constants: `VERSION` set to '12.4.17' and `BRANCH` set to '12.4'.](https://b13.com/fileadmin/_processed_/6/5/csm_Datenbank_Screenshot_433bbc6ea4.webp)

  ### Use the free TYPO3 version checker tool

If you don’t have FTP access, try the [TYPO3 Version Check](https://www.t3versions.com/) tool. This free, easy-to-use tool lets you paste a URL and it will detect the TYPO3 version of the site.

  ![TYPO3 version check result for the URL b13.com, indicating version 12.4 with active community support. Options to check other URLs or view statistics are also presented.](https://b13.com/fileadmin/_processed_/c/e/csm_Bildschirmfoto_2024-07-24_um_15.37.05_38f472f557.webp)

  As mentioned before, we frequently get calls from people needing help with their TYPO3 website and need to find out the used version in order to help. Using the version checker, we can quickly find out for them. It helps us know if their version is still supported or if updates are needed.

While handy, the version checker is limited because it doesn’t show the patch version. This is for security reasons—if it did show the security patch, a bad actor could exploit any unpatched vulnerabilities and potentially hack your website.

   See where you’re at
---------------------

Once you know your version, you can see where you’re at on the development roadmap. The [TYPO3 CMS Development Roadmap](https://typo3.org/cms/roadmap) is kept up-to-date and shows you the supported versions and when support for each version ends. This will help you determine whether you need to upgrade soon.

TYPO3 offers [long-term support](https://typo3.com/typo3-cms/long-term-support-lts) (LTS) for three years for free by the community. After that, you can purchase additional support for another three years from TYPO3 GmbH. A new major version is released every 1.5 years, and each major LTS release includes three years of support to ensure security, updates, and high performance.

The TYPO3 roadmap might not align perfectly with your organization’s planning cycle. If you’re not ready to upgrade but your version’s free community support is ending, you can purchase [extended Long Term Support](https://typo3.com/services/extended-support-elts) (ELTS) from TYPO3 GmbH for an additional three years, allowing you to upgrade when the time is right for you.

Upgrading might seem daunting, but each new TYPO3 version improves upon the last. Each LTS comes with release material and a changelog that describes the new functionality and improvements included in the version. Once you know what version you’re currently running, you can look through the features and functionality included in the latest release and get excited about how you can improve your website!

### **Important links**

- [Release news](https://typo3.org/cms/release-news) - Updates about each release on the TYPO3 blog.
- [ChangeLog](https://docs.typo3.org/c/typo3/cms-core/main/en-us/Index.html) - Description of changes to the code for each release.
- [Get.typo3.org](https://get.typo3.org/) - Download the most recent versions of TYPO3.

   Work out what’s next
----------------------

When you find out you’re running an outdated version, your first thought is often, “I need to upgrade.” Actually, there’s no rush. Take some time to consider your options.

### Take an incremental approach to upgrading

When upgrading, consider elements beyond just the CMS, like the PHP version, hosting environment, and any extensions you use. Smaller, incremental updates are often more cost-effective and less time-consuming than a major upgrade.

TYPO3 provides an upgrade wizard tool to make the process easier. The [TYPO3 Upgrade Guide](https://docs.typo3.org/m/typo3/guide-installation/main/en-us/Index.html) in the official documentation covers everything from minor bug fix updates to major upgrades, including pre- and post-upgrade tasks.

### Upgrade extensions first

When someone calls us wanting to upgrade, we ask, “What extensions are you running?” They send us a list of what they’re using, for example, News, Yoast, etc. We then check the [TYPO3 Extension Repository](https://extensions.typo3.org/) (TER) for compatible versions. You can upgrade extensions without changing your TYPO3 version. Once the extensions are compatible, upgrading TYPO3 itself is much smoother.

### Plan a large migration project

If you’re running a very old version, you’re not alone! At b13, we can help you plan a major upgrade. We map out the best path to get you from an older TYPO3 instance to the latest version with minimal steps. We offer expert upgrade services to keep your websites delivering value.

We maintain and upgrade websites for many clients as part of our daily business. If you choose us to [carry out your upgrade](https://b13.com/solutions/typo3-upgrades), you benefit from our use of automation for speed and repeatability, and our deep knowledge of the TYPO3 Core helps avoid unnecessary workarounds.

### Book a second opinion

Need another set of eyes on your proposed upgrade plan? Our[ second opinion service](https://b13.com/solutions/typo3-upgrades) is a two-step analytical process developed from performing hundreds of TYPO3 upgrades.

1. **State-of-Play Analysis** - We analyze the technical condition of your TYPO3 instance and estimate the effort required to upgrade it to the current Long Term Support (LTS) version.
2. **Deep Dive** - We create a detailed upgrade plan with recommended steps and technical details that any TYPO3 agency or developer could follow to upgrade your installation to the current LTS version of TYPO3.

   Knowledge is power!
---------------------

The first step is knowing your TYPO3 version. From there, you can determine where you need to go.

Don’t be shy or embarrassed about asking—we get a lot of queries about how to find version numbers. TYPO3 makes it easy to check your version from within, without, and beyond the system. The development roadmap helps you plot your path to your next adventure.

  Get in touch to upgrade and take full advantage of the latest TYPO3 version.

 [ Let’s connect! ](https://b13.com/lets-connect)

  ###  Written by:

 ![Bild von Benni Mack](https://b13.com/fileadmin/_processed_/c/6/csm_benni_66cce9a81f.webp)

b13 co-founder and TYPO3 CMS Core Development Lead, Benni Mack, heads our technical practices, setup and maintenance of our technical infrastructure, and coordinates our open-source contribution. His essential tool: TYPO3

 Benni Mack  CTO

 [ more from Benni Mack ](https://b13.com/team/benni-mack)

  Related Articles
------------------

- ![Cartoon trophy character surrounded by hands giving thumbs up and a heart gesture, set against a gear-patterned background.](https://b13.com/fileadmin/_processed_/f/7/csm_T3ppy_Design_Kit_Headerbild_b51eb9dc31.webp)

    ###  T3ppy Gives TYPO3 a Friendly Face

     06 August 2026 | Florian “Flix” Keitgen

     TYPO3 is powerful—but it doesn’t have to feel impersonal. Meet T3ppy, our friendly companion for the backend.

     [ Read more: T3ppy Gives TYPO3 a Friendly Face ](https://b13.com/knowledge/t3ppy-design-kit)
- ![Gavel labeled "AI" on a circuit-patterned background with yellow stars, symbolizing regulation or legislation related to artificial intelligence in the EU.](https://b13.com/fileadmin/_processed_/1/0/csm_EUAIAct_Headerbild_510724b3de.webp)

    ###  AI Content in TYPO3: Labelling Needs Accountability

     02 August 2026 | Benni Mack

     The EU AI Act brings the origins of AI-generated content into focus. AI Label marks AI-generated and AI-edited content in TYPO3 and records who signed off the published version—for…

     [ Read more: AI Content in TYPO3: Labelling Needs Accountability ](https://b13.com/knowledge/ai-content-in-typo3-labelling-needs-accountability)
- ![A series of stylized figures in various poses, each with a distinctive orange hat, depict a progression from walking to standing still while looking at a phone, set against a purple grid background.](https://b13.com/fileadmin/_processed_/d/7/csm_QueuesDDEV_Headerbild_f640931350.webp)

    ###  Better scalability with decoupled queues: How to set up RabbitMQ with TYPO3

     10 April 2024 | Jochen Roth

     When built-in message transports hit their limits, RabbitMQ can provide TYPO3 with a scalable, robust message queue.

     [ Read more: Better scalability with decoupled queues: How to set up RabbitMQ with TYPO3 ](https://b13.com/knowledge/better-scalability-with-decoupled-queues-how-to-set-up-rabbitmq-with-typo3)
- ![A cartoon character resembling a shield gives a thumbs up in front of a computer interface with various menu options.](https://b13.com/fileadmin/_processed_/e/6/csm_Header_cda1f80173.webp)

    ###  Meet T3ppy: A New Era for Editorial Work in TYPO3

     01 April 2026 | Florian “Flix” Keitgen

     T3ppy and the AiM extension bring AI directly into the TYPO3 backend—enhancing SEO, content quality, and workflows with centralized control.

     [ Read more: Meet T3ppy: A New Era for Editorial Work in TYPO3 ](https://b13.com/knowledge/meet-t3ppy-a-new-era-for-editorial-work-in-typo3)
- ![Retro microphone illustration with a shopping cart icon in the background, symbolizing e-commerce or online shopping.](https://b13.com/fileadmin/_processed_/f/8/csm_Marketplace_Headerbild_ee1575614c.webp)

    ###  Why TYPO3 Needs a Marketplace for Products

     25 March 2026 | Florian “Flix” Keitgen

     A marketplace would make TYPO3 products more discoverable, easier to compare, and benefit both agencies and clients alike.

     [ Read more: Why TYPO3 Needs a Marketplace for Products ](https://b13.com/knowledge/why-typo3-needs-a-marketplace-for-products)
- ![A hand holding a magnifying glass over a laptop screen displaying a webpage with an image and text elements.](https://b13.com/fileadmin/_processed_/e/5/csm_BackendUserSection_Headerbild_6093c842fd.webp)

    ###  Unlocking TYPO3’s Hidden Gem: The Backend User Section (Doktype 6)

     05 March 2026 | David Steeb

     Discover TYPO3’s underrated doktype 6 (Backend User Section) for secure internal previews, editor training, and prototyping. Learn real use cases, common pitfalls like 403 errors…

     [ Read more: Unlocking TYPO3’s Hidden Gem: The Backend User Section (Doktype 6) ](https://b13.com/knowledge/backend-user-section-in-typo3-uses-pitfalls-helper)
- ![Two stylized web page designs featuring a user profile, image placeholders, and text sections, set against a light blue background.](https://b13.com/fileadmin/_processed_/2/0/csm_BackendPreview_Headerbild_b4c5799cfa.webp)

    ###  Backend Previews With a System—Why We Built EXT:backendpreviews

     09 February 2026 | David Steeb

     EXT:backendpreviews brings structure and consistency to content previews in the TYPO3 backend using Fluid templates, layouts, and partials.

     [ Read more: Backend Previews With a System—Why We Built EXT:backendpreviews ](https://b13.com/knowledge/backend-previews-with-a-system-why-we-built-extbackendpreviews)
- ![A human hand shakes a robotic hand against a purple background with heart patterns, symbolizing collaboration between humans and technology.](https://b13.com/fileadmin/_processed_/6/2/csm_AIbotsLoveMarkdown_Headerbild_72fe5820d6.webp)

    ###  The Internet Is No Longer Just for Humans—AI Bots Love Markdown

     28 January 2026 | Benni Mack

     Discover why most web traffic is now automated and how TYPO3’s structured content model prepares websites for humans, editors, and AI systems.

     [ Read more: The Internet Is No Longer Just for Humans—AI Bots Love Markdown ](https://b13.com/knowledge/the-internet-is-no-longer-just-for-humans-ai-bots-love-markdown)
- ![Several colorful web page mockups stacked together, showcasing different layouts and design elements against a purple background.](https://b13.com/fileadmin/_processed_/e/3/csm_CaminoTheme_Headerbild_d082598009.webp)

    ###  Camino—The Need for a Default Theme in TYPO3 Is Real

     27 January 2026 | Benni Mack

     With TYPO3 v14, Camino introduces a default theme that removes friction from first installs. Why this matters—and how TYPO3 laid the groundwork.

     [ Read more: Camino—The Need for a Default Theme in TYPO3 Is Real ](https://b13.com/core-insights/blog/camino-the-need-for-a-default-theme-in-typo3-is-real)
- ![Graphic featuring stylized representations of a tower with the text "T3CON25 Düsseldorf" prominently displayed in the center.](https://b13.com/fileadmin/_processed_/7/b/csm_T3CON2025_Headerbild_fc9c5cc53e.webp)

    ###  T3CON25—One Step Closer to the Future of Content Management

     10 December 2025 | Franzi Töpler

     T3CON25 showcased the future of TYPO3 with insights on TYPO3 v14, AI, digital sovereignty, and open-source solutions driving secure, modern web experiences.

     [ Read more: T3CON25—One Step Closer to the Future of Content Management ](https://b13.com/knowledge/shaping-the-future-of-content-management-t3con25)